#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height: 550px;
}
#maintabs{
	float: left;
	width:170px;
	height:200px;
}
#containertabs{
	/*border:1px solid gray;*/
	width:755px;
	margin-bottom: 1em;
	/*padding: 0px;*/
	float: right;
	/*background-color: #ededed;*/
}

#container_tabs_content{
	/*border:1px solid gray;*/
	width:705px;
	margin-bottom: 1em;
	/*padding: 0px;*/
	float: right;
	/*background-color: #ededed;*/
}

#nav_placement{
	margin-left:0px;
	width:170px;
	height:550px;
	/*margin-left:auto;
	margin-right:auto;*/
	float: left;
}

.table_border{border:1px solid #dfdfdf;}

.gray_border_video {
	margin-top:20px;
}

.video_placeholder {
	background-image: url(../images/video_aotw_bgrnd.gif);
	height: 310px;
	width: 480px;
	/*margin-bottom: 5px;*/
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.container_tabs_title{
	border:1px solid #dfdfdf;
	width:753px;
	margin-bottom: 1em;
	/*padding: 10px;*/
	float: right;
	height: 80px;
	background-image: url(../images/video_aotw_banner.jpg);
	background-repeat: repeat;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: expanded;
	font-size: 14px;
	margin-top: 10px;*/
}

.container_tabs_subtitle{
	/*height: 30px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: expanded;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 25px;
	color: #3c463c;
	margin-bottom: 10px;
}

.container_tabs_copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 25px;
	padding-bottom: 15px;
	margin-top: 10px;
}

.container_tabs_quote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.video_border_top {
	height: 10px;
	width: 480px;
	margin-top: 10px;
	border-top-style: dashed;
	border-top-color: #e47762;
	border-top-width: 1px;
	margin-left: 20px;
}

.video_border_bottom {
	height: 10px;
	width: 480px;
	margin-bottom: 14px;
	border-bottom-style: dashed;
	border-bottom-color: #e47762;
	border-bottom-width: 1px;
	margin-left: 20px;
	/*margin-top: 20px;*/
}

.shadetabs_title{
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9E311C;
    text-decoration: none;
	background-color: #E9E9E9;
	display: block;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.shadetabs{
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

.shadetabs a{
	text-decoration: none;
	position: static;
	z-index: 1;
	padding: 5px;
	/*border: 1px solid #778;*/
	color: #9E311C;
	background-color: #E9E9E9;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*.shadetabs a:visited{
color:#9E311C;
}*/

.shadetabs a:hover{
text-decoration: underline;
color: #9E311C;
}

.shadetabs a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs a.selected{ /*selected main tab style */
/*border-bottom-color: gray;*/
color:#ffffff;
background-color:#9E311C;
}

.shadetabs a.selected:hover{ /*selected main tab style */
color:#ffffff;
text-decoration: none;
}

.video_email_link {
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

.video_email_link a{
	text-decoration: none;
	position: static;
	z-index: 1;
	/*padding: 5px;
	border: 1px solid #778;*/
	color: #b24530;
	/*background-color: #E9E9E9;
	display: block;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
}

.video_email_link a:visited{
color:#b24530;
}

.video_email_link a:hover{
text-decoration: underline;
color: #b24530;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
