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

body {
	margin: 0;
	padding: 0;
	background: #eee url(images/bg.png) repeat-x;
	font: 15px Arial, Helvetica, sans-serif;
	color: #111;
	line-height: auto;
	width: 100%;
	overflow-x: hidden;
}

img {
	border: none;	
}

.imgBorder {
	border: #CCC 1px solid;
	padding: 7px;	
	margin: 7px;
}

#wrap {
	width: 998px;
	margin: 0 auto;
	position: relative;
	
}

#box {
background: rgb(242,245,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	height: 200px;
	width: 475px;
	padding-top: 15px;
	margin-left: 115px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 5px 0px #222;
	-moz-box-shadow: 0px 0px 5px 0px #222;
	box-shadow: 0px 0px 5px 0px #222;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #ebebeb;


}

#container {
	width: 998px;
	min-height: 500px;
	text-align: center;
}

#header {
	width: 998px;
	height: 222px;
	position: relative;
	
	z-index: 666;
	margin: 70px auto -80px auto;
	background:url(images/header.png) no-repeat top center;
}

#topper {
	position: absolute;
	width: 203px;
	height:59px;
	right: 25px;
	top:0;
	z-index:0;
	background:url(images/google.png) no-repeat;
	
	
}

#utc {
	position: absolute;
	width: 203px;
	height:59px;
	left: 25px;
	top:0;
	z-index:0;
	
	
}

#logo a {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 12px;
	z-index: 1;
}

#phone {
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background:url(images/header-bg.png) repeat-x;
}

#phone h2 {
	color: #039;
	font-size: 36px;
	font-weight: bold;
}

#address {
	color: #039;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #12840a;
	margin-top: 0;
	line-height: normal;
}

h2 {
	font-size: 22px;
	color: #12840a;
	line-height: 1.35em;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #12840a;
	line-height: 1.35em;
	font-weight: normal;
}

h4, h5 {
	line-height: 1.25em;	
	font-weight: normal;
}

#photoMain {
	width: 998px;
	height: 160px;
	position: relative;
}

#contentMain {
	width: 958px;
	margin: -25px auto 25px auto;
	min-height: 500px;
	text-align: left;
	position: relative;
	background:#FFF;
	box-shadow: 0px 0px 12px #ccc;
	-moz-box-shadow: 0px 0px 12px #ccc;
	-webkit-box-shadow: 0px 0px 12px #ccc;
	padding: 20px;
}

#columnLeft {
	width: 660px;
	min-height: 350px;
	padding-right: 25px;
	float: left;
}

#columnRight {
	width: 230px;
	min-height: 150px;
	float: right;
	background: #EEE;
	padding: 175px 15px 15px 15px;
}

#columnRight h2 {
	margin-top: 0;
}

#slideshow {
	left: 25px;
	top: 115px;
	width: 660px;
	height: 425px;
	background:url(images/slideshow-bg.jpg) no-repeat;
}

	#slideshow img {
		position:absolute;
		z-index:8;
		opacity:0.0;
	}
	
	#slideshow img.active {
		z-index:10;
		opacity:1.0;
	}
	
	#slideshow img.last-active {
		z-index:9;
	}



#cab {
	position: absolute;
	right: -100px;
	top: -20px;
	text-align: center;	
	z-index: 10;
}

#mv1 {
	width: 955px;
	float: right;
}



.imgLeft {
	width: auto;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}urc


.imgRight {
	width: auto;
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

ul {
	list-style: square;
	margin: 0 auto;
	padding-left: 23px;
}

ul ul {
	list-style: circle;
}


hr {
	clear: both;
	height: 1px;
	border: none;
	color: #CCC;
	background: #CCC;
	margin: 20px 0;
}

#footer {
	width: 100%;
	height: 119px;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #111;
	clear: both;
	line-height: 1.5em;
	position: relative;
	background: url(images/footer-bg.png) repeat-x;
}

#footer a {
	color: #12840a;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#footerBoxLeft {
	text-align: left;
	position: absolute;
	top: 35px;
	left: 35px;
}

#footerBoxRight {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 25px;
}

a {
	color: #12840a;
	text-decoration: none
}

a:hover {  
	color: #000; 
	text-decoration: none
}

.map {
	width: auto;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

.contactForm {
	width: auto;
	padding-left: 10px;
	float: right;
}

.formBar {
	border: #E4ECA3 1px solid;
	border-left: #E4ECA3 4pt solid;
}

.clear {
	clear: both;	
}

#noBackground {
	background: none;	
}