@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #868685;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #A81A1D;
}
a:hover {
	color: #330000;
}
#container {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#logo {
	width: 312px;
	float: left;
}
#navBar {
	width: 900px;
	height: 67px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}
#phone {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #5e5e5e;
	margin: 28px 10px 0px 0px;
}
#maincontent {
	width: 900px;
	color: #FFFFFF;
	background-image: url(../images/bg_topContent.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
#mainphoto {
	float: left;
	width: 274px;
}
* html #mainphoto {
	display: inline;
}
#maintext {
	float: left;
	width: 398px;
	margin: 5px 0px 5px 0px;
	padding: 10px 15px;
}
* html #maintext {
	display: inline;
}
#mainright {
	float: left;
	width: 178px;
	height: 103px;
	background-image: url(../images/bg_rightColumn.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	padding: 10px;
}
* html #mainright {
	display: inline;
}
#content {
	width: 900px;
}
#contentleft {
	float: left;
	width: 702px;
	margin: 0px;
	padding: 0px;
}
* html #contentleft {
	display: inline;
}
#contentinside {
	width: 404;
	margin: 0px;
	padding: 0px 15px 0px 289px;
}
#contenthome {
	width: 672;
	margin: 0px;
	padding: 0px 15px;
}
#contentright {
	float: left;
	width: 198px;
	margin: 0px;
	padding: 0px;
}
* html #contentright {
	display: inline;
}
#footer {
	width: 870px;
	height: 15px;
	font-size: 10px;
	color:#737373;
	border-top:1px solid #d2d2d2;
	margin: 40px 0px 0px 0px;
	padding: 15px;
}
#clear {
	clear: both;
}

/************* NAVIGATION ****************/
#navBar ul {
	margin:0;
	padding:0;
	float:left;
}
#navBar li {
	display:inline-block;
	margin:0;
	padding:0;
}
/* hide from mac ie5 \*/
#navBar li {
	display:inline;
	margin:0;
}
/* end hide from mac ie5 */

#navBar a:link, #navBar a:visited {
	display:block;
	float:left;
	padding:0;
	margin:0;
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
}
#navBar #home a {
	width:118px;
	height:67px;
}
#navBar #profile a {
	width:146px;
	height:67px;
}
#navBar #services a {
	width:126px;
	height:67px;
}
#navBar #testimonials a {
	width:154px;
	height:67px;
}
#navBar #signup a {
	width:103px;
	height:67px;
}
#navBar #contact a {
	width:121px;
	height:67px;
}
#navBar #home_current a {
	width:118px;
	height:67px;
}
#navBar #profile_current a {
	width:146px;
	height:67px;
}
#navBar #services_current a {
	width:126px;
	height:67px;
}
#navBar #testimonials_current a {
	width:154px;
	height:67px;
}
#navBar #signup_current a {
	width:103px;
	height:67px;
}
#navBar #contact_current a {
	width:121px;
	height:67px;
}
#navBar li {
	font-size:1em;
}
/* end hide from mac ie5 */
#navBar span {
	visibility:hidden;
}
#navBar a:hover span, #navBar a:active span, #navBar a:focus span {
	visibility:hidden;
}
#navBar a {
	border:none;
}
/* for some reason IE has a bug where it needs this border to display the text correctly */
/* i gave it a null border */
#navBar a:active, #navBar a:hover {
	border-width:0;
}
/* normal state */
#home a:link, #home a:visited {
	background-image:url("../images/btn_home01.gif");
}
#profile a:link, #profile a:visited {
	background-image:url("../images/btn_profile01.gif");
}
#services a:link, #services a:visited {
	background-image:url("../images/btn_services01.gif");
}
#testimonials a:link, #testimonials a:visited {
	background-image:url("../images/btn_testimonials01.gif");
}
#signup a:link, #signup a:visited {
	background-image:url("../images/btn_signup01.gif");
}
#contact a:link, #contact a:visited {
	background-image:url("../images/btn_contact01.gif");
}
/* hover and focus state */
#home, #home_current a, #home a:hover, #home a:active, #home a:focus {
	background-image:url("../images/btn_home02.gif") !important;
}
#profile, #profile_current a, #profile a:hover, #profile a:active, #profile a:focus {
	background-image:url("../images/btn_profile02.gif") !important;
}
#services, #services_current a, #services a:hover, #services a:active, #services a:focus {
	background-image:url("../images/btn_services02.gif") !important;
}
#testimonials, #testimonials_current a, #testimonials a:hover, #testimonials a:active, #testimonials a:focus {
	background-image:url("../images/btn_testimonials02.gif") !important;
}
#signup, #signup_current a, #signup a:hover, #signup a:active, #signup a:focus {
	background-image:url("../images/btn_signup02.gif") !important;
}
#contact, #contact_current a, #contact a:hover, #contact a:active, #contact a:focus {
	background-image:url("../images/btn_contact02.gif") !important;
}

/************* CONTENT STYLES ****************/
#redbox {
	width: 178px;
	color: #FFFFFF;
	background-color: #7f1416;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

/************* HOME PAGE STYLES ****************/
#step1, #step2, #step3, #step4 {
	float: left;
	width: 153px;
	padding: 0px 15px 0px 0px;
	color: #5a5a5a;
}
* html #step1 {
	display: inline;
}
* html #step2 {
	display: inline;
}
* html #step3 {
	display: inline;
}
* html #step4 {
	display: inline;
}
