@charset "utf-8";
/* Basic */

body {
	text-align: center;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../gfx/container.png);
	background-position:top center;
	background-repeat:repeat-y;
}
.fright {
	float:right;
}
.hideme { display:none !important; }
.fleft {
	float:left;
}
a, p, h1, h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	color:#6c6c6c;
	margin:0px 0px 10px 0px;
}
a {
	text-decoration:none;
	border:none;
}
a img {
	border:none;
}
a:hover {
	text-decoration:underline;
}
/* Layout Styles */

#container {
	width:874px;
	text-align:center;
	margin:auto;
}
#header {
	background-image:url(../gfx/header.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:157px;
	overflow:hidden;
	display:block;
	text-align:right;
}
#logo_link {
	display:block;
	width:330px;
	height:100px;
	margin-top:37px;
	float:left;
}
/* Utility Nav */

#utility {
	height:45px;
	width:100px;
	display:block;
	float:right;
}
#utilitynav {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	width:150px;
	margin-top:12px;
}
#utilitynav li {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
#utilitynav li a {
	font-size:11px;
	color:#e96f1a;
}
#utilitynav li .qmdivider {
	display:block;
	width:1px;
	height:12px;
	line-height:12px;
	overflow:hidden;
	margin:5px 6px 0px;
	background-color:#e96f1a;
}
#header_ad {
	margin-top:5px;
	margin-right:9px;
	clear:both;
}
#header_right {
	float:right;
	text-align:right;
}
/* Search */

#search {
	background-image:url(../gfx/search.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	height:30px;
 overflow:hidden line-height:30px;
	text-align:left;
}
#search h2 {
	height:30px;
	line-height:30px;
	font-size:13px;
	margin:0px;
	text-indent:35px;
	color:#98a084;
	letter-spacing:5px;
	float:left;
}
#pc-searchwindow {
	float:right;
	display:block;
	overflow:hidden;
	margin:5px 15px 0px 0px;
}
#pc-filter4 {
	margin-right:5px;
}
.pc-searchsection {
	padding:0px;
	float:left;
}
#search_keyword {
	color:#a8a8a8;
}
.pc-searchheader {
	float:left;
	line-height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#98a084;
}
#filter_4_results {
	float:left;
}
#pc-searchsubmit {
	float:left;
}
.pc-searchindiv {
	display:none;
}
/* Mainnav */

#main {
	background-image:url(../gfx/mainnav.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	height:30px;
}
/* Slideshow */

#slideshow {
	height:327px;
	display:block;
	overflow:hidden;
	display:block;
	background-image:url(../gfx/slideshow.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#slideshow_right {
	float:right;
	display:block;
	width:300px;
	margin-top:4px;
}
.slideshow_ad1 {
	margin:0px 0px 3px 0px;
	display:block;
}
.slideshow_ad2 {
	margin:0px 0px 3px 0px;
	display:block;
}
#slideshow_left {
	float:left;
	width:572px;
}

#cycle-pager {
	margin:5px 0px 0px 14px;
	padding:0px;
	float:left;
}

#cycle-pager li {
	float:left;
	margin-right:2px;
	list-style:none;
}

#cycle-pager li a {
	color:#ffffff;
	line-height:20px;
	height:20px;
	display:block;
	overflow:hidden;
	font-size:11px;
}

#cycle-pager li a:hover {
	text-decoration:none;
}

.item {
	background-image:url(../gfx/sprite_buttons.png);
	height:20px;
	width:20px;
	display:block;
	overflow:hidden;
}

#cycle-prev {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-pause {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-paused {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-next {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}

#home-cycle {
	width: 556px;
	height: 284px;
	overflow: hidden;
	margin:5px 0px 0px 14px;
