@charset "UTF-8";
/* CSS Document */
/* -- -- -- -- -- begin css reset -- -- -- -- -- -- -- --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
}

:focus { outline: 0;} /* remember to define focus styles! */
body {line-height: 1; color: white; background: black;}
ol, ul {list-style: none;}
table { border-collapse: separate;border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* -- -- -- -- -- end css reset -- -- -- -- -- -- -- --- */

html{ font: normal 12px/14px Arial, Helvetica, sans-serif;}

.ping, .hr {behavior: url(iepngfix.htc);}
.clearer { clear:both; line-height: 0; height: 0;}

a:link, a:visited {color: #195dff; text-decoration:none;}
a:hover, a:active {color: #195dff; text-decoration:underline;}


/* -- -- -- -- header --*/
#homeHeaderFull{
	background: url(images/header-home.jpg) no-repeat center top;
	height:553px;
}
#homeHeader{
	width:960px;
	margin:0 auto;
	height:122px;
}
#headerFull{
	background: url(images/header-inside.jpg) no-repeat center top;
	height:266px;
}
#header{
	width:960px;
	margin:0 auto;
	height:122px;
}
	#header #logo, #homeHeader #logo {
		padding:25px 0 0 70px;
		float:left;
	}
	#header #address, #homeHeader #address {
		padding:25px 60px 0 0;
		float:right;
	}

#homeFlashArea{
	width:842px;
	height:432px;
	margin:0 auto;
}
#flashArea{
	width:840px;
	margin:0 auto;
	padding-top: 39px;
}
/* -- -- -- -- content divs --*/

#contentFull{
	background: #222222 url(images/contentback.jpg) no-repeat center top;
}
#contentHome{
	padding:30px 0 0 0;
	min-height:265px;
	width:740px;
	margin:0 auto;
}
#content{
	padding:10px 0 0 0;
	min-height:265px;
	width:820px;
	margin:20px auto 0 auto;
	background: url(images/rightColBack.png) no-repeat right bottom;
}
	#homeLeftCol{
		width:500px;
		padding:0;
		float:left;
	}
	#homeRightCol{
		width:200px;
		padding:0;
		float:right;
	}
	#leftCol{
	width:530px;
	padding:0;
	float:left;
	}
	#rightCol{
	width:260px;
	padding:0;
	float:right;
	}
	#rightCol p{
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		color: #cccccc;
		padding-bottom: 14px;
	}


/* -- -- -- -- footer divs --*/
#footerFull{
	background: #000000 url(images/footer.jpg) no-repeat center top;
}
#footer{
	width:820px;
	margin:0 auto;
	padding-top:20px;
	min-height:15px;	
}
#footerHome{
	width:740px;
	margin:0 auto;
	padding-top:20px;
	min-height:15px;
}
	#footer p {
		color:#848484;
		font: normal 12px/14px Arial, Helvetica, sans-serif;
		padding-bottom:10px;
	}
			
	#footerLeft{
		width:300px;
		padding:0;
		float:left;
		text-align:left;
	}
	#footerRight{
		width:420px;
		padding:0;
		float:right;
		text-align:right;
	}
	#footerRight a:link, #footerRight a:visited {
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		color: #195dff;
		text-decoration:none; 
		padding-left:10px;
	}
	#footerRight a:hover, #footerRight a:active {
		color: #195dff; 
		text-decoration:underline; 
	}


/* --- --- --- --- Main Styles --- --- --- ---*/

h1 {
	font: normal 25px/27px Impact, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform:uppercase;
	padding-bottom: 20px;
	font-weight: normal;
}
h1 .subhead{
	font: normal 22px/27px Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:.5px;
	color: #ecc407;
	text-transform:none;
	padding-bottom: 0;
}
h2 {
	font: normal 17px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-bottom: 5px;
}

h3 {
	font: normal 18px/23px Arial, Helvetica, sans-serif;
	color:#1aad90;
	padding-bottom: 8px;
}
h4 {
	font: bold normal 12px/18px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom: 0px;
}
h5 {
	font: bold normal 16px/20px Arial, Helvetica, sans-serif;
	color:#3F384E;
	padding-bottom: 8px;
}
h6 {
	font: bold normal 14px/20px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom: 0px;
}

div.hr {
  	height: 11px;
	background: url(images/hr-back.png) repeat-x;
	border: none;
	padding: 10px 0 5px 0;
}
div.hr hr {
  display: none;
}
p {
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 14px;
}
li {
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
ul {
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 14px;
	list-style: square outside;
	padding-left: 20px;
}
ol {
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 0 20px 15px;
	list-style: outside;
}
table {
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
td p {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #cccccc;
	padding-bottom: 15px;
}
strong {
	font-weight:bold;
	color:#FFCC00;
	
}
	
.smallText {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #aaaaaa;
	padding-bottom: 14px;
}
.smaller {
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	padding-bottom: 10px;
}
.bigger {
	font-size:18px;
	line-height:22px;
}

/* New Pic Stuff */
.picture { 
	background-color: black;	 
	padding: 3px;
	font: 13px/17px Arial, sans-serif;
	color:#cccccc;
	}
.picture img {
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
	padding-right:5px;
	float:left;
}
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
}
.leftNoCap { 
	width:125px;
	margin: 0; 	
	float:left;
	background-color: black;	 
	padding: 3px;
	font: 13px/17px Arial, sans-serif;
	color:#cccccc;
} 
.leftCap { 
	width:350px;
	margin:0; 
	float:left; 
} 

/* ----------weblinx-------------- */

#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	margin: 10px 0 0
}
#weblinx a:link, #weblinx a:visited  {
	color: #ffffff;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #cccccc;
}
