html { min-height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.80em;
	background: #afafaf url(../images/bg.png) repeat-x top center;
}

img, input[type=image] { border: 0; }

body#frame { background: white; }

#all {
	width: 1135px;
	margin: 0 auto;
	position: relative;
	background: white;
	min-height: 100%;
}

#all .shadow1 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 7px;
	background: url(../images/shadowl.png);
}
#all .shadow2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 7px;
	background: url(../images/shadowr.png);
}

label.info {
	display: inline-block;
	padding: 3px;
	width: 120px;
	text-align: right;
	vertical-align: top;
	zoom:1;
	*display: inline;
}
.contact label.info { width: 170px; }

#social {
	height: 19px;
	padding: 17px;
	text-align: right;
	font-size: 95%;
	z-index:1;
}

#social a {
	color: black;
	text-decoration: none;
}
#social a:hover { text-decoration: underline; }
#social img { vertical-align: middle; position: relative; top: -3px; margin-right: 3px; }

#banner {
	height: 228px;
	background: url(../images/banner.jpg) no-repeat top left;
}

#banner h1 {
	display: none;
}

#navbar > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #8f182c url(../images/navbar.png) repeat-x top;
}
.clear {
	clear: both;
}

#navbar > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: #8f182c url(../images/navbar.png) repeat-x top;
	vertical-align: top;
	border-left: 2px solid black;
	zoom: 1;
	height: 15px;
	line-height: 15px;
	font-size: 90%;
	text-align: center;
	color: white;
	padding: 10px 23px;
	padding-top: 12px;
	position: relative;
	text-transform: uppercase;
	*display: inline;
}

#navbar > ul > li ul {
	display:  none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #8f182c;
	position: absolute;
	top: 100%;
	z-index: 10;
	border: 1px solid black;
	left: 0;
	right: 0;
	min-width: 130px;
}
#navbar > ul > li ul > li {
	text-align: left;
}
#navbar > ul > li ul > li > a {
	display: block;
	color: white;
	padding: 4px;
	text-transform: none;
	text-decoration: none;
}
#navbar > ul > li ul > li > a:hover {
	background: #bd2b42;
}

#navbar > ul > li:hover ul { display: block; }

#navbar > ul > li:first-child { border-left: 0; }
#navbar > ul > li > a { color: white; text-decoration: none; display: block; }

#all > .contents {
	margin-right: 484px;
}

#quote {
	display: inline-block;
	margin: 10px 20px;
	margin-bottom: 35px;
	font-size: 100%;
	padding-top: 14px;
	padding-left: 43px;
	padding-right: 23px;
	padding-bottom: 7px;
	line-height: 22px;
	height: 55px;
	position: relative;
	background: url(../images/quote-fill.png) repeat-x top;
	zoom:1;
	*display: inline;
	
}

#quote .bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
	height: 76px;
	background: url(../images/quote-left.png) no-repeat;
}

#quote .bg2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 108px;
	background: url(../images/quote-right.png) no-repeat;
}

#sidebar {
	float: right;
	width: 484px;
	padding-bottom: 150px;
	padding-top: 170px;
	position: relative;
}

#sidebar .nascarSprintLogo {
	display: block;
	position: absolute;
	right: 5px;
	top: 100%;
	margin-top: -135px;
	width: 228px;
	height: 120px;
}

#sidebar-login {
	position: absolute;
	top: 0;
	right: 0;
	padding: 27px;
	height: 100px;
	width: 187px;
	background: #244058 url(../images/login-fill.png) repeat-x bottom;
	color: white; 
	font-size: 85%;      
	line-height: 1.1;
}

#sidebar-login label {
	display: inline-block;
	text-align: right;
	margin: 6px 4px;
	width: 52px;
	zoom: 1;
	*display: inline;
}

#sidebar-login .bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(../images/login-botleft.png);
}

#sidebar-login .bg2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27px;
	height: 29px;
	background: url(../images/login-botright.png);
}

#sidebar-login .bg3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: url(../images/login-top.png);
}

#sidebar-login h3 {
	margin: 0;
	padding: 0;
	height: 24px;
	margin-bottom: 15px;
	background: url(../images/sidebar-login.png) no-repeat center center;
}

#sidebar-login h3 span {
	display: none;
}

#sidebar-join {
	position: absolute;
	top: 0;
	right: 242px;
	padding: 27px;
	height: 100px;
	width: 187px;
	background: #8f182c url(../images/join-fill.png) repeat-x bottom;
	color: white; 
	font-size: 85%;      
}

