@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #122b2f ;
	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;
}
.rockfordcc #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div #header { 
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(http://www.rcchome.com/images/rcc_header.jpg);
	background-repeat: no-repeat;
	background-position:81px;
	width: 881px;
	height: 260px;
	
	}
	


div #headerNav {
/*	left: 433px;
	top: 110px;
	position: absolute;
	padding: 10px;
	margin: 0px;
	font: Helvetica, sans-serif bold;
	text-decoration: none;
	border: none;
	width: 396px; */
}

div #headerNav a {
    color: #ffffff;
	letter-spacing: .2em;
	font-size: 90%;
	text-decoration:none;
	

}

.headerNavHome {left: 358px; top:122px; position:absolute;}

.headerNavAbout {left: 461px; top:122px; position:absolute;}

.headerNavEvents {left: 563px; top:122px; position:absolute;}

.headerNavForms {left: 672px;top:122px; position:absolute;}

.headerNavMedia {left: 775px;top:122px; position:absolute;}


a {color: #24575f;}
a:hover {color: #660000; }
a:visited {color: #34653c;}

.rockfordcc #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 */
}
div #mainContent {
	padding: 0px 35px 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF;
	font-size: 85%;
	margin: -10px 0px 0px 126px;
    text-align: left;
	width: 680px;

}

.rockfordcc #mainContent p {
	margin-top: -1.5em;
	font-size: 12px; 
	line-height: 1.25em;

}

div #mainContentTextArea {

width: 375px;
margin: -25px 0 0 0;
float: left;
z-index: 50000;

}

div #mainContentImageArea {
float: left;
margin: 0px 10px 5px 30px;
height: 150px;
width: 250px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
   
}


div #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0 0 81px;
	background-image:url(http://www.rcchome.com/images/rcc_footer.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:50px;
	line-height: normal;
	
}

div #footerNav {
    margin: -10px 0px 0px 126px;
	padding: 20px 10px 50px 50px;
	background-color: #030617;
	width: 695px;
	color:#999999;
	font-family: helvetica, sans-serif;
    line-height: normal;

}






.footerNavMain {
	color:#FFF;
	font-weight: 500;
	line-height:normal;
	font-size: 90%;
	letter-spacing: .1em;
		
}

.footerNavLinks p {
	color: #999999;
	left: 278px;
	margin: -125px 0 0 100px;
	width: 600px;
	font-weight: normal;
        padding: 0; 
        margin: 0;
	
}

.footerNavLinks a {
       color:#6ead4b;
       text-decoration: none;
}

span .footerNavLinks {
       color:#6ead4b;
       text-decoration: none;
}

a .footerNavLinks {
       color:#6ead4b;
       text-decoration: none;
}


.footerNavMain a {
       color:#6ead4b;
       text-decoration: none;
}

div #footerNavMain p {
padding: 0; 
margin: 0;
}

div #footerNav a:hover {
color: #FF3333;
}

div #footerNavMain a {
color: #999999; 
text-decoration:none;
}

div #footerNavMain a:hover {color: #FFFFFF;}

.footerAttribute {
font-weight: lighter;
font-size: 75%;
color: #3B545B;
margin-bottom: 5px;
padding-top: 10px;

}

.footerAttribute a {
text-decoration: none;
color: #546A65;

}


	
h1 {
	color: #660000;
	font-size: 18px;
	font-weight: bold;
}

h2 {
    color: #333;
	font-size: 15px;
	font-weight: light;


}

p {

   font-size: 85%;
   text-align: left;
   margin-top: -15px;
   

}


p img {

margin: 2em;

}

a img {

border: none;

}


