/*
=====================
BASE
=====================
*/
body {
	background:#000;
	text-align:center;
	color:#333;
	font:normal 13px/17px Arial, Helvetica, sans-serif;
}

p, table  { margin:1em 0; }
img { border:0 ;}
.access, hr { display:none; }
.clearer { clear:both; height:1%; line-height:1%; font-size:1%; }

a:link, a:visited { color:#c10506; font-weight:bold; text-decoration:underline; }
a:hover, a:active { text-decoration:none; outline:none; }

textarea, input { font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:16px; }

strong, dfn { font-weight:bold; }
em { font-style:italic; }

img.image-left { margin:0 15px 15px 0; float:left; }
img.image-right { margin:0 0 15px 15px; float:right; }

.signature { padding:10px 0 0 35px; }

/* 
=====================
HEADINGS
=====================
*/
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1 { font-size:25px; line-height:28px; }
h2 { font-size:22px; line-height:25px; }
h3 { font-size:18px; line-height:21px; }
h4 { font-size:16px; line-height:19px; }
h5 { font-size:14px; line-height:17px; }
h6 { font-size:13px; line-height:16px; }

#contain h1 {padding:10px 0px; font-size:20px; line-height:24px; font-style:italic; color:#bf0202; font-family:"Times New Roman", Times, serif;}

/* 
=====================
LISTS
=====================
*/
ul li { list-style-type:disc; color:#777; }
ol li { list-style-type:decimal; color:#777; }
ul, ol { list-style-position:outside; margin:1em 0; padding:0 0 0 2em; }

ul.left { padding:0 60px 0 0; margin:0; float:left; }
ul.left li { padding:2px 0; list-style-type:none; }

ul.gold li { color:#b27006; }

ol.red li { padding:4px 0; color:#9f0000; font-weight:bold; }
ol.red li span { color:#777; font-weight:normal; }

ul.italic { padding:0; }
ul.italic li { padding:2px 0; list-style-type:none; }
ul.italic li a { }

ol.letter li { list-style-type:lower-alpha; }

ul.site-map li { font-weight:bold; }

ul.site-map ul {  }
ul.site-map ul li { font-weight:normal; list-style-type:circle; }

ul.site-map ul ul {  }
ul.site-map ul ul li {  }

/* 
=====================
FOUNDATION
=====================
*/
div#wrap { width:100%; position:relative; text-align:left; }

div#hwrap { background:url(../images/bg_header-repeat.jpg) repeat-x top center; width:100%; height:109px; }
div#header { width:954px; height:109px; margin:0 auto; position:relative; z-index:60; }

div#flash-wrap { background:url(../images/bg_flash-wrap-repeat.jpg) repeat-x top center; width:100%; height:274px; }
div#flash { width:954px; height:274px; padding:0; margin:0 auto; position:relative; z-index:50; }
div#fcontainer { position:absolute; top:-38px; left:0; }

div#mwrap { background:url(../images/bg_midnav-repeat.jpg) repeat-x top center; width:100%; height:56px; position:relative; }
div#mid-nav { width:954px; padding:0; margin:0 auto; position:relative;  }

div#cwrap { background:url(../images/bg_cwrap-repeat.jpg) repeat-x top center #f2f2f2; width:100%; padding:0 0 30px; position:relative; }
div#contain { width:954px; padding:20px 0; margin:0 auto; position:relative; }

div#side { width:325px; padding:40px 0 20px; float:right; display:inline; position:relative; }
div#main { width:580px; padding:40px 0 20px; float:left; display:inline; position:relative; }

div#fwrap { background:url(../images/bg_footer-repeat.jpg) repeat-x top center; width:100%; padding:0 0 35px; position:relative; }
div#footer { width:954px; padding:0; margin:0 auto; position:relative; }

/* 
=====================
HEADER
=====================
*/
div#header h1 a:link, div#header h1 a:visited {
	background:url(../images/img_logo.jpg) no-repeat top center;
	width:180px;
	height:0;
	padding:64px 0 0;
	margin:0;
	display:block;
	position:relative;
	top:4px;
	left:60px;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	border:0;
	text-decoration:none;
	color:#000300;
	float:left;
}
div#header h1 a:hover, div#header h1 a:active { border:0;text-decoration:none; }

/*
=====================
TOP CONTENT
=====================
*/
div#top { background:url(../images/bg_flash-wrap-repeat.jpg) repeat-x top center #d9d9d9; width:100%; }
div#twrap { width:954px; padding:0; margin:0 auto; position:relative; }

div#top div.image { width:400px; height:273px; float:left; }
div#top div.image img.generic { position:absolute; top:-18px; left:0; }
div#top div.content { width:500px; padding:30px 15px 0 0; text-align:right; float:right; }
div#top div.content div.vcenter { padding:40px 0 0; }

body.secondary div#cwrap { background:url(../images/bg_cwrap-repeat-secondary.jpg) repeat-x top center #f2f2f2; padding:0; }
div.cwrap-top {
	background:url(../images/bg_cwrap-top.jpg) no-repeat top center;
	width:954px;
	min-height:128px;
}
body.secondary div#contain {
	background:url(../images/bg_secondary-contain-repeat.jpg) repeat-y top center;
	width:954px;
	padding:0 0 40px;
	margin:0 auto;
	position:relative;
}

div#top div.content h1 { font-size:35px; line-height:38px; font-weight:normal; font-family:"Times New Roman", Times, serif; font-style:italic; color:#9f0202; }
div#top div.content h4 { font-size:21px; line-height:24px; font-weight:normal; font-family:"Times New Roman", Times, serif; font-style:italic; color:#333; }
div#top div.content p { font-style:italic; }
div#top div.content p.gold { color:#b27006; }
div#top div.content ol li {
	padding:0;
	font-size:18px;
	line-height:25px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#333;
	list-style-type:none;
}
div#top div.content ol li a {
	font-weight:normal;
	color:#333;
}
div#top div.content ol li a:hover { text-decoration:none; }

/*
=====================
SIDE
=====================
*/
div#side div.col { padding:0 0 20px; margin:0 0 35px; position:relative; float:none; }
div#side h4 a { padding:0 0 5px; display:block; font-size:15px; line-height:18px; color:#333; }
div#side div.col p { padding:0 0 0 10px; margin:0; color:#666; font-size:12px; line-height:15px; }

div#side div.quick-form { background:url(../images/bg_quick-form.jpg) no-repeat top center; width:290px; height:86px; }
div#side div.quick-form h3 { padding:8px 0 0 10px; font-size:15px; line-height:18px; font-weight:bold; color:#fff; }
div#side div.quick-form p { width:50%; padding:15px 0 0 10px; }
div#side div.quick-form p.quick-form {
	background:url(../images/btn_quick-form.png) no-repeat top center;
	width:88px;
	height:22px;
	padding:0;
	position:absolute;
	bottom:-10px;
	right:7px;
}
div#side div.quick-form p.quick-form a {
	width:88px;
	height:0;
	padding:26px 0 0;
	display:block;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	color:#d9d9d9;
}

