/* *************************************************** */
/* **************** MAIN PAGE LAYOUT ***************** */
/* *************************************************** */
body {
   padding: 0;
   margin: 0;
   background: url('/img/layout/page_bg.jpg') repeat-x #012150;
   font-family: Tahoma;
   color: #ffffff;
   font-size: 12px;
}
#container {
   width: 776px;
   margin: 0 auto;
   position: relative;
   background: url('/img/layout/content_bg_extended.jpg') repeat-y ;
   z-index: 1;
}
#header {
   position: absolute;
   top: 0;
   left: 0;
   height: 100px;
   width: 776px;
   background: url('/img/layout/header_bg.jpg') 299px 0 no-repeat;
   z-index: 9;
}
#content_container{
   width: 700px;
   background: url('/img/layout/content_bg.jpg') 0 118px no-repeat;
   padding: 125px 39px 10px 37px;
   z-index: 2;
   position: relative;
}
#content_container .clear{
   clear: both;
   height: 0; /* fixes height issue in IE */
}
#content {
  width: 480px;
  float: left;
  min-height: 300px;
  height: auto !important;
  height: 300px;

}
#sidenav {
   float: left;
   width: 220px;
   font-size: 12px;
   color: #ccccff;
}
#footer {
   padding-top: 28px;
   padding-left: 30px;
   width: 746px;
   height: 41px;
   clear: left;
   background: url('/img/layout/footer_bg.jpg') no-repeat top left;
   font-size: 10px;
}
/* *************************************************** */
/* ********************* GENERIC ********************* */
/* *************************************************** */
img {
   border: none;
}
a { 
   color: #9fd301;
   text-decoration: none;
}
a:hover { 
   color: #fff43d;
}
#right_nav a {
   color: #ccccff;
}
#right_nav a:hover {
   color: #f5ed0c;
}
/* Right Nav */


#right_nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
#right_nav li {
   padding: 0;
   margin: 0;
}

/* Navigation */
ul#nav {
   width: 753px;
   background: url('/img/layout/nav_bg.jpg') no-repeat;   
   height: 37px;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: bold;
   padding: 0 0 0 23px;;
   margin: 0;
   list-style: none;
   z-index: 9;
}
ul#nav a {
   display: block;
   color: #ccccff;
   height: 22px;
   padding: 9px 10px 0 10px;
   text-align: center;
   text-decoration: none;
   border-right: 1px solid #669999;
}
ul#nav li {
   float: left;
   width: 121px;
   height: 31px;
   margin: 0;
   padding: 0;
   list-style: none;
}
ul#nav li.last{
   width: 122px;
}
ul#nav li.last a{
   border-right: none;
}
ul#nav li ul {
   position: absolute;
   width: 122px;
   display: none;
   visibility: hidden;
   padding: 0;
   margin: 0;
}
ul#nav li ul li {
   height: auto;
   width: 122px;
   padding: 0;
   margin: 0 0 0 -1px;
}
ul#nav li ul a{
   color: #ccccff;
   background: url('/img/layout/nav_dropdown_bg.jpg');
   border-bottom: 1px solid #669999;
   border-left: 1px solid #669999;
   height: auto;
   text-align: left;
   padding: 5px 13px 5px 17px;
   font-size: 9px;
}
ul#nav li:hover a, ul#nav li.selected a {
   color: #66ffff;
   background: url('/img/layout/nav_bg_over.jpg');
}
ul#nav li a:hover {
   color: #66ffff; /* IE 6 hover */
}
ul#nav li:hover ul a, #nav li.selected ul a {
   color: #ccccff;
   background: url('/img/layout/nav_dropdown_bg.jpg');
}   
ul#nav li:hover ul, ul#nav li.hover ul {
   visibility: visible;
   display: block;
}
#nav li ul li a:hover {
   background: url('/img/layout/nav_dropdown_bg_over.jpg') repeat-x;
   background-position: 0 bottom;
   color: #66ffff;
}


