@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #433A2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #b3cde4 ;
}
.twoColFixRtHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.gif);
	border: 0;
} 
.twoColFixRtHdr #header {
	height: 110px;
} 
#nav {
	height: 30px;
	border: 0;
}
.subf_item {
	float: left;
	width: 330px;
	margin-left: 5px;
	padding-bottom: 15px;
}
.subf_thumb {
	display: inline;
	width: 60px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 250px;
}
.subf_desc a {
	font-weight: bold;
	color: #5E483B;
	text-decoration: none;
}
#searchbox {
	margin-bottom: 10px;
	margin-top: 6px;
	margin-left: 14px;
}
#sidebar_blog a {
	color: #FFFF33;
	padding-left: 5px;
	font-size: 14px;
}
#subnav {
	background-color: #DEA44B;
	height: 24px;
	padding-top: 10px;
	padding-left: 20px;
}
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	color: #00AA9E;
}
#pagetext {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
}
.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;
} 
#services {
	height: 220px;
	float: left;
}
#subfeatures_container {
	float: left;
	width: 350px;
	padding-top: 10px;
	padding-right: 20px;
}
#videoplayer {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
.twoColFixRtHdr #footer {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
} 
.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: 16px;
	margin-bottom: 16px;
	margin-top: 16px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
	margin-top: 16px;
}
.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;
}
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 14px;
	word-spacing: 3px;
	line-height: 20px;
}
form {
width:600px;
margin:15px auto 10px 20px;
}
label {
display:block;
}
.closed {
	color: #F30;
}
.open {
	color: #0F3;
}
textarea {
width:500px;
height:50px;
}
.textInput {
	width:300px;
}
#frmServCallReq p {
	font-size: 12px;
	color: #CCCCCC;
}
#frmServCallReq fieldset {
	background-color: #868481;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #729e91;
	border-bottom-color: #729e91;
}
#frmServCallReq fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #868481;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #FFFF33;
}
#open_closed {
	width: 195px;
	text-align: center;
	font-size: 16px;
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
}
#days_left {
	width: 195px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
}
.warning {
font-weight:bold;
color:#F00;
}
#sidebar1 {
	float: right;
	width: 195px;
}
#emmess {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.twoColFixRtHdr center #container #mainContent #flash_2010 {
	padding-top: 10px;
	/* [disabled]padding-left: 10px; */
	float: right;
	padding-right: 10px;
}
.twoColFixRtHdr center #container #mainContent .flashimage {
	padding-left: 30px;
}