text-align:left;
}
#home-cycle a {
text-decoration:none;
}
#home-cycle h1 {
color:#fff;
width:150px;
font-size:14px;
margin:35px 0px 0px 15px;
cursor:pointer;
}
#home-cycle p {
width:150px;
font-size:12px;
cursor:pointer;
color:#fff;
margin:15px 0px 0px 15px;
}
ul#cycle-nav {
	margin:5px 0px 0px 0px;
	text-align: right;
	float:right;
}
ul#cycle-nav li {
	display: block;
	float:left;
	margin: 0 2px;
}
ul#cycle-nav li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
ul#cycle-nav a:focus {
	outline: none;
}
ul#cycle-nav li#cycle-status {
	display: block;
	float: left;
	margin: 3px 10px 0 0px;
	font-size: 11px;
	font-weight: bold;
}
.cycle-prev {
	background-image:url(../gfx/sprite_buttons.png);
	background-position:0px -60px;
}
/* News */

#news {
	background-image:url(../gfx/news.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
	height:220px;
	display:block;
}
.mgrfront-pagetitle {
	display:none;
}
#circle {
	float:right;
	display:block;
	width:556px;
}
#circle h2 {
	float:left;
	color:#f29138;
	font-weight:bold;
	font-size:16px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	line-height:33px;
	text-indent:20px;
}
.datenow {
	float:right;
	line-height:33px;
	margin:0px 20px 0px 0px;
	font-size:11px;
}
.circle_pages {
	margin:0px;
	padding:0px;
	clear:both;
	margin-left:20px;
}
.circle_pages li {
	list-style:none;
	margin:0px 12px 0px 0px;
	padding:0px;
	width:120px;
	text-align:left;
	float:left;
	font-size:10px;
}
.circle_pages li img {
	border:1px solid #f3d1c4;
}
.circle_pages li a {
	margin:0px;
	font-size:11px;
}
.circle_pages li p {
	margin:0px;
}
.circle_last {
	margin:0px;
}
.more_in .circle_pages {
	margin:20px 0px 0px 0px;
	padding:0px;
	clear:both;
	margin-left:20px;
}
/* More News */

#more_news {
	clear:both;
	overflow:hidden;
	display:block;
	background-image:url(../gfx/more_news.png);
	height:179px;
	text-align:left;
}
#more_news h2 {
	margin:0px 0px 6px 0px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height:29px;
	font-size:15px;
	text-transform:uppercase;
}

#more_news_ad {
	float:right;
	margin:5px;
	display:block;
}
/* Ad */

#ad {
	overflow:hidden;
	height:116px;
	text-align:center;
	display:block;
	background-image:url(../gfx/ad.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#ad a {
	margin:15px auto 0px auto;
	display:block;
	width:728px;
}
/* Source */

#source {
	height:179px;
	overflow:hidden;
	display:block;
	background-image:url(../gfx/sources.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
}
#source h1 {
	margin:0px 0px 6px 0px;
	padding:0px;
	color:#ffffff;
	text-indent:30px;
	line-height:35px;
	font-size:15px;
	text-transform:uppercase;
}
#source_list {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:30px;
}
#source_list li {
	float:left;
	margin:0px;
	padding:0px;
	width:168px;
}
#source_list li h1 {
	margin:0px;
	color:#646464;
	font-size:12px;
	text-indent:0px;
	line-height:1.2em;
	text-align:left;
	margin-bottom:6px;
}
#source_list_links {
	margin:0px;
	padding:0px;
}
#source_list_links li {
	background-image:url(../gfx/sources-li.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	list-style:none;
	color:#646464;
	text-align:left;
	font-size:11px;
	background-position:0px -5px;
}

.source_last {
	width:150px !important;
}

/* Footer */

