html {
	background: #000 url(/media/images/layouts/default/bg.jpg) repeat-x top left;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
}

a, a:link, a:hover {
	color: #1B7EDF;
}

a:visited, a:visited:hover {
	color: #008000;
}

h1, h2, h3, h4, h5, h6, legend {
	color: #003263;
	font-weight: normal;
	margin: 0 0 .5em 0;
}

h1 {
	font-size: 167%;
	padding: 15px 0 0 0;
}

h2, legend {
	font-size: 159.3%;
}

h3 {
	font-size: 138.5%;
}

p {
	margin: 0 0 .5em 0;
}

img {
	border: 0;
}

.highlight {
	color: #003263;
}

.clear {
	clear: both;
}

/********************
 Errors & Messages
 ********************/
#errors, #msgs {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

#errors li, #msgs li {
	margin: 0;
	padding: 3px 10px;
}

#errors {
	background: #900000;
	color: #fff;
	font-weight: bold;
}

/********************
 Forms
 *******************/
.frm_button, .frm_submit {
	width: auto !important;
}

form fieldset {
	border: 1px solid #BFBFBF;
	padding: 10px;
}

legend {
	margin: 0 0 0 -3px;
}

strong {
	font-weight: bold;
}

.form_list {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

.form_list li {
	border-top: 1px solid #eee;
	clear: both;
	width: 100%;
	line-height: 2.1em;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	float: left;
}

.form_list label {
	display: block;
	float: left;
	overflow: hidden;
	width: 10em;
}

label.required {
	background: url(/media/images/required.jpg) top left no-repeat;
}

.button, .checkbox, .radio {
	width: auto;
}

form .form_hint {
	color: #6F6F6F;
	font-size: 82.5%;
	padding-left:14em;
	width: 38em !important;
}

.month {
	width: 7em;
}

.day {
	width: 4em;
}

.year {
	width: 5em;
}

.cvv {
	width: 4em;
}

.gender {
	width: 6em;
}

.state {
	width: 4em;
}

.city {
	width: 10em;
}

.zip {
	width: 6em;
}

.name {
	width: 10em;
}
.num {
	width: 5em;
}

/*******************
 Layout
 ******************/
 
#wrapper_main {
	background: url(/media/images/layouts/default/bg_main.jpg) no-repeat center top;
	margin: 0 auto;
	min-height: 900px;
	height: auto !important;
	height: 900px;
	width: 1000px;
}

#wrapper_header {
	height: 142px;
	text-align: left;
}

#logo {
	float: left;
	padding: 30px 0 0 150px;	
}

#login {
	float: right;
	padding: 45px 210px 0 0;
	text-align: center;
}

#login ul {
	list-style: none;
}

#login li {
	list-style: none;
}

#login #login_btn {

}

#wrapper_nav {
	clear: both;
	height: 32px;
}

#phone {
	color: #fff;
	float: left;
	font-size: 139%;
	line-height: 32px;
	text-align: right;
	width: 550px;
}

#nav_links {
	float: right;
}
	
#nav_links ul {
	list-style: none;
	margin: 0;
	padding: 0 195px 0 0;
}

#nav_links li {
	border-right: 1px solid #fff;
	display: inline;
	list-style: none;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

#nav_links li.last {
	border: none;
}

#nav_links a {
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

#wrapper_content {
	background: transparent url(/media/images/layouts/default/bg_content_top.png) no-repeat top center;
	padding: 38px 0 0 0;
	text-align: left;
}


#wrapper_content_inner {
	background: transparent url(/media/images/layouts/default/bg_content_mid.png) repeat-y top center;
	padding: 0 140px 10px 140px;
	margin: 0;
}

#wrapper_content_footer {
	background: transparent url(/media/images/layouts/default/bg_content_bottom.png) no-repeat top center;
	height: 24px;
}

#wrapper_content_nav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	margin: 10px 0;
	width: 100%;
}

#wrapper_content_nav ul {
	float: left;
	list-style: none;
	margin: 0;
}

#wrapper_content_nav li {
	display: inline;
	float: left;
	list-style: none;
	line-height: 32px;
}

#wrapper_content_nav a {
	border-right: 		1px solid #000;
	color: 				#000;
	font-size: 			110%;
	padding: 			0 10px 0 0;
	margin: 			0 10px 0 0;
	text-decoration: 	none;
}

