/* CSS Document */

/* Reset
---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {height: 100%;}
html {
	overflow-Y: scroll;
}
body {
	color: #3b3b3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	min-width:984px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#55b521;
}
a:hover {
	text-decoration:underline;
	color:#55b521;
}
em, i {
	font-style:italic;
}
b, strong {
	font-weight:bold;
}

@font-face {
	font-family: 'Conv_HelveticaLight';
	src: url('fonts/HelveticaLight.eot');
	src: local('?'), url('fonts/HelveticaLight.woff') format('woff'), url('fonts/HelveticaLight.ttf') format('truetype'), url('fonts/HelveticaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.hr {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #999999;
	margin: 0 0px 20px 0;
}

p {
	font-family: arial;
}

/* Image Alignment Styles */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/* Main
---------------------------------------------------*/


#wrap {min-height: 100%; background:url(images/stripes.png) center top; }

body.inner #wrap {min-height: 100%; background:url(images/bg.gif) center top;}

#main {
    background:url(images/home_bg.png) left top no-repeat;
	padding-bottom: 41px;
}

body.inner #main {
	background: none;
}

span.location {
	color: #999999;
	font-style: italic;
	padding-left: 12px;
}

.header {
	height:90px;
	width:964px;
	margin:auto;
}

.header .content {
	padding: 0px 12px;
	width:940px;
	margin: 0 auto;
}

.headerWrapper {
	width: 100%;
	height: 90px;
}

body.inner .headerWrapper {
	background: #FFFFFF;
}