#footer {
	font-size:11px;
	color:#f17e25;
	text-align:left;
	padding-bottom:15px;
}
#pbwsp a {
	color:#e96f1a;
}
#footer_int {
	font-size:11px;
	color:#f17e25;
	text-align:left;
	padding-bottom:15px;
	margin-top:10px;
}
#copyright {
	float:left;
	margin:0px;
	padding:0px;
	color:#f17e25;
	width:350px;
	margin-left:15px;
}
#pbwsp {
	float:left;
	margin:0px;
	color:#f17e25;
}
#footernav {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	width:50px;
	float:right;
}
#footernav li {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
#footernav a {
	color:#e96f1a;
}
#footernav li .qmdivider {
	display:block;
	width:1px;
	height:12px;
	line-height:12px;
	overflow:hidden;
	margin:2px 6px 0px;
	background-color:#e96f1a;
}
#custacctlogin {
	margin:0px;
	padding:0px;
}
.login_request {
	margin:0px !important;
}
/* Quickmenu */

#qm0 {
	margin-left:15px !important;
	float:left;
}
#qm0 a {
	zoom:1;
	color:#e96f1a;
}
/* Interior Styles */

#interior_container_bg {
	background-image:url(../gfx/bg_interior_repeat.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#interior_container {
	overflow:hidden;
	background-image:url(../gfx/bg_interior.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#int_lr {
	float:left;
	width:172px;
}
#int_lr ul {
	float:right;
	width:156px;
	list-style:none;
	padding:0px;
	text-align:left;
	overflow:hidden;
	margin:15px 0px 25px 0px;
}
#int_lr ul li {
	width:156px;
	display:block;
	margin:0px;
	line-height:28px;
	height:28px;
	text-indent:12px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#int_lr ul li a {
	font-size:11px;
	text-transform:capitalize;
	display:block;
	line-height:28px;
}
#int_lr ul li a:hover {
}
#int_lr ul li span.qmtitle {
	color:#ffffff;
	display:block;
}
.lr_ad {
	clear:both;
	float:right;
	margin-right:14px;
	margin-bottom:15px;
}

#wctv_right {
	margin:15px 0px 20px -4px !important;
	padding:0px !important;
	width:179px !important;
	list-style:none;
}

#wctv_right li {
	margin:0px !important;
	padding:0px !important;
	height:28px !important;
	line-height:28px !important;
	text-indent:12px;
	border:0px !important;
}

#wctv_right li a {
	margin:0px !important;
	padding:0px !important;
	display:block !important;
	color:#7357a2;
	font-size:11px;
}

#wctv_right span.qmtitle {
	color:#ffffff;
	display:block;
	background-color:#7357a2;
	font-size:11px !important;
	text-indent:6px !important;
}

/* Center Rail */

#int_cr_container {
	float:left;
	width:521px;

}

#int_cr {
	background-image:url(../gfx/cr_bg.png);
	background-repeat:repeat-y;
	float:left;
	width:521px;
	display:block;
	text-align:left;
	min-height:500px;
}
#int_cr_top {
	background-image:url(../gfx/cr_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:5px;
	height:10px;
	display:block;
	float:left;
	width:521px;
}
#int_cr_bot {
	background-image:url(../gfx/cr_bot.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	float:left;
	height:10px;
	width:521px;
}
#int_cr h1 {
	margin:0px;
	padding:0px;
}

/* Center Rail 2 */

#int_cr2_container {
	float:left;
	width:700px;

}

#int_cr2 {
	background-image:url(../gfx/cr2_bg.png);
	background-repeat:repeat-y;
	float:left;
	width:700px;
	display:block;
	text-align:left;
	min-height:500px;
}
#int_cr2_top {
	background-image:url(../gfx/cr2_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:5px;
	height:10px;
	display:block;
	float:left;
	width:700px;
}
#int_cr2_bot {
	background-image:url(../gfx/cr2_bot.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	float:left;
	height:10px;
	width:700px;
}
#int_cr2 h1 {
	margin:0px;
	padding:0px;
}

/* Right Rail */

