@charset "utf-8";
/* CSS Document */
@import  url("/css/reset.css");
@import  url("/css/tags.css");
@import  url("/css/navigation.css");
@import  url("/css/character_styles.css");
@import  url("/css/links.css");



#page_area{
	margin: 0 auto;
	width:902px;
	text-align:left;
}

#header{
	height:25px;
	position:relative;
	margin: 34px 0 21px 0;
}

#logo{
	background: transparent url(/images/sa_logo_screen.png) no-repeat;
	float:left;
}

#utility_links{
	color:#e8e8e8;
	font-size:1em;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	right:5px;
}

#utility_links .divider{
	margin: 0 .5em;
}



#page_top{
	width:902px;
	height:30px;
	background: transparent url(/images/page_top_bg.png) no-repeat;
	position:relative;
	z-index:100;
}

#tagline{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 11px 0 0 18px;
	float:left;
}


#main_wrap{
	width:900px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#ebebeb;
	clear:both;
	padding-top:16px;
	padding-bottom:60px;
	overflow:hidden;
}

.home #main_wrap{
	background-color:#b7b7b7;
	padding:0 0 20px 0;
}

.masthead.home{
	border-bottom: 2px solid #ff9900;
	background-color:#5b5b5b;
	/* height:284px; this fixes IE8 height bug */
}

.masthead_level2{
	width:100%;
	margin: 0 0 1.6em 0;
}

#content{
	overflow:hidden;
}

#content.home{
	background: transparent url(/images/home_content_bg.jpg) repeat-x;
	padding: 24px 22px 0 22px;
	overflow:hidden; /* to give float container physical height */
}

#content.sn{ /*sn--with subnav*/
	float:left;
	width:668px;
	margin-left:193px;
	padding-left:18px;
	border-left: 1px solid #b3b3b3;
}

#content.widecontent{
	width:704px;
	padding-left:2px;
}

#content.sb_only{ /*sb_only = sidebar only */
	float:left;
	width:818px;
	margin-left:63px;
}

#content.content_only{/*no sidebar, no subnav */
	float:left;
	width:775px;
	margin-left:63px;
}

#content.xtra_wide{/*no sidebar, no subnav, extra wide layout */
	float:left;
	width:858px;
	margin-left:21px;
}


#copy_column{
	float:left;
	margin-top:0;
	clear:none;
}

#copy_column.snsb{/*snsb -- subnav and sidebar */
	width:432px;
}

#copy_column.sn{/* sn -- subnav only */
	width:540px;
}

#copy_column.sn_xwide{/* sn -- subnav only */
	width:670px;
}

#copy_column.sn_wide{/* sn -- subnav only */
	width:658px;
}

#copy_column.sn_625{/* sn -- subnav only */
	width:625px;
}

#copy_column.sn_540{/* sn -- subnav only */
	width:540px;
}

#copy_column.sb_only{
	width:580px;
}

#content.widecontent #copy_column, #content.widecontent h1{
	margin-left:16px;
}


#sidebar{
	float:right;
	width:208px;
	overflow:hidden;
	clear:right;
}

#sidebar.gray{
	width:185px;
	padding: 10px 14px 10px 10px;
	background: #d6d6d6 url(/images/sidebar_gray_bg.jpg) no-repeat top left;
}

#sidebar .thumb{
	margin:1em 0;
}


.downbullet{
	min-height:20px;
	line-height:14px;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.07em;
	color:#666;
	padding: .2em 0 0 25px;
	margin: 0 0 1em 0;
	background: transparent url(/images/downbullet_blue.png) no-repeat 0 0;
}

.downbullet.knockout{
	color:#fff;
}

.downbullet.orangebullet{
	background-image: url(/images/downbullet_orange.png);
}

.downbullet.orangetext{
	color:#ee891f;
}


.cta_link{
	font-size:1.1em;
	text-transform:uppercase;
	background:transparent url(/images/cta_arrow.png) no-repeat 0 0;
	height:14px;
	padding: 0 4px 0 12px;
	margin-left:3px;
	line-height:14px;
}

.cta_link.floatright{
	float:right;
}


.item{
	float:none;
	overflow:hidden;
	clear:both;
	margin:0;
	padding:0;
}

