body {
	margin:0px;
	padding:8px;
	background:#CECECE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size:1.9em;
	clear:both;
	margin:0px;
	padding:16px 0px 8px 0px;
}
h2 {
	font-size:1.5em;
	clear:both;
	margin:0px;
	padding: 12px 0px 8px 0px;
}
h3 {
	font-size:1.2em;
	padding:0px;
	margin:0px;
}
a {
	text-decoration:none;
	font-weight:bold;
	color: #295FAD;
}
a:hover {
	text-decoration:underline;
}
.alert {
	color:#FF0000;
}
blockquote {
	background-color: #E6ECF7;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contactForm label {
	float:left;
	width:120px;
}
#storeHours {
	padding:5px 20px;
	color:#111111;
	margin: 200px 0px 5px 0px
	/*: #5783C4;*/
}
#storeHours ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#drivingDirections {
	padding:5px 20px;
	color:#111111;
}
#bodyArea p {
	margin:0px;
	padding:4px 0px;
}
#nav {
	font-size:1.1em;
	margin:0px;
	padding: 7px 0px;
}
#nav a {
	margin:0px;
	padding: 0px 7px;
	text-decoration:none;
	font-weight:bold;
	color:#222222;
}
#nav a:hover{
	color:#FFFFFF;
}

/*---------------Positioning and Layout-------------------*/
#bodyContainer {
	width:708px;
	background:url(../images/body-BG.gif) repeat-y;
	overflow:hidden;
}

#leftSide {
	display:block;
	float:left;
	width:243px;
	background:url(../images/hcclogo.jpg) top left no-repeat;
}
#logoArea {
	height:175px;
}
#nav {
	display:block;
	float:left;
	width:465px;
	height:14px;
	background:url(../images/topbar.gif) top left no-repeat;
}
#bodyArea {
	padding:5px 26px 5px 20px;
	display:block;
	width:419px;
	float:left;
	color:#444444;
}
#bodyArea p img {
	padding: 0px 0px 8px 8px;
	float:right;
	width:inherit;
	border:0px;
}

#pageBottom {
	clear:both;
	background:url(../images/bottombar.gif);
	height:19px;
	width:708px;
}
#tagLine {
	font-size: .8em;
	color: #666666;
}
#tagLine a {
	color: #666666;
}

