/* MASTER STYLE SHEET FOR SITE LAYOUT */

body {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #000000;

	background-color: #B5C1B5;

	text-align: center;	 /*	BEGIN IE HACK		(centering main wrapper)	*/
}

form {
	display: inline;
}

table {
	font-size: 100%; /* Fixes IE5 inheritance bug */
}

ul, ol {
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#wrapper-main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 776px;
	background-color: #182220;
	border-left: 0px;
	border-right: 0px;

	text-align: left;			/* END IE HACK		(centering main wrapper)		*/
}

#wrapper-navigation {
	margin: 0px;
	padding: 0px;
	width: 156px;
	float: left;
	min-height: 775px;
	height: auto;			/*	BEGIN IE HACK		(minimum height of navigation DIV)	*/
	_height: 775px;		/*	END IE HACK		(minimum height of navigation DIV)	*/
}

#wrapper-content {
	margin: 0px;
	padding: 0px;
	width: 620px;
	float: right;
	border: 0px;
	background-color: #182220;
	overflow-x: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 90px;
	background: #182220 url("../Graphics/General/header.gif") no-repeat top left;
	color: #000000;
	border: 0px;
}

#header-print {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
	font-weight: bold;
	color: #002300;
	display: none;
}

#navigation {
	background: #182220;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	text-align: left;
}

#navigation noscript a:link, #navigation noscript a:active, #navigation noscript a:visited {
	font-size: 11px;
	font-family: "Times New Roman", Times, Serif;
	text-decoration: none;
	font-weight: normal;
	color: #f5fff5;
}
 
#navigation noscript a:hover {
	text-decoration: underline;
	color: #ffffff; 
} 

#cap-content-bottom {
	background: #ffffff url("../Graphics/General/cap-content-bottom.gif") no-repeat bottom left;
	height: 10px;
	border: 0px;
	padding: 0px;
	font-size: 1px;
	margin-right: 10px;
}

#content-main {
	background: #ffffff url("../Graphics/General/cap-content-top.gif") no-repeat top left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	overflow: visible;
	min-height: 775px;
	height: auto;			/*	BEGIN IE HACK		(minimum height of navigation DIV)	*/
	_height: 775px;		/*	END IE HACK		(minimum height of navigation DIV)	*/
	margin-right: 10px;
}

#content-title {
	font-family: "Times New Roman", Times, Serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #F57B11;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	border: 0px;
	float: left;
	clear: none;
}

.content-body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Times New Roman", Times, Serif;
	font-size: 1em;
	line-height: 1.25em;
	text-align: left;
	clear: left;
}

.content-body a:link, .content-body a:active, .content-body a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D35911;
}
 
.content-body a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #F57B11;
} 

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #182220 url("../Graphics/General/footer.gif") no-repeat bottom left;
	color: #ffffff;
	border: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #f0fff0; 
}
 
#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff; 
} 

/* THUMBNAILS ROTATOR */

.rotator_Thumbnails {
	border: 0px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
	clear: none;
	top:0px;
	left: 10px;
	/*background-color: #ffffff;*/
}

.rotator_Thumbnails_Content {
	height: 135px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	clear: both;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.shadow_container {
	position: relative;
	top: 1px;
	left: 1px;
	color: #000000;
}

.shadow {
	position: absolute; 
	top: -1px; 
	left: -1px; 
	color: #ffffff;
}
