/* CSS Document */

body {
	background: url("images/bgd_body.png") repeat-x;
	font-family: "lucida grande", Verdana, Arial, sans-serif;
	margin: 20px auto;
	font-size: 12px;
	color: #555;
 }

h2 {
	text-transform: uppercase;
	font: bold 80% "lucida grande", Verdana, Arial, sans-serif;
	color: #555;
	letter-spacing: 2px;
}

h1 {
	text-transform: uppercase;
	font: bold 70% "lucida grande", Verdana, Arial, sans-serif;
	color: #666;
	letter-spacing: 2px;
}

p {
	font-size: 11px;
	line-height: 18px;
	color: #555;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	line-height: 20px;
	
}

li {

}
.top_shadow {
	background: url("images/shadow_top.png");
	width: 940px;
	margin: 0 auto;
	height: 20px;
}

.bottom_shadow {
	background: url("images/shadow_bottom.png");
	width: 940px;
	margin: 0 auto;
	height: 24px;
}

.wrapper {
	background: url("images/shadow_hz.png") repeat-y;
	width: 940px;
	margin: 0px auto;
	overflow: hidden;
}

.page_container {
	background: #fff;
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}

/*Header styles*/
.header {
	background: url("images/bgd_blue.png") no-repeat;
	height: 160px;
	width: 900px;
	margin: 0px auto;
}


.underline {
	background-color: #f9b705;
	height: 4px;
	width: 860px;
	margin: 0px auto;
}

.topline {
	background-color: #f9b705;
	height: 4px;
	width: 860px;
	margin: 0px auto;
	position: relative;
	top: 0px;
}

.navigation {
	background: url("images/bgd_gradient.png") repeat-x;
	margin: 0px auto;
	width: 860px;
	overflow: hidden;
	position: relative;
	top: 130px;
	border-bottom: 4px solid #f9b705;
}

.navigation ul {
	margin: 0px auto;
}

.navigation li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: relative;
	float: right;
	text-align: right;
	border-left: 1px dotted #666;
}

.navigation li:first-child {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: relative;
	float: right;
	text-align: right;
	border-left: 1px dotted #666;
}

.navigation a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	display: block;
	padding-top: 12px; 
	padding-left:15px;
	padding-right: 15px;
	height: 24px;
	text-transform: uppercase;
	font: bold 80% "lucida grande", Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}

.navigation  a:hover{
	color: #333;
	text-decoration: none;
	background:url("images/bgd_navigation_hover.png") repeat-x;
}

/*Footer Styles*/
.footer {
	margin: 0 auto;
	width: 900px;
}

.footer p{
	text-align: center;
}


/*Main Content Styles*/
.main_content {
	width: 800px;
	margin: 0px auto;
}

.col1{
	width: 220px;
	height: 300px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.col2{
	width: 540px;
	min-height: 550px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.masthead {
	width: 540px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}

.content_container {
	width: 500px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-top: 20px;
}


img.logo{
	position: relative;
	top: 40px;
	border:0px !important;
}


/*Utilities*/
.clear_both {
	clear: both;
}

/*Slideshow*/
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border-bottom: 0px solid #ccc;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ccc; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover{ 
background: #fff; 
color: #f9b705; 
} 

.stripTransmitter a.current{
background: #555;
}
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 

#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}