#int_rr_container {
	float:left;
	width:181px;
	text-align:left;
	margin-top:5px;
}
#int_rr_top h2 {
	color:#ffffff;
	line-height:32px;
	height:30px;
	font-size:14px;
	text-indent:12px;
	margin:0px;
}
#int_rr_top {
	background-image:url(../gfx/rr_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:30px;
	width:181px;
}
#int_rr {
	background-image:url(../gfx/rr_bg.png);
	background-repeat:repeat-y;
	float:left;
	display:block;
	text-align:left;
	width:181px;
}
#int_rr_bot {
	background-image:url(../gfx/rr_bot.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	float:left;
	height:10px;
	width:181px;
}
#int_rr ul {
	margin:0px;
	padding:0px 5px;
	list-style:none;
	margin-bottom:25px;
}
#int_rr ul li {
	border-bottom:1px solid #717171;
	color:#717171;
	display:block;
	font-size:11px;
	padding:5px 10px;
	text-align:left;
}
.rr_ad {
	margin:0px 0px 0px 10px;
}

/* Alternative Homepages */

.lrbg ul {
	margin:0px;
	padding:0px 20px;
	list-style:none;
}
.lrbg ul li {
	border-bottom:1px solid #717171;
	color:#717171;
	display:block;
	font-size:11px;
	padding:10px 0px;
	text-align:left;
}

#lr {
	width:300px;
	float:left;
	margin-top:5px;
	margin-left:14px;
}

.lrtop {
	background-image:url(../gfx/bgsprite.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:10px;
	display:block;
	width:100%;
}

.lrbg {
	background-image:url(../gfx/bgsprite.png);
	background-position:-300px 0px;
	background-repeat:repeat-y;
	display:block;
	width:100%;
	overflow:hidden;
	height:452px;
}

.lrbot {
	background-image:url(../gfx/bgsprite.png);
	background-position:0px -30px;
	background-repeat:no-repeat;
	height:10px;
	display:block;
	width:100%;
}

.hsmall {
	background-image:url(../gfx/hsprite.png);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	width:277px;
	height:31px;
	text-align:left;
	line-height:31px;
	color:#ffffff;
	text-indent:15px;
	font-size:15px;
	text-transform:uppercase;
	margin:5px auto;
}

/* Right Rail */

#rr {
	float:left;
	display:block;
	width:556px;
	margin-top:5px;
	margin-left:3px;
}

.rrtop {
	background-image:url(../gfx/bgsprite.png);
	background-position:-600px 0px;
	background-repeat:no-repeat;
	height:6px;
	display:block;
	width:100%;
}

.rrbg {
	background-image:url(../gfx/bgsprite.png);
	background-position:-1160px 0px;
	background-repeat:repeat-y;
	display:block;
	width:100%;
	overflow:hidden;
}

.rrbot {
	background-image:url(../gfx/bgsprite.png);
	background-position:-600px -36px;
	background-repeat:no-repeat;
	height:6px;
	display:block;
	width:100%;
}

.rrbg h2, .today_in h2, more_in h2 {
	float:left;
	font-weight:bold;
	font-size:16px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	line-height:20px;
	text-indent:20px;
}
.today_in h2 {
	margin-top:10px;
}
.hmedium {
	background-image:url(../gfx/hsprite.png);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	height:29px;
	line-height:29px;
	text-align:left;
	color:#ffffff;
	text-indent:15px;
	font-size:15px;
	text-transform:uppercase;
	margin:6px auto;
	clear:both;
}

#events {
	margin:0px;
	padding:0px 20px;
	list-style:none;
}
#events li {
	border-bottom:1px solid #717171;
	color:#717171;
	display:block;
	font-size:11px;
	line-height:15px;
	text-align:left;
	padding:5px !important;
}

.today {
	height:203px;
	line-height:14px;
}

.more {
	height:196px;
}

#interior {
	background-image:url(../gfx/intbg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
	text-align:left;
}

.fullbg {
	background-image:url(../gfx/bgsprite.png);
	background-position:-2580px 0px;
	background-repeat:repeat-y;
	display:block;
	width:858px;
	overflow:hidden;
	margin-left:13px;
	text-align:center;
}

