/*Normalizing Pages*/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

a {
	text-decoration:none;
}

img {
	border:0;
}

/*End Normalizing */

body {
	background:#2E471F;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #2E471F;
	text-decoration: underline;
}

a:visited {
	color: #2E471F;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #2E471F;
	text-decoration: underline;
}

p {
	padding:10px 0;
}

h2 {
	font-size:16px;
	padding:10px 0;
	color:#4A603C;
}

h3 {
	font-size:14px;
	padding:10px 0;
	color:#4A603C;
}  

#home_link {
	position:absolute;
	left:10px;
	height:30px;
	width:300px;
}

.accessability {
	position:absolute;
	top:-3000px;
}

.clear {
	clear:both;
}

#top_wrap {
	background:url(images/top_background.jpg) repeat-x;
	width:100%;
}

#header {
	background:url(images/header.jpg) no-repeat;
	position:relative;
	width:891px;
	height:237px;
	margin:0 auto;
	text-align:right;
}

#header ul {
	list-style:none;
	padding:10px 50px 0 0;
}

#header ul li{
	display:inline;
	padding:10px 20px 0 0; 
}

#header a {
	color:#F8F3D3;
}

#header a:hover {
	color:#D4D436;
}

#content_wrap {
	width:100%;
	background:#F8F3D3;
	padding-bottom:15px;
}	

#main_content {
	width:891px;
	margin:0 auto;
}

#content_left {
	position:relative;
	float:left;
	width:419px;
}

#content_right {
	float:right;
	width:50%;
	
}

#content_right a {
	color:#4A603C;
	font-weight:bold;
}

#content_right a:hover{
	color:#D4D436;
}

#content_right li {
	padding:2px 0;
	text-align:justify;
}

#content_right ul {
	padding:0 0 0 35px;
}

#footer_wrap {
	width:100%;
	background:url(images/bottom_background.jpg) repeat-x;
}

#footer {
	background:url(images/footer.jpg) no-repeat;
	width:891px;
	margin:0 auto;
	font-size:10px;
	color:#6b7f60;
	height:30px;
	padding:10px;
}

#copy {
	width:30%;
	float:left;
}

#att_link {
	width:40%;
	text-align:center;
	float:left;
}

#design {
	width:30%;
	float:right;
	text-align:right;
}

#design a, #att_link a, #seo_footer a {
	color:#6b7f60;
}

#seo_footer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #6b7f60;
	font-size: 10px;
}

#design a:hover, #att_link a:hover, #seo_footer a:hover {
	color:#F8F3D3;
}

/*Slide Show Styles*/

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageContainer {
	background:url(images/splash/image_place.jpg) no-repeat;
	float:left;
	position:relative;
	margin:auto;
	width:419px;
	height:309px;
}

/*Form Styles*/
label {
	float:left;
	margin:2px 0;
}

input {
	float:right;
	margin:2px 0;
}

#contact_form {
	background:url(images/form_background.jpg) no-repeat;
	width:419px;
	height:319px;
	padding:40px 0 0 20px;
}

#contact_form form {
	width:380px;
}

#Message {
	width:375px;
	height:100px;
}

em {
	color:red;
}	

p.important {
	position:absolute;
	color:red;
}

.price {
	text-align:center;
	font-size:14px;
	color:#4A603C;
	font-weight:bold;
}

.special {
	color:red;
}

.main_text {
	font-size:14px;
}

#jd_logo {
	height:95px;
	width:50%;
	float:left;
	text-align:center;
	padding:30px 0 0 0;
}

#pga_logo {
	height:95px;
	width:50%;
	float:right;
	text-align:center;
}

#secure {
	position:absolute;
	bottom:0px;
	left:60px;
}