div#side div.fox { background:url(../images/bg_fox.jpg) no-repeat top center; width:287px; height:86px; }
div#side div.fox h3 { padding:8px 0 0 10px; font-size:15px; line-height:18px; font-weight:bold; color:#c10506; }
div#side div.fox h3 a { color:#fff; text-decoration:none; }
div#side div.fox h3 a:hover { text-decoration:underline; }
div#side div.fox p { width:58%; padding:2px 0 6px 10px; color:#666; font-size:11px; line-height:13px; }
div#side div.fox p.quick-form {
	background:url(../images/btn_more.png) no-repeat top center;
	width:88px;
	height:22px;
	padding:0;
	position:absolute;
	bottom:-10px;
	right:7px;
}
div#side div.fox p.quick-form a {
	width:88px;
	height:0;
	padding:26px 0 0;
	display:block;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	color:#d9d9d9;
}

div#side div.twitter { background:url(../images/bg_twitter.jpg) no-repeat top center; width:287px; height:108px; }
div#side div.twitter h3 { padding:20px 0 0 10px; font-size:15px; line-height:18px; font-weight:bold; color:#c10506; }
div#side div.twitter h3 a { color:#fff; text-decoration:none; }
div#side div.twitter h3 a:hover { text-decoration:underline; }
div#side div.twitter p { padding:5px 5px 0 10px; font-size:12px; line-height:15px; color:#666; }
div#side div.twitter p.time { padding:0; margin:0 0 5px 0; font-size:11px; line-height:14px; color:#b3b3b3; position:absolute; bottom:5px; left:10px; display:block; }
div#side div.twitter p.quick-form {
	background:url(../images/btn_follow.png) no-repeat top center;
	width:88px;
	height:22px;
	padding:0;
	position:absolute;
	bottom:-10px;
	right:7px;
}
div#side div.twitter p.quick-form a {
	width:88px;
	height:0;
	padding:26px 0 0;
	display:block;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	color:#d9d9d9;
}

