

/*============================================================================*/
/* Minify: /includes/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.css */
/*============================================================================*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;	
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

#fancybox-title {
	font-family: Arial, Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
	font-size: 1.3em;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/*======================*/
/* Minify: /css/all.css */
/*======================*/

/* css reset */
body {
	margin:0;
	color:#565656;
	font:15px arial, helvetica, sans-serif;
	background:#f3f3f3;
	width:100%;
	position:relative;
	min-width:640px;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#e3513b;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* header */
#header {
	padding-top:26px;
	width:100%;
	background:#fafafa url(/images/bg-header.gif) repeat-x;
	position:absolute;
	left:0;
	top:0;
}
#header .area {
	overflow:hidden;
	height:1%;
	padding-left:22px;
}
/* logo */
.logo {
	margin-right:45px;
	float:left;
	width:118px;
	height:31px;
	background:url(/images/sprites/www.png) 0 -1236px no-repeat;
	width: 118px; height: 31px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	display:block;
	height:100%;
}
#header .slogan {
	float:left;
	font: 19px/19px Arial,Helvetica,sans-serif;
	color:#242021;
}
/* tabset */
#header .tabset {
	margin:0 0 -4px;
	height:1%;
	padding:2px 0 0 178px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	overflow:hidden;
}
.tabset li {
	float:left;
	padding-right:1px;
}
.tabset a {
	height:19px;
	color:#fff;
	float:left;
}
.tabset a:hover {text-decoration:none;}
.tabset .active a {
	height:24px;
	margin-top:-1px;
	position:relative;
}
.tabset .left, .tabset .right {
	float:left;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	width:7px;
}
.tabset .c {
	cursor:pointer;
	float:left;
	height:100%;
	padding:0 2px 0 3px;
}


.tab1 .left {background:url(/images/sprites/www.png) 0 -812px no-repeat; width: 7px; height: 24px; }
.tab1 .right {background:url(/images/sprites/www.png) 0 -924px no-repeat; width: 7px; height: 24px; }
.tab1 .c {background:url(/images/bg-tabset-c.gif) repeat-x; }
.tab2 .left {background:url(/images/sprites/www.png) 0 -851px no-repeat; width: 7px; height: 19px;}
.tab2 .right {background:url(/images/sprites/www.png) 0 -963px no-repeat; width: 7px; height: 19px;}
.tab2 .c {background:url(/images/bg-tabset-c2.gif) repeat-x;}
.tab3 .left {background:url(/images/sprites/www.png) 0 -890px no-repeat; width: 7px; height: 19px;}
.tab3 .right {background:url(/images/sprites/www.png) 0 -1002px no-repeat; width: 7px; height: 19px;}
.tab3 .c {background:url(/images/bg-tabset-c3.gif) repeat-x;}
/* tab-content */
#header .tab-content {
	white-space:nowrap;
	margin:0;
	height:22px;
	padding:6px 0 0 187px;
	list-style:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#7e6d62 url(/images/bg-tabcontent.gif) repeat-x;
	overflow:hidden;
}
.vehicle #header .tab-content {background:#7e6d62 url(/images/bg-tabcontent2.gif) repeat-x;}
.tab-content li {
	float:left;
	padding-right:15px;
	padding-top: 2px;
}
.tab-content a {
	float:left;
	color:#fff;
}
.tab-content a:hover, .tab-content .active a {
	color:#f2e0d2;
	text-decoration:underline;
}
.tab-content2 a:hover, .tab-content2 .active a {color:#d2d2d2;}
.tab-content img {padding-top:1px;}
/* panel */
#header .panel {
	overflow:hidden;
	background:url(/images/bg-panel.gif) repeat-x;
	height:21px;
	padding:4px 3px 0 17px;
}
.vehicle #header .panel {background:url(/images/bg-panel2.gif) repeat-x;}
.panel .sponsor-individual, .panel .sponsor-business, .panel .sponsor-non {
	color:#fff;
	font-size:12px;
	display:block;
	padding:1px 0 2px 19px;
}
.panel .sponsor-business {
	background:url(/images/sprites/www.png) 0 -1282px no-repeat;
	height: 16px;
}
.panel .sponsor-individual {
	background:url(/images/sprites/www.png) 0 -1313px no-repeat;
	height: 16px;
}
.panel span a 
{
	color: #fff;
}
/* add-info */
.panel .add-info {
	margin:0;
	padding:1px 0 0;
	list-style:none;
	float:right;
	font-size:12px;
	font-weight:bold;
}
.add-info li {
	float:left;
	padding-left:5px;
}
.add-info li a {
	float:left;
	color:#fff;
}
.add-info .news-active, .add-info .news-inactive {
	padding-right:23px;
	padding-top: 1px;
}
.add-info .news-active {
	background:url(/images/sprites/www.png) 11px -1402px no-repeat; 
	width: 18px; height: 17px;
	position: relative;
    top: -1px;
}
.add-info .news-inactive {
	background:url(/images/sprites/www.png) 11px -1434px no-repeat;
	width: 18px; height: 17px;
	position: relative;
    top: -1px;
}
.add-info .following-active, .add-info .following-inactive {
	padding-right:19px;
	position: relative;
	top: -3px;
}
.add-info .following-active {
	background:url(/images/sprites/www.png) 9px -1163px no-repeat;
	width: 8px; height: 22px;
}
.add-info .following-inactive {
	background:url(/images/sprites/www.png) 2px -1200px no-repeat;
	width: 1px; height: 22px;
}

