@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;
width:981px;
min-height:507px;
padding:0;
margin-top:-25px;
background:url(graphics/bg_left.gif) bottom no-repeat;
}
div#content2{
overflow:auto;
height:auto;
width:981px;
min-height:507px;
padding:0;
margin-top:-25px;
background:url(graphics/bg_right.gif) bottom no-repeat;
}
div#content_company{
height:auto;
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;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000;
width:134px; 
height:25px; 
text-align:center; 
color:#fff; 
background:#6e6e70; 
line-height:30px; 
font-size:12px; 
overflow:hidden;
text-align:right;
padding: 0px 3px 0px 0px;

border-right:#fff solid 1px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

.menu ul li:hover a {color:#444; background:#fff;}
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:25px; 
left:0; 
width:134px;
}
.menu ul li:hover ul li a.hide {background:#fff; color:#444;}
.menu ul li:hover ul li:hover a.hide {background:#fff; color:#444;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
font-size:11px;
display:block; 
background:#fff; 
color:#444;
border-left:#CCCCCC solid 1px;
border-bottom:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
padding: 0px 3px 0px 0px;
}
.menu ul li:hover ul li a:hover {
background:#ccc; 
color:#444;
}

.menu ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:138px; 
top:0; 
border-top:#CCCCCC solid 1px;
padding: 0px 3px 0px 0px;
}
.menu ul li:hover ul li:hover ul.left {left:-138px;}

/* 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;
}

.director_spacing td{
padding:5px 15px 0 0;
}
.transparent{
opacity:0.4;
filter:alpha(opacity=40);
}