/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background-image:url(images/bg_grad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EFB99D;
	padding:0;
	margin:0;
}
/*
#bg-stripes{
	background-image:url(images/bg_strips.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:100%;
}
*/
#container {
	width:790px;
	margin:20px auto;
	border-right:2px solid #595959;
	border-bottom:2px solid #595959;
}

#header{
	background-image:url(images/header_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:143px;
}

#tel-block{
	float:right;
	color:#E5514B;
	font-size:40px;
	font-weight:bold;
	margin-right:40px;
	margin-top:20px;
}

#logo{
	float:left;
}

#nav {
	float:right;
	width:374px;
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-top:14px;
}

#nav a {
	color:#000000;
	text-decoration:none;
	padding:6px 7px 10px 7px;
	margin:0 15px 0 0;
	display:block;
	float:left;
}

#nav a:hover {
	background-color:#918F8F;
	background-image:url(images/nav_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
}

.highlighted {
	color:#FFFFFF;
	text-decoration:none;
	padding:6px 7px 10px 7px;
	margin:0 15px 0 0;
	display:block;
	float:left;
	background-color:#918F8F;
	background-image:url(images/nav_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/*p {
	margin:0;
	padding:0;
}*/

h1 {
	color:#DA362F;
	font-size:28px;
}

h2{
	color:#DA362F;
	font-size:18px;
	padding:0;
	margin:0;
	margin-top:6px;
}

.services-h2{
	color:#DA362F;
	font-size:18px;
	font-weight:bold;
}

.minus-margin-bottom{
	margin-bottom:-10px;
}

h3 {
	color:#221E1F;
	font-size:18px;
	line-height:30px;
}

#main-body {
	background-color:#FFFFFF;
	padding:10px 20px 0px 50px;
	background-image:url(images/redline_bg.gif);
	background-repeat:no-repeat;
}

#left-col{
	float:left;
	width:433px;

}
.text{
	margin:20px 30px 0 0;
	text-align:justify;
}

#right-col{
	float:right;
	width:270px;
	font-size:12px;
}

.clear{
	clear:both;
}

.img-right {
	float:right;
}

.small-copy{
	font-size:11px;
}

#footer{
	background-color:#FFFFFF;
	height:180px;
	text-align:center;
	color:#999999;
}

.service-row{
	height:140px;
	border-bottom:2px solid #BBBBBB;
	margin-bottom:30px;
}

.service-image {
	margin-top:20px;
}

.home-text {
	font-size:14px;
	line-height:22px;
}


