@charset "utf-8";
/* CSS Document */

.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #container #mainContent .video {
	text-align: center;
	border: thin solid #C0C0C0;
	height: 200px;
	width: 900px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #header {
	height: 155px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/framework/red_header_gradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #C5C9CC;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 1px;
	padding-left: 1px;
	margin: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #C5C9CC;
	font-size: small;
	color: #930000;
	background-position: center;
	text-align: center;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header .logo {
	height: 115px;
	width: 210px;
	background-image: url(../images/framework/ss_logo.png);
	float: left;
}
.twoColFixLtHdr #container #header .search {
	float: left;
	height: 115px;
	background-image: url(../images/framework/red_header_gradient.jpg);
	background-repeat: repeat-y;
	width: 750px;
}
.twoColFixLtHdr #container #header .sublogo {
	float: left;
	height: 40px;
	width: 210px;
}
.twoColFixLtHdr #container #header .main_navigation {
	background-image: url(../images/framework/menu_back_grey_gradient.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
.twoColFixLtHdr #container #header .search .levels .searchbox {
	float: right;
}
.twoColFixLtHdr #container #header .main_navigation {
	margin-bottom: 0px;
	float: left;
	width: 750px;
}

