@charset "utf-8";
/* CSS Document */
/*clears common tags*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/*end clears common tags*/
body {
	background-color:#4B0E29;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	background-image: url(../images/bodyBG.png);
	background-repeat: repeat;
}
/*text, fonts and hyperlinks*/
p {
	margin: 0px 0 0px 0;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color:#4B0E29;
}
a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, Times, serif;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	font-family: Georgia, Times, serif;
}
.plusSign {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color:#DAE7A2;
}
h1 {
	font-family: Georgia, Times, serif;
	font-size: 30px;
	color: #4B0E29;
	font-weight:lighter;
	line-height:40px;
}
h2 {
	font-family:  Georgia, Times, serif;
	font-size: 24px;
	color: #8CC63F;
	font-weight: 200;
	line-height:20px;
}
h3 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:lighter;
	line-height:20px;
}
h4 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #007DC3;
	font-weight:200;
	line-height:20px;
}
.purple36 {
	font-family: Georgia, Times, serif;
	font-size: 36px;
	color: #4B0E29;
	font-weight:lighter;
}
.white36 {
	font-family:  Georgia, Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight:lighter;
}
.purple24 {
	font-family:  Georgia, Times, serif;
	font-size: 24px;
	color: #4B0E29;
	font-weight:lighter;
}
.purple14 {
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	color: #4B0E29;
	font-weight:lighter;
}
.purple18 {
	font-family:  Georgia, Times, serif;
	font-size: 18px;
	color: #4B0E29;
	font-weight:lighter;
}
.purple18Link {
	font-family:  Georgia, Times, serif;
	font-size: 18px;
	color: #4B0E29;
	font-weight:lighter;
}
.purple18Link a {
	font-family:  Georgia, Times, serif;
	font-size: 18px;
	color: #4B0E29;
	font-weight:lighter;
}
.purple18Link a:hover {
	font-family:  Georgia, Times, serif;
	font-size: 18px;
	color: #4B0E29;
	font-weight:lighter;
}
.white14 {
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight:lighter;
}
.green16 {
	font-family:  Georgia, Times, serif;
	font-size: 16px;
	color: #8CC63F;
	font-weight:lighter;
}
.green24 {
	font-family:  Georgia, Times, serif;
	font-size: 24px;
	color: #8CC63F;
	font-weight:lighter;
}
.green36 {
	font-family:  Georgia, Times, serif;
	font-size: 36px;
	color: #8CC63F;
	font-weight:lighter;
}
.grey18 {
	font-family:  Georgia, Times, serif;
	font-size: 18px;
	color: #333;
	font-weight:lighter;
}
.grey14 {
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	color: #333;
	font-weight:lighter;
}
.white24 {
	font-family:  Georgia, Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight:lighter;
}
/*end text, fonts and hyperlinks*/

#header {
	background-image: url(../images/headerBG.jpg);
	height: 137px;
	width: 100%;
	position: relative;
}
#menu {
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
	height: 47px;
	width: 100%;
}
#menuHolder ul {
	margin-top: 0px;
	list-style-type: none;
	padding-right: 2px;
	padding-left: 2px;
}
#menuHolder li {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding:0px;
	list-style:none;
}
#menuHolder a {
	font-weight: lighter;
	font-size: 16px;
	text-decoration:none;
	color: #FFF;
	font-family: Georgia, Times, serif;
	list-style-type: none;
}
#menuHolder li a:hover {
	color: #4B0E29;
	text-decoration: underline;
}
#bodyContent {
	width: 980px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#menuInner {
	height: 42px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#headerInner {
	height: 137px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #8CC63F;
	height: 150px;
	width: 100%;
	margin-top: 50px;
	float: left;
}
#footerInner {
	height: 130px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color:#FFFFFF;
}
#footerInner a {
	font-weight: lighter;
	font-size: 16px;
	text-decoration:none;
	color: #FFF;
	font-family: Georgia, Times, serif;
}
#footerInner a:hover {
	color: #4B0E29;
	text-decoration: underline;
}
#leftAdminMenu {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 20px;
	position: relative;
	margin-top: 30px;
}
#mainContentAdminOut {
	float: left;
	height: auto;
	width: 700px;
	background-color: #4B0E29;
	padding: 20px;
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
	min-height:300px;
}
#mainContentAdminInner {
	background-color: #FFFFFF;
	height: auto;
	width: 680px;
	position: relative;
	min-height:300px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
#mainContentAdminInner a {
	color:#4B0E29;
	font-size:14px;
	font-family: Georgia, Times, serif;
	}
	#mainContentAdminInner a:hover {
	color:#4B0E29;
	font-size:14px;
	}
