@charset "UTF-8";
/* CSS Document */

/*  Define blanket body rules  */
     body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	color: #333333;
	line-height: 120%;
		}
				
/*  Define headline styles  */
	h1 {
		font-size: 18px;
		font-weight: bold;
		}
		
	h2 {
		font-size: 16px;
		font-weight: bold;
		}
		
	h3 { 
		font-size: 14px;
		font-weight: bold;
		}
		
/*  Define link styles  */
	a:link {
		color: #CC0000;
		text-decoration: none;
		}
	
	a:visited {
		color: #660000;
		text-decoration: none;
		}
	
	a:hover {
		color: #660000;
		text-decoration: underline;
		}
	
	a:active {
		color: #CC0000;
		}
		
/*  Define footer link styles  */
	.footLink a:link {
		color: #FFFFFF;
		text-decoration: none;
		}
	
	.footLink a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
	
	.footLink a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	
	.footLink a:active {
		color: #FFFFFF;
		}
		
/*  Define content holders  */
.wrapper { width: 900px; margin: 0 auto; text-align: left; }

.header { width: 900px; height:461px; }

.contentHolder { width: 900px; background-image: url(images/content_bg.jpg); background-repeat:repeat-y; }

.sidebtns { width: 228px; position: relative; float: left; background: url(images/bg_tile.jpg); background-repeat: repeat-y; }

.mainContent { padding: 15px; width: 638px; position: relative; float: right; color: #FFFFFF; }

.HPfooter { width: 860px; padding: 20px; margin: 0 auto; font-size: 10px; color: #FFFFFF; text-align: center; }

.csWrapper { width: 628px; height: 440px; position: relative; overflow: auto; }

.csContent { width: 595px; height: 200px; padding: 5px; background-color: #FFFFFF; clear: both; }

.csHeadline { width:580px; height: 23px; padding: 10px; font-size:14px; color:#333333; font-weight:bold; }

.csLogo { width:90px; padding: 10px; position: relative; float: left; }

.csBody { width: 480px; height: 115px; color:#333333; position: relative; float: right; }

.cscontentHolder { padding-bottom: 40px; width: 900px; background-image: url(images/content_bg.jpg); background-repeat:repeat-y; }

.csHeader { width: 900px; height:61px; }

.csPage { padding: 15px; width: 600px; top: 20px;  left: -20px; position: relative; float: right; background-color: #FFFFFF; }

.footer { width: 860px; padding-top: 30px; padding-bottom: 20px; margin: 0 auto; font-size: 10px; color: #FFFFFF; text-align: center; }

.pullQuote { width: 175px; margin: 10px; padding: 5px; float: right; background-color: #ECECEC; }

.pqImage { padding-top: 4px; }

.quote { padding: 6px; width: 163px; font-weight: bold; font-style: italic; font-size: 12px; }

li { line-height: 150%; }

.redStar { top: 8px; font-size: 20px; color: #CC0000; position: relative; }

.redPar { color: #CC0000; }
