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

body,div,h1,h2,h3,p {
	margin:0;
	padding:0;
}
body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #303030 url(../images2011/dgrey056.jpg);
	padding: 0 10px 0 20px;
	height:auto;
	/*-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 1px solid #666;*/
	}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FDBA31;
	
}


.current {color:#930;
	font-style:italic
}

#logo {
	width:67px;
	height:68px;
	float:left;
	margin-top:15px;
	border:1px solid #999;	
	
	
}

#topStrip {
	background-color:#FC0;
	font-size:80em;
	height:20px;
	
}

#branding {
	width:500px;
	height:auto;
	margin-left:18px;
	float:left;
	padding-top:10px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 10;
}
#header p{
	font-size:.80em;
	font-weight:bold;
	letter-spacing:.055em;
	margin-bottom: 5px;
	line-height:1.75em;
}

#mainContent {
	padding: 0 20px;
	background-color: #333;	
	
}

#mainContent p {
	font-size:0.8em;
	line-height:1.5em;
	font-family:Tahoma, Geneva, sans-serif;
	
	
	/*letter-spacing: .035em;*/	
	
}

#intro {
	border:thin;
	border-color:#333;
	width:300px;
	margin-left:575px;
	margin-top:-450px;
	margin-right:20px;
	background-color: #F90;	
}

#slide{
	width:560px;
	height: 450px;
	
	border: 1px solid #000;
	clear: none;
	background-color: #0F3;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#303030;
	text-align:center;
	color: #999;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.80em;
}

	

/* ============================ CLASSES =========================== */

.fltRT {
	float:right;
	width:435px;
	padding-left:10px;
	
	
}


.fltLeft {
	float:left;

	
	
}


.fltLT {
	float:left;
	padding-right:10px;
	
	
}

.clearAll{
	clear:both;
}

#header #logo a img, a:hover img, a:visited img {
border:0;
}

#header #logo a img, a:active{
	
	border:2px;
}

/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	
	#flashcontent {
		height: 800px;
	}
	/* end hide */
	
.indent {
	text-indent: 5em;
}
.oneColFixCtrHdr #container #mainContent p {
	text-indent: .50em;
	margin-bottom: .25em;
}