.adminNavLeft {
	height: 30px;
	width: 180px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C68BAC;
	padding:10px;
	position: relative;
}
.adminNavLeft a {
	font-weight: lighter;
	font-size: 16px;
	text-decoration:none;
	color: #FFF;
	font-family: Georgia, Times, serif;
}
.adminNavLeft a:hover {
	color: #8CC63F;
	text-decoration: underline;
}
.adminNavLeft2 {
	height: 30px;
	width: 180px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C68BAC;
	padding:0px;
	position: relative;
}
.adminNavLeft2 a {
	font-weight: lighter;
	font-size: 16px;
	text-decoration:none;
	color: #FFF;
	font-family: Georgia, Times, serif;
}
.adminNavLeft2 a:hover {
	color: #8CC63F;
	text-decoration: underline;
}
.leftAdminNavIcon {
	float: left;
	height: 25px;
	width: 25px;
}
.leftAdminNavLink {
	height: 25px;
	width: 145px;
	margin-left: 10px;
	float: left;
	padding-top: 5px;
}
#logoCont {
	float: left;
	height: 100px;
	width: 226px;
	margin-top: 25px;
}
#rightTitle {
	height: 50px;
	width: 250px;
	float: left;
	margin-top: 50px;
	margin-left: 500px;
}
#adminHeader {
	height: auto;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#adminBody {
	height: auto;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#jumpBox {
	height: 30px;
	width: auto;
}
#masterAdminBox{
	height:30px;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: right;
	}
#adminInner {
	float: left;
	height: 30px;
	width: auto;
}
#topNav {
	height: 25px;
	width: 350px;
	margin-top: 5px;
	margin-right: 0px;
	float: left;
	margin-left: 400px;
	text-align: right;
}
#topLoginTitle {
	float: left;
	height: 30px;
	width: 200px;
	margin-top: 5px;
	margin-left: 400px;
}
#topLoginBox {
	float: left;
	height: 30px;
	width: 350px;
	margin-left: 400px;
}
#totalSavings {
	height: 30px;
	width: 350px;
	margin-top: 5px;
	margin-left: 630px;
	float: left;
	text-align: right;
}
#totalSavingsOut {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: right;
}
#bodyInnerCons {
	padding: 20px;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4B0E29;
	margin-top: 25px;
	min-height:400px;
	position:relative;
}
#mainContentCons {
	background-color: #FFFFFF;
	height: auto;
	width: 900px;
	min-height:400px;
	position:relative;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#menuHolder {
	height: 20px;
	width: 980px;
}
.menuInd {
	float: left;
	height: 20px;
	width: auto;
}
#PageHeaderCon {
	height: 60px;
	width: 100%;
}
#pageHeaderCon {
	height: 60px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	position: relative;
}
#LeftNavigationBox {
	float: left;
	height: auto;
	width: 250px;
	margin-right: 10px;
	margin-top: 20px;
	position: relative;
}
#LeftNavigationBox ul {
	margin-top: 20px;
	list-style-type: none;
	padding-right: 2px;
	padding-left: 2px;
	float:left;
}
#LeftNavigationBox li {
	float:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:0px;
	list-style:none;
}
#LeftNavigationBox a {
	font-weight: lighter;
	font-size: 14px;
	text-decoration:none;
	color: #4B0E29;
	font-family: Georgia, Times, serif;
	list-style-type: none;
}
#LeftNavigationBox li a:hover {
	color: #8CC63F;
	text-decoration: underline;
}
.navLeftInd {
	float: left;
	height: 20px;
	width: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.logoSponsored {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 25px;
}
.sponsoredResultsBox {
	padding: 5px;
	height: auto;
	width: 575px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 20px;
	position: relative;
	float: left;
}
.sponsoredResultsBox a {
	color:#4B0E29;
	font-size:14px;
}
.sponsoredResultsBox a:hover {
	color:#4B0E29;
	font-size:14px;
	text-decoration:underline;
}
.logoBoxSearch {
	float: left;
	height: 75px;
	width: 150px;
	margin-right: 15px;
	margin-left: 15px;
}
.nonSponsoredList {
	height: auto;
	width: 575px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	position: relative;
	float: left;
}
.nonSponsoredList a {
	color:#4B0E29;
	font-size:14px;
}
.nonSponsoredList a:hover {
	color:#4B0E29;
	font-size:14px;
	text-decoration:underline;
}
.sponHolder {
	float: right;
	height: auto;
	width: 375px;
}
#memberLoginRight {
	height: 300px;
	width: 350px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
#memberLoginRight a {
	color:#4B0E29;
	font-size:14px;
}
#memberLoginRight a:hover {
	color:#4B0E29;
	font-size:14px;
	text-decoration:underline;
}
#rightBoxCons {
	height: auto;
	width: 300px;
	margin-top: 100px;
}
#discountBox {
	height: 200px;
	width: 300px;
	margin-top: 30px;
	margin-left: 35px;
}
#googlemap {
	border: 1px solid #000000;
	width:580px;
	
}
#googleMap2 {
	height: auto;
	width: 300px;
	border: 1px solid #666666;
}
.printButton {
	height: auto;
	width: auto;
	font-family: Georgia, Times, serif;
	font-size:16px;
}
.printButton a {
	color:#4B0E29;
	font-size:16px;
}
.printButton a:hover {
	color:#4B0E29;
	font-size:16px;
	text-decoration:underline;
}#indexBody {
	height: auto;
	width: 575px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}

.quoteRepeat {
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 0px;
}
.quoteTop {
	background-image: url(../images/quoteTop.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 600px;
}
.quoteMiddle {
	background-image: url(../images/quoteMiddle.png);
	background-repeat: repeat-y;
	height: auto;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
}
.quoteBottom {
	background-image: url(../images/quoteBottom.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 600px;
}
#indexButtonsBox {
	height: auto;
	width: 275px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
}
#QuickLinks {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.logout {
	height: 30px;
	width: 50px;
}
#adminBoxLarge {
	height: 1000px;
	width: 650px;
}
#facebook {
	height: 33px;
	width: 980px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