#followingmessage a, #membermessage a, #iatnnewsmessage a
{
	text-decoration: none;
}
.add-info span#unreadmessages
{
	position: relative; 
	top: 3px;
	left: -4px;
}
.add-info .messages-active, .add-info .messages-inactive {
	padding-right:23px;
}
.add-info .messages-active {
	background:url(/images/sprites/www.png) 8px -1343px no-repeat;
	width: 7px; height: 15px;
}
.add-info .messages-inactive {
	background:url(/images/sprites/www.png) 8px -1372px no-repeat;
	width: 7px; height: 15px;
}
/* navbar */
.panel .navbar {
	font-size:12px;
	font-weight:bold;
	float:right;
	margin:1px -1px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.navbar li {
	float:left;
	margin-left:-3px;
	padding:0 6px;
	background:url(/images/sprites/www.png) 2px -1034px no-repeat;
}
.navbar a {
	float:left;
	color:#fff;
}
img.video-icon
{
    padding-right: 4px;
    vertical-align: top;
}
/* main */
#main {
	padding:147px 0 15px;
	overflow:hidden;
	width:100%;
}
/* leftside */
#main .leftside {
	padding-top:4px;
	float:left;
	width:166px;
}

/* navigation */
.leftside .navigation {
	margin:0 0 14px;
	padding:0;
	list-style:none;
	font-size:17px;
	width:166px;
	overflow:hidden;
	height:1%;
}
.leftside .top-row
{
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-image: none;
}
.leftside .bottom-row
{
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.leftside div
{
	background: url(/images/sprites/www.png) 20px -1739px no-repeat #3E3A37;
}
.leftside div span
{
	background: url("/images/bg-navigation.gif") repeat-y scroll 0 0 transparent
}

.leftside .navigation li {
	width:100%;
	float:left;
}
.navigation li:first-child, .navigation li.first-child {background:none;}
.navigation .active div {
	overflow:hidden;
	background:#534841 url(/images/bg-navigation-active.gif) repeat-x;
	height:1%;
}
.navigation span {
	display:block;
	width:135px;
	padding:13px 20px 17px 19px;
}
.navigation em {
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	line-height:0;
	font-size:0;
}
.navigation a {color:#eecfb8;}
.navigation a:hover {
	text-decoration:none;
	color:#ff6b55;
}
.navigation li.active {position:relative;}
.navigation .active span {background:url(/images/sprites/www.png) 160px 19px no-repeat;}
.navigation .active em {
	height:13px;
	background:url(/images/sprites/www.png) -228px -70px no-repeat;
	margin-bottom:-13px;
	position:relative;
	float:left;
	width:100%;
}
.navigation .active a {color:#fff;}
.leftside .btn-join {
	text-shadow: 1px 1px 0 #bf2e16;
	display:block;
	width:125px;
	height:46px;
	color:#fff;
	font-size:17px;
	text-align:center;
	background:url(/images/sprites/www.png) 0 -293px no-repeat;
	font-weight:bold;
	line-height:46px;
	text-transform:uppercase;
	margin-left:13px;
	padding-right:15px;
}
.leftside .btn-join:hover {
	text-decoration:none;
	background-position:0 -339px;
}
/* login form on login and logout */
#loginbox 
{
	padding:auto; margin: auto; width:220px; 
}
/* sidebar */
#sidebar {
	float:right;
	margin:0;
	padding-top:4px;
	width:200px;
}
.vehicle #sidebar {float:left;}
#sidebar .heading, #loginbox .heading {
	text-shadow: 1px 2px 1px #53453d;
	padding:12px 0 15px 19px;
	margin:0 0 20px;
	font-size:17px;
	color:#fff;
	line-height:22px;
	background:#61544b url(/images/bg-heading.gif) repeat-x;
	border-bottom:1px solid #ebe4dd;
	display:block;
}
.vehicle #sidebar .heading {background:#717171 url(/images/bg-heading2.gif) repeat-x;}
#sidebar .container,#loginbox .container {
	background:#dbcec3;
}
#sidebar .container.top-row, #sidebar .container.top-row .heading, #loginbox .container.top-row, #loginbox .container.top-row .heading
{
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
#sidebar .container.bottom-row, #loginbox .container.bottom-row
{
	margin-bottom:17px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#loginbox .container.top-row.standalone
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 #loginbox .container.top-row.standalone .heading
{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.vehicle #sidebar .container {background:#d1d1d1;}

.footnote 
{
    font-size: 0.7em;
    line-height: 12px;
}

/* account form */
/* detail form */
#sidebar .account, #sidebar .detail, #loginbox .account, #loginbox .detail {padding-left:20px;}
.account legend, .detail legend {
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.account .row, .detail .row {
	overflow:hidden;
	width:100%;
	padding-bottom:11px;
}
.account .text, .detail .text {
	float:left;
	height:30px;
	width:150px;
	background:url(/images/sprites/www.png) 0 -569px no-repeat;
}
.account .text input, .detail .text input {
	padding:5px 7px;
	color:#000000;
	background:none;
	border:0;
	float:left;
	width:133px;
	height:20px;
	outline: none;
}
.detail .text input {color:#53473f;}
.account .submit {
	text-shadow: 0 1px 1px #714f3e;
	float:left;
	position:relative;
	height:32px;
	background:url(/images/sprites/www.png) 0 -70px no-repeat;
	margin:1px 14px 0 0;
	color:#fff;
	cursor:pointer;
}
.hidden-submit input
{
	border: 0 none;
	height: 0;
	width: 0;
	padding:0;
	margin:0;
	overflow: hidden;	
}
.account .submit:hover, .account .hover {text-decoration:underline;}
.account .submit em {
	float:left;
	background:url(/images/bg-btn-right.gif) 100% 0 no-repeat;
	font-style:normal;
	color:#fff;
	height:100%;
	line-height:28px;
	padding:0 11px;
}
.account .submit input {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:none;
	cursor:pointer;
	border:none;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.account .checkbox {
	float:left;
	width:16px;
	height:15px;
	margin:8px 4px 0 0;
	padding:0;
}
.account label {
	text-shadow: 0 1px 0 #eae3dc;
	float:left;
	font-size:11px;
	color:#53473f;
	line-height:31px;
}
.detail label {
	text-shadow: 0 1px 0 #e4e4e4;
	padding:3px 0 2px;
	display:block;
}
.detail .row label {
	float:left;
	padding:12px 10px 0 0;
}
.detail select {
	float:left;
	width:76px;
	margin:10px 10px 0 0;
}
.detail ul {
	margin:13px -10px 0 0;
	padding:21px 0 30px;
	list-style:none;
	overflow:hidden;
	width:218px;
	background:url(/images/sprites/www.png) -450px -1791px no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:32px;
	font-size:14px;
	text-align:center;
}
.detail li {
	padding:0 23px 0 12px;
	background:url(/images/sprites/www.png) 0 -1092px no-repeat;
	margin-left:-12px;
	float:left;
}
.detail ul span {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
}
.detail .submit {
	text-shadow: 0 1px 0 #c4331b;
	padding-right:15px;
	position:relative;
	width:80px;
	background:url(/images/sprites/www.png) 0 -718px no-repeat;
	color:#fff;
}
.detail .reset {
	text-shadow: 0 1px 0 #4f4f4f;
	width:68px;
	background:url(/images/sprites/www.png) -230px -718px no-repeat;
}
.detail ul span:hover, .detail ul span.hover {text-decoration:underline;}
.detail ul input {
	padding:0;
	cursor:pointer;
	background:none;
	border:0;
	position:absolute;
	left:0;
	bottom:0;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
	width:100%;
	height:100%;
}
.news-date
{
	white-space: nowrap;
	display: block
}
.news-date2
{
	white-space: nowrap;
}

/* block-info */
#sidebar .block-info {
	text-shadow: 0 1px 1px #e7dfd7;
	overflow:hidden;
	height:1%;
	padding:0 14px 0 14px;
}
.vehicle #sidebar .block-info {
	text-shadow: 0 1px 0 #e4e4e4;}
/* section */
#sidebar .section {
	background:url(/images/sprites/www.png) -450px -1791px no-repeat;
	padding:19px 0 31px 0;
	margin-top:-16px;
}
#sidebar .stats.section
{
	padding: 11px 0 15px !important;
}
#sidebar .section p {
	margin:0 0 9px;
	line-height:18px;
}
#sidebar .section .more {
	font-size:13px;
	padding-left:11px;
	background:url(/images/sprites/www.png) -300px 5px no-repeat;
}
/* social links and buttons */
#sidebar div.social {
	padding-top:0;
	padding-bottom: 15px;
	margin: 0 auto;
}
#sidebar div.social {
	width: 185px;
}
iframe.fb_ltr /* override facebook's width stuff since their data-width param doesn't work */
{
	width: 185px !important;
}

