@charset "UTF-8";
body  {
	background: #ececec;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 140%;
	color: #3b3b5f;
	font-weight: normal;

}

h2 {
	color: #3b3b5f;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #616371;
	margin-top: 8px;
	margin-bottom: 8px;
	font-style: italic;
	
}

.name  {
	font-size: 12px;
	line-height: 16px;
}

.inside #container {
	width: 896px;
	margin: 0 auto; 
	text-align: left;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
} 
.inside #top {
	background-color: #ececec;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 196px;
	margin: 0px;
	position: relative;
} 
#home #top {
	background-color: #ececec;
	background-image: url(images/top_bg_home.jpg);
	background-repeat: no-repeat;
	height: 114px;
	margin: 0px;
	position: relative;
} 
#home #container {
	width: 896px;
	margin: 0 auto; 
	text-align: left;
}

#nav {
	height: 24px;
}

#home #head {
	background-image: url(images/home_main_bg.jpg);
	background-repeat: no-repeat;
	height: 355px;
}

#about #head {
	background-image: url(images/header_about.jpg);
	background-repeat: no-repeat;
	height: 86px;
}

#services #head {
	background-image: url(images/header_services.jpg);
	background-repeat: no-repeat;
	height: 86px;
}


#testimonials #head {
	background-image: url(images/header_testimonials.jpg);
	background-repeat: no-repeat;
	height: 86px;
}

#contact #head {
	background-image: url(images/header_contact.jpg);
	background-repeat: no-repeat;
	height: 86px;
}

.inside #mainContent {
	float: left;
	width: 540px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 70px;
} 


/*#top h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3b3b5f;
	font-weight: normal;
}*/
/*#top_text {
	position: absolute;
	left: 108px;
	top: 65px;
} */
/*#top p {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #3b3b5f;
	line-height: 16px;
	margin-top: 12px;
}*/
a {
	color: #3b3b5f;
	text-decoration: underline;	
}
.inside #sidebar {
	float: right;
	width: 200px;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent p {
	margin-top: 2px;
	margin-bottom: 12px;
}
#end {
	background-image: url(images/end.gif);
	height: 59px;
}
#footer {
	padding: 0px;
	background-image: url(images/ececec.gif);
	background-repeat: repeat;
	margin: 0px;
} 
#foot_inner {
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #616371;
	margin-top: 8px;
	margin-bottom: 8px;
	
}
#footer a {
	color: #616371;
	text-decoration: underline;	
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


