body {
	background: url("../images/gradient.jpg") repeat-x;
	background-color:#fff;
	font: normal 14px/1 Helvetica, Arial, sans-serif;
	color:#696969;
	margin:0px;
	padding:0px;
}

div#content {
	background-color:white;
	width:990px;
	margin: 0 auto;
	top:20px;
	position:relative;			
}

strong {
	font-weight: bold;
}

a {
	color: #5085b9;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

h1 { 
	font-weight:bold;
	color:#165ca2;
	font-size:16px;
	margin-bottom:10px;
}

h2 {
	color:#C54848;
	margin-bottom:15px;
	font-size: 20px;
	font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
	text-transform:lowercase;
}

p { margin: 0 0 10px 0; }


/* ----- Header ----- */

div#header {
	height:120px;		
	width:990px;
	margin: 0 auto;	
	position: relative;
}

/* ----- Helpful Classes ----- */
.alt {
	left: -9999px;
	position: absolute;
}


h1#logo a {
	background: url("../images/logo-clearbg.jpg") no-repeat 0 10px;
	display: block;
	height: 120px;
	width: 300px;
	margin-left:20px;
	font-decoration:none;
}


/* ----- Navigation ----- */
div#nav {
	position: absolute;
	right: 20px;
	top: 80px;
}

div#nav ul li {
	float: left;
	width: 100px;
	height: 30px;
	margin:0 5px 0 5px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

div#nav ul li a:hover {
	color: #fff
	background-color:#5085b9;
}

div#links {
	margin-left:13px;
}

div#links a {
	color:#fff;
	display:block;
	width:93px;
	height:20px;
	text-decoration:none;
	padding:3px 1px 4px 8px;
}

div#links a:hover,div#links a.selected {
	color:#ffc637;
	border: 2px solid #ffc637;
}

div#links ul li {
	background-color:#F5F5F5;
	float: left;
	height:30px;
	width:104px;
	margin:8px;	
	font-size:11px;
	text-align:left;
	background-image:url("../images/button.jpg");
	
}

div#indexImage {
	background: url("../images/index_image_gray.jpg") no-repeat -15px 0px;
	height:484px;
	width:946px;
	margin:50px 0 0 20px;
}

div#details {
	margin:10px 0 10px 20px;
		
}

div#pageContent {
	margin:0 0 10px 20px;
	clear:both;
	min-height:300px;
	padding-top:10px;	
}

div#pageContent h1 {
	font-size:150%;	
}

div#pageImage {
	float:left;	
}

div#pageText {
	float:left;
	width:500px;
	margin-left:30px;
}

div#pageText p{
	margin:0 0 10px 0;
}

.grayBG {
	background-color:#DFDFDF;	
}


ul.bullets li {
	list-style-type:circle;
	list-style-position:inside;
}

div#leftSplit {
	float:left;
	width:447px;	
	min-height:275px;
	padding:10px;
	margin:5px 5px 5px 0px;
}

div#rightSplit {
	float:left;
	width:447px;
	min-height:275px;
	padding:10px;
	margin:5px;
}

div#pressReleases {
	min-height:155px;	
}

div#pressReleases ul li {
	margin: 2px 0 2px 0;	
}

.pressDate {
	font-size:10px;
	float:left;
	width:75px;	
}

span#morePosts {
	float:right;
	font-size:10px;	
}

#jobs li, #prList li {
	line-height:150%;
	width:940px;
	padding:2px;
}



div#footer {
	clear:both;
	width:990px;
	margin:0 0 30px 10px;
	padding-top:20px;
	height:300px;	
	position: relative;
	width: 990px;
}

div#footer ul li {
	float: left;
	height:140px;
	width:216px;
	margin:10px;
	border: 3px solid #ffc637;
}

#contactList {
	text-align:center:	
}

#contactList li {
	display:inline;
	float:left;
	width:300px;
}

#contactList li span {
	display:block;
}

li#footImg1 {
	background-image:url("../images/corbin-brochure.jpg");	
}

li#footImg2 {
	background-image:url("../images/craven-nc.jpg");	
}

li#footImg3 {
	background-image:url("../images/smithfield.jpg");	
}

li#footImg4 {
	background-image:url("../images/leonard.jpg");	
}

div#footer ul li.footerImage {
	border: 2px solid #ffc637;	
}

.bold {
	font-weight:bold;
}

div#designedby {
	clear:both;
	float:right;
	margin:30px 10px 0 0;
}

#designedby span.mugzymedia {
	width: 20px;
	height: 32px;
	display:block;
	background:transparent url("../images/mugzy-logo-thumbnail.png") top right no-repeat;
}