.social a
{
	background: url(/images/sprites/www.png) 0 -1863px no-repeat;
	height: 28px; 
	width: 127px; 
	display: inline-block;
	cursor: pointer; 
}

.social#twitter a
{
	background-position: 0 -1863px;
}

.social#google-plus a
{
	background-position: 0 -1919px;
}

.social#twitter a:hover, .social#twitter a:focus
{
	background-position: 0 -1891px;
}

.social#google-plus a:hover, .social#google-plus a:focus
{
	background-position: 0 -1947px;
}

/* content */
#content {
	height:1%;
	padding:0 22px 0 22px;
	overflow:hidden;
	position:relative;
}
.content-holder {
	overflow:hidden;
	height:1%;
}
#content .logo-print {
	display:none;
}
div.feed-display
{
	margin-bottom: 18px
}

/* popup */

#fancybox-outer .area
{
	padding-top: 10px;
}

.open-popup
{
	background: transparent url(/images/sprites/www.png) 0 -1614px no-repeat; 
	width: 40px; 
	height: 40px; 
	cursor: hand;
	cursor: pointer; 
	position: absolute; 
	top: 171px; 
	left: 200px;
}

.popup {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:776px;
}

.popup .container {
	overflow:hidden;
	position:relative;
	height:1%;
	padding:11px 28px 13px 22px;
}
.popup .area {
	overflow:hidden;
	width:100%;
	padding-bottom:14px;
}
.popup .area strong {
	font-size:25px;
	display:block;
	color:#3e3a37;
	text-shadow: 1px 1px 0 #fff;
}
.popup .image {
	width:725px;
}
.popup .image img {display:block;}
#content h1 {
	font-size:30px;
	line-height:31px;
	color:#3e3a37;
	margin:0;
	text-shadow: 1px 1px 0 #fff;
}
#content h2 {
	margin:0;
	font-size:25px;
	line-height:30px;
	color:#3e3a37;
}
/* section */
#content .section {
	width:100%;
	/*background:url(/images/separator3.gif) 0 100% repeat-x;*/
	border-bottom: 4px solid #C0C0C0;
	padding-bottom:18px;
	margin-bottom: 18px;
}
#content .section:after {
	display:block;
	clear:both;
	content:"";
}
#content .section .text-holder {
	padding-right: 5px
}

