﻿* {
  	margin: 0px;
  	padding: 0px;
    }

body {
	background: #e0e0e0;
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 72%;
}

a	{
	outline: none;
	color: #303030;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #198444;
}
a:active {
	text-decoration: none;
}


p {
	margin-bottom: 10px;
	color: #666666;
}
.compact_p {
	margin-bottom: 0px;
}
h1 {
	font-size: 2.4em;
	font-weight: 400;
	padding: 0;
	color: #1B3864;
	margin-top: 10px;
}
#heading1-box {
	margin-left: 15px;
	width: 900px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2 {
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 0 12px;
	color: #1B3864;
}
#heading2-box {
	margin-left: 15px;
	width: 900px;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 12px;
	color: #1B3864;
}
.col2 h3 {
	margin-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #1B3864;
	text-decoration: none;
}
.col2 ul li h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #1B3864;
	font-weight: normal;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#whitecanvas {
	width: 960px;
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
#logo-box {
	width: 960px;
	height: 140px;
}
#logo-box #logo {
	width: 430px;
	height: 140px;
	float: left;
}
#logo-box #slogan {
	width: 530px;
	height: 140px;
	float: left;
}
#menu-box {
	width: 960px;
	height: 35px;
}
#menu-wm-box {
	width: 15px;
	height: 35px;
	float: left;
}
#menu-nav-box {
	width: 485px;
	height: 35px;
	float: left;
}
#image-box {
	width: 960px;
	height: 160px;
}
#image-wm-box {
	width: 15px;
	height: 160px;
	float: left;
}
#image-banner {
	width: 930px;
	height: 160px;
	float: left;
}
#image-homepage {
	width: 930px;
	height: 500px;
	float: left;
}

#nav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 485px;
	height: 35px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}
#nav li {
	padding: 0px;
	margin: 0px;
}
#nav li a {
	padding: 0px;
	margin: 0px;
	float: left;
	position: absolute;
	height: 35px;
	display: block;
}
#nav, #nav li a {
	background-image: url('../images/menu-matrix.gif');
	background-repeat: no-repeat;
}

/* BASE STATE */
li#nav_Hom a {width: 97px; left: 0px;   background-position:   0px  0px;}
li#nav_Com a {width: 97px; left: 97px;  background-position:  -97px 0px;}
li#nav_Ops a {width: 97px; left: 194px; background-position: -194px 0px;}
li#nav_Inf a {width: 97px; left: 291px; background-position: -291px 0px;}
li#nav_Con a {width: 97px; left: 388px; background-position: -388px 0px;}

/* HOVER STATE */
li#nav_Hom a:hover {background-position:   0px  -35px;}
li#nav_Com a:hover {background-position: -97px  -35px;}
li#nav_Ops a:hover {background-position: -194px -35px;}
li#nav_Inf a:hover {background-position: -291px -35px;}
li#nav_Con a:hover {background-position: -388px -35px;}

/* ACTIVE STATE */
#body_home li#nav_Hom a  {background-position:    0px -70px;}
#body_comp li#nav_Com a  {background-position:  -97px -70px;}
#body_oper li#nav_Ops a  {background-position: -194px -70px;}
#body_info li#nav_Inf a  {background-position: -291px -70px;}
#body_cont li#nav_Con a  {background-position: -388px -70px;}



div#content {
	clear: both;
	width: 960px;
}
div#content div.col1 {
	padding: 10px;
	float: left;
	width: 280px;
	margin-left: 15px;
	margin-top: 5px;
}
div#content div.col1 ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
}
div#content div.col1 ul li {
	margin-bottom: 6px;
	color: #666666;
}
div#content div.col2 {
	padding: 10px;
	float: left;
	width: 900px;
	margin-left: 15px;
	margin-top: 5px;
}
div#content div.col2 ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
}
div#content div.col2 ul li {
	list-style-type: square;
	margin-left: 25px;
	padding-left: 0px;
	margin-bottom: 20px;
	color: #1A3864;
}


div#content div.col2 li {
	list-style-type: square;
	margin-left: 25px;
	padding-left: 0px;
	margin-bottom: 20px;
}
div#content div.col2 li a {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
#content .colbreak {
	float: left;
	clear: both;
	width: 960px;
}
#subsection {
	width: 930px;
	margin-left: 20px;
	margin-top: 20px;
}
.bottom-cap {
	background-repeat: no-repeat;
	height: 30px;
	clear: both;
	background-image: url('../images/bottom-cap.png');
}
div#footer {
	clear: both;
	margin: 10px 0px 500px 0px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}
div#footer a {
    color: #FFFFFF;
}
div#footer span.footer-spacer {
    margin: 0px 10px 0px 10px;
}


#image-box-homepage {
	width: 960px;
	height: 500px;
}

#sidebar {
	margin-left: 15px;
	margin-top: 0px;
	width: 880px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#sidebar li {
	margin-bottom: 0px;
	float: left;
	margin-right: 5px;
	background-color: #CCC;
	border: thin solid #666;
	padding-right: 3px;
	padding-left: 3px;
}
#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #4D4D4D;
	font-weight: bold;
}
#sidebar a:hover {
	color: #4C5C78;
}
#form-box {
	padding: 10px 10px 10px 20px;
	float: left;
	width: 600px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #DBDBDB;
	color: #1B3864;
	width: 60%;
}
#form-box p {
	color: #666666;
	margin-top: 10px;
	width: 580px;
	clear: right;
}
.form-padding {
	width: 580px;
	padding: 10px;
}
.center_content {
	text-align: center;
	margin-top: 25px;
}
#button_col1 {
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#menu-box #templink {
	text-align: center;
}
#menu-box #templink p {
	padding-top: 8px;
}
#menu-box #templink a {
	text-align: center;
	color: #198444;
	font-weight: bold;
}
#menu-box #templink a:hover {
	text-align: center;
	color: #BEAB32;
	font-weight: bold;
}