.logo {
	float:left;
	padding:10px 0 0 0;
}
.navigation {
	float:right;
	padding:40px 0 0 0;
}
.navigation ul li {
	float:left;
	padding:0 0 0 10px;
	font-family:Arial, Helvetica,"Trebuchet MS", sans-serif;
	font-size:14px;	
}
.navigation ul li a {
	text-decoration:none;
	color:#333333;
	line-height:26px;
	display:block;
	float:left;
	padding:0 0 7px 0;
}
.navigation ul li a span {
	display:block;
	height:26px;
	padding:0 10px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.navigation ul li a:hover, .navigation ul li.current-menu-item a {
	text-decoration:none;
	color:#ffffff;
	line-height:26px;
	display:block;
	float:left;
	padding:0 0 7px 0;
	background:url(images/arrow.png) no-repeat center bottom;
}
.navigation ul li a:hover span, .navigation ul li.current-menu-item a span {
	display:block;
	background:#a1d761;
	height:26px;
	padding:0 10px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}


.homeSection {
	width:854px;
	margin:0 auto;
	padding:66px 0 60px 0;
}
.homeSection img {
	margin:0 1px 1px 0;
}
.homeSection .col-set {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	line-height:19px;
	padding:25px 0 0 0;
}
.homeSection .col-set h3 {
	font-size:17px;
	color:#55B521;
	margin:0;
	padding:0 0 8px 0;
	font-family:Helvetica, Arial ,"Trebuchet MS", sans-serif;
}



.homeSection .col-set h3 a:hover {
	text-decoration: none;
}

.homeSection .col-set h4 {
	font-size:13px;
	color:#333333;
	margin:0;
	padding:0 0 8px 0;

}

.homeSection .col-set ul {
	padding-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}


.homeSection .col-set p {
	margin:0;
	padding:0;
}

.homeSection .col-set .col1 {
	float:left;
	width:222px;
	padding:0 30px 0 0;
}
.homeSection .col-set .col2 {
	float:left;
	width:222px;
	padding:0 30px 0 0;
}
.homeSection .col-set .col3 {
	float:right;
	width:336px;
	padding:0;
}
.homeSection .home1_img {
	float:left;
	width:509px;
	height:337px;
	overflow:hidden;
}
.homeSection .home23_img {
	float:left;
	width:335px;
	height:118px;
	overflow:hidden;
}
.homeSection .home45_img {
	float:left; 
	width:335px; 
	height:111px; 
	overflow:hidden;
}
.homeSection .home67_img {
	float:left; 
	width:335px; 
	height:109px;
	overflow:hidden;
}

.homeSection .addressInfo {
	float: left;
	font-family: Arial;
}

.homeSection .phone {
	padding-top: 10px;
}

.content {
	width:964px;
	margin: -30px auto;
	padding:0 0 50px;
	position: relative;

}
.left {
	width:271px;
	float:left;

}
.left-top {
	background:url(images/left-top.png) no-repeat 11px 0;
	height:9px;
	line-height:9px;
}
.left-cont {
	background:url(images/left-bg.png) repeat-y 11px 0;
	padding:0 0 0 11px;
}

.left-box {
	background:url(images/box_split_line.png) no-repeat 0 bottom;
	padding:4px 0 5px 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}
.left-box a {
	display:block;
	height:25px;
	padding-left: 10px;
	cursor: pointer;	
}
.left-box.pic a {
	display:block;
	height:70px;
	position: relative;
	padding-left: 80px;	
}

.left-box.pic a img{
	position: absolute;
	left: 0;
	top: 0;
}

.left-box.pic a span {
	width: 185px;
}

.left-box a:hover {
	background:url(images/hover_arrow.png) no-repeat right center;	
	display:block;
	text-decoration:none;
}

.left-box.current-box a:hover {
}

.left-box a .title {
	display:block;
	color:#3284c9;
	width :230px;
	padding:6px 0 0 0;
	line-height:20px;
	font-family:Helvetica, Arial ,"Trebuchet MS", sans-serif;
}
.left-box a .subtitle {
	display:block;
	color:#8c8c8c;
	font-style:italic;
	line-height:20px;
	font-size:12px;
}
.left-box img {
	float:left;
	margin:0 12px 0 0;
}

.left-box .subProject {
	padding: 15px 0;
}

.left-box .subProject a{
	font-size: 13px;
	font-family:Helvetica, Arial ,"Trebuchet MS", sans-serif;
	margin-left:20px;	
	background: none;
	line-height: 25px;	
}

.current-box a, .current-box a:hover, .left-box .subProject a:hover {
	display:block;
	height:25px;
	background:url(images/active_arrow.png) no-repeat right center;
}
.current-box.pic a, .current-box.pic a:hover {
	display:block;
	height:70px;
	background:url(images/active_arrow.png) no-repeat right center;
}
.current-box a .title {
	display:block;
	color:#333333;
	width: 230px;
	padding:6px 0px 0 0;
	line-height:20px;
}
.current-box a .subtitle {
	display:block;
	color:#b2b2b2;
	font-style:italic;
	line-height:20px;
	font-size:12px;
}
.current-box img {
	float:left;
	margin:0 12px 0 0;
}


.left-bottom {
	background:url(images/left-bottom.png) no-repeat;
	height:54px;
}
.full {
	width:100%;
	float:right;
}

.full-top {
	background:url(images/full-top.png) no-repeat 17px 0;
	height:9px;
	line-height:9px;
}

.full-cont {
	background:url(images/full-bg.png) repeat-y 17px 0;
	padding:30px 65px 0 60px;
	color:#666666;
	line-height:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

.full-bottom {
	background:url(images/full-bottom.png) no-repeat;
	height:104px;
}


.right {
	width:693px;
	float:right;
}
.right-top {
	background:url(images/right-top.png) no-repeat 17px 0;
	height:9px;
	line-height:9px;
}
.right-cont {
	background:url(images/right-bg.png) repeat-y 17px 0;
	padding:30px 65px 0 60px;
	color:#666666;
	line-height:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.right-cont p, .full-cont p {
	padding:8px 0;
}
.right-cont h1,.full-cont h1 {
	font-size:21px;
	font-weight:normal;
	color:#55b521;
	padding:0;
	font-family:Helvetica, Arial ,"Trebuchet MS", sans-serif;
}
.right-cont h1 span,.full-cont h1 span {
	font-size:19px;
}

.right-cont h3, .full-cont h3 {
	font-size:16px;
	font-weight:normal;
	color:#3284c9;
	padding:10px 0 5px;
	font-family:Helvetica, Arial ,"Trebuchet MS", sans-serif;
}
.right-cont i, .right-cont em,.full-cont i, .full-cont em {
	color:#999999
}

.right-cont ul,.full-cont ul {
	font-size:12px;
	line-height:16px;
	padding:0 0 5px 0;
}
.right-cont ul li,.full-cont ul li {
	padding:2px 0 2px 10px;
	background:url(images/bullet.png) no-repeat 1px 7px;
}

.right-cont ul.address li,.full-cont ul.address li {
	background: none;
}

.right-bottom {
	background:url(images/right-bottom.png) no-repeat;
	height:104px;
}


#footer {position: relative;
	margin-top: -41px; /* negative value of footer height */
	height: 41px;
	clear:both;
	background:url(images/foot_bg.png) repeat-x;
	
} 
.footer {
	height:41px;
	width:940px;
	margin:30px auto 0;
	font-size:11px;
	line-height:35px;
	color:#FFF;
}
.copy {
	float:left;
	padding:6px 0 0 0;
	width:440px;
}
.privacy {
	float:right;
	padding:6px 0 0 0;
	width:500px;
	text-align:right;
	color:#cccccc;
}

img.googlemap {
	float: right;
}

div#header-image {
	margin: 0 auto;
	height:214px;
}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

table img {margin-right: 10px;}

.top-level-parent-pageid-8 .right-cont img {
	float: left;
	margin: 0px 20px 20px 0px;
	display: inline-bock;
}

.top-level-parent-pageid-8 .right-cont p {
	padding: 0px 0px 10px 0px;
}

.top-level-parent-pageid-8 .right-cont ul {position: relative; left: 15px;}
.top-level-parent-pageid-8 .right-cont ul li {
	background: none;
	padding-left: 0px;
	list-style: disc;
}
