/* Set everything to a known state  */

@import url(cssreset.css);



body {

	background-color: #583c1b;

	background-image: url(images/body_background.jpg);

	background-repeat: repeat-x;

}



#outerBox {

	width: 848px;

	background-color: #fff;

	border: solid 2px #000;

	margin: 0 auto;

}



/* ********************************************* Navigation List ******************************************** */



#mainNav {

	background-image: url(images/nav_green.jpg);	

	background-repeat: repeat-x;

	border-top: solid 2px #000;

	border-bottom: solid 2px #000;

	height: 28px;

}



#mainNavList {

	

}



#mainNavList li{

	float: left;

	padding-top: 4px;

}



#mainNavList li a {

	display: block;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 1.0em;

	color: #b2bbff;

	font-weight: bold;

	padding: 0 12px;

}



#mainNavList li a#current {

	color: #fffd2f;

}



#mainNavList li a:hover {

	color: #fff;

}



#mainNavList li a.rightBorder {

	border-right: solid 2px #b2bbff;

}





/* ********************************************************* content ************************************************* */



#content {

	padding-left: 10px;

	background-image: url(images/right_column.gif);

	background-position: right top;

	background-repeat: repeat-y;

}



#content  {

}



div.clear {

	clear: both;

}





/* ********************************************************* mainText *********************************************** */







#mainText {
	width: 595px;
	float: left;
	padding-right: 35px;
	padding-bottom: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #112;
	font-size: 0.8em;
	line-height: 20px;

}



#mainText h1,

#mainText h2 {

	font-family: Verdana, Geneva, sans-serif;

	font-weight: bold;

	font-size: 1.5em;

	color: #3c4695;

	border-bottom: solid 2px #8d5616;

	padding: 35px 0 2px 15px;

}



#mainText h2 {

	font-size: 1.3em;

}



#mainText p {

	margin-top: 1em;

}



#mainText h1 + p {

	margin-top: 2.5em;

}



img.floatRight {

	float: right;

	margin: -10px -10px 10px 15px;

}



img.floatLeft {

	float: left;

	margin: -10px 15px 10px 0px;

}



img.techImage {

	margin: 10px auto 25px auto;

	display: block;

}



img.textImage {

	padding: 4px;

	border: 1px solid #999;

}



img.staffphoto {

	margin: 20px auto;

	display: block;

}



.underline {

	text-decoration: underline;

}



.bold {

	font-weight: bold;

}



.bigger1 {

	font-size: 1.1em;

}



ul.standardList {

	margin-left: 25px;

}



ul.standardList li {

	list-style: disc;

}



ul#servicesList {

	margin: 8px 0 0 15px;

}



.anchorInText {

	color: #A97134;

	font-weight: bold;

}



.anchorInText:hover {

	border-bottom: 2px solid #A97134;

	position: relative;

}



#map {

	width: 300px;

	margin: 10px auto 10px auto;

}



#inquiryForm {

	margin: 15px 0 20px 80px;

	background-color: #C8EDC2;

	width: 280px; 

	padding: 10px 0 15px 20px; 

	border: solid 2px #7A9077;

}



#inquiryForm label {

	font-size: 0.9em;

}



#inquiryForm input,

#inquiryForm textarea {

	background-color: #ffffc0;

}



#inquiryForm #submit {

	background-color: #7a9077;

	color: #fff;

}



#mainText p.techSpacing {

	margin-top: 50px;

}



/* ***********************************************************rightColumn **************************************** */



#rightColumn {

	width: 200px;

	float: right;

	padding-left: 8px;

	color: #3c4695;

	font-family: Tahoma, Geneva, sans-serif;

}



#rightColumn p.boldBlue {

	font-size: 0.9em;

	font-weight: bold;

	width: 145px;

	margin: 20px auto;

	line-height: 1.0em;

}



#mapLink {

	display: block;

	width: 46px;

	margin: 20px auto;

}



div.horzLine {

	width: 180px;

	border-bottom: solid 3px #3c4695;

	margin-top: 15px;

	margin-left: 5px;

	margin-bottom: 15px;

}



#hours {

}



#hours h3,

#form_div h3 {

	margin-bottom: 5px;

	font-size: 0.9em;

}



.boldBlue {

	font-weight: bold;

}



.underline {

	text-decoration: underline;

}



.regularBlue {

	font-size: 0.9em;

}



.smallBlue {

	font-size: 0.8em;

	line-height: 1.0em;

	padding-right: 20px;

}



.italic {

	font-style: italic;

}



#apptForm {

	margin-top: 15px;

}



#apptForm label,

#apptForm table {

	font-size: 0.8em;

}



#apptForm input,

#apptForm select {

	background-color: #ffffc0;

}



.busphone {

	display: none;

}



.calendarTable td {

	padding-bottom: 2px;

}



#contactsHistory {

	display: none;

}



#submit {

	display: block;

	margin: 10px auto;

}



#contactsImg {

	margin: 20px 0 20px 8px;

	display: block;

}



/* ************************************************************** footer ********************************************** */



#footer {

	text-align: center;

	background-color: #0a8e43;

}


/* ************************************************************** review page ********************************************** */

.reveiw { margin:37px 10px 0 10px; float:left; width:176px;}
.reveiw h3{float:left;font-family:verdana; font-size:13px; color:#3c459b; font-weight:bold; margin-bottom:10px;  }
.review img{float:left; margin-top:10px;}
.reveiw span.paragraph{font-family:verdana; font-size:11px; color:#000000;  float:right; width:112px;}
.reveiw span.paragraph a:hover{text-decoration:underline;}
