/* CSS Document */
/*---------------------------------------------------
Rockford and RADC.com 
Basic Style Sheet 
version: March 2008
author: chuck hatton 
email: chuck@hattondesign.com (affiliate of Brand It Design)
website: http://www.hattondesign.com/
Type of layout: Elastic-Liquid Hybrid (scales with font size)

---------------------------------------------------*/

img {border: 0px;}
#head {
	background-image: url(../img/global/entirehead.jpg);
	background-position: center top;
	height: 240px;
	width: 695px;
	margin-left: 4px;
	position: relative;	
}
.topwrap {
	height: 50px;
	width: 695px;
	position: absolute;
}

/*==========Left Nav=====================*/
#navcommon {
	width: 130px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 556px;
	top: 49px;
}
#navcommon ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navcommon li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navcommon a:link, 
#navcommon a:visited,
#navcommon a:active {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../img/global/arrowlink.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F6FA0;
}
#navcommon a:hover {
	color: #FFFF00;
	background-image: url(../img/global/arrowover.jpg);
}
/*==========drop down =====================*/

#rcoc {}

#radc {
	
}
#radc a:link,
#radc a:visited, 
#radc a:active {
	/*background-color: #649A42;—controls the background color for the drop down */
	
}