#content .section #main-title
{
	/*white-space: nowrap;*/
}

#content .section .video-holder {
	float:right;
	width:195px;
	position:relative;
	padding-top:1px;
	padding-left: 15px;
	margin-right: 15px;
}
.video-holder img {display:block;}
.section .video-holder .btn-play {
	position:absolute;
	right:-13px;
	bottom:7px;
	width:39px;
	height:40px;
}
.video-holder .btn-play a {
	display:block;
	height:100%;
	background:url(/images/sprites/www.png) 0 -117px no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#content .section h1 {margin-bottom:16px;}
#content .section p {
	margin-top:0;
	line-height:22px;
}
/* block-article */
#content .block-article {
	width:100%;
	overflow:hidden;
}
/* container */
.block-article .container {
	width:100%;
	overflow:hidden;
	/*background:url(/images/separator4.gif) repeat-x;*/
	border-top: 1px dashed #C0C0C0;
	margin: 0;
	padding:14px 0 5px;
}
.block-article .container .homepage {
	margin: 0 !important;
}
.block-article .container:first-child {
	border-top: none;
	margin: 0;
	padding:0 0 5px;
}
#content .heading {
	margin-bottom:12px;
	overflow:hidden;
	width:100%;
	text-shadow: 0 1px 0 #fff;
}
#content .heading h2 {float:left; padding-right: 20px}
.heading strong {
	font-weight:normal;
	color:#A7A7A6;
	font-size:25px;
	line-height:30px;
	float:left;
}

