/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	line-height:16px;
	background-position: 0px 3px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h1{	
	font-size: 120%;
	color: #eb1838;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #666666;	
	font-weight: bold;	

}

h3{
 font-size: 100%;
 color: #666666;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color:  #666666;
 font-weight: bold;	
}

h5{
 font-size: 80%;
 color: #666666;
}

h6{
 font-size: 70%;
 color: #666666;
 padding:25px 22px;
 
}

p{
	padding-bottom: 20px;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 10px;}

img{border:none;}

#wrapper .noBorder:link , #wrapper .noBorder:visited{
	border-bottom:none;
}

/***********  layout styles ***********/

#wrapper{
	width:836px;
	padding-bottom:30px;
	margin-left: auto;
	margin-top:0px;
	margin-right: auto;

}

.clear {
	clear:both;
}

#header{
	width:836px;
	height:110px;
	background-image:url(images/header.jpg);
}

#imageWrapper {
	width: 836px;
	height: 245px;
	margin-top:15px;

}


#mainImage {
	float:left;
	width:577px;
	height: 245px;
	overflow: hidden;
}

#map {
	float:right;
	width:258px;
	height: 245px;
}

#sm_links {
padding-top:44px;
float: right;
width:150px;
height:30px;
}



#footer {
	padding-top: 5px;
	font-size:11px;

}


#textContainer {
	float:left;
	padding: 30px 25px 38px 25px;
	background-color:#f6f6f6;
	width: 525px;

}
#textContainer a:link, #textContainer a:visited{
	color:#666;
	text-decoration:none;
	border-bottom:dotted 1px #333;
}

#textContainer a:hover{
	border-bottom:dotted 1px #999;
	color:#999;
}

#divisions {
	float:right;
	width:258px;
	height:219px;
	margin-top:1px;
	background-color:#333333;
		
	
}

/***********************************************/
/* Nav styles*/
/***********************************************/

#navContainer{
	background-image: url(images/nav_back.gif);
	width:811px;
	height:47px;
	background-position: 0px 0px;
	padding-left:25px;
}

#navtext{
	height:48px;
}

#navtext ul li{
	float:left;
}

#navContainer ul li{
	color:#666;
	list-style-type: none;
	font-size:12px;
	letter-spacing:1px;
	padding: 0px;
}

ul{ 
 list-style-type: none; 
}


#navContainer ul a:link, #navContainer a:visited{
	color: #666;
	/*padding-left: 2px;*/
	font-weight: normal;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 19px 16px 15px 6px;
	display:block;
	width:74px;
	text-align: center;

}

#navContainer ul a:hover{
	color: #666;
	text-decoration: none;
	background-image: url(images/tab.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-decoration: none;
}

#navContainer ul #longN a:link, #navContainer #longN a:visited{
	color: #e11b32;
	/*padding-left: 2px;*/
	font-weight: bold;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 19px 16px 15px 6px;
	display:block;
	width:104px;
	text-align: center;

}

#navContainer ul #longN a:hover{
	color: #e11b32;
	text-decoration: none;
	background-image: url(images/tab_long.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-decoration: none;
}

#navContainer ul #longN.dwn  a:link, #navContainer ul #longN.dwn  a:visited{
	color: #e45465;
	background-image: url(images/tab_long.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;	
	text-decoration: none;

	
}

#navContainer ul .dwn  a:link, #navContainer ul .dwn  a:visited{
	color: #999;
	background-image: url(images/tab.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;	
	text-decoration: none;

	
}

#footer a:link {
	color:  #666;
	text-decoration: none;
}

#footer a:visited {
	color:  #666;
	text-decoration: none;
}

#footer a:hover {
	color: #eb1838;
	text-decoration: underline;	
}


a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}
