* {
margin: 0;
padding: 0;
outline:none;
}

html, body {
	margin: 0;
	height: 100%;
	text-align:center;
	/*BACKGROUND OPTIONS--------------------------*/
	background-image: url(images/ccr_bg.jpg);
	background-repeat: repeat-x;
	background-position:center;
	background-position:top;
	background-color: #000;
	/*FONT STYLES--------------------------*/
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.9em;
}
/*PARAGRAPH STYLES--------------------------*/
p {
	line-height:1.6;
	margin-bottom:1em;
}

 #wrapper {
	position:relative;
/*WRAPPER HIEGHT & WIDTH-------------*/
	width:950px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
/*OFFSETS FOOTER TOP MARGIN WITH NEGATIVE VALUE-------------*/
	margin: 0 auto -50px;
}
#wrapper a:link, a:visited, a:active {
	/*WRAPPER LINK STYLES-------------*/
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#wrapper a:hover {
	/*WRAPPER LINK STYLES-------------*/
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#wrapper ul {
	padding-left:25px;
}

/*HEADER --- ZEROS OUT BORDERS & MARGINS-------------*/
#header {
	position: relative;
	width:935px;
	height:30px;
	margin-top:8px;
	margin-left:0;
	margin-right:0;
	margin-bottom:30px;
	z-index:2;

}

#mainimage {
	position:relative;
	width:1100px;
	height:159px;
		 
	/*NEGATIVE VALUE ALLOWS FOR FALL OFF-------------*/
	overflow:visible;
	margin-left:-25px;
	margin-right:-25px;
	margin-bottom:-145px;
	z-index:1;
}


#maincontent {
	background-image:url(images/maincontentbg.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	overflow:visible;
	width:950px;
	border:0;
	margin:0;
	clear:both;
	padding-top: 60px;
	padding-bottom: 10px;
}

#homecontent {
	background-image:url(images/hmbg.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	overflow:visible;
	width:950px;
	height:529px;
	border:0;
	margin:0;
	clear:both;
	padding-top: 60px;
	padding-bottom: 10px;
}


/*GENERAL SECTION-------------*/
#generalbodytext {
	padding-top:20px;
	float:right;
	text-align:left;
	min-height:280px;
	width:600px;
	margin-right:150px;
}



/*FOOTER STYLES--------------------------*/
#footer {
	padding-top:10px;
	width:990px;
	overflow:hidden;
	/*KEEPS FOOTER CENTERED-------------*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/*KEEPS FOOTER TO BOTTOM OF PAGE WITHOUT OVERLAP DO NOT COMBINE INTO COMPOUND TAG-------------*/
#footer {
	z-index:8;
	position:relative;
/*Footer Offset-------------*/
	
}
#push {
/*Push Offset-------------*/
	height:50px;
	clear:both;
}

#footercontent {
	/*FOOTER FONT STYLES-------------*/
	font-size:12px;
	font-weight:bold;
	/*FOOTER CONTENT SIZE OF THE BORDER-------------*/
	width:990px;
	/*PADDING BETWEEN TEXT & BORDER-------------*/
	padding-top:3px;
	/*FOOTER BORDER STYLES-------------*/
	border-top-color:#f2d409;
	border-top-style:solid;
	border-top-width:1px;
}
#footercontent a {
	/*FOOTER LINK STYLES-------------*/
	text-decoration:none;
}
#footercontent a:link {
	color:#CCC;
}
#footercontent a:visited {
	color:#CCCCCC;
}
#footercontent a:hover {
	color:#FFF;
}
#footercontent a:active {
	color:#CCC;
}

/*HEADER STYLES--------------------------*/
h1,h2 {
}

h1 {
	font-size: 1.1em;
	color: #000000;
	line-height: 1.6em;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

/*IMAGE MARGINS FOR TEXT WRAP--------------------------*/


/*SPECIAL CLASSES FOR TEXT, MARGINS, CENTERS ETC...--------------------------*/
.yellowText {
	margin:8px;
	color: #FFCC00;
}

object {
	outline:none;
}
/*SIZE BASED OFF FOOTER MAIN VALUE--------------------------*/
#footer .copyrightText {
	color: #666;
	font-size:9px;
}
#maincontent a {
	/*FOOTER LINK STYLES-------------*/
	text-decoration:none;
}
#maincontent a:link {
	color:#0892c3;
	font-weight: bold;
}
#maincontent a:visited {
	color:#0892c3;
}
#maincontent a:hover {
	color:#333333;
}
#maincontent a:active {
	color:#333333;
}
