@charset "utf-8";
/* CSS Document */
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
body {
	background: url(images/bg.jpg) #a8a59c repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
a {
	color: #3d2962 ;
	font-weight: bold;
}
a:hover {
	color: #702a61;

}
#container { 
	margin: 0px auto;
	width: 850px;

	
}

#main {
	width: 808px;
	border: 1px solid #cdccc2;
	background-color: #FFFFFF;
	padding: 40px 20px;
}


.nav li{
	list-style-type: none;
	
}
.nav li a{
	display: block;	
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 13px;
	width: 175px;
	color: #FFFFFF;
	background-color:#646157;
	
}
.nav li a:hover{
 background-color: #702a61;
 color: #FFFFFF;
}
 
#left {
	float:left;
	width: 200px;
	margin-bottom: 20px;
}

#right {
	width: 600px;
	float: right;
	margin-bottom: 30px;
	text-align: center;
}
#one {
	width: 180px;
	float: left;
	margin-left: 10px;
	padding-bottom: 15px;
	background: #edecdf;
}
#two {
	width: 180px;
	float: right;
	padding-bottom: 15px;
	background: #edecdf;
}
#twobig {
	width:395px;
	float: right;
}
#locationleft {
	width: 260px;
	padding: 20px 10px;
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#locationright {
	width: 260px;
	text-align: center;
	padding: 20px 10px;
	float: right;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#faqleft {
	width: 260px;
	padding-left: 10px;
	float: left;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
#faqright {
	width: 260px;
	padding: 0px 10px;
	float: right;
	text-align: left;
	margin-bottom: 15px;
}

h1 {
	font-size: 14px;
}
h2 {
	color: #3d2962;
	font-size: 15px;
}
h3 {
	color: #702a61;
	font-size: 18px;
}
.clear {
	clear: both;
}
.title {
	background: #3d2962;
	text-align: center;
	padding: 5px 0px;
	color: #FFFFFF;
}
.homebullets {
	margin-top: 10px;
	line-height: 24px;
	margin-left: 15px;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
}
.homewords {
	padding: 10px 0px;
}
.footer {
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	text-align: center;
}
.footerinfo {
	text-align: center;
	padding-top: 10px;
}

.leftimage {
	padding-top: 20px;
}
.coupon {
	border: 2px dotted #CC0000;
	margin-right: 18px;
}
.couponbig {
	border: 3px dotted #CC0000;
	margin: 20px;
}
.button {
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
}
.colorwords {
	color: #702a61;
	font-style: italic;
	font-weight: bold;
}
.questions {
	color: #702a61;
	font-weight: bold;
}
