@charset "utf-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.clist ul{
margin-left:-10px;
list-style-image:url(graphics/bullet.gif);
}

span{
margin:0;
padding:0;
}

a{
color:#2a507d;
text-decoration:none;
}
a:hover{
color:#2a507d;
text-decoration:underline;
}

/* div styles */
div#wrapper{
margin:0 auto;
width:981px;
height:auto;
}

div#header{
height:61px;
width:981px;
background:url(graphics/header.jpg) top no-repeat;
}

div#menu{
width:981px;
height:25px;
background-color:#6e6e70;
}

div#greybar{
width:981px;
height:20px;
background-color:#000000;
margin-top:10px;
opacity:0.4;
filter:alpha(opacity=40);
}

div#content1{
overflow:visible;
height:auto !important;
height:507px;
width:981px;
min-height:507px;
padding:0;
margin-top:-25px;
background:url(graphics/bg_left.gif) bottom no-repeat;
}
div#content2{
overflow:visible;
height:auto !important;
height:507px;
width:981px;
min-height:507px;
padding:0;
margin-top:-25px;
background:url(graphics/bg_right.gif) bottom no-repeat;
}
div#content_company{
height:576px;
width:981px;
min-height:576px;
padding:0;
margin-top:-25px;
background:url(graphics/company_profile_bg.gif) top no-repeat;
} 

div#pageCopy{
padding-top:50px;
}
div#pageCopy2{
padding-top:30px;
}

div#footer{
width:981px;
padding-top:5px;
margin:0;
}

/* menu styles */
.menu {
font-family: arial, sans-serif; 
width:981px; 
font-size:11px;
z-index:999;
position:relative;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul ul {width:138px;}
.menu li {float:left;width:138px;position:relative;}

.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
width:134px; 
height:25px; 
border-right:#fff solid 1px;
background:#6e6e70; 
line-height:25px; 
font-size:12px;
text-align:right;
padding-right:3px;
}

/* 2nd level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#fff;}

/* 2nd level hover */
.menu ul ul a.drop:hover{
background:#ccc;
color:fff;
}
.menu ul ul :hover > a.drop {
background:#ccc;
color:fff;
}

/* 3rd level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#fff;
color:000;
}
/* 3rd level hover */
.menu ul ul ul a:hover {
background:#ccc;
color:fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:26px;
left:0; 
width:134px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:138px; top:-1px; width:134px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-138px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;
}

/* 2nd level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fff; 
color:#444; 
width:134px;
border-left:#CCCCCC solid 1px;
border-bottom:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
padding: 0px 3px 0px 0px;
font-size:11px;
height:25px;
}

/* top level hover */
.menu a:hover{
color:#000; 
background:#fff;
}
.menu ul ul a:hover{
color:#fff; 
background:#ccc;
}
.menu :hover > a{
color:#000; 
background:#fff;
}

.menu ul ul :hover > a {
color:#fff; 
background:#ccc;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* text styles */
.txt_RED_BIG{
color:#eb2826;
font-size:14px;
font-weight:600;
}

.txt_RED{
color:#eb2826;
font-weight:600;
}

.txt_BLUE{
color:#2a507d;
font-weight:600;
}

.txt_BLUE_BIG{
color:#2a507d;
font-size:14px;
font-weight:600;
}

.txt_AQUA{
color:#00ab91;
font-weight:600;
}

.txt_AQUA_BIG{
color:#00ab91;
font-size:14px;
font-weight:600;
}

.txt_GRAY{
color:#CCCCCC;
}

.left_border{
margin-left:15px;
border-left:#58585a solid 1px;
padding-left:15px;
}

.dropshadow{
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-left:solid 1px #ccc;
border-top:solid 1px #ccc;
}
.director_spacing td{
padding:5px 15px 0 0;
}
.transparent{
opacity:0.4;
filter:alpha(opacity=40);
}