@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;
}
#container {
	width: 955px;
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../old/container_background.jpg);
} 

#header {
	height: 110px;
	background: #FFF;
}

#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 */
}

#mainContent {
	width: 760px;
	float: left;
} 


#nav {
	height: 30px;
	position: relative;
}

#features {
	height: 220px;
}

#subfeatures_container {
	float: left;
	width: 370px;
}


#subfeatures {
	width: 350px;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	height: 300px;
	padding-top: 10px;
}
#subnav {
}



.subf_item {
	float: left;
	width: 330px;
	margin-left: 10px;
	padding-bottom: 15px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 250px;
}
.subf_desc a {
	font-weight: bold;
	color: #A92626;
	text-decoration: none;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	font-size: 11px;
}

#searchbox {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#btn_slideshow {
}

#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #454545;
	margin: 10px;
	padding: 5px;
}

#sidebar_blog a {
	color: #FEFE36;
	text-decoration: none;
}


#subnav {
	background-color: #666666;
	height: 25px;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
#pagetitle {
}

#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	color: #A92626;
}
#pagetext {
}
#maintext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 14px;
}

#videoplayer {
	float: left;
	width: 350px;
	margin-top: 20px;
	margin-left: 20px;
	height: 300px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#footer {
	padding: 2px;
	background-color: #FF6B01;
	font-size: 11px;
	text-align: center;
	float: left;
	width: 950px;
} 
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#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;
}
#sidebar1 #sidebar_blog h {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6B00;
}

#quotematerial {
	font-size: 11px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
}
#container #panel {
	float: left;
	width: 700px;
	padding-right: 25px;
	padding-left: 25px;
	color: #000;
}
