@import url("base.css");
@import url("forms.css");
@import url("tables.css");
@import url("sectionHeaders.css");

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-right: 180px;
} 

.thrColFixHdr #mainContent900 {
	width:900px;
	margin-right: 180px;
	position:relative;
}

#sidebar2 .related {
	background: #F4F4F4;
	padding: 1em;
	margin-bottom: 2em;
}
#sidebar2 .related h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #DB2900;
	margin: 0px 0px 0.5em;
	padding: 0px 0px 0px 20px;
	background: url(../images/icons/page_icon.gif) no-repeat left center;
	line-height: 18px;
}
#sidebar2 .related ul {
	font-size: 0.88em;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
	line-height: 1.6em;
}

#sidebar2 .related p {
	font-size: 0.88em;
	line-height: 1.6em;
}
#sidebar2 .related a:link, #sidebar2 .related a:visited {
	color: #003366;
	text-decoration: underline;
}
.sub1 {
	float: left;
	width: 30%;
	margin: 0 1.3% 1em 0;
	border: 1px solid #F4F4F4;
	height: 21em;
	font-size: 0.9em;
	padding: 0.25em;
	background: #F4F4F4;
}
.sub2 {
	width: 30%;
	border: 1px solid #F4F4F4;
	font-size: 0.9em;
	padding: 0.25em;
	background: #F4F4F4;
	height: 21em;
	float: left;
	margin-bottom: 1em;
}
.sub3 {
	float: left;
	width: 30%;
	border: 1px solid #F4F4F4;
	font-size: 0.9em;
	padding: 0.25em;
	background: #F4F4F4;
	height: 21em;
	margin: 0 0 1em 1.3%;
}
.sub3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabs {
	width: 100%;
	position: relative;
	margin-bottom: 0.5em;
	float: none;
	margin-top: 1em;
}
* html .tabs {
	overflow: hidden;
	width: 100%;
}
div.video {
	position: relative;
	margin-top: 1em;
	text-align: center;
	margin-bottom: 1em;
}
.vthumb {
	text-align: center;
	width: 83px;
	margin: 10px;
	float: left;
}
#mainContent .sub3 li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.vthumbs {
	position: relative;
	border-top: 1px dotted #D0CDC0;
}
.vthumb h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