/*
=====================
MAIN
=====================
*/
div.col { width:295px; margin:0 20px 0 0; float:left; }
div.col-quick-form { width:260px; margin:0 0 0 60px; float:left;  }
div.col h3 { font-size:15px; line-height:18px; font-weight:normal; color:#333; }
div.col p { color:#777; }

div.quick-form {
	background:url(../images/btn_quick-form-home.jpg) no-repeat top center;
	width:260px;
	height:96px;
	position:relative;
}
div.quick-form h4 { padding:15px 0 0 10px; font-size:15px; line-height:18px; font-weight:bold; color:#bf0202; }
div.quick-form p { width:50%; padding:5px 0 0 10px; margin:0; font-size:11px; line-height:14px; color:#3a3a3a; }
div.quick-form p.quick-form {
	background:url(../images/btn_quick-form.png) no-repeat top center;
	width:88px;
	height:22px;
	padding:0;
	position:absolute;
	bottom:-5px;
	right:5px;
}
div.quick-form p.quick-form a {
	width:88px;
	height:0;
	padding:26px 0 0;
	display:block;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	color:#d9d9d9;
}

div#contain div.twitter { width:287px; margin:0; position:relative; }
div.tweet-box {
	background:url(../images/bg_tweet-box-top.jpg) no-repeat top center;
	width:287px;
	padding:5px 0 0;
	margin:15px 0 0;
	position:relative;
}
div.tweet-box div.content { background:#fff; padding:5px 8px; }
div.tweet-box div.content p { font-size:12px; line-height:15px; position:relative; z-index:110; }
div.box-bottom {
	background:url(../images/bg_tweet-box-bottom.jpg) no-repeat top center;
	width:287px;
	height:50px;
	position:absolute;
	left:0;
	bottom:-20px;
	z-index:100; 
}

div#main h3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:20px;
	line-height:23px;
	color:#000;
}
div#main h3.question { padding:0 0 8px; border-bottom:1px solid #bfbfbf; }

div#main p { color:#777; }
div#main p.red { color:#ff0000; }

div#main p.mobile {
	width:100%;
	padding:10px 0;
	margin:10px 0;
	clear:both;
	float:left;
	border-top:1px solid #a0a8ac;
	font-size:15px;
	line-height:18px;
	color:#333;
}	
div#main p.mobile img { margin:0 10px 10px 0; float:left; }

div#main div.location {
	width:100%;
	padding:10px 0;
	margin:10px 0 0;
	clear:both;
	float:left;
	border-top:1px solid #a0a8ac;
	font-size:15px;
	line-height:18px;
	color:#333;
}

div#main div.location h4 { font-size:14px; line-height:17px; }
div#main div.location p { margin:0; font-size:11px; line-height:14px; }
div#main div.location p a { margin:5px 0 0; font-size:11px; line-height:14px; display:block; }
div#main div.location img { margin:0 10px 60px 0; float:left; }

div#main div.location-last {
	width:100%;
	padding:10px 0;
	margin:10px 0 25px;
	clear:both;
	float:left;
	border-top:1px solid #a0a8ac;
	font-size:15px;
	line-height:18px;
	color:#333;
}
div#main div.location-last h4 { font-size:14px; line-height:17px; }
div#main div.location-last p { margin:0; font-size:11px; line-height:14px; }
div#main div.location-last p a { margin:5px 0 0; font-size:11px; line-height:14px; display:block; }
div#main div.location-last img { margin:0 10px 60px 0; float:left; }

div#main p.left {  }

div#main div.faq-wrap { padding:10px 0; }
div#main div.faq-wrap p { padding:5px 0; margin:0; }
div#main div.faq-wrap p.question {
	padding:0 0 8px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	line-height:21px;
	color:#333;
	border-bottom:1px solid #bfbfbf;
}
div#main div.faq-wrap ol {  }