.fulltop {
	background-image:url(../gfx/bgsprite.png);
	background-position:-1720px 0px;
	background-repeat:no-repeat;
	height:10px;
	display:block;
	width:858px;
	margin-left:13px;
	clear:both;
}

.fullbot {
	background-image:url(../gfx/bgsprite.png);
	background-position:-1720px -30px;
	background-repeat:no-repeat;
	height:10px;
	display:block;
	width:858px;
	margin-bottom:6px;
	margin-left:13px;
}
.fullout {
	margin-top:6px;
}
.hlarge {
	background-image:url(../gfx/hsprite.png);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	width:843px;
	height:28px;
	text-align:left;
	line-height:28px;
	color:#ffffff;
	text-indent:15px;
	font-size:15px;
	text-transform:uppercase;
	margin:0px auto 10px;
}

.sstop {
	background-image:url(../gfx/bgsprite.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:4px;
	display:block;
	width:100%;
}

.ssbg {
	background-image:url(../gfx/bgsprite.png);
	background-position:-300px 0px;
	background-repeat:repeat-y;
	display:block;
	width:100%;
	overflow:hidden;
	height:132px;
}

.ssbot {
	background-image:url(../gfx/bgsprite.png);
	background-position:0px -36px;
	background-repeat:no-repeat;
	height:4px;
	display:block;
	width:100%;
	margin-bottom:6px;
}

/* Login */
#login {
	float:left;
	display:block;
	width:299px;
	height:215px;
	overflow:hidden;
	margin-top:5px;
	margin-left:14px;
	background-image:url(../gfx/signup.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#login a {
	display:block;
	width:71px;
	height:17px;
	overflow:hidden;
	position:relative;
	left:210px;
}

/* Login2 */
#login2 {
	float:right;
	display:block;
	width:299px;
	height:215px;
	overflow:hidden;
	margin-top:5px;
	margin-left:14px;
	margin-right:50px;
	background-image:url(../gfx/signup.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#login2 a {
	display:block;
	width:71px;
	height:17px;
	overflow:hidden;
	position:relative;
	left:210px;
}

.signup {
	top:46px;
}

.learn {
	top:53px;
}

/* Home Page More */

#hpmore {
	float:left;
	display:block;
	width:556px;
	margin-top:5px;
	margin-left:3px;
}

.hpmoretop {
	background-image:url(../gfx/bgsprite.png);
	background-position:-600px 0px;
	background-repeat:no-repeat;
	height:6px;
	display:block;
	width:100%;
}

.hpmorebg {
	background-image:url(../gfx/bgsprite.png);
	background-position:-1160px 0px;
	background-repeat:repeat-y;
	display:block;
	width:100%;
	overflow:hidden;
}

.hpmorebot {
	background-image:url(../gfx/bgsprite.png);
	background-position:-600px -36px;
	background-repeat:no-repeat;
	height:6px;
	display:block;
	width:100%;
	margin-bottom:6px;
}

.homerow {
	clear:both;
	width:602px;
	margin-left:14px;
	float:left;
}
/* About */
.hp_more_in {
	background-image:url(../gfx/hp_more_in.png);
	width:298px;
	float:left;
	display:block;
	text-align:left;
	height:141px;
}
.hp_more_in h2 {
	font-size:13px;
	color:#646464;
	text-transform:uppercase;
	line-height:30px;
	margin:0px 0px 0px 15px;
}
.hp_more_in img {
	float:left;
	margin:0px 15px 0px 15px;
}
.hp_more_in p {
	font-size:11px;
	margin:0px 10px 0px 0px;
	color:#e96f1a;
}

.quote {
	margin-left:6px;
}

.quote p {
	display:block;
	padding:10px 14px 10px 14px;
}

.hp_more_in h1 {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:15px 0px 10px 10px;
}