#sidebar-join .bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(../images/join-botleft.png);
}

#sidebar-join .bg2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27px;
	height: 29px;
	background: url(../images/join-botright.png);
}

#sidebar-join .bg3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: url(../images/join-top.png);
}

#sidebar-join h3 {
	margin: 0;
	padding: 0;
	height: 24px;
	margin-bottom: 15px;
	background: url(../images/sidebar-join.png) no-repeat center center;
}

#sidebar-join h3 span {
	display: none;
}

#headlines {
	background: #fefdf9 url(../images/news-fill.png) repeat-y top left;
	padding: 20px 15px;
	width: 342px;
	position: relative;
}

#headlines .bg1 {
	position: absolute;
	top: 0;
	left: 4px;
	right: 4px;
	height: 3px;
	background: url(../images/news-top.png);
	z-index: 1;
}
#headlines .bg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 34px;
	background: url(../images/news-botleft.png);
	z-index: 2;
}
#headlines .bg3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 34px;
	background: url(../images/news-botright.png);
	z-index: 2;
}
#headlines .bg4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 9px;
	background: url(../images/news-bot.png);
	z-index: 1;
}

#headlines h3 {
	margin: 0;
	padding: 0;
	height: 22px;
	margin-bottom: 15px;
	background: url(../images/news-title.png) no-repeat center center;
}
#headlines h3 span { display: none; }

#headlines ul {
	margin: 5px 2px;
	padding: 0;
	list-style: none;
}

#headlines ul li { margin: 0; padding: 0; }

#headlines ul li.view-all {
	margin: 7px;
	margin-bottom: 0;
	font-size: 90%;
	font-style: italic;
}

.contents .videoLink { float: right; }

#headlines a {
	color: #951e32;
	text-decoration: none;
}
#headlines a:hover { text-decoration: underline; }

#sidebar-join .join {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 300%;
}

#footbar {
	padding: 12px;
}
#footbar ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.contents .page {
	background: #fefdf9;
	color: #8f182c;
	position: relative;
	padding: 22px;
	padding-bottom: 28px;
	padding-top: 12px;
	min-height: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	min-height: 200px;
}

*html .contents .page {
	height: 200px;
}

.contents .page .bg1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	z-index: 1;
	background: url(../images/page-bottom.png);
}
.contents .page .bg2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	z-index: 1;
	background: url(../images/page-left.png);
}
.contents .page .bg3 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 8px;
	z-index: 1;
	background: url(../images/page-right.png);
}
.contents .page .bg4 {
	position: absolute;
	right: 7px;
	left: 5px;
	top: 0;
	height: 3px;
	z-index: 2;
	background: url(../images/page-top.png);
}
.contents .page .bg5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 52px;
	height: 58px;
	z-index: 2;
	background: url(../images/page-botleft.png);
}
.contents .page .bg6 {
	position: absolute;
	bottom: 0;
	right: 1px;
	width: 52px;
	height: 58px;
	z-index: 2;
	background: url(../images/page-botright.png);
}

#newsarticle {
	color: black;
	position: relative;
}
#newsarticle h2 {
	margin: 0;
	margin-bottom: 0.7em;
	padding: 0;
}

#newsarticle .more,  #newsall .more {
	position: absolute;
	right: -62px;
	z-index: 4;
	bottom: -28px;
}

#newsall {
	position: relative;
	min-height: 200px;
}

#newsall h3 {
	height: 22px;
	background: url(../images/headlines-title.png) no-repeat top left;
	margin: 0;
	padding: 0;
}

#newsall h3 span { display: none; }

#newsall ul {
	margin: 1.5em 0.5em;
	padding: 0;
	list-style: none;
}

#newsall ul li {
	margin: 1.5em 0;
	padding: 0;
	position: relative;
	padding-right: 250px;
}

#newsall ul li a {
	text-decoration: none;
	color: #951e32;
}

#newsall ul li a .full {
	color: #f9cd22;
	position: absolute;
	right: 120px;
	font-style: italic;
	font-weight: bold;
}

#footbar a { color: black; text-decoration: none; }
#footbar a:hover { text-decoration: underline; }

#footbar ul li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	color: #333;
	font-size: 90%;
	zoom: 1;
	*display: inline;
}

.or_call {
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	line-height: 14px;
}

.join_phone {
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}