/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #eee url(../img/bg.gif) repeat-y center;
	}

h2 {
	padding: 10px 30px 5px 30px;
	font-weight: bold;
	font-size: 11px;
	}
h3 {
	font-weight: bold;
	font-size: 16px;
	}
h1 {
	font-weight: bold;
	font-size: 16px;
	}	
h4 {
	font-weight: bold;
	color: #333;
	font-size: 12px;
	}
h2 span {
	font-weight: normal;
	font-style: italic;
	}
	
p, li, input, label, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}
	
p, ul {
	padding: 5px 30px 10px 30px;
	line-height: 1.8;
	}

img {
	margin-left: 30px;
	border: 1px solid #90c6c4;
	}
	
.clear { clear: both; }	

#primaryContent, #footer, #header {	
	margin: 0 auto;
	}

.pr-section{
    padding: 0px; margin:0px;
}
.pr-section-img{
    padding: 0px; margin:0px; border: none;
}

/* =HEADER
-------------------------------------------------------- */

#header {
	width: 780px;
	height: 361px;
	background: url(../../new/homepage_header.gif) no-repeat top left;
	position: relative;
	}
	
#header h1 {
	position: absolute;
	bottom: 5px;
	left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	}	







/* =PRIMARY NAVIGATION
-------------------------------------------------------- */

#navPrimary {
	margin: 0;
	padding: 0;
	padding-top: 50px;
	padding-right: 20px;
	text-align: left;
	list-style: none;
	}

#navPrimary li {
	display: inline;
	border-right: 1px solid #90c6c4;
	padding: 0 10px;
	}

#navPrimary li.lastItem {
	border-right: none;
	}
	
#navPrimary li a {
	color: #008487;
	text-decoration: none;
	}

#navPrimary li a:hover {
	text-decoration: underline;
	}





/* =SECONDARY NAVIGATION
-------------------------------------------------------- */

#navSecondary {
	position: absolute;
	top: 110px;
	left: 515px;
	margin: 0;
	padding: 0;
	list-style: none;
	}





/* =HOMEPAGE
-------------------------------------------------------- */

#testimonial {
	position: absolute;
	top: 110px;
	left: 515px;
	width: 245px;
	}

#testimonial h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	}

#testimonial p {
	padding: 0;
	margin: 0;
	}




/* =PRIMARY CONTENT
-------------------------------------------------------- */

#primaryContent {
	width: 748px;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	padding: 10px 0;
	}

.intro, .highlight {
	font-weight: bold;
	}
	
.column {
	width: 50%; float: left;
	}

.content {
	width: 489px;
	float: left;
	}
	
.news {
	margin-left: 490px;
	padding: 0 10px;
	background-color: #d9e0de;
	}

.news dd, .news dt {
	line-height: 1.8;
	}
	
.news dt {
	font-size: 11px;
	color: #008487;
	}
	
.news dd {
	font-size: 9px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cfc4c7;
	margin-bottom: 5px;
	}
	
#primaryContent a {
	color: #008487;
}

#primaryContent a:hover {
	color: #4C504C;
}

#primaryContent h2 {
	color: #008487;
}

/* =FOOTER
-------------------------------------------------------- */

#footer {
	width: 750px;
	background-color: #008487;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	}
	
#footer ul {
	text-align: right;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	}

#footer li {
	display: inline;
	color: #fff;
	font-size: 9px;
	padding: 0 7px;
	border-right: 1px solid #fff;
	}

#footer li.lastItem {
	border: none;
	}

#footer li a {
	color: #fff;
	text-decoration: none;
	}

#footer li a:hover {
	text-decoration: underline;
	}
	




/* =HOMEPAGE
-------------------------------------------------------- */

#homepage #header {
	background-image: url(../../new/homepage_header.gif);
	}

#homepage #primaryContent {
	background: url(../img/homepage_bg.gif) repeat-y top left;
	}
	
#navSecondary a.services, #navSecondary a.clients {
	display: block;
	width: 245px;
	height: 82px;
	background: url(../img/services.gif);
	margin-bottom: 10px;
	text-indent: -9999px;
	}

#navSecondary a.clients  {
	background-image: url(../img/clients.gif);
	}
	
	
/* =HEADLINES
-------------------------------------------------------- */

ul.headlines {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.headlines li {
	width: 25%;
	height: 35em;
	overflow: auto;
	float: left;
}



