html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	width: 100%;
	background: url(../images/backdrop.jpg);
}

a:link { 
color: #2d6354; 
}

a:visited { 
color: #2d6354; 
} 

a:hover { 
color: red; 
} 

#container {
	margin: 0 auto;
	width: 776px;
	border-left: 4px solid black;
	border-right: 4px solid black;
	background-color: #dbecd5;
}

#top_strip {
	margin: 0;
	height: 24px;
	background-color: #dbecd5;
	border-bottom: 4px solid black;
}

#top_strip_text {
	margin-left: 10px;
	padding-top: 3px;
	font-size: 14px; 
	color: black;
	font-weight: bold;
}
#tp_left {
	float:left;
}
#tp_right {
	float:right;
	padding-right:5px;
}
#cc_form {
	margin:0px;
	padding:0px;
	display:inline;
}
#cc_form_input {
	font-size : 9px;
	border:1px solid #9ab78a;
	width:50px;
}
#cc_form_button {
	font-size : 9px;
	border:1px solid #9ab78a;
	background-color: #cbefb6;
	font-weight:bold;
}
#header {
	height: 116px;
	background: white url(../images/header.jpg) no-repeat;
	border-bottom: 4px solid black;
}

#bottom_strip {
	height: 80px;
	background-color: #dbecd5;
	border-bottom: 4px solid black;
}

#bottom_strip_text {
	padding-top: 30px;
	text-align: center;
	font-size: 12px; 
	color: black;
}

/* START MENU SECTION */

#navcontainer {
	background-color: #9ab78a;
	height: 14px;
	border-bottom: 3px solid black;
}

#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-align: center;
	margin: 0;
}

#navcontainer ul li {
	display: inline;
	margin-left: -4px;
	background-color: #8ccb68;
}

#navcontainer ul li a {
	padding: 0px 30px 0px 30px;
	color: black;
	text-decoration: none;
	border-right: 3px solid black;
}

#navcontainer ul li a:hover {
	background-color: #cbefb6;
	color: black;
}

.subnavcontainer {
	height:30px;
	margin: 8px 0px 0px 15px;
}

.subnavdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float:left;
	width:243px;
	background-color:#809f96;
	text-align:center;
	cursor:pointer;
	padding:8px 0px 7px 0px;
	color: black;	
	text-decoration:none;
}
.subnavdivmar {
	margin-left:8px;
}
.fhgmargin {
	margin-left:20px;
}

.fhgnavdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float:left;
	width:216px;
	background-color:#809f96;
	text-align:center;
	cursor:pointer;
	padding:8px 0px 7px 0px;
	color: black;	
	text-decoration:none;
	margin:10px 10px 0px 0px;
	border:1px solid #cccccc;
}

.left_bar {
	border-left: 3px solid black;
}

#active a {
	background-color: #cbefb6;
}

/* END MENU SECTION */

#banner {
	margin: 1px 0px 0px 1px;
	height: 219px;
	background: url(../images/banner.jpg) no-repeat;
}

#banner_strip {
	height: 38px;
	border-top: 4px solid black;
	background: url(../images/strip.jpg) no-repeat;
}

#content_container_left {
	float: left;
	height: 100%;
	margin: 15px 0px 0px 15px;
	width: 489px;
}

#content_container_right {
	float: right;
	height: 100%;
	margin: 15px 15px 0px 0px;
	width: 250px;
}

#content_bar_left {
	height: 30px;
	background: #2d6354;
}

#bar_text_left {
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-left: 10px;
	padding-top: 6px;
}

#content_bar_right {
	height: 30px;
	background: #2d6354;
}

#bar_text_right {
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-left: 10px;
	padding-top: 6px;
}

#content_left {
	margin: 8px 0px 0px 0px;
	height: 100%;
	background: #acc6b2;
}

.content_title {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-top: 7px;
}

.content_bold {
	margin-left: 45px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}

.content_text {
	width: 375px;
	font-size: 14px;
	margin: 5px 0 15px 75px;
	padding-bottom: 15px;
}

.content_text_signup {
	width: 700px;
	font-size: 14px;
	margin: 5px 0 15px 45px;
	padding-bottom: 15px;
}

.content_textsign {
	width: 380px;
	font-size: 14px;
	margin: 5px 0 15px 75px;
	padding-bottom: 15px;
}


#content_right {
	margin: 8px 0px 0px 0px;
	height: 100%;
	background: #acc6b2;
}

.sidebar_image {
	margin: auto;
	text-align: center;
	padding-top: 17px;
}

.sidebar_image img {
	border: 1px solid black;
}

.sidebar_image a {
	text-decoration: none;
	color: red;

}

.clear {
        clear: both;
        font-size: 0px;
        height: 0px;
}

#long_bar {
	margin: 15px 0 0 15px;
	width: 745px;
	height: 30px;
	background: #2d6354;
}

#long_bar_text {
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-left: 10px;
	padding-top: 6px;
}

.our_sites_container {
	margin: 8px 0 0 15px;
	padding-bottom: 14px;
	width: 745px;
	background: #acc6b2;
}

.our_site_images {
	text-align: center;
}

.our_sites_images img {
	margin: 15px 15px 0 15px;
	border: 1px solid black;
}

.our_sites_content {
	float: left;
	margin: 10px 20px 0 15px;
	width: 215px;
	height: 100px;
	background: #bedbc5;
}

.our_sites_content_end {
	float: left;
	margin: 10px 20px 0 10px;
	width: 215px;
	height: 100px;
	background: #bedbc5;
}

.sign_up_container {
	padding-top: 15px;
	margin-left: 15px;
}

.signupNew {
	float:left;
	width:300px;
}

.signupOld {
	float:left;
	width:300px;
	padding-left:30px;
}

/* NEW OUR SITES PAGE BELOW - 06/21 */

.os_basket {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.os_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
}

.os_image img {
	border: 1px solid black;
}

.os_image a {
	text-decoration: none;
	color: red;

}

.os_title {
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding-bottom: 4px;
}

.os_sub {
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-bottom: 4px;	
}

.os_text {
	font-size: 14px;
	color: black;	
}
