@charset "utf-8";
/* CSS Document */

body {
 background-color: #d9d9d9;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333333;
 margin-top: 0px;
}

#wrap {
 width: 930px;
 margin: 0px auto;
}

#header {
 width: 930px;
 height: 328px;
 background-image: url(images/header-background.jpg);
 background-repeat: no-repeat;
}

#menu {
 width: 600px;
 padding-top: 15px;
 padding-left: 315px;
}

#main-body {
 width: 930px;
 height: 697px;
 background-image: url(images/main-background.jpg);
 background-repeat: no-repeat;
}

#page-text {
 width: 650px;
 position: absolute;
 top: 295px;
 padding-left: 250px;
 text-align: justify;
 padding-top: 1px;
}

#flash {
 width: 905px;
 height: 224px;
 text-align: right;
 padding-left: 21px;
 position: absolute;
 top: 46px;
}

.left-column {
 width: 320px;
 float: left;
}

.right-column {
 width: 320px;
 float: right;
}

.right-images {
 width: 306px;
 float: right;
}

a {
 color: #082c6c;
 text-decoration: underline;
}

a:hover {
 color: #f8cc2d;
 text-decoration: none;
}

h1 {
 font: normal 18px Arial, Helvetica, sans-serif;
 color: #061735;
}

.footer-text {
 text-align: center;
 font-size: 10px;
}

.no-border { border-right: 0px solid #565455; }
.border { border-right: 1px solid #ffffff; }
.blue { color: #061735; }
.light-blue { color: #052a6b; }









/*CSS Menu*/

.chromestyle{
 width: auto;
 font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.chromestyle ul{
 width: 100%;
 padding: 4px 0;
 margin: 0;
 text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
 display: inline;
}

.chromestyle ul li a{
 color: #ffffff;
 padding: 8px 14px;
 margin: 0;
 text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
 color: #f9c92f;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
 position:absolute;
 top: 0;
 border: 1px solid #BBB; /*THEME CHANGE HERE*/
 border-bottom-width: 0;
 line-height:18px;
 z-index:100;
 background-color: #3b3b3b;
 width: 120px;
 visibility: hidden;
}


.dropmenudiv a{
 width: auto;
 display: block;
 text-indent: 3px;
 border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
 padding: 2px 0;
 text-decoration: none;
 color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
 width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
 background-color: #061735;
 color: #f9c92f;
}