@charset "UTF-8";
/* CSS Document */
html,body{
	width:100%;
	margin:0px;
	padding:0px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
a{
	color:#fff;
	text-decoration:none;
	
	
}
a:hover,a:active{
	color:#fff;
	text-decoration:underline;
	
}
h1,h2,h3,h4{
	color:#fff;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}
h3{
	font-size:14px;
	
}
#mainContainer{
	margin:auto;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	width:990px;
	padding:5px;
	margin-top:30px;
	background-color:#efefef;
}

#sideBar{
	width:#160px;
	height:400px;
	
	
}
#content{
	background-color:#222223;
	width:790px;
	height:400px;
	overflow:auto;
	
	margin-top:0px;
	border-left:0px solid #ddf;
}
#navi{
	background-color:#221e14;
	width:200px;
	height:400px;
	background-image:url(images/navi.jpg);
}
#navi .menuItem{
	display:block;
	height:90px;
	width:190px;
	padding:5px;
	border-bottom:1px solid #fff;
	color:#FFF;
	text-align:left;
	vertical-align:top;
	font-family:Tahoma, Geneva, sans-serif;
}
#navi .menuItem  span{
	text-indent:-3333px;
	display:block;
}
#footer{
	font-size:9px;
	color:#666;
	width:990px;
	margin:auto;
	
	
}


#homeLink{
	background-image:url(images/navi/home.jpg);
	background-repeat:no-repeat;
}
#officeLink{
	background-image:url(images/navi/office.jpg);
	background-repeat:no-repeat;
}
#teamLink{
	background-image:url(images/navi/team.jpg);
	background-repeat:no-repeat;
}
#serviceLink{
	background-image:url(images/navi/service.jpg);
	background-repeat:no-repeat;
}

div{
	border:#F00 0px solid;
	
}
#contact, #officeHours{
	font-size:10px;
	width:185px;
	padding:3px;
	overflow:hidden;
	margin:0px;
	
}
#frontHome{
	overflow:hidden;
	height:400px;
	width:595px;
		
}
#officeHours{
padding-top:60px;
	padding-bottom:30px;
border-top:0px solid #fff;	
}
#contact{
	padding-top:30px;
	padding-bottom:30px;
	
}
#contact td,#officeHours td{
	padding:2px;		
}

#serviceDiv{
	margin-top:90px;
	
}
#serviceList li{
	padding:5px;
	font-size:12px;
	
	
}
.overFlow{
	overflow:hidden;
	height:399px;
	
}
.fullPic{
	width:790px;
	height:399px;
	overflow:hidden;
	
}
.borderLeft{
	border-left:1px solid #CCC;
	
}

.vDiv{
	float:left;
}
.clearDiv{
	clear:both;
	
}
.rowDesc{
	text-align:right;
	font-weight:bold;
	padding-left:5px;
	width:50px;
}



.p5{
padding:5px;	
}
.p10{
padding:10px;	
}
.m5{
	margin:5px;
}
.m10{
	margin:10px;
}
.m10-left{
	margin-left:10px;
	
}
.center{
	text-align:center;
	
}
.w300{
	width:300px;
	
}
.w480{
	width:480px;
}
.w610{
	width:590px;
}
.h300{
	height:300px;
	
}
.h380{
	height:380px;
	
}
.h400{
	height:400px;
	
}

/* CSS Document */


