@charset "utf-8";
/* CSS Document */

/*----- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	background: #20264A url(images/CJSetoBackground.jpg) repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
.Darkblue {color: #262E53}

#clear {
	clear: both;/*----- <div id="clear"></div> -----*/
	}

/*----- always position all DIVs as 'relative' -----*/

/*----- Make H1 in Banner "display:none" when using image in Banner -----*/

#container {
	width: 900px;
	text-align: left;
	margin: 65px auto 0px;
	padding: 0px;
	position: relative;
	}
#container .overhang {
	position: absolute;
	left: -15px;
	top: -60px;
	z-index: 400;
	}
#header {
	position: relative;
	margin: 0px;
	padding-left: 544px;
	}
#header ul {
	list-style: none;
	display: inline;
	text-align: right;
	width: 800px;
	font-size: 10px;
	float: none;
	margin: 0px;
	padding: 0px;
	}
#header li.lastlink {
	border-bottom: none;
	margin: -10px 0px 15px;
	padding: 0px 0px 0px 10px;
	border-right: 1px none #FFFFFF;
	border-left-style: none;
	}
#header li {
	float: left;
	border-right: 1px solid #FFFFFF;
	margin-top: -10px;
	text-align: right;
	padding-right: 9px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 1px none #FFFFFF;
	font-size: 10px;
	}
#header a {
	color: #FFFFFF;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#header a:hover {
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#nav {
	background: url(images/SetoBar.jpg) repeat-x;
	height: 25px;
	position: relative;
	clear: both;
	margin: 10px 0px;
	padding-left: 490px;
	}
#nav ul {
	list-style: none;
	display: inline;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	}
#nav li.lastlink {
	border-bottom: none;
	border-right-style: none;
	margin-top: 5px;
	padding-left: 10px;
	}
#nav li {
	float: left;
	border-right: 1px solid #FFFFFF;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 9px;
	padding-left: 10px;
	}
#nav a {
	color: #FFFFFF;
	text-align: center;
	display: inline;
	text-decoration: none;
	}
#nav a:hover {
	color: #FF0000;
	text-decoration: none;
	}
#content {
	position: relative;
	background: #DFDFDF;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
#sideBar {
	background: #DFDFDF;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 160px;
	float: left;
	text-align: left;
	overflow: auto;
	height: 100%;
	}
#sideBar ol {
	padding-bottom: 6px;
	padding-left: 20px;
}
#sideBar li {
	padding-bottom: 4px;
}


#sideBar h1 {
	font: normal 24px Impact, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	color: #5F74AB;
	padding-bottom: 15px;
	}
#slides {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#mainContent {
	background: #FFFFFF;
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 660px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 0;
	text-align: left;
	margin: 0px;
	min-height: 374px;
	}

#mainContent h1 {
	color: #FF0000;
	text-transform:none;
	font-size: 20px;
	}
#mainContent ul {
	margin-left: 15px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#mainContent li {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


#footer {
	position: relative;
	background: #E4E8F1;
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: center;
	border-top: 1px solid #C4CBDF;
	}
#footer .small {
	font-size: 9px;
	padding-bottom: 25px;
}
#footer   .overhang {
	background: url(images/SetoGlobe.png) no-repeat;
	left: 826px;
	bottom: 0px;
	top: -50px;
	right: 0px;
	}

#footer a {
	font-size: 9px;
}

#breadcrumb {
 position: absolute; top: 130px; left: 231px; width: 480px; z-index: 1000;
 font:11px Arial,Helvetica,Verdana,sans-serif; color: #5B5B5B;
	}
#bottomBar {
	background: url(images/SetoBottomBar.jpg) repeat-x center bottom;
	height: 25px;
	width: 900px;
	position: fixed;
	left: auto;
	right: auto;
	float: left;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	bottom: -1px;
	clear: both;
	}
hr {
	font-size: 1px;
	font-weight: lighter;
	color: #5E71A9;
	margin-bottom: 6px;
}
