/* CSS Document */
*		{margin:0; padding:0;
}
body { background-color:#223344;
}
a:link {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	width:900px;
	margin:0 auto;

}
#bg {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	top:0; left:0;
	z-index:-70;
	overflow:hidden;
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%; left:-50%;
	z-index:-70
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	display:block;
}
#header {
	padding:0;
	background-image:url(../images/Top-gray-strips.png);
	background-repeat:repeat-x;
}
#logo {
	background-image:url(../images/logo_bg.png);
	background-repeat:no-repeat;
	float:left;
	width:200px;
	height:120px;
}
#social	{
	float:right;
	position:relative;
	top:90px;
}
#social li{
	display:inline;
}
.logo {
	display:block;
	position:relative;
	top:15px;
	left:40px;
}
#menudown {
	float:left;
	display:block;
	clear:both;
	width:900px;
	background-color:#003366;
	margin-top:4px;
}
#nav-path {
	float:left;
	display:block;
	width:900px;
	margin:4px auto;
	padding-bottom:2px;
	background-color:#99ccff;
}
#nav-path h5 {
	display:inline;
	padding:2px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	background-color:#99ccff;
}
#banner {
	display:block;
	clear: both;
	width:900px;
	min-height:200px;
	margin-bottom:4px;
}
#homebanner {
	display:block;
	clear: both;
	width:900px;
	min-height:450px;
	margin-bottom:4px;
}
div.rotator ul {
	margin:0;
	padding:0;
}
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
}
div.rotator ul li.show {
	z-index:100;
}

#content_wrapper {
	clear:both;
	float:left;
	width:896px;
}
#content {
	float:left;
	width:632px;
	background: rgba(255, 255, 255, 1);
	padding:20px;
	box-shadow: 
	0 5px 15px 1px rgba(0, 0, 0, 0.6);
}
#content.wide {
	width:860px;
}
#homenote{
	width:350px;
	padding:20px;
	position:relative;
	top:-150px;
	left:70px;
	z-index:100;
	background:rgba(0, 51, 102, 0.9);
		box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6);
		clear:both;
}
.homenotetext {
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
}
#content h1 {
	display:inline;
	background-image:url(../images/content_header.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:12px 80px 10px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#000;
	background-color:#CCC;
	position:relative;
	left:-20px;
	margin-bottom:20px;
}
#content h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin-top:10px;
	margin-bottom:0px;
}
#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-top:10px;
	margin-bottom:5px;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin-top:3px;
}
#content a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
}
#content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	border-bottom:thin solid #99ccff;
}
#content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #006699;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:blink;
}
#content table {
	margin: 10px auto;
	border: 1px solid #000;
	vertical-align:central;
}
#content td {
	padding:5px;
}
#content th {
	background-color:#ccc;
	padding:5px;
}
#content ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	list-style-type:square;
	padding-left:20px;
}
#content ol {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding-left:20px;
}

#content li {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:7px;
}
#content img {
	display:block;
	margin:10px auto;
}
#side {
	float:right;
}
#side a {
	display:block;
}
#spacer {
	clear:both;
	min-height:50px;
}
#footer {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-align:center;
	display:block;
	width:100%;
	background: rgba(0, 0, 0, 0.8);
	position:fixed;
	margin:0 auto;
	top:95%;
	height:5%;
	z-index:101;
}
#footer h6 {
	font-size:80%;
	font-weight:normal;
	line-height:60%;
	margin:0.5% 0;
}
#footer p {
	font-size:75%;
	line-height:60%;
	margin:0.5% 0;
}
#datatable table {
	display:block;
	border-collapse:collapse;
	border:hidden;
	alignment: left;
}
#datatable td {
	valign:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#000;
	padding:3px;
}
#datatable th {
	background-color:#003;
	padding:0px;
}