#wrapper_content_nav a.current {
	color: #8b0000;
}

#wrapper_content_nav a.last {
	border: none;
}

#page_content {
	border-bottom: 1px solid #000;
	clear: left;
	padding-bottom: 10px;
	text-align: left;
}

#page_content h1 {
	padding-top: 0;
}

#wrapper_debug {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 10px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

#left_column {
	clear: left;
	float: left;
	width: 480px;
}

#right_column {
	float: right;
	width: 220px;
}

#main_column {
	clear: both;
}

#wrapper_footer {
	color: #AFAFAF;
	text-align: center;
}

#footer_links ul {
	clear: both;
	list-style: none;
	margin: 0 0 5px 0;
}

#footer_links li {
	display: inline;
	list-style: none;
}

#footer_links a {
	color: #fff;
	padding: 5px;
}

#page_video, #page_image {
	margin-bottom: .5em;
	/*text-align: center;*/
}

#page_image img {
	border: 3px solid #000;
}



/********************
 Element: right_column
 **********************/
.right_column_box {
	background: url(/media/images/layouts/default/right_column_top.jpg) no-repeat top center;
	padding: 15px 10px;
	font-family: Times, serif;
	font-size: 95%;
}
 
.right_column_box h2 {
	margin-left: 20px;
}

.right_column_box_footer {
	background: #fff url(/media/images/layouts/default/right_column_bottom.jpg) no-repeat top center;
	height: 23px;
	padding: 0 0 20px 0;
	margin: 0 -10px -20px -10px;
}

/*********************
 Element: Testimonials
 *********************/

.testimonials {
	
}
 
.testimonials h2 {
}

.testimonials_footer {
}

.testimonial {
	border-bottom: 1px solid #AFAFAF;
	padding: 0 20px 5px 20px;
	margin: 0 0 5px 0;
}

.testimonial .quote {
	color: #3f3f3f;
	font-style: italic;
}

.testimonial .by_line {
	text-align: right;
	color: #6F6F6F;
	padding-top: 3px;
}

/********************
Element: comments
********************/
.comment {
	/*border-bottom: 1px solid #7F7F7F;*/
	clear: both;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}

.comment .date {
	font-size: .8em;
	color: #7F7F7F;
}

/********************
 Element: Coupons
 *******************/
#wrapper_coupons .coupon {
	width: 360px;
	float: left;
	margin-bottom: 20px;
}
 
.coupon {
	color: #3f3f3f;
	text-align: center;	
}

.coupon .image {

}

.coupon .text {
}

/*******************
Element: post_comment
*******************/

#post_comment.left {
	background: url(/media/images/layouts/default/bg_comment.jpg) no-repeat top left;
	width: 479px;
	height: 212px;
	overflow: hidden;
	margin: 10px auto;
}

#post_comment.left h2 {
	color: #fff;
	line-height: 33px;
	margin: 0 0 0 10px;
}

#post_comment.left ul {
	margin-left: 10px;
}

#post_comment.left .form_list li {
	border: none;
	padding: 0;
}

#post_comment.left .name {
	width: 100px;
}

#post_comment.left #comment {
	width: 200px;
	height: 75px;
}

#post_comment.right_column_box ul {
	margin-left: 20px;
}

#post_comment.right_column_box .form_list li {
	border: none;
	padding: 0;
	line-height: 1em;
	margin-bottom: .3em;
}

/*******************
Pages: Home
*******************/
#page_home_testimonials {
	margin-top: 2.2em;
}

/*******************
Pages: careers/index
********************/

.career {
	border-bottom: 1px solid #3f3f3f;
	padding: 0 0 .5em 0;
	margin: 0 0 .5em 0;
}

.career h2 {
	margin-bottom: 0;
}

/********************
Pages: contact/map
********************/
#map {
	width: 720px;
	height: 400px;
}

/*******************
Pages: news/articles
*********************/

.article {
	/*border-bottom: 1px solid #3f3f3f;*/
	clear: both;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}

.article h2 {
	margin-bottom: 0;
}

.article .by_line {
	font-size: .8em;
	color: #7F7F7F;
	margin-bottom: .3em;
}

.article .image, .article .video {
	float: right;
	padding: 0 0 10px 10px;
}