/* Quote */
#header .quote {
   position: absolute;
   top: 32px;
   left: 315px;
   margin-top: 13px; /* IE Fix */
   font-size: 11px;
   width: 340px;
   height: 30px;
   padding: 0 30px 0 35px;
   background: url( '/img/layout/quote_bg.jpg' ) 0 3px no-repeat;
   overflow: hidden;
	color: #ccccff;
} 
/* *************************************************** */
/* ********************* CONTENT ********************* */
/* *************************************************** */
.hero {
   margin-bottom: 10px;
}

#content h1 {
   font-size: 19px;
   padding: 8px 30px 10px 10px;
   margin: 0;
}
#content h2 {
   font-size: 16px;
   padding: 5px 30px 5px 10px;
   margin: 0;
}
#content h3 {
   font-size: 16px;
   padding: 5px 30px 10px 10px;
   margin: 0;
}
#content ul {
   font-family: verdana;
   margin: 0;
   padding: 0;
   list-style: none;
}
#content ul li {
   margin: 0 0 0 30px;
   padding: 5px 30px 10px 10px;
   text-indent: -10px;
   list-style: none;
}
#content p {
   font-family: verdana;
   font-size: 13px;
   margin: 0;
   padding: 5px 30px 3px 10px;
   text-indent: 30px;
}
#content p.quote {
   border: 1px solid #0e3f82;
   background: #4b6fa3;
   font-size: 12px;
   line-height: 16px;
   margin: 0 15px 10px 0 ;
   padding: 5px 15px 5px 15px ;
   text-indent: 0;
}
/*
body#about #sidenav img{
   margin: 15px 0 0 25px;
}
body#about #sidenav{
   width: 125px;
}
body#about #content {
   width: 480px;
   float: right;
   margin-right: 35px;
}
*/
body#about #content{
   margin-left: 100px;
}
body#about #content h1{
   margin-left: 10px;
}

body#contact p{
   text-indent: 0;
}
body#contact form {
   text-indent: 0;
   margin: 10px 0 0 0;
   padding: 0 0 0 10px;
}
body#contact form p, body#contact form label {
   font-family: verdana;
}
body#contact form .error{
   color: #ff5555;
}
body#contact form div.error{
   margin: 5px 0;
}

body#services #content p{
   text-indent: 0;
}
body#resources #content p{
   text-indent: 0;
}











/* Fancy Sidenav */
#sidenav h3 {
   color: white;
   font-size: 16px;
   margin: 8px 0 8px 5px;
}
#sidenav ul, #sidenav ul li {
   list-style: none;
   margin: 0;
   padding: 0;
}
#sidenav ul li{  
   width: 210px;
   margin-bottom: 2px;
}
#sidenav h3 {
   background: #0e3f82;
   padding: 2px 10px;
   margin: 15px 0 2px 0;
   width: 188px;
   border: 1px solid #0e3f82;
}
#sidenav ul li ul li{  
   margin-top: -1px;
   margin-bottom: 0;
}
#sidenav ul li a {
   color: white;
   border: 1px solid #0e3f82;
   background: #164180;
   position: relative;
   display: block;
   padding: 2px 10px;
   line-height: 18px;
   font-size: 12px;
}
#sidenav ul li ul li a {
   padding-left: 30px;
   font-size: 11px;
}

#sidenav ul li ul li ul li a {
   padding-left: 45px;
   font-size: 10px;
}

#sidenav ul li a:hover, #sidenav ul li.selected a {
   background: #4b6fa3;
   color: #fff43d;
   border: 1px solid #0e3f82;
}
#sidenav ul li a:hover ul li a, #sidenav ul li.selected ul li a {
   background: #164180;
   color: white;
   border: 1px solid #0e3f82;
}
#sidenav ul li.selected ul li a:hover {
   background: #4b6fa3;
   color: #fff43d;
   border: 1px solid #0e3f82;
}
#sidenav ul.contact li a {
   font-size: 12px;

}
#sidenav p.quote {
   border: 1px solid #0e3f82;
   background: #4b6fa3;
   font-size: 10px;
   line-height: 16px;
   padding: 5px 10px;
   margin: 0 0 2px 0;
   width: 188px;
}

#footer a {
   color: #ffffff;
} 
#footer a:hover {
   text-decoration: underline;
} 
