/* CSS Document */

body{
background-image:url(images/background/gradient.jpg);
background-repeat: repeat-x;
font-family:Arial, Helvetica, sans-serif ;
font-size:14px;
color:#ADC0D3
	
} 
div.container { 
width : 992px;
} 
div.nav { 
width:992px;
height: 226px;
background-image:url(images/background/top_section.jpg)
} 

div.menu { 
width:992px;

} 


div.main { 
font-family: Arial;
font-size:14px;
color:#003366;
width : 992px;
height:430px;
text-align : justify;
float : left;
overflow:auto;
padding-left:5px;
background-image:url(images/background/mid_section.jpg);
background-repeat:no-repeat
}
div.bottom {
width : 992px;
height: 49px;
float:left;
}

div.footer{
position:absolute;
left:1px;
top:750px;
width:990px;
z-index:-1
}

div.home { 
width:410px;
height:380px;
overflow:auto;
font-family: Arial;
font-size:14px;
color:#003366;
margin-top:20px;
float:left;
padding:10px
}



div.right
{
float:left;
width:525px;
padding:10px;
margin-top:5px;
margin-left:10px;
font-family: Arial;
font-size:14px;
color:#003366;
}

div.rightoverflow
{
float:right;
width:530px;
height:380;
font-family: Arial;
font-size:14px;
color:#003366;
overflow:auto
}

div.whole { 
width : 967px;
height:380px;
text-align : justify;
float:left;
overflow:auto;
margin-left:20px;
margin-top:20px;
}


div.addtopright
{
float:right;
width:455px;
height:300px;
padding:10px;
margin-top:5px;
margin-right:10px;
font-family: Arial;
font-size:12px;
color:#003366;
overflow:auto
}

div.addleft
{
float:left;
width:455px;
height:300px;
padding:10px;
margin-top:5px;
margin-left:10px;
font-family: Arial;
font-size:12px;
color:#003366;
overflow:auto
}

div.addbottomright
{
float:right;
width:455px;
padding:10px;
margin-top:5px;
margin-left:10px;
font-family: Arial;
font-size:12px;
color:#003366;
}


a.topmenu { 
text-decoration : none;
color:#ADC0D3
}  
a.topmenu:link { 
color : #ADC0D3;
} 
a.topmenu:visited { 
color : #ADC0D3;
} 
a.topmenu:hover { 
text-decoration : #ADC0D3;
} 


a.links
{
text-decoration : underline;
color : white
}

a.links:link { 
color : white;
} 
a.links:visited { 
color : white;
} 
a.links:hover { 
text-decoration : white;
} 


h1 { 
font-size : 18px;
font-weight:bold;
font-family:Arial;
color:#003366;
} 
.shadow {width:400; height:30; filter: Shadow(Color=#AEC1D0, Direction=135)}
h2 { 
font-size : 16px;
font-weight:bold;
font-family:Arial;
color:#003366;
} 


.chromestyle{
width: 991px;
font-weight: bold;

}

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

.chromestyle ul{
border: 1px solid #BBB;
width: 991px;
background: url(dropdown_nav/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #003366;
padding: 3px 25px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(dropdown_nav/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}




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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: bold 13px Arial;
line-height:30px;
z-index:100;
background-color: #A698F1;
width: 230px;
visibility: hidden;
text-align:left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


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

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

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