@charset "utf-8";

body {
	background: #001731;
	text-align: justify;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001731;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #001731;
}

a:hover {
	text-decoration: none;
	color: #4d8fc3;
	position: static;
}

.whitelinks {
	color: #FFF
}

.whitelinks:link { 
	color: #FFF;
}

.whitelinks:hover {
	color: #FFF;
}

.whitelinks:visited {
	color: #FFF;
}

.whitelinks:active {
	color: #FFF;
}

/**Header */

#header {
	width: 792px;
	height: 150px;
	margin: 0px;
	background: url(images/banner1.jpg) no-repeat left top;
}

#header2 {
	width: 846px;
	height: 106px;
	background: #FFF;
	position: absolute;
	left: 20px;
	top: 4px;
} 

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 20px;
	background-color: #4d8fc3;
	margin-top: 95px;
	border: medium solid #FFF;
	position: absolute;
	left: 20px;
}

/**Content*/

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #001731 thin;
}

#content p {
}

#left {
	float: left;
	width: 200px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: medium solid #001731;
	padding-right: 5px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: left;
	width: 532px;
	margin-bottom: 20px;
	padding-right: 20px;
	background-color: #4d8fc3;
	padding-left: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}

#quicklinks {
	width: 214px;
	height: 30px;
	position: absolute;
	left: 626px;
	top: 56px;
}

#links {
	width: 245px;
	height: 17px;
	position: absolute;
	left: 594px;
	top: 28px;
}

/**Footer*/

#footer {
	clear: both;
	width: 800px;
	height: 100px;
	margin: 0px auto;
	padding-top: 13px;
	background: #4d8fc3;
	text-transform: none;
	font-size: 10px;
	color: #001731;
	align: center;
}

#logo {
	width: 267px;
	height: 84px;
	position: absolute;
	left: 42px;
	top: 10px;
}

.style3 {
	font-size: 1.6em;
	font-weight: bold;
}

/**Stuff*/
#menu {
width: 100%;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10.3em;
float: left;
}
#menu a, #menu h2 {
font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #001731;
}

#menu a {
color: #fff;
background: #001731;
text-decoration: none;
}

#menu a:hover {
color: #4d8fc3;
background: #fff;
}

#menu li {
	position: relative;
	width: 2;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

body {
behavior: url(csshover.htc);
}