.wrap{
	overflow:hidden;
	clear:both;
	margin:0;
	padding:0;
}

#sidebar .item{
	margin-bottom: 1.6em;
	overflow:hidden;
}

#sidebar .item .caption{
	margin-top:.5em;
}

#sidebar .cta_link{
	float:right;
	font-size:1em;
}

#sidebar.gray .item div{
	margin-left:5px;
}

#sidebar .item div.wrap{
	margin:0 0 .8em 0;
}


#sidebar table p,#sidebar table h4{
	padding:0;
}


.home #intro{
	float:left;
	width:350px;
	margin: 0 25px 20px 0;
	clear:left;
}

#featured_prods{
	float:left;
	width:456px;
	padding-left:24px;
	margin:.3em 0 20px 0;
	clear:right;
	
}


#featured_prods td{
	width: 155px;
	padding-right:13px;
}

#feature_prods td.last{
	padding-right:0;
}

#featured_prods .copy td{
	padding-left:4px;
}

.feature_box{
	padding:16px;
	border:1px solid #ccc;
	background:#e7e7e7 url(/images/feature_box_bg.jpg) repeat-x top left;
	margin-bottom: 2.4em;
	overflow:hidden;
}

.feature_box.gray{
	background-color:#d6d6d6;
	background-image:none;
}

.feature_box div{
	float:left;
	overflow:hidden;
}

.full_width{
	width:100%;
}

.floatright{
	float:right;
}

.floatleft{
	float:left;
}

.aligncenter{
	text-align:center;
	overflow:hidden;
}

.centered{
	margin-left:auto;
	margin-right:auto;
}

.alignleft{
	text-align:left;
}


.half_column{
	float:left;
	width:45%;
	padding-right:5%;
}


.newsbox{
	width:858px;
	padding-top:2px;
	background: transparent url(/images/newsbox.png) no-repeat top left;
	clear:both;
	overflow:hidden;
}

.newsbox table{
	border-collapse:collapse;
}

.newsbox td{
	padding:0;
}

.newsbox td form{
	margin-left:16px;
}


.newsbox td p{
		margin:0 18px 8px 16px;
		font-size:1.1em;
		line-height:1.4em;
}

.newsbox .downbullet{
	margin: 2px 0 18px 8px;
}

.newsbox td .cta_link{
	margin-left:16px;
}


.newsbox_bottom{
	width:858px;
	background: transparent url(/images/newsbox_bottom.png) no-repeat top left;
	height:15px;
}

.newsbox table table{
	margin: 0 0 0 16px;
}

.newsbox table table p{
	margin-left:10px;
}

.borderleft{
	border-left: 1px solid #919191;
}

.borderright{
	border-right: 1px solid #919191;
}

.bordertopdotted{
	border-top: 1px dotted #919191;
}


.video_thumb{
	position:relative;
}

.video_thumb img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.time_dur{
	font-size:11px;
	font-weight:bold;
	color:#000;
	background: #989898 url(/images/time_dur_bg.jpg) repeat-x top left;
	border: 1px solid #e5e5e5;
	height:10px;
	padding:3px;
	position:absolute; 
	top:8px;
	right:8px;
	float:right;
	z-index:2;

}



#footer{
	
	background: transparent url(/images/page_bottom.png) no-repeat top left;
	height:22px;
	color:#656565;
	font-size:9px;
	line-height:14px;
	padding: 0 22px;
	text-align:right;
	text-transform:uppercase;
	margin-bottom:25px;
}

.home #footer{
	background-image: url(/images/page_bottom_home.png);
}

#copyright{
	float:right;
	clear:none;
}

#footlinks{
	float:left;
	clear:none;
}

.google_map{
	border:1px solid #aaa;
}

.caption{
	font-size:1.1em;
	line-height:1.3em;
	margin-top:.2em;
}

.page_nav{
	float:left;
	clear:both;
	width:100%;
	color: #999;
	font-size: 1.1em;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	margin: .7em 0 .2em 0;
}

.page_nav.bottom{
	margin-top:2.5em;
}

.whiteborder{
	border:1px solid #fff;
}

.clearboth{
	clear:both;
}








