/* RESET */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, em, font, img, strong, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	height: 101%;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

body {
	background: #c6bfaf url(../images/bodyBG.jpg) repeat-x scroll 0 0;
	font: 14px Arial ,Helvetica;
	margin: 0;
	height: 101%;
}

p, ul {
	color: #000;
	font: 14px/20px Helvetica;
}

#header {
	background: #aba095 url(../images/headerBG.jpg) repeat-y scroll center center;
	height: 204px;
	margin: 0 auto;
	width: 996px;
	position: relative;
}

#header-referral {
color:#FFF;
	position: absolute;
	top: 26px;
	right: 38px;
	text-align: right;
	font-size: 16px;
	background-color: #01518C;
	padding: 0 2px 2px 2px;
}

#header-referral a {
	text-decoration: none;
	color: #FFF;
}

#slideShow {
	background: url(../images/slideShowBG.jpg) repeat-y;
	height: 262px;
	margin: 0 auto;
	position: relative;
	width: 996px;
	padding: 0 0 10px 0;
}

div#imageShow {
	position: relative;
	height: 262px;
	width: 923px;
	margin: 0 auto;
	border: 1px solid #fff;
}

div#imageShow ul li {
	float: left;
	position: absolute;
	list-style: none;
}

div#imageShow ul li.show {
	z-index: 500;
}

#container {
	background: url(../images/contentContainerBG.jpg) repeat-y scroll;
	margin: 0 auto;
	width: 996px;
	position: relative;
}

div.floatLeft {
	float: left;
}

#leftNav {
	width: 184px;
	margin: 0 0 0 35px;
	padding: 0 4px;
}

#leftNav img {
	border-top: 4px solid #d1cec5;
}

#leftNav img.leftNavLast {
	border-bottom: 4px solid #d1cec5;
}

#centerContent {
background:url("../images/centerContentBG.jpg") no-repeat scroll 0 0 transparent;
margin:0 0 0 8px;
padding:35px 10px 10px;
width:387px;
}

.coupon {
    margin: 0 auto;
    width:250px;
    border: 1px dashed #333333;
    padding: 20px;
}

#rightContent p{
    padding: 6px 5px 0 8px;
}

#rightContent {
	width: 310px;
	margin: 0 0 0 8px;
}

#rightContent img {
	border: 1px solid #000;
	margin: 8px 4px 0 4px;
}

#rightContent img.rightContentHeader {
	border: none !important;
	margin: 0 !important;
}


#containerBottom {
	background: url(../images/contentContainerBottomBG.jpg) no-repeat center bottom;
	height: 30px;
	width: 996px;
	margin: 0 auto;
}

#footer {
	background: url(../images/footerBG.jpg) repeat-y scroll center;
	height: 60px;
	width: 390px;
	margin: 0 auto;
	padding: 20px 269px;
	text-align: center;
}

#footer p {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer a:link,
#footer a:visited {
	color: #000;
}

#footer a:hover,
#footer a:active {
		color: #003366;
}

.clearBoth {
	clear: both;
}
	/* CONTACT FORM */

#contact-area {
color:#FFFFFF;
font-family:Helvetica,sans-serif;
font-size:62.5%;
font-weight:bold;
margin-bottom:7px;
margin-top:11px;
width:350px;
}

#contact-area input, #contact-area textarea {
border:1px solid #333333;
font-family:Helvetica,sans-serif;
font-size:1.4em;
padding:3px;
width:197px;
}

#contact-area textarea {
height:90px;
margin-top:0;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
float:left;
font-size:13px;
left:200px;
position:relative;
width:79px;
}

#contact-area label {
color:#000000;
float:left;
font-size:11px;
margin-right:15px;
padding-top:15px;
text-align:right;
width:57px;
}

#contact-area .error {
	color: #OOOOOO;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

#contact_thanks {
	font-family: "Verdana";
	margin: 0 auto;
	width: 500px;
	text-align: center;
	margin-top: 72px;
	padding-bottom: 239px;
}
/* contact form */

.contactleft {
clear:both;
display:inline;
float:left;
font-weight:bold;
margin:5px 0;
padding:4px;
text-align:right;
width:25%;
}
.contactright {
display:inline;
float:right;
margin:5px 0;
padding:4px;
text-align:left;
width:70%;
}
.contacterror  {
border:2px solid #FF0000;
}

.email_error {
background-color:#FF0000;
}
.email_error p {
color:#FFFFFF;
font-style:italic;
padding:5px;
}
.thankyou {
background-color:#FFFFFF;
}
.thankyou p {
color:#000000;
font-style:italic;
padding:5px;
}
#home-list1 ul{
padding-bottom: 10px;
padding-left: 24px;
padding-top: 10px;
}
#home-list li{
list-style: disc outside none;
}
