@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(imgs/bg.jpg) repeat-x;
	background-color:#d71c39;
	font-family: times new roman;	
}

a.Menu {
	font-family: times new roman;
	font-size:16px;
	color:#0fa7e5;
	font-weight:normal;
	text-decoration:none;
}

a:hover.Menu {
	color:#ba1f37;
}


a.admin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d71c39;
	font-weight:700;
	text-decoration:none;
}


a.submenu {
	font-family:Arial, Helvetica, sans-serif;
	color:#0295d0;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	}
	
a:hover.submenu {
	text-decoration:underline;
	}	
	
	
	
a.submenu2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	}
	
a:hover.submenu2 {
	text-decoration:underline;
	}		



.titles {
	font-size:25px;
	color:#0395d0;
	font-weight:normal;
}


.content {
	font-size:14px;
	color:#666666;
	line-height:18px;
}


.sub-content {
	font-size:12px;
	color:#666666;
	line-height:18px;
	line-height:15px;
}

.white-content {
	font-size:14px;
	color:#ffffff;
	line-height:18px;
}


.white-content-arial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:18px;
}


.highlight {
	font-size:25px;
	color:#094057;
	}
	
	
	
	
.blue-content {
	font-size:13px;
	color:#3a95d0;
	}	



.red-content-arial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dd0000;
	line-height:18px;
}











#emailmarg {
	margin: 20px 0 0 35px;
	float: left;
	display: block;
}

#emaillist {
	width: 170px;
	height: 61px;
	padding-top: 10px;
	background-image: url("imgs/emailback.gif");
	background-repeat: no-repeat;
}


#emaillisthome {
	margin: 20px 0 0 20px;
	width: 180px;
	float: left;
}


a.img {
margin:0px; 
border:5px solid #CCCCCC; 
float:left;
filter:alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;
}

a:hover.img{
filter:alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;
}	









		
	.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%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
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{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:28px;
z-index:100;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
font-family:"Times New Roman", Times, serif;
border-bottom: 1px dotted #CCCCCC; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: normal;
font-size:14px;
color:#0fa7e5;
background-color:#F8F8F8;
}

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

}

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




#main-content li{
	width:150px;
	border:0px solid;
	border-width:0 0px 0px 0;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:2px;
	padding-left:10px;

	

}
