@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background-color: #0e3d0d;	
}

#pagewrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
}
#header {
	background-image: url(../images/global/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 174px;
	width: 1000px;
}

#navwrapper {
	background-image: url(../images/global/topnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	width: 1000px;
	text-align: center;
}

#logo {
	text-align: right;
	height: 174px;
	width: 985px;
	margin-right: 15px;
}

#contentwrapper {
	background-color: #FFFCD9;
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	width:1000px;
	height:47px;
	background-repeat:no-repeat;
	background-image: url(../images/global/footer_image.jpg);
	background-position: center top;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	width: 990px;
	margin-right: 10px;
	color: #FFFFFF;
	padding-top: 25px;
}

#nav {
	text-align: left;
	margin-left: 105px;
	padding-top: 15px;
}

#nav a {
	margin-right: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a:visited {
	color: #FFFFFF;
}

#wide-curve-wrapper {
	width: 973px;
	margin-left: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/global/content_curve_bg.jpg);
	background-repeat: repeat;
}

#wide-curve-top {
	background-image: url(../images/global/content_curvetop_bg.jpg);
	height: 15px;
	width: 973px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#wide-curve-bottom {
	background-image: url(../images/global/content_curvebottom_bg.jpg);
	height: 15px;
	width: 973px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#narrow-curve-wrapper {
	margin-left: 12px;
	margin-top: 12px;
}

#narrow-curve-left {
	width: 481px;
	margin-right: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/global/content_narrow_curve_bg.jpg);
	background-repeat: repeat;
	float: left;
}

#wide-curve-text-wrapper {
	margin-right: 15px;
	margin-left: 15px;
}

#inside-head h1 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	height: 56px;
	margin-left: 12px;
	padding-top: 10px;
	padding-left: 170px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/global/inside_h1_bg.jpg);
	background-repeat: no-repeat;
	display: block;
}

#wide-curve-text-wrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

.index-head h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

li {
	list-style-image: url(../images/global/bullet.gif);
	list-style-type: none;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
}

#narrow-curve-right {
	width: 481px;
	background-color: #FFFFFF;
	background-image: url(../images/global/content_narrow_curve_bg.jpg);
	background-repeat: repeat;
	float: left;
}

#narrow-curve-text-wrapper {
	margin-right: 15px;
	margin-left: 15px;
	height: 250px;
}

#narrow-curve-top {
	background-image: url(../images/global/content_narrow_curvetop_bg.jpg);
	height: 15px;
	width: 481px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#narrow-curve-bottom {
	background-image: url(../images/global/content_narrow_curvebottom_bg.jpg);
	height: 15px;
	width: 481px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#narrow-curve-right-text-wrapper {
	margin-right: 15px;
	margin-left: 15px;
	height: 250px;
}

#narrow-curve-right-top {
	background-image: url(../images/global/content_narrow_curvetop_bg.jpg);
	height: 15px;
	width: 481px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#narrow-curve-right-bottom {
	background-image: url(../images/global/content_narrow_curvebottom_bg.jpg);
	height: 15px;
	width: 481px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.img-buffer-topbot {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wide-curve-divider {
	background-image: url(../images/global/content_curve_div_topbot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 49px;
	width: 973px;
}

.wide-curve-text-wrapper {
	margin-right: 15px;
	margin-left: 15px;
}

.wide-curve-text-wrapper p {
	margin-left: 195px;
}
.wide-curve-text-wrapper h2 {
	margin-left: 195px;
}
.design-headline1 {
	font-size: 24px;
}
#design-content-left {
	width: 485px;
	float:left;
	margin-right: 30px;
}
#design-content-right {
	width: 425px;
	float:left
}
.img-text-float-left {
	text-align: center;
	float: left;
	width: 263px;
	margin-left: 5px;
	margin-right: 10px;
}
.img-text-float-left p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}

.img-text-float-right {
	text-align: center;
	float: right;
	width: 263px;
	margin-right: 5px;
	margin-left: 15px;
}
.img-text-float-right p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}
.img-text-float-right200 {
	text-align: center;
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-left: 15px;
}
.img-text-float-right200 p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}
#staffing-rightcol {
	width: 350px;
	margin-right: 5px;
	margin-left: 15px;
	float: right;
}
#staffing-rightcol img {
	margin-bottom: 10px;
}
#contact-rightcol {
	float: right;
	width: 500px;
	margin-right: 5px;
	margin-left: 15px;
}

.clear {
	clear:both;
}
