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

body {background-image: 
url(../images/background.png);
	background-repeat: repeat-x;
	margin:0; padding:0;
	background-color: #ebfeff;}

div#mainContain {width:960px;
	height:auto;
	margin:0 auto;}
	
#subPage {
	background:url(../images/bg_subPage.png) repeat-y;
	width:960px;
	height:auto;
	float:left;
	margin:0;
	}
	
#sideBar {
	background:url(../images/bg_sideBar.png) no-repeat;
	width:220px;
	height:auto;
	float:left;
	margin:0;
	padding:0 14px 0 21px;
	}
	
#sideBar .logo {
	width:220px;
	height:138px;
	float:left;
	margin:0;
	}
	
#sideBar .mission {
	background:url(../images/pic_divider.png) bottom no-repeat;
	width:220px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	font-weight:bold;
	}
	
#sideBar .testimonial {
	width:220px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	}
	
#sideBar .phone {
	width:220px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	font-weight:bold;
	}
	
#contentArea {
	background:url(../images/bg_contentArea.png) no-repeat;
	width:674px;
	height:auto;
	float:left;
	margin:0;
	padding:15px 16px 5px 15px;
	}
	
#contentBottom {
	background:url(../images/bg_contentBottom.png) no-repeat;
	width:960px;
	height:24px;
	float:left;
	margin:0;
	}
	
#navBar {
	background:url(../images/bg_navBar.png) no-repeat;
	width:930px;
	height:34px;
	float:left;
	margin:0;
	padding:17px 15px 0 15px;
	}
	
#slideshow {
	width:960px;
	height:310px;
	float:left;
	margin:0;
	}
	
#teasers {
	width:960px;
	height:221px;
	float:left;
	margin:0;
	}
	
#teasers .left {
	width:247px;
	height:221px;
	float:left;
	margin:0;
	}
	
#teasers .mid {
	width:467px;
	height:221px;
	float:left;
	margin:0;
	}
	
#teasers .right {
	width:246px;
	height:221px;
	float:left;
	margin:0;
	}
	
#footer {
	width:930px;
	height:29px;
	float:left;
	margin:0;
	padding:10px 15px 10px 15px;
	}