/* CSS Document */

/*////////Text Resize- Other style sheets referenced////////*/

/* default font size*/
@import url(small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd, a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

h1 {
margin:0px 0px 12px 0px;
font-size: 130%;
 font-weight: bold;
}

h2 {
margin:0px 0px 12px 0px;
font-size: 110%;
font-weight: bold;
}

p {
font-size: 9px;
}

/*////////Classes////////*/

.ptitle {text-align:right;}


/*////////////////IDs and styles on ID elements/////////////////*/

html, body {
	margin:0px;
	padding:0px;
	font-size: 10px;
	color:#000000;
	background:url(../assets/graphics/bground.jpg);
}



#container {
margin:0px auto;
padding:0px;
width:990px;
height:auto;
background:#fff;
}

#head {
margin:0px;
padding:0px;
height:173px;
overflow:hidden;
background:url(../assets/graphics/head.gif) top no-repeat #fff;
}

	#head img {margin:0px; padding:0px;  border:0px;}



#content {
margin:0px;
padding:0px 12px 12px 0px;
width:auto;
height:auto;
background:url(../assets/graphics/contentBG.png) top repeat-y;
}

	#colLeft {
	margin-top:0px;
	width:210px;
	float:left;
	background:#d5e4ff;
	}
		#homeColLeft {width:190px; padding:0px 3px;}
		#homeColLeft .address {line-height:2;}
		#homeColLeft .sponsor, a {color:#003698;}
		#homeColLeft .wftsidebar {font-size: 10px;}
		
		#textSize {
		margin:6px;
		padding:3px;
		width:190px;
		height:auto;
		border:1px solid #003698;
		text-align:left;
		clear:both;
		background:#fff;
		}
			#textSize form {text-align:center;}
			#textSize input {margin:4px 0px 0px 0px; padding-left:6px; padding-right:6px;}
			#textSize h5 {margin:6px 0px 0px 0px; text-align:left;}
			#textSize span a {padding:3px; text-align:left; font-size:small;}

		
	#pageArea {
	width:750px; 
	float:right; 
	position:relative; 
	top:0px;
	}
		#horzLine {margin:0px; padding:0px; width:730px; height:1px; border-top:1px solid #8c1111;}
		#itembreak {margin:0px; padding:0px; width:auto; height:1px; border-top:2px solid #060;}
		
		#blurb {margin:10px 0; padding:12px; background:#d5e4ff; border:solid 1px #000000; float:left; position:relative; left:0;}
		*html #blurb {margin-top:70px;} /*hack for IE6*/
		#blurb span {font-size:larger; font-style:italic;}


#foot {
margin:0px;
padding:6px 0px 6px 0px;
width:980px;
height:auto;
border-top:1px solid #8c1111;
background:#fff;
}
	#foot div {margin:0px; padding:0px;}
	#foot div p {margin:0px; padding:0px; font-size:9px; text-align:center;}


/*//////////StartSubNavigation//////////*/

#subNav{
width:210px;
background-color:none;
float:left;
}
#subNav a {border-bottom:1px solid #fff;}


#subNav li ul, #subNav li.on li ul{
display: none;
}
#subNav li.on ul, #subNav li.on li.on ul{
display: block;
}

/*//////////StartLevel1//////////*/
.level1 li{
background:none;
list-style:none;
font-family:Arial, Helvetica, sans-serif;
margin-left: -40px;
}
.level1 a{
background:#b9d2ff;
padding:5px;
display: block;
text-decoration: none;
color: #000000;
}
*html .level1 a {
padding:0px 0px 0px 5px;
line-height:26px;
height:26px;
}
.level1 a:hover{
background:#97bdff;
color: #003698;
}
.level1 .on a, .level1 .on a:hover{
background:#97bdff;
}

/*//////////StartLevel2//////////*/
.level2{
background: none;
}

.level2 li{
height: auto;
background:##97bdff;
margin-left: -20px;
}
.on .level2 a{
background:#97bdff;
}
.on .level2 a:hover{
background:#b9d2ff;
}
.level2 .on a, .level2 .on a:hover{
background:#b9d2ff;
}

/*//////////StartLevel3//////////*/
.on .level3{
background:none;
}

.level3 li{
background:#b9d2ff;
}

.on .level3 a{
background:#b9d2ff;
color:#003698;
}
.on .level3 a:hover, .level3 .on a{
background:#97bdff;
color:#003698;
}








/*/////////sIFR/////////////////////////////////////////*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content h1.ptitle {
font-size:11x;
	/*visibility: hidden;*/
}



/*///////////////ClearFix/////////////////*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}