.heading strong.revision
{
	float: right;
	font-size: 1em;
}

.block-article .area {
	overflow:hidden;
	width:100%;
}
.block-article .container div.area
{
	padding-bottom: 0;
}

.block-article .visual {
	margin:6px 21px 10px 0px;
	float:left;
	padding:2px;
	position:relative;
	background-color: #dadada;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.block-article .visual a {
	display:block;
	padding:4px;
}
.block-article .visual img {
	display:block;
	border-radius: 4px;
}
.block-article .text {
	overflow:hidden;
	height:1%;
	margin-bottom: 10px
}
.block-article p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height:22px;
}
#main .btn-more {
	text-shadow: 0 1px 0 #fff;
	display:block;
	width:110px;
	height:32px;
	background:url(/images/sprites/www.png) -230px -293px no-repeat;
	line-height:28px;
	color:#626262;
	text-align:center;
}
#main .btn-more:hover {
	background-position:-230px -325px;
	color:#e3513b;
	text-decoration:none;
}
.block-article .list {
	margin:0 0 15px;
	padding:0;
	list-style:none;
	line-height:22px;
}
.block-article .list p {margin:0;}
#content .headline {margin-bottom:20px;}
#content .headline span {
	font-size:14px;
	color:#909090;
	line-height:15px;
	display:block;
}
.list-nostyle { list-style-type:none; margin: 0 0 10px 0 }
/* map */
#content .map {margin-bottom:21px;}
.map-holder {
	margin-bottom:15px;
	border:1px solid #b09886;
	width:653px;
	overflow:hidden;
}
#content .map p {
	margin:0;
	line-height:22px;
	font-size:17px;
	color:#a1a1a1;
	font-weight:bold;
}
#content .map p strong {
	color:#3e3a37;
	display:block;
}
.map-holder img {display:block;}
/* container */
.block-article h3.entry-summary { margin-top: 0; margin-bottom: 5px }

/* section */
#content .container-video .heading {margin-bottom:14px;}