.homeheader {
	background-image:url(../gfx/hsprite.png);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	height:29px;
	line-height:29px;
	text-align:left;
	background-position:0px -560px;
	color:#ffffff;
	text-indent:15px;
	font-size:15px;
	text-transform:uppercase;
	margin:4px auto;
}

.homerowad {
	margin:3px 0px 0px 4px;
}

/* Full Ad */

.fulladbg {
	background-image:url(../gfx/bgsprite.png);
	background-position:-2580px 0px;
	background-repeat:repeat-y;
	display:block;
	width:858px;
	overflow:hidden;
	text-align:center;
	margin-left:13px;
}

.fulladtop {
	background-image:url(../gfx/bgsprite.png);
	background-position:-1720px 0px;
	background-repeat:no-repeat;
	height:10px;
	display:block;
	width:858px;
	margin-left:13px;
	clear:both;
	margin-top:5px;
}

.fulladbot {
	background-image:url(../gfx/bgsprite.png);
	background-position:-1720px -30px;
	background-repeat:no-repeat;
	height:10px;
	display:block;
	width:858px;
	margin-bottom:6px;
	margin-left:13px;
}

/* Mainnav */

#qm0 {
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
}

#qm0 li {
	float:left;
	margin:0px 20px;
	padding:0px;
	height:30px;




	line-height:30px;
}

.lrbg_ad {
	margin-left:12px;
}

.today_in {
	background-image:url(../gfx/today_in.png);
	height:215px;
	width:557px;
	display:block;
	overflow:hidden;
}

.more_in {
	background-image:url(../gfx/more_in.png);
	height:216px;
	width:557px;
	display:block;
	overflow:hidden;
}

/* Scoreboard */

#scoreboard {
	display:block;
	width:277px;
	margin:0px auto;
}

#scoreboard h3 {
	text-indent:15px;
	font-size:12px;
	line-height:25px;
	color:#434343;
	float:left;
}
.scoreboard_title {
	height:25px;
	display:block;
	background-color:#e9e9e9;
	clear:both;
	margin:0px;
}

.scoreboard_title h3 { margin:0px;}

#scoreboard a {
	margin-right:15px;
	color:#434343;
	font-size:11px;
	text-align:right;
	float:right;
	line-height:25px;
}

#scoreboard .team {
	float:left;
	width:100px;
	text-indent:15px;
	text-align:left;
	font-size:10px;
	line-height:15px;
	margin-bottom:0px;
}

#scoreboard .score {
	float:left;
	width:100px;
	text-indent:15px;
	text-align:left;
	font-size:10px;
	line-height:15px;
	margin-bottom:0px;
}

/* Scoreboard 2 */

#scoreboard2 {
	display:block;
	width:240px;
	margin:0px auto;
}

#scoreboard2 h3 {
	text-indent:15px;
	font-size:12px;
	line-height:25px;
	color:#434343;
	float:left;
}
#scoreboard2 a {
	margin-right:15px;
	color:#434343;
	font-size:11px;
	text-align:right;
	float:right;
	line-height:25px;
}

#scoreboard2 .team {
	float:left;
	width:100px;
	text-indent:15px;
	text-align:left;
	font-size:10px;
	line-height:15px;
	margin-bottom:0px;
}

#scoreboard2 .score {
	float:left;
	width:100px;
	text-indent:15px;
	text-align:left;
	font-size:10px;
	line-height:15px;
	margin-bottom:0px;
}

.ad {
	margin-top:6px;
}

.int_cr_padding {
	padding:0px 13px 0px 10px;
}

.int_cr_padding h1 {
	font-size:16px;
	text-transform:uppercase;
}

.int_cr_padding p {
	font-size:11px;
	line-height:20px;
}

.int_cr2_padding {
	padding:0px 13px 0px 10px;
}

.int_cr2_padding h1 {
	font-size:16px;
	text-transform:uppercase;
}

.int_cr2_padding p {
	font-size:11px;
	line-height:25px;
}

#int_rr_top {
	background-position:0px -0px
}

