@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/gradient.jpg);
	background-attachment: fixed;
}
#container  {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg_v4.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header {
	height: 110px;
}
#mainContent  {
	width: 760px;
	float: left;
}
#nav {
	height: 30px;
	position: relative;
}

#features {
	height: 220px;
}

#subfeatures_container {
	float: left;
	width: 370px;
}
#subfeatures {
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
.subfeature_item {
	float: left;
	padding-bottom: 15px;
	width: 330px;
	margin-left: 10px;
}

.sufeature_thumb {
	float: left;
	width: 60px;
	margin-right: 10px;
	display: inline;
}
.subfeature_descriptions {
	font-size: 11px;
	float: left;
	width: 250px;
}
.subfeature_descriptions a {
	font-weight: bold;
	color: #F40909;
	text-decoration: none;
}
#contactinfo {
	font-size: 16px;
	color: #F40909;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	padding-bottom: 5px;
	background-color: #3D3D3D;
	text-decoration: none;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}
a:link  {
	color: #F40909;
	text-decoration: none;
}
a:hover  {
	color: #F40909;
	text-decoration: underline;
}



#videoplayer {
	float: left;
	width: 350px;
	margin-left: 20px;
}
#videoplayer .fltrt {
	padding-top: 10px;
}
#videoplayer a {
	color: #000000;
	text-decoration: none;
}
#features_text {
	display: none;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
}
#button_slideshow {
}
#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #454545;
	margin: 10px;
	padding: 5px;
}
#sidebar_blog a {
	color: #FEFE36;
	text-decoration: none;
}
#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #A92425;
}
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 5px;
}
#footer  {
	padding: 2px;
	background-color: #999999;
	font-size: 11px;
	text-align: center;



} 
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}


#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;
}
#subnav {
	background-color: #007BA7;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}

#subnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:active {
	color: #CCCCCC;
}

#subnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


#nav_text {
	display: none;

}
.subfeature_item_right {
	float: right;
	padding-bottom: 15px;
	width: 330px;
	margin-left: 10px;
}
styletxtbigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #F90304;
}
