body {
	background: url(../images/wimBackground.jpg) repeat-x #54771D -350px top;
	font-family: 'Droid Sans', "Arial Rounded MT", Arial;
	font-size: 16px;
	margin: 0 auto;
	min-width: 1130px;
	text-align: center;
}
#wrapper {
	height: auto;
	margin: 0 auto;
	min-width: 1100px;
	text-align: left;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
:focus {
outline: 0;
}
#main p {
	line-height: 1.9em;
}
#main ul, ol {
	line-height: 1.9em;
}
.white_content {
	display: none;
	position: absolute;
	top: 5%;
	left: 25%;
	width: 685px;
	height: 900px;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1600px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#sideNavigation {
	float: left;
	margin-left: 43px;
	width: 263px;
}
#navigation {
	color: white;
	float: right;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 20px;
	line-height: 1.5em;
	margin-top: 200px;
	text-align: right;
}
#navigation ul {
	 list-style: none;
}
#navigation li {
	width: 235px;
}
#navigation a {
	color: #ddef76;
}
#navigation a:hover {
	color: white;
}
.menuMarker {
	float: right;
	clear: both;
}
#copywrite {
	color: #a3be5a;
	font-size: 12px;
	padding-top: 100px;
	text-align: left;
}
#topHeaderLeft {
	color: #1c528a;
	float: left;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 22px;
	height: 60px;
	padding: 10px 0 0 20px;
	text-align: left;
	width: 40%;
}
#topHeaderRight {
	color: #1c528a;
	float: right;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 30px;
	margin-right: 20px;
	text-align: right;
	width: 40%;
}
#bodyMain {
	min-height: 500px;
	width: 680px;
}
#contentMain {
	background: url(../images/backgroundSlither.jpg) #688E42;
	float: left;
	width: 728px;
}
#contentTop {
	background: url(../images/homeBodyBackground.jpg) no-repeat;
}
#contentMainPages {
	background: url(../images/pagesSlither.jpg) #688E42;
	float: left;
	min-height: 80px;
	width: 728px;
}
#contentTopPages {
	background: url(../images/pagesBackground.jpg) no-repeat;
}
#contentHeader {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 40px;
	padding-left: 41px;
}
#homepageTabsCentre {
	width: 100%;
}
#homepageTab1 {
	background: url(../images/homeButton1.png) no-repeat;	
	float: left;
	height: 104px;
	margin: 80px 0 0 41px;
	padding-top: 50px;
	text-align: center;
	text-decoration: none;
	width: 162px;
}
#homepageTab1:hover {
	background: url(../images/homeButton1.png) no-repeat transparent;
	background-position: 0  -154px;
	height: 104px;
	width: 162px;
	float: left;
}
#homepageTab2 {
	background: url(../images/homeButton2.png) no-repeat;
	color: white;
	float: left;
	height: 102px;
	margin: 80px 0 0 0;
	padding-top: 50px;
	text-align: center;
	text-decoration: none;
	width: 162px;
}
#homepageTab2:hover {
	background: url(../images/homeButton2.png) no-repeat;
	background-position: 0  -152px;
	height: 102px;
	width: 162px;
	float: left;
}
#homepageTab3 {
	background: url(../images/homeButton3.png) no-repeat;
	color: white;
	float: left;
	height: 102px;
	margin: 80px 0 0 0;
	padding-top: 50px;
	text-align: center;
	text-decoration: none;
	width: 162px;
}
#homepageTab3:hover {
	background: url(../images/homeButton3.png) no-repeat;
	background-position: 0  -152px;
	height: 102px;
	width: 162px;
	float: left;
}
#homepageTab4 {
	background: url(../images/homeButton4.png) no-repeat;
	color: white;
	float: left;
	height: 101px;
	margin: 80px 0 0 0;
	padding-top: 50px;
	text-align: center;
	text-decoration: none;
	width: 162px;
}
#homepageTab4:hover {
	background: url(../images/homeButton4.png) no-repeat;
	background-position: 0  -151px;
	height: 100px;
	width: 162px;
	float: left;
}
#bodyMain {
	padding: 40px 30px 0 30px;
}
#bottomMessage {
	padding: 0 20px 49px 145px;
	text-align: right;
	min-height: 160px;
}
#sub_nav_content {
	padding-bottom: 15px;
}
#people_style {
	font-family: Arial;
	font-size: 18px;
}
#button_on a {
	background: #e3e6de url(../images/buttonSlitherOn.png);
	float: left;
	padding: 5px 10px 0 10px;
	color: #5e7c3b;
	text-decoration: none;
	height: 19px;
	font-size: 13px;
	font-family: Arial;
}

#button a {
	background: url(../images/buttonSlitherOff.png);
	float: left;
	padding: 5px 10px 0 10px;
	color: #FFFFFF;
	height: 19px;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial;
}

#button a:hover {
	background: #e3e6de url(../images/buttonSlitherOn.png);
	color: #5e7c3b;
	text-decoration: none;
}
#gap {
	float: left;
}
#form {
	text-align: right;
}
#contact_left {
	 padding: 30px 0 0 10px;
	 width: 600px;
}
#blueTitle {
	font-size: 26px;
	color: #0F80DE;
}
#line {
	 border-top: 1px #cecece solid;
	 padding-bottom: 15px;
}
.line {
	 border-top: 1px #cecece solid;
	 padding-bottom: 15px;
}
#seoCloud {
	background: url(../images/seocloud.png) no-repeat top;
	color: #ecff7e;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	height: 299px;
	text-align: center;
}
#seoCloud a {
	color: #ecff7e;
}
#seocontent {
	left: 410px;
	position: absolute;
	top: 678px;
	width: 515px;
}
#clear {
	clear: both;
}
#navOn {
	float: right; 
	padding-right: 30px;
}
#navOff {
	 float: right;
	 padding-right: 9px;
}
#navOff a {
	 color: #fff;
}
#portfolioRight {
	float: left;
	width: 425px;
	min-height: 197px;
	height: auto !important;
	line-height: 1.3em;
	height: 197px;
}
#formLeft {
	float: left;
	font-size: 22px;
	padding-top: 5px;
	text-align: right;
	width: 250px;
}
#formRight {
	float: left;
	padding: 5px;
	text-align: left;
	width: 250px;
}
#formTextInput {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	height: 25px;
	width: 300px;
}
#twoColLeft {
	float: left;
	width: 410px;
}
twoColRight {
	float: right;	
}
#formQuoteText {
	background-color: #fff;
	border: 1px #a9bac3 solid;
	color: #3777a0;
	height: 290px;
	padding: 7px 0 0 10px;
	width: 380px;
}
#formQuoteText textarea.quoteTextInput {
	border: 0;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 15px;
}
#formQuote {
	background-color: #fff;
	border: 1px #a9bac3 solid;
	color: #3777a0;
	height: 33px;
	padding: 7px 0 0 10px;
	width: 380px;
}
#formQuote input.quoteTextInput {
	border: 0;
	height: 20px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	width: 220px;
}
#right {
	 float: left;
	 padding: 10px 0 0 10px;
	 max-width: 300px;
	 
}

.portFont {
	font-size: 12px;
}
.portfolioHeader {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 32px;
}
.bigText {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 52px;
}
.h1 {
	color: white;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 24px;
	font-weight: normal;
}
.h1 a {
	color: white;
		font-family: "Arial Rounded MT Bold", Arial;
	font-size: 24px;
	font-weight: normal;
}

