/******************************************************
Layout Styles
******************************************************/
body {
	background-attachment: fixed;
	 background-image: url(/template/images/body_background.gif);
	 background-position: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 padding-top: 0px;
	 margin-top: 0px;
	scrollbar-face-color: #959595;
	scrollbar-highlight-color: #7A7A7A;
	scrollbar-shadow-color: #959595;
	scrollbar-3dlight-color: #;
	scrollbar-arrow-color:  #001E31;
	scrollbar-track-color: #888888;
	scrollbar-darkshadow-color: #98AAB1;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.content{
	margin: auto;
	width: 768px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(/template/images/content_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.header {
	display: none;
}

.top {
	background-image: url(/template/images/top_background.jpg);
	background-repeat: no-repeat;
	width: 769px;
	height: 161px;
	padding-top: 0px;
	margin-top: 0px;
}
/******************************************************
Navigation Styles
******************************************************/
.navigation form{
	
}
.navigation form input{
	

}
.navigation{
	height: 21px;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;	
}


/* primary nav */
.navigation .nav, .navigation .navOn{
	float: right;
	width: 146px;
	overflow: visible;
	display: block;
	line-height: 21px;

}
.navigation .nav .header, .navigation .navOn .header{
	height: 21px;
	overflow: hidden;
	display: block;
	text-indent: 3px;
}
.navigation .nav b{
	
}

.navigation .navOn{
	color: #CCCCCC;
	background-color: #333333;

}
.navigation .nav .dropDown{
	display: none;
}

.navigation .navOn .dropDown{
	text-transform: none;
	background-color: #333333;
	width: 146px;
	position: absolute;
	clear: both;
	float: none;
	z-index: 500;
}
.navigation .navOn .dropDown a{
	clear: both;
	width: 146px;
	display: block;
	height: 20px;
	color: #CCCCCC;
	text-decoration: none;
	text-indent: 6px;
}
.navigation .navOn .dropDown a:hover{
	background-color: #000000;
	color: #FFFFFF;
}


/* end primary nav */


.navigation a{
	
}
.navigation a.selected{
	background-color: #666666;
	color: #FFFFFF;
}


.navigation a:hover{


}


.breadCrumbs {
	
}
.breadCrumbs a{
	

}
.breadCrumbs a:hover{

}
.breadCrumbs i {

}
/******************************************************
Listing Engine
******************************************************/

.eventBox p{
	margin-left: 5px;
	margin-right: 5px;
	float:left;
	clear: left;
	line-height: 15px;
	display: inline;
}


.eventBox a img{
	float: right;
	clear: none;
	border: 1px solid #8CC71F;
	margin: 5px;
}

.eventBox h2{
	color: #000000;
	font-size: 10px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.eventBox a{
	margin: 5px;
	color: #8CC71F;
}



/*********************************************************
TEXT STYLES
*********************************************************/
.text{
	padding: 20px;
	color: #000000;
	clear: none;
	font-size: .8em;
	display: block;
	padding-left: 210px;

}

.text p, table p{
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: justify;
}

.text h1, h2, h3, h4, h5, h6, h7, .text h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a{
	font-family:  arial, verdana;
	font-style: normal;
	font-weight: bolder;

	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	letter-spacing: 0em;	
	color: #499AF6;

}
.text h2, .text h2 a{
	font-size: 1.4em;
}
.text h3, .text h3 a{
	font-size: 1.2em;
}
.text h4, .text h4 a{
	font-size: 1.1em;
}
.text h5{
	font-size: 1.0em;
}
.text h6{
	font-size: 1.0em;
}
.text h7{
	font-size: 1.0em;
}

.text a{
	color: #7FB2D1;
}
.callout{
	background-image: url(/template/images/callout_background.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 200px;	
	float: right;
	clear: none;
	margin-top: 20px;
	margin-right: 1px;
	margin-left: 12px;
	padding-left: 12px;
	margin-right: 0px;
	padding-right: 0px;
	font-size: 11px;
	padding-bottom: 10px;
		padding-top: 10px;
}
.callout h1{
	color: #001E31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	width: 187px;
	margin-right: 0px;
	overflow: visible;
	background-image: url(/template/images/dashed-background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 4px; 
	text-transform: uppercase;
	letter-spacing: -0.1em;
}
.callout a {
	color: #000000;
	overflow: visible;
	display: block;
	margin-right: 10px;
	letter-spacing: -0.1em;
}
.callout .footnote{
	font-size: 10px;
	text-align: right; 
	margin-right: 20px;
}
.callout a b{
	color: #5B3903;
	font-weight: bold;
	margin-bottom: -3px;
	margin-left: 4px;
	overflow: visible;

}
.callout a:hover b{
	color: #333333;
	text-decoration: underline;
}
.callout a:visited b{
	color: #AAAAAA;
}
.callout a:active b{
	color: #FFFFFF;
}
.callout form{
	margin: 0px;
	padding: 0px;
}
.login {
	color: #FFFFFF;
	font-size: 10px;
}
.login a{
	color: #F59F19;
}
.login h1{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #75B5FF;
}
.login form{
	padding: 0px;
	margin: 0px;
}

.login input{
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.callout form input, .callout form select{
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.searchBox{
	position: absolute;
	top: 161px;
	margin-left: 4px;
}
.searchBox form input{
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.navigationSite{
	width: 192px;	
	float: left;
	clear: none;
	margin-top: 20px;
	margin-right: 1px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 12px;
	padding-right: 0px;
	font-size: 11px;
	padding-bottom: 10px;
}

.navigationSite .nav, .navigationSite .navOn{
	background-color: #7FB2D1;
	padding-top: 8px;
	background-image:url(/template/images/navigationSite_nav_backgrou.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	margin-bottom: 12px;
	padding-bottom: 12px;
	margin-right: 3px;
}
.navigationSite .nav .header, .navigationSite .navOn .header{
	font-weight: bold;
	color: #000000;
	display: block;
	text-transform: uppercase;
	height: 14px;
	margin-left: 8px;
	margin-right: 6px;
	margin-bottom: 4px;
	letter-spacing: -0.1em;
}
.navigationSite .nav a,  .navigationSite .navOn a{
	margin-left: 10px;
	margin-bottom:5px;
	font-weight: bold;
	color: #0065A4;
	display: block
	
}

.navigationSite .nav a:hover, .navigationSite .navOn a:hover{
	color: #333333;
}
.navigationSite form{
	padding-left: 10px;
	width: 167px;
	text-align: right;
}
.login{
	color: #333333;
}

.navigationSite a.selected{
	
	color: #333333;
}
table {


}
th {
	
	
}



td{

}

.text li {
	list-style-position: outside;
	margin-left: 0px;
	list-style-type: square;

}

.textFront p a, .text p a, table p a, .text li a,{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.textFront p a:hover, .text p a:hover, table p a:hover, .text li a:hover{
	text-decoration: none;

}


.textFront p a:visited, .text p a:visited, table p a:visited, .text li a:visited{
	color: #499AF6;
}

.textFront img, .text img{

}

.textFront form img, .text form img{

}



.credit {
	font-size: 0.8em;
	line-height: 1.5em;
	word-spacing: 0.2em;
	color: #666666;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	vertical-align: bottom;
	padding-top: 15px;
}
.credit a{
	color: #666666;
	text-decoration: underline;
	padding-right: 15px;
}
.credit a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 1px;

}

.admin{
	font-size: 0.8em;
	line-height: 1.5em;
	word-spacing: 0.2em;
	color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	vertical-align: bottom;
}
.admin a {
	color: #999999;
	text-decoration: underline;
	float: left;
	padding: 15px;
}
.admin a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

textBox{
	width:450px;
	height:500px;
	background-color: #E4E4E4;
	border: 0px none;
}

.footer {
	height: 80px;
	background-image:url(/template/images/footer_background.gif);
	width: 769px;
	margin: auto;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.footer .footerNav{
	margin-right: 15px;
	text-align: right;
	line-height: 18px;
}
.footer .footerNav a {
	color: #333333;
}

#titleBlock{

}

#titleBlock p{
	
}
.searchBox{


}

.searchfield{

}

.text .headline {

}

.newsBox {

}
.newsBox p {

}

.newsletterTool {
	
}
.top .home{
	position: absolute;
	margin-left: 410px;
	top: 0px;
} 
.top a img{
	width: 350px;
	height: 150px;
	border: 0px;
}
.text li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -15px;
}
marquee{
	position: absolute;
	top: 140px;
	width: 770px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	
}
marquee a, marquee a b{
	float: left;
	clear: none;
	width: auto;
	color:#999999;
	margin-right: 50px;
	cursor: hand;	
}
marquee a:hover, marquee a:hover b{
	color: #FFFFFF;
}
marquee .footnote{
	width: 300px;
	float: left;
	clear: none;
}
marquee h1{
	font-size: 12px;
	float: left;
	clear: none;
	width: auto;
	border: none;
	background: none;
	background-image: none;
	margin-right: 40px;
}