body {
	background: #09425c;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

a:link { color: #0b5375; }
a:visited { color: #4E85C9; }
a:hover, a:active { color: #009DFB; }

img { border: none; }

h1 { font-size: 2.0em; font-weight: normal; color: #135f82; }
h2 { font-size: 1.8em; font-weight: normal; color: #135f82; }
h3 { font-size: 1.6em; font-weight: normal; color: #135f82; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.floatleft, .fleft { float: left; padding: 0 10px 5px 0; }
.floatright, .fright { float: right; padding: 0 0 5px 10px; }
.center { text-align: center; margin: auto; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; }



#layout {
	width: 962px;
	padding: 0 14px;
	margin: auto;
	background: white url(images/vos-layout.gif) repeat-y center center;
}

#header {
	position: relative;
	background: url(images/vos-header.jpg) no-repeat top left;
	color: white;
	height: 122px;
}

#header a, #header a:visited {
}

#header div {
	width: 223px;
	height: 122px;
	float: left;
	overflow: hidden;
	margin: 0;
	background: url(images/vos-logo.jpg) no-repeat top left;
}

#header h1 {
	float: left; 
	color: #135f82;
	margin: 0 0 0 40px;
	width: 470px;
	text-transform: uppercase;
}
 
#header h1 strong {
	display: block;
	text-indent: -999px;
}

#header h1 span {
	display: block;
	text-indent: 120px;
}

#header address {
	width: 200px;
	margin: 30px 0 0 0;
	color: #072f41;
	text-align: right;
	float: left;
	font-size: 1.2em;
	font-family: Calibri;
	font-weight: bold;
}

#logo {
	width: 223px;
	height: 122px;
	float: left;
	overflow: hidden;
	margin: 0;
	text-decoration: none;
}

#nav {
	margin: 0; padding: 0 5px; list-style: none;
	height: 60px;
	line-height: 60px;
	clear: both;
	background: #000033 url(images/vos-nav.png) repeat-x top left;
}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
	height: 60px;
	position: relative;
}

#nav li a, #nav li span {
	padding: 0 15px;
	height: 60px;
	float: left;
	text-decoration: none;
	font-size: 1.2em;
	color: white;
}

#nav li a:hover {
	background: url(images/vos-tab-pointer.png) no-repeat bottom center;
	color: #bcff00;
}

#nav li.active {
	background: white url(images/vos-tab.png) no-repeat top left;
	padding: 0 0 0 30px;
}

#nav li.active a, #nav li.active a:hover, #nav li.active span {
	background: white url(images/vos-tab.png) no-repeat top right;
	color: #000033;
	padding: 0 30px 0 0;
}

#nav li li.active {
	padding: 0 !important;
	background: transparent !important;
}

#nav li li.active a, #nav li li.active a:hover{
	padding: 0 15px !important;
	background: transparent !important;
}

#nav ul {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	top: 55px;
	left: 0;
	width: 220px;
	background: #000033;
	border-bottom: 5px solid #9ed600;
}

#nav li.active ul {
	left: 12px;
}

#nav ul li {
	float: none;
	height: auto;
	line-height: 50px;
}

#nav ul li a {
	padding: 0 15px !important;
	height: auto;
	float: none;
	display: block;
	background: transparent !important;
	color: white !important;
}

#nav ul li a:hover, #nav li li.active a:hover {
	background: #05435f !important;
	color: #bcff00 !important;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#content {
	width: 700px;
	padding: 20px;
	float: left;
	cleaR: left;
	overflow: hidden;
}

#sidebar {
	width: 208px;
	float: left;
	overflow: hidden;
}


#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid white;
	color: white;
	background: #093f58 url(images/vos-footer.png) repeat-x top left;
}

#footer a, #footer a:visited {
	color: #c6d7e0;
}

#footer a:hover {
	color: #9ed600;
}

#footer p, #footer h6 {
	margin: 0;
}

#footernav {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#footernav li {
	padding: 0 10px;
	margin: 0;
	display: inline;
}

#footernav ul, #footer li span {
	display: none;
}

.sbox {
	width: 208px;
	background: url(images/vos-side.png) repeat-y top left;
	margin: 15px 0 0 0;
}

.sbox-in {
	padding: 15px 15px 10px 15px;
	background: url(images/vos-side-top.png) no-repeat top left;
}

.sbox-btm {
	background: url(images/vos-side-btm.png) no-repeat top left;
	height: 6px;
	line-height: 6px;
	overflow: hidden;
	display: block;
	clear: both;
}

.sbox h3 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
}

.sbox h3 a {
	text-decoration: none;
}

.sbox img {
	float: right;
	margin: 5px 0 0 10px;
}

.sbox p {
	margin: 0;
}

.sbox form {
	width: 178px;
	overflow: hidden;
	display: block;
}

.sbox label {
	display: block;	
	margin: 3px 0 0 0;
}

.sbox .input {
	width: 176px;
	border: none;
	border-bottom: 1px solid #b4c4cc;
	height: 20px;
}

.sbox .button {
	color: white; 
	background: #203540 url(images/vos-btn-dark.png) repeat-x top left;
	border: 1px solid #2a4452;
	margin: 3px 0 0 0;
	height: 22px;
	float: right;
	font-weight: bold;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/vos-bullet.png) no-repeat top left;
	background-position: 2px 5px;
	color: #063950;
}

a.button2 {
	display: block;
	padding: 0 10px;
	margin: 2px 0 5px 0;
	height: 22px;
	line-height: 22px;
	float: right;
	clear: right;
	border: 1px solid #a8c1cf;
	background: #a1bdcc url(images/vos-btn-light.png) repeat-x top left;
	text-decoration: none;
	font-weight: bold;
}
