@CHARSET "ISO-8859-1";

body {
	background-image: url(/images/grad.jpg);
	background-repeat: repeat-x;
	color: #3F3F3F;
	font: 12px arial;
}

a {
	color: #68913D;
}

a:hover {
	color: black;
}

p {
	line-height: 19px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 30px;
	font: 12px arial;
	color: #3F3F3F;
}	

h1 {
	font: 56px arial;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -4px;
	padding: 0px;
	margin: 0px;
	line-height: 45px;
	overflow: visible;
	padding-right: 5px;
}

h1.green {
	color: #68913D;
}	

h2 {
	color: black;
	font: 18px arial;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	background: url(/images/plusGreen.jpg) 0px 1px no-repeat;
	text-transform: capitalize;
}


/*START CONTENT STYLES */

#centerContainer {
	margin: 0 auto;
	width: 842px;
}	

#container {
	float: left;
	width: 802px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#head {
	float: left;
	width: 800px;
	padding-top: 20px;
	height: 46px;
	padding-bottom: 20px;
	position: relative;
	
}

#logo {
	float: left;
	width: 237px;
	height: 46px;
}

#nav {
	position: absolute;
	right: -1px;
	top: 20px;
	width: 563px;
	height: 46px;
}

#nav ul {
	list-style: none;
	display: block;
	height: 46px;
}

#nav li {
	float: left;
	padding-left: 67px;
	display: block;
	height: 46px;
	
}

#nav a {
	display: block;
	height: 11px;
	padding-top: 35px;
	text-transform: uppercase;
	color: black;
	float: left;
}

#nav a:hover, #nav a:active, #nav a.selected {
	color: #68913D;
	background-image: url(/images/plusGreen.jpg);
	background-repeat: no-repeat;
	background-position: center 1px;
}



#imageArea {
	float: left;
	width: 800px;
	height: 235px;
	border: 1px solid black;
	position: relative;
}

#pageTitle {
	position: absolute;
	bottom: -2px;
	left: 0px;
	overflow: visible;
}

#content {
	float: left;
	width: 802px;
	padding-top: 20px;
	border-bottom: 1px solid #8C8C8C;
}

#content p {
	line-height: 19px;
}

#content p.return {
	padding-bottom: 15px;
}	

#leftContent {
	float: left;
	width: 485px;
	padding-bottom: 10px;
	padding-right: 30px;
}

#leftContentFull {
	float: left;
	width: 760px;
	padding-bottom: 10px;
	padding-right: 40px;
}

#leftWorkContent {
	float: left;
	width: 485px;
	padding-bottom: 10px;
	padding-right: 30px;
	border-right: 1px solid #8C8C8C;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#leftWorkContent ul {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

#leftWorkContent li {
	padding-top: 0px;
	font: 12px arial;
	color: #3F3F3F;
	line-height: 19px;
	list-style: inside square;
	margin: 0px;
}

#leftWorkContent h2 {
	text-transform: capitalize;	
}

#rightContent {
	float: left;
	width: 265px;
	padding-left: 20px;
	border-left: 1px solid #8C8C8C;
}

#rightNav {
	float: left;
	width: 285px;
	padding-left: 0px;
}

#rightNav ul {
	display: block;
	border-top: 1px solid #A3A3A3;
}

#rightNav li {
	display: block;
	
}

#rightNav a {
	display: block;
	height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A3A3A3;
	padding-left: 35px;
	width: 250px;
	font: 12px arial;
	text-transform: uppercase;
	color: black;
	background-color: #fff;
	background-image: url(/images/plusGrey.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}	

#rightNav a:hover {
	background-color: #fff;
	color: #68913D;
	background-image: url(/images/plusGreenSmall.jpg)
}	



#rightNav a.current {
	background-color: #68913D;
	color: #fff;
	background-image: url(/images/plusWhite.jpg)
}

#rightNav a.current:hover {
	background-color: #68913D;
	color: #fff;
	background-image: url(/images/plusWhite.jpg)
}

.plus {
	color: #68913D;
}	

h2.contactTitle {
	text-transform: uppercase;
	background-image: none;
	padding-left: 0px;
}

p.contactEntry {
	padding-bottom: 5px;
	color: #626366;
}

.contactSubTitle {
	color: black;
}

#contactForm {
	padding-bottom: 20px;
	display: block;
	float: left;
}	

#contactForm input {
	margin-bottom: 15px;
	border: 1px solid #B2B2B2;
	width: 150px;
}	

LABEL.inputTitle {
	padding-bottom: 5px;
	color: black;
	display: block;
	line-height: 19px;
}

textarea.textBlock {
	border: 1px solid #B2B2B2;
	margin-bottom: 15px;
	font: 12px arial;
	color: #3F3F3F;
}

#contactForm input.button {
	display: block;
	border: 0px solid;
	background-color: #68913D;
	color: #fff;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-right: 10px;
	width: auto;
	margin-bottom: 0px;
	font: 12px arial;
	cursor: pointer;
}

#dropDown {
	width: 150px;
	color: #3F3F3F;
	margin-bottom: 15px;
}	

#footer {
	float: left;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer ul {
	width: 802px;
	float: left;
}	
	

#footer li {
	font: 12px arial;
	color: #8C8C8C;
	display: block;
	padding-right: 45px;
	float: left;
}

#login {
	position: absolute;
	top: 5px;
	right: 5px;
}

#imageArea #loginArea {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	width: 285px;
	height: 235px;
	padding-top: 0px;
	border-left: 1px solid #8C8C8C;
}