.qmclear {
	display:none !important;
}

/* Registration */

#reg_top {
	background-image:url(../gfx/register.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:6px;
	width:861px;
	margin-left:14px;
	margin-top:10px;
	display:block;
}

#reg_bot {
	background-image:url(../gfx/register.png);
	background-repeat:no-repeat;
	background-position:0px -34px;
	height:6px;
	width:861px;
	margin-left:14px;
	display:block;
}

#reg_bg {
	background-image:url(../gfx/register.png);
	background-repeat:repeat-y;
	background-position:-900px 0px;
	width:861px;
	margin-left:14px;
	display:block;
	text-align:left;
}

#reg_padding {
	padding:10px 25px;
}

.secPageHeading {
	margin-bottom:10px;
	text-transform:uppercase;
}

.secSecHeading {
	margin:10px 0px;
}

#confirm-orderinfo {
	display:none;
}

#programs {
	display:block;
	clear:both;
	margin-top:15px;
}

#programs a {
	background-image:url(../gfx/sprite_programs.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:212px;
	height:28px;
	display:block;
	float:left;
	margin-left:30px;
}

.programs1 {
	background-position:0px 0px;
}

.programs2 {
	background-position:0px -40px;
}

.programs3 {
	background-position:0px -80px;
	width:140px !important;
}

.programs4 {
	background-position:0px -120px;
	width:140px !important;
}

#interior_learn {
	width:300px;
	height:142px;
	background-image:url(../gfx/300x142_learn.png);
	display:block;
	text-align:left;
}

#interior_learn a {
	display:block;
	width:71px;
	height:17px;
	overflow:hidden;
	position:relative;
	left:213px;
}

.learn1 {
	top:11px;
}

.learn2 {
	top:15px;
}

#int_rr_top {
text-transform:uppercase;
}

#frmZipSearch span {
	display:inline-block;
	width:80px;
	text-align:right;
}
.login_btn_input {
	display:block;
	margin:5px 0px;
}

#brands_table h3 {
margin:3px 0px;
text-align:center;
}

/* Store Locator */

#store_detail {
	overflow:hidden;
}

#store_detail .store_top {
	overflow:hidden;
	display:block;
	width:100%;
}

#store_detail .store_top .store_description {
	float:left;
	width:50%;
}

#store_detail .store_top .store_logo {
	float:right;
}

#store_detail .store_bot {
	overflow:hidden;
	clear:both;
	display:block;
	width:100%;
}

#store_detail .store_bot .store_left {
	float:left;
	width:120px;
	font-weight:bold;
}

#store_detail .store_bot .store_right {
	float:left;
	width:300px;
}


#bio {
display:block;
overflow:hidden;
}

.bio_top {
display:block;
}

.bio_top img {
float:left;
margin:15px 15px 15px 10px;
}

.bio_topic {
overflow:hidden;
}

.bio_topic div {
float:left;
width:150px;
margin-right:19px;
}

.bio_topic .last {
	margin:0px;
	float:right;
}

.search_login {
text-align:center;
font-size:14px !important;
margin-top:10px 
}

.bio_bot, .bio_top, .bio_more, .bio_topic div { border:1px solid; margin-bottom:18px; }

.bio_bot p, .bio_top p, .bio_more p { padding: 6px 9px; }

.bio_topic { margin-bottom:18px; overflow:hidden; }

.bio_topic div { margin-bottom:0px; }

.bio_topic div p { padding:9px; }

.more_title { display:block; padding:0px !important; text-indent:9px; margin:5px; color:#fff; font-size:13px !important; font-weight:bold !important; }

#slideshow_text { float:left; height:284px; width:207px; padding-righ:350px; background-repeat:no-repeat; background-position:top left; }

#home-cycle a { background-position:top right; background-repeat:no-repeat; }

#ad #top { display:none !important; }

#expert_photo { width:259px; overflow:hidden; float:left; }
