body {
	background:url(../images/backgroundNew.jpg) repeat-x bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414042;
}

img {
	border:0;
}

a {
	color:#ad5303;
	font-style:italic;
}

h1, h2, h3 {
	color:#00391f;
	text-transform:uppercase;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:17px;
	margin-top:-10px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
}

#wrapper {
	width:100%;
	background:url(../images/headerBg.jpg) no-repeat;
	margin-top:-10px;
	margin-left:-10px;
	padding-right:18px;
}

#container {
	width:1000px;
	position:relative;
}

#header {
	/*background:url(../images/headerBg.jpg) no-repeat;*/
	clear:left;
	overflow:hidden;
}

#logo {
	float:left;
	padding-top:20px;
	padding-left:30px;
}	

#headerRight {
	float:right;
	padding-top:20px;
	padding-right:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin-top:-4px;
}

#headerRight a {
	color:#FFFFFF;
}

#content {
	border-top:1px solid #d6d6d6;
	min-height:800px;

}

#footer {
	clear:both;
	text-align:center;
	font-size:10px;
}

#footer a {
    font-style:normal;
	color:#414042;
}

/* Home Page */
#homeTop {
	background:url(../images/homepage/homepageContentBg.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #d6d6d6;
	height:240px;
	padding-left:400px;
	padding-right:200px;
	padding-top:130px;
	line-height:30px;
}

/* Inside Pages */
#insideLeft {
	float:left;
	width:600px;
	padding-left:40px;
}

#insideRight {
	width:225px;
	float:right;
	padding-right:120px;
}

#main_left {
	width:290px;
	float:left;
}

#main_right {
	width:290px;
	float:right;
}

.staffContainer {
	clear:both;
	padding-top:10px;
}

.staffLeft {
	width:125px;
	float:left;
	padding-right:20px;
}

.staffRight {
	width:550px;
	float:left;
}