.news-item {}
.news-date, .news-date2 {font-weight:bold;}

/* footer */
#footer {
	text-align:center;
	background:url(/images/bg-footer.gif) 50% 0 no-repeat;
	font-size:12px;
	color:#787878;
	padding:15px 0 15px;
}
#footer .copyright-text
{
	color: #BFBFBF
}
/* nav */
#footer .nav {
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.nav li {
	display:inline;
	background:url(/images/sprites/www.png) 0 -1063px no-repeat;
	padding:0 5px 0 9px;
}
.nav li:first-child, .nav li.first-child {background:none;}



.absmiddle, .email { vertical-align: middle; clear: both; float: none; }


/* faq styles */

.faq .question
{
	font-weight: bold
}

.faq .answer
{
	padding-left: 2em
}

/* sitemap styles */
/* General */
.sitemap { text-align: left; font-size: 80%; background-color: #F3FAFF; padding: 0em; margin: 0em; border-collapse: separate }
.sitemap table { text-align: left; font-size: 100%; background-color: #fff; border: solid 1px #7e6d62; padding: 1em; margin: 1em; border-collapse: separate }
.sitemap tr.heading { font-size: 120%; font-weight: bold; background-color:#B2BBC2; text-align: center }
.sitemap .heading-small { font-weight: bold; color: #ffffff; background-color: #7e6d62 }
.sitemap tr.heading a { color: #fff }

.sitemap-members { text-align: left; font-size: 90%; padding: 0em; margin: 0em; border-collapse: separate }
.sitemap-members table { text-align: left; font-size: 100%; background-color: #fff; border: solid 1px #7e6d62; padding: 1em; margin: 1em; border-collapse: separate }
.sitemap-members tr.heading { font-size: 110%; font-weight: normal; background-color:#7e6d62; text-align: center }
.sitemap-members .heading-small { font-weight: bold; color: #ffffff; background-color: #7e6d62 }
.sitemap-members tr.heading a { color: #fff }
.heading-small a {color: #ffffff !important} 

/* Table */
#center-table { width: 705px; margin: 0 auto; text-align: center }

/* alert styles */
#memberalert { z-index: 1001; cursor: pointer; background-color: orange; position: relative; height: 40px; text-align: center; margin: 0px; vertical-align: middle; display: none; -moz-box-shadow: 0 2px 2px #FFFFFF; -webkit-box-shadow: box-shadow: 0 2px 2px #FFFFFF} 
#memberalert p { color: #000000; font-size: 17px; margin-top: 0; padding-top: 5px; }
#memberalert a { color: #24598A }
#memberalert img { position: relative; top: 5px; padding-right: 8px; border: 0px }
#memberalert .alertclose { vertical-align: middle; float: right; position: relative; top: -15px; padding-right: 20px }

.billingalert { background-color: #e61802 !important; color: #ffffff !important } 
.billingalert a, .billingalert p { color: #ffffff !important; padding: 0 !important }
.billingalert img { padding-right: 5px !important }
.billingstatusalert { color: #f07979; cursor: pointer }

.testimonial { font-weight: bold; }
.solid-break { border-top: 1px dashed #C0C0C0;	margin: 0;}

#insert-corp-image { text-align: center; margin-top: 20px}
.corp-tagline { text-align: center;  padding-top: 3px; margin-bottom: 20px;}

.login-title { text-align: center }
.prem-note { text-align: center }

/* used for label version */
span.field-with-placeholder { display: inline-block; position: relative; vertical-align: top; }
span.field-with-placeholder input { outline: none; }
span.field-with-placeholder label { padding: 0 !important; }
span.field-with-placeholder label.placeholder {    color: #C0C0C0;    cursor: text;    font-style: italic;    text-shadow: none; font-size: 100%; pointer-events: none;}
span.field-with-placeholder label.focus { color: #cccccc; }
span.field-with-placeholder label.hidden { display: none !important;}
.account span.field-with-placeholder label.placeholder span {    left: 2px;    line-height: 18px;    padding: 0 5px;    position: absolute;    top: 4px;    z-index: 2;}
