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

* {
	margin-top: 0px;
}
a {
	color: #52AF44;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #52AF44;
}
body {
	background-color: #efefef;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#bg-top {
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#bg-bottom {
	height: 10px;
	width: 950px;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#top {
	float: left;
	width: 910px;
	padding-right: 20px;
	padding-left: 20px;
}
#top-left {
	float: left;
}
#top-right {
	float: right;
	padding-top: 28px;
}
#main-content {
	float: left;
	height: auto;
	width: 650px;
	font-size: 12px;
	color: #666;
	line-height: 2;
	padding-left: 20px;
}
#right-side {
	float: right;
	width: 220px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 20px;
	padding-right: 20px;
}
#right-side img {
	padding-top: 15px;
}

#form {
	height: 310px;
	width: 190px;
	padding: 15px;
	background-image: url(../images/form-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	color: #666;
	font-size: 12px;
}


.formfield-1 {
	width: 166px;
	height: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/form-field-bg-1.jpg);
	background-repeat: no-repeat;
}
.formfield-2 {
	width: 166px;
	height: 26px;
	background-image: url(../images/form-field-bg-2.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formfield-3 {
	width: 166px;
	height: 26px;
	background-image: url(../images/form-field-bg-3.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text-area {
	width: 166px;
	height: 49px;
	background-image: url(../images/text-area-bg.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}
#main-picture {
	float: left;
	width: 950px;
	height: 300px;
}


#main-picture-internal {
	float: left;
	height: 75px;
	width: 810px;
	padding-top: 25px;
	text-align: right;
	padding-right: 100px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#slideshow {
	float: left;
	width: 810px;
	color: #333333;
	padding-right: 70px;
	padding-left: 70px;
}
#slideshow  p, ol {
	font-size: 12px;
}
#slide-nav {
	float: left;
	width: 950px;
}

#slide-left {
	float: left;
	width: 250px;
	text-align: right;
}
#slide-middle {
	float: left;
	width: 450px;
}

#slide-right {
	float: right;
	width: 250px;
	text-align: left;
}
#3-boxes {
	float: left;
	width: 950px;
	height: 251px;
}
.slideshow-img {
	padding-right: 20px;
}
#clear-both {
	clear: both;
	height: 0px;
	width: 910px;
}
#profiles {
	float: right;
	padding-left: 80px;
}
#spacer-910x25 {
	float: left;
	height: 25px;
	width: 950px;
}
#spacer-910x10 {
	height: 10px;
	width: 950px;
	float: left;
}
#bottom {
	float: left;
	width: 910px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#bottom a {
	text-decoration: none;
	color: #999;
}
#bottom a:hover {
	text-decoration: underline;
	color: #55B247;
}

#bottom-left {
	float: left;
	font-size: 10px;
	padding-top: 5px;
}
#bottom-right {
	float: right;
	font-size: 10px;
	padding-top: 5px;
}
#main-content-bottom {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
	padding-top: 500px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a {
	display: block;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	display: block;
	color: #52AF44;
	font-weight: bold;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li:hover li {
	border: 1px none #CCCCCC;
}
#nav li:hover ul {
	height: auto;
	width: 135px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#nav li:hover ul li {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;
	width: 113px;
}
#nav li:hover, #nav li.sfhover {


}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
h1 {
	font-size: 36px;
	color: #55B247;
	line-height: 1;
}
h2 {
	font-size: 24px;
	line-height: 1;
}
h3 {
	font-size: 18px;
	line-height: 1;
}
#phone {
	float: right;
	height: 20px;
	font-size: 16px;
	font-weight: normal;
}
#profiles-left {
	width: 200px;
	height: auto;
	padding-top: 15px;
	float: left;
	clear: left;
	margin-left: 15px;
}
#portfolio-left {
	float: left;
	width: 300px;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#portfolio-right {
	float: right;
	width: 335px;
	height: auto;
	line-height: 1.5;
	clear: right;
	padding-top: 10px;
	text-align: left;
}
#portfolio-right h3 {
	color: #3083AF;
}

#portfolio-hr {
	float: none;
	width: 655px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
