@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/conatiner_bg.gif);
	margin-top: 5px;
	margin-left: 10px;
	margin: 0 auto;
} 
.subf_item {
	float: left;
	width: 330px;
	padding-bottom: 17px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 80px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 250px;
}
.subf_desc {
	float: left;
	width: 250px;
	font-size: 11px;
}
.subf_thumb {
	float: left;
	width: 60px;
	margin-right: 12px;
	display: inline;
}
.subf_desc {
	float: left;
	width: 250px;
	font-size: 11px;
}
.subf_desc a {
	font-size: 11px;
	font-weight: bolder;
	color: #FB7A5D;
	text-decoration: none;
}

.twoColFixRtHdr #header {
	height: 110px;

} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 195px;
	float: right;
	background-color: #3E3E3E;
}
.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;
	background-color: #E8EADC;

} 
#nav {
}

.twoColFixRtHdr #footer {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	float: none;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#nav {
	height: 30px;
}
#nav {
	height: 30px;
}
#nav {
	height: 30px;
}
#features {
	height: 220px;
	float: left;
	width: 760px;
}
#subfeatures {
	float: left;
	width: 350px;
	margin-top: 10px;
}
#videoplayer {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
#videoplayer {
	float: left;
	width: 390px;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 5px;
}
#searchbox {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: inherit;
}
#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	margin: 10px;
	padding: 5px;
}
#sidebar_blog a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;
}
#ctm_fact_sheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	float: left;
	width: 375px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 15px;
}
#second_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	padding: 5px;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 22px;
	height: inherit;
}
