/**
HRC
Website by Rockland Web Design
www.RocklandWebDesign.com
**/

body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(252,236,205);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/bannerbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

h1 { 
color: rgb(0,51,102); 
font-family : Arial, Helvetica, sans-serif, cursive; 
font-size : 1.5em; 
text-decoration: none; 
clear: both; 
} 

h2 { 
color: rgb(0,0,0); 
font-family : Arial, Helvetica, sans-serif, cursive; 
font-size : 1.3em; 
text-decoration: none; 
clear: both; 
} 

#wholepage {
	margin: 0px auto 0px auto;
	width: 767px;
	border: none;
	background-repeat: no-repeat;
	position: relative;
}

#header {
	width: 767px;
	height: 144px;
	background-image: url(images/header.jpg);	
}

#navbar {
	width: 767px;
	height: 22px;
	background-color: rgb(9,50,118);
	font-size: 13px;
	
}

#nav {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}


#nav a {
	display: block;
	width: 106px;
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: bold;

}

#nav a:hover {
	color: rgb(239,58,99);
}
					
#nav li {
	float: left;
	width: 106px;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#main {
	width: 767px;
	background-color: rgb(255,255,255);
	background-image: url(images/contentbackground.png);
	background-repeat: repeat-y;
	text-align: left;	
}

#content {
	width: 727px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#footer {
	width: 767px;
	height: 23px;
	background-color: rgb(9,50,118);
	text-align: right;
}

#footer div {
	padding: 5px 10px 0px 0px;
	color: rgb(227,227,227);
}

#footer div a {
	color: rgb(227,227,227);
	text-decoration: none;
}

#footer div a:hover {
	color: rgb(239,58,99);
}

#cta {
	height: 225px; 
	width: 253px; 
	background-image: url(images/cta.jpg);
}

#cta:hover {
	background-position: -253px 0px ;
}
