/* CSS Document */

body {
color:#444444;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px; 
background-color:#F8F7F4;
background-image:url(images/top_bg.gif); 
height:284px;
background-repeat:repeat-x;
}
.navi { 

background-color:#E5E2DC;

}
li {
line-height:20px;
list-style:square;
}
.bannerbg{

background-color:#0C689A;

}
.mainmenulinks {

font-family: Verdana;

font-size: 11px;

font-weight: normal;

color: #0C689A;

text-decoration: none;

display: block;

height: auto;

width: auto;

line-height: 41px;

text-align:center; 

font-weight:bold;}





.mainmenulinks:active {

font-family: Verdana;

font-size: 11px;

font-weight: normal;

color: #484743;text-decoration:none;

display: block;

height: auto;

width: auto;

line-height: 41px;

text-align:center;

font-weight:bold;

}

.mainmenulinks:hover {

font-family: Verdana;

font-size: 11px;

font-weight: normal;

color: #555555;

text-decoration: none;

display: block;	

height: auto;

width: auto;

line-height: 41px;

background-color:#D5CFC6;

text-align:center;

font-weight:bold;

}

.menulinks {

font-family: Verdana;

font-size: 11px;

font-weight: normal;

color: #555555;

text-decoration: none;

display: block;

width: auto;

line-height: 41px;

text-align:center; 

font-weight:bold;}

.menulinks:active {

font-family: Verdana;font-size: 11px;font-weight: normal;

color: #484743;

text-decoration:none;

display: block;

height: auto;

width: auto;

line-height: 41px;

text-align:center;

font-weight:bold;

}

.menulinks:hover {

font-family: Verdana;

font-size: 11px;

font-weight: normal;

color: #0C689A;

text-decoration: none;

display: block;	

height: auto;

width: auto;

line-height: 41px;

background-color:#D5CFC6;

text-align:center;

font-weight:bold;

}
.leftline {
border-left:1px solid #E4E4E4;
}
.rightline  {
border-right:1px solid #E4E4E4;
}
.horiline{ 

background-image:url(horiline.gif); 

background-repeat:repeat-x; 

height:1px;

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

.newsandevents {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #755534;
text-decoration: none;
display: block;	
height:auto;
width:auto;
line-height: 41px;
text-align:left; 
font-weight:bold; 
padding-left:20px;
}
.copyrighttext {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #7C7C7C;
text-decoration: none;	
line-height: 13px;
}

.privacylinks {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #1F65BB;
text-decoration: none;
}

.privacylinks:active {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #1F65BB;
text-decoration: none;
}

.privacylinks:hover {

	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #1F65BB;
	text-decoration: underline;
}
.toprightmenulinks {

	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: none;
}

.toprightmenulinks:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: none;
}

.toprightmenulinks:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #0C689A;
	text-decoration: underline;
}

.toprightmenulinksactive {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #7c7c7c;
	text-decoration: none;
}
.footer{ 

background-image:url(images/footer_bg.gif); 
height:85px; 
background-repeat:repeat-x;
}
.content {
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	padding-top:10px;

}
.heading {
border-bottom:1px solid #E4E4E4;}
.time {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #0C689A;

text-decoration: none; 
font-weight:bold;

}

/*=============================== Rajeev's Drop Down=======================================*/
.chromestyle{
width: 99%;
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: 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: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;

font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #E5E2DC;
width: 200px;
visibility: hidden;
}


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

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D5CFC6;
color:#555555;
}
.sitemap {
color:#0C689A;
font-size:11px;
font-weight:bold;}
.sitemap a{
text-decoration:none;
color:#005482;

}
.sitemap a:hover{
color:#666666;
}
