@charset "utf-8";
.HCMainLayout #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	padding-top: 140px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 600px;
} 
.HCMainLayout #sidebar1 {
	padding-right: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	float: left;
	width: 145px;
	margin-top: 5px;
}
.HCMainLayout #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 185px;
	padding-right: 20px;
	padding-left: 23px;
	padding-top: 40px;
} 
.HCMainLayout #footer {
	width: 740px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	color: #999;
	position: relative;
	top: 110px;
	left: 210px;
} 
.HCMainLayout #navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	width: 500px;
	margin-left: 204px;
	height: 40px;
	top: 125px;
	position: absolute;
}


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: #C1C0BC;
	background-color: #333333;
	background-image: url(images/bgmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #999;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	line-height: 12px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
}
.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: 20px;
	margin-top: 3px;
}
.TxtWhite {
	color: #FFF;
}
.TxtRed {
	color: #C51217;
}
.TxtTitleGreyHL {
	color: #DEDEDE;
	background-color: #666;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 14px;
	margin-top: 0px;
	padding: 0px;
}

.TxtGreyHL {
	color: #999;
	background-color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	line-height: 14px;
}



.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;
}
.txtindent {
	text-transform: none;
	margin-left: 100px;
	padding-left: 100px;
}


a:link {
	color: #C51217;
	text-decoration: none;
}
a:visited {
	color: #C51217;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #C51217;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
.formsInputTxt {
	font-size: 11px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	text-align: right;
	width: 560px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 20px;
}
li {
	line-height: 20px;
	color: #FFF;
	font-size: 12px;
	list-style-image: url(images/bullet.gif);
	vertical-align: middle;
}
.TxtTitleGreyHLlge {
	color: #FFF;
	background-color: #333;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 18px;
	margin-top: 0px;
	padding: 0px;
}
.Testimonial {
	color: #FFF;
	background-color: #333;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 15px;
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.Caption {
	color: #FFF;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 9px;
	margin-top: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
