/* File:			custom.css */

body.custom {
	background: #eee url(images/bg.gif) repeat;
}


.custom ul#tabs li.email a { 
	padding-right: 16px; 
	background: url('images/icon-email.gif') 100% 50% no-repeat; 
}


.custom #container {
	margin-top: 1.5em;
	margin-bottom: 2em;
	padding: 0.2em;
	background: #d5d5d5;
	border: 0.1em solid #a1a1a1;
}

.custom #page {
	background: #fff;
}

.custom #rlogo {
	margin: 0; 
	float: right; 
	clear: right; }

#header #logo a, #header #logo a:visited { 
	color: #2361a1; 
}

#header #logo a:hover { 
	color: #1f2e65; 
	}



.custom .format_text a {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.custom .format_text a:visited {
	text-decoration: none;
	border-bottom-style: solid;
	color: #1f2e65;
	border-bottom-width: 1px;
}

.custom #content_box a:hover {
	text-decoration: none;
	background-color: #e1e1e1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



.custom div.see_me {
	padding: 0.84615em;
	line-height: 1.38462em;
	background: #F7F4ED;
	border: 0.07692em solid #5d151a;
}


.custom .see_me p {
	margin-bottom: 0;
	padding: 0;
}




.custom img.cap {
	margin-bottom: 0.2em !important;
}

.custom .caption {
	font-size: 0.8em;
	line-height: 1.33333em;
	color: #777;
	text-align: left;
	clear: both;
	margin: 0 0 1.33333em 10px;
}



.custom ul#tabs li {
	text-transform: uppercase;
}

.custom ul#tabs li.menuhighlight {
	background: #23397D;
}

.custom ul#tabs li.menuhighlight a {
	color: #fff;
}

/*
#image_box {
	width: 42.4em;
	margin-bottom: 1.1em;
	padding: 1.1em;
	background: #fff;
}
*/
.custom .format_text .figure {
	margin-bottom: 1.57143em;
	padding: 0.71429em;
	background: #ddd;
	border: 0.07143em solid #ccc;
}

.custom .format_text .full {
	width: 32.57143em;
}

.custom .format_text .half {
	width: 15.57143em;
}

.custom .format_text .right {
	margin-left: 1.57143em;
	float: right;
	clear: right;
}

.custom .format_text .left {
	margin-right: 1.57143em;
	float: left;
	clear: left;
}

.custom .format_text .figure img {
	display: block;
	height: auto;
	margin-bottom: 0.71429em;
	border: 0.07143em solid #ccc;
}

.custom .format_text .full img {
	width: 32.57143em;
}

.custom .format_text .half img {
	width: 15.42857em;
}

.custom .format_text .figure p {
	font-size: 0.85714em;
	line-height: 1.33333em;
	margin-bottom: 0;
}
	

.custom .format_text .figure abbr {
	font-weight: bold;
	font-size: 0.91667em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom .format_text .full p {
	line-height: 1.5em !important;
}

.custom .format_text ol.section_list {
	list-style: upper-roman;
}

.custom .format_text ol.section_list ol {
	list-style: lower-roman;
	margin-bottom: 1.57143em;
}