div#main h3.lineabove {	
	padding:10px 0 0 0;
	border-top:1px solid #999;
	}

/*
=====================
COUPONS
=====================
*/

#couponimg {width:570px; margin:0 0 20px 0; padding:0;}
#couponimg img {border:0;}
#couponimg #coupontop {margin:0; padding:0;}
#couponimg #coupontop {*margin-bottom:-4px;}
#couponimg #coupon {float:left; margin:0; padding:0;}
#couponimg #couponright {float:right; margin:0; padding:0;}
.couponprint {text-align:center;}
.couponprint input {margin-top:20px;}
.couponprint input {*margin-top:0px;}

.addressleft {width:270px; float:left; text-align:center;}
.addressright {width:270px; float:right; text-align:center;}

/*
=====================
CONTACT FORM
=====================
*/
div#main form { margin:0 0 25px 0; }

div.row { padding:5px 0; margin:6px 0; }
div.row label {  }
div.row div {  }
div.row div input { width:250px; padding:4px; }

div.textarea {  }
div.textarea textarea { width:255px; height:70px; }

div.submit { padding:8px 0 0; }
div.submit input { padding:4px; }

div.left { width:270px; float:left; }
div.left p { margin:0; font-size:11px; }
div.right { width:295px; padding:25px 0 0; float:right; }
div.right p {  }



/*
=====================
MEDIA
=====================
*/
div#main div.video {
	width:100%;
	padding:10px 0;
	margin:10px 0;
	clear:both;
	float:left;
	border-bottom:1px solid #999;
}

div#main div.video a { margin:0 10px 0 0; float:left; }
div#main div.video a img {  }

div#main div.video h4 {
	padding:4px 0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	line-height:21px;
	color:#000;	
}

div#main div.video p { margin:0; }


/*
=====================
FOOTER
=====================
*/
div#footer div.credits { padding:30px 0 0; float:left; width:32%; }
div#footer div.trust-builders { padding:30px 30px 0 0; float:right; }

div#footer p { margin:0; font-size:9px; line-height:12px; color:#999; }
div#footer p a { color:#999; }
div#footer p.site-map { padding:10px 0 0; }
div#footer p.site-map a { padding:0 10px 0 0; }
div#footer p.site-map a.end { padding:0 0 0 10px; }

div#footer .footercontact {float:left; width:32%; margin:30px 0 0 0; padding:0;}
div#footer .footercontact p {text-align:center; color:#999; font-size:9px; line-height:12px;}
div#footer .footercontact p a {text-decoration:underline;}

div#footer div.trust-builders p.facebook { 
	background:url(../images/ico-facebook2.png) no-repeat top center;
	width:48px;
	height:49px;
	margin:0 10px 0 0;
	float:left;
	text-align:center;
}
div#footer div.trust-builders p.facebook a {
	width:48px;
	padding:38px 0 0;
	display:block;
	text-decoration:none;
}
div#footer div.trust-builders p.facebook a:hover { text-decoration:underline; }

div#footer div.trust-builders p.twitter {
	background:url(../images/ico-twitter2.png) no-repeat top center;
	width:48px;
	height:49px;
	margin:0 10px 0 0;
	float:left;
	text-align:center;
}
div#footer div.trust-builders p.twitter a {
	width:48px;
	padding:38px 0 0;
	display:block;
	text-decoration:none;
}
div#footer div.trust-builders p.twitter a:hover { text-decoration:underline; }

div#footer div.trust-builders p.ups {
	background:url(../images/ico-ups3.png) no-repeat top center;
	width:46px;
	height:0;
	padding:40px 0 0;
	margin:0 10px 0 0;
	display:block;
	float:left;
	text-align:center;
}
div#footer div.trust-builders p.bbb {
	background:url(../images/ico-bbb3.png) no-repeat top center;
	width:40px;
	height:0;
	padding:42px 0 0;
	margin:0;
	display:block;
	float:left;
	text-align:center;
}
