/* CSS Document */

body {
background-color:#051539;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#545454;
}

a {
text-decoration:none;
color:#3E4F77;
}

a:hover {
text-decoration:none;
color:#BF8660;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color:#545454;
font-weight:bold;
}

.button_level_1 {
margin-left:220px;
margin-top:0px;
padding:0px;
}

.button_level_2 {
margin-left:265px;
margin-top:0px;
padding:0px;
}

#address {
float:left;
margin-top:5px;
margin-left:10px;
color:#003366;
}

.logo {
margin-top:5px;
margin-right:30px;
float:right;
}

#page {
margin-left:auto;
margin-right:auto;
width:782px;
}

#bg_top {
background-image:url(images/bg-top.gif);
background-repeat:no-repeat;
width:782px;
height:18px;
}

#header {
width:782px;
background-color:#FFFFFF;
height:80px;
}

#main_image {
width:782px;
height:148px;
background-color:#FFFFFF;
}

#nav {
width:782px;
height:35px;
background-color:#B6A152;
border-top:6px solid #DAD1AA;
padding-top:5px;
text-align:center;
}

.nav {
font:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin-left:10px;
}

#nav a {
color:#FFFFFF;
text-decoration:none;
}

#nav a:hover {
color:#003366;
text-decoration:none;
}

#wrapper {
width:782px;
background-image:url(images/wrap.gif);
background-repeat:repeat-y;
overflow:hidden;
}

#left {
width:155px;
float:left;
}

#right {
width:562px;
float:right;
padding-left:20px;
padding-right:40px;
padding-bottom:20px;
background-image:url(images/site/green_curve.gif);
background-repeat:no-repeat;
background-position:top right;
margin-top:0px;

}

#right2 {
width:562px;
float:right;
padding-left:20px;
padding-right:40px;
padding-bottom:20px;
padding-top:80px;
background-image:url(images/smile.gif);
background-position:right top;
background-repeat:no-repeat;
}

#bg_bot {
width:782px;
height:41px;
background-image:url(images/bg-bot.gif);
background-repeat:no-repeat;
}

#footer {
width:782px;
color:#FFFFFF;
margin-top:10px;
}

.footer {
font-size:10px;
}

#footer a {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#footer a:hover {
color:#DAD1AA;
font-weight:bold;
text-decoration:none;
}

#button1 {
background-image:url(images/button1.gif);
background-repeat:no-repeat;
width:95px;
height:35px;
color:#618059;
font-weight:bold;
font:Arial, Helvetica, sans-serif;
font-size:16px;
float:right;
padding:15px 0 0 40px;
}

#button2 {
background-image:url(images/button2.gif);
background-repeat:no-repeat;
width:95px;
height:35px;
color:#618059;
font-weight:bold;
font:Arial, Helvetica, sans-serif;
font-size:16px;
float:right;
padding:15px 0 0 40px;

}

#button3 {
background-image:url(images/button3.gif);
background-repeat:no-repeat;
width:95px;
height:35px;
color:#618059;
font-weight:bold;
font:Arial, Helvetica, sans-serif;
font-size:16px;
float:right;
padding:15px 0 0 40px;
}

.heading2 {
font-size:14px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:96px;
padding:2px 0px;
color:#000066;
text-decoration:none;
margin-right:1px;
text-align:center;
background-color:#B6A152;
}
/* style the links hover */
.menu :hover{
color:#0000FF;
background-color: #C4C6CB;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
