body {
	/*
	margin: 32px 15%;
	*/
	
	width: 700px;
	margin: 32px auto;
	
	font-family: Georgia, Times, serif;
	font-size: 14px;
	
	background: #080808;
}

img {
	display: block;
}

.images-section img {
	display: inline;
	
	height: 50px;
	width: 67px;
	
	padding: 5px;
}

textarea {
	width: 100%;
	
	background-color: #e0e7ef;
}

a img {
	border: 0;
}

sup {
	font-size: smaller;
}

.optional {
	display: none;
}

h1, h2, h3, h4, h5, dl dt, strong {
	font-family: helvetica, arial, sans-serif;
	
	text-transform: uppercase;
}

span.dmc {
	font-style: italic;
}

span.dmc span {
	font-style: normal;
}

/*
 * WRAPPER
 */

div#wrapper {
	background: #ffffff url('../images/gradient.png') repeat-y right;
}

/*
 * LOGO
 */

#logo {
	border-top: 12px solid #303030;
	
	margin: 0;
	padding: 0;
	
	text-align: right;
	
	/* background: #97b6d9 url('../images/logo_serenia_new.png') right no-repeat; */
	background: #62839f url('../images/logo_fallingman2.png') left no-repeat;
	
	height: 120px;
}

#logo h1 {
	display: none;
}

/*
 * NAVIGATION
 */

#navigation {
	margin: 0;
	padding: 0;
	
	text-align: center;
	
	background: #383838;
	
	position: relative;
}

#navigation ul {
	margin: 0;
	padding: 4px;
	
	white-space: nowrap;
	
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	
	letter-spacing: 0px;
}

#navigation ul li {
	display: inline;
	
	list-style-type: none;
	
	font-size: 12px;
	font-weight: bold;
	
	text-transform: uppercase;
	
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	padding: 0;
	margin: 0 10px;
}

#navigation ul li a#active {
	color: #f6b273;
	
	border-bottom: 4px solid #f89428;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #c0c0c0;
	
	border-bottom: 1px solid #909090;
	
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #f89428;
	
	border-bottom: 2px solid #f89428;
}

#navigation ul li a:active {
	color: #ffffff;
	
	border-bottom: 3px solid #ffffff;
}

/*
 * SIDE
 */

#side {
	width: 160px;
	
	float: right;
	
	border-left: 1px solid #e0e0e0;
	
	margin: 10px 0;
	padding: 0px 10px 5px;
	
	z-index: 100;
}

#side h2 {
	display: none;
}

#side h3 {
	font-size: 11px;
	
	color: #f48f30;
	
	border-bottom: 1px solid #a8a8a8;
	
	margin: 0;
	padding: 20px 1px 2px;
}

#side p {
	font-size: 12px;
	
	line-height: 140%;
	
	color: #303030;
	
	margin: 0;
	padding: 10px 2px;
}

#side a:link, #side a:visited {
	color: #4f6982;
	
	font-weight: bold;
	
	text-decoration: none;
}

#side p:hover a {
	color: #f89428;
	
	text-decoration: underline;
}

#side p:hover a:hover {
	color: #d36a23;
	
	text-decoration: none;
}

/*
 * CONTENT
 */

#content {
	margin: 0 200px 0 0;
	padding: 5px 5px 4px 15px;
	
	position: relative;
}

#content p,
#content ul,
#content dl {
	font-size: 13px;
	
	color: #181818;
	
	line-height: 150%;
}

#content em {
	color: #6a3a1a;
}

#content strong {
	color: #000000;
	
	text-transform: uppercase;
	
	font-size: 11px;
}

#content p {
	margin: 0;
	padding: 10px 0;
}

#content table#credits {
	margin: 0;
	padding: 10px 5px 10px 10px;
	
	background-color: #bbccdd;
	
	color: #f48f30;
	
	width: 100%;
}

#content table#credits th {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	
	text-transform: uppercase;
	text-align: left;
	
	border-bottom: 1px solid #f0f0f0;
}

#content table#credits td {
	color: #181818;
	
	margin: 0;
	padding: 2px 10px;
}

#content table#credits td.nickname {
	color: #000000;
	
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	
	text-transform: uppercase;
}

#content ul {
	margin: 0;
	padding: 10px 5px 10px 30px;
	
	list-style-type: square;
}

#content ol {
	margin: 0;
	padding: 10px 5px 10px 50px;
}

#content blockquote {
	margin: 0 30px;
	padding: 5px 10px;
}

#content blockquote p {
	font-weight: normal;
}

#content ol,
#content ul,
#content blockquote {
	background-color: #e0e7ef;
	
	color: #f48f30;
	
	font-weight: bold;
}

#content ol li {
	font-size: 24px;
}

#content ol li ul li {
	font-size: 13px;
}

#content ul li p,
#content ul li .li-content,
#content ol li p,
#content ol li .li-content {
	font-weight: normal;
	font-size: 13px;
	
	margin: 0;
	padding: 2px 0;
	
	color: #181818;
}

#content ul li p em,
#content ul li .li-content em,
#content ol li p em,
#content ol li .li-content em {
	color: #181818;
}

#content ul ol,
#content ol ul {
	font-style: italic;
}

#content dl dt {
	font-weight: bold;
	font-size: smaller;
	
	text-transform: uppercase;
	
	color: #d36a23;
}

#content dl dt sup {
	text-transform: lowercase;
}

#content h2 {
	font-size: 13px;
	
	text-transform: uppercase;
	
	color: #080808;
}

#content h3 {
	font-weight: bold;
	font-size: smaller;
	
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	
	text-transform: uppercase;
	
	color: #d36a23;
	
	border-bottom: 1px solid #d36a23;
}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:hover,
#content h2 a:active,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:hover,
#content h3 a:active {
	text-decoration: none;
}

#content p + h2 {
	margin-top: 32px;
}

#content a:link em,
#content a:visited em,
#content a:link,
#content a:visited {
	color: #d36a23;
	
	text-decoration: underline;
	
	font-weight: bold;
}

#content a:hover em,
#content a:hover {
	color: #4f6982;
	
	text-decoration: underline;
	
	font-weight: bold;
}

#content a:active em,
#content a:active {
	color: #000000;
	
	text-decoration: none;
	
	font-weight: bold;
}

#content div.row table {
	border: 0;
}

#content div.row td {
	border: 0;
	
	margin: 0;
	padding: 0;
	
	width: 50%;
}

#content div.row td input.text {
	background-color: #e0e7ef;
	
	border: 1px inset #bbccdd;
	
	padding: 2px;
	margin: 2px;
}

#content div.buttons {
	text-align: right;
	
	padding: 0;
	margin: 10px;
}

#content div.buttons input {
	border: 2px solid #bbccdd;
	
	padding: 2px 15px;
	
	background: #e0e7ef;
}

#content div.buttons input:active {
	border: 2px inset #bbccdd;
}

#content div.buttons input.default {
	font-weight: bold;
}

#content .footnote-reference {
	font-weight: bold;
	
	color: #d36a23;
	
	padding: 2px;
}

#content .required {
	color: #d36a23;
	
	font-weight: bold;
}

#content dd.itinerary-choice {
	background: #e0e7ef;
	
	padding: 0 10px;
}

/*
 * FOOTER
 */

#footer {
	margin: 0;
	padding: 4px 0;
	
	background: #303030;
	
	clear: both;
}

#footer p
{
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	
	text-align: center;
	text-transform: uppercase;
	
	line-height: 130%;
	
	color: #c0c0c0;
}
