/* $Id: style.css 10150 2011-04-20 11:41:41Z warren $ */
@charset "UTF-8";

body, h1, h2, h3, h4, h5, a, p, table, div, ul, li, dl, form {
	padding: 0;
	margin: 0;
	font-family: "segoe UI", "Arial", "Helvetica", sans-serif;
	color: #373737;
}

body {
	font-size: 12px;
	background-color: #E7E7E8;
}

/* Page Setup */

div#page {
	width: 900px;
	margin-top: 30px;
	text-align: left;
	background: #FFFFFF url("../img/site/header_bg_tile.gif") repeat-x top left;
	border: 1px solid #D9D9DB;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom:18px;
}

h4.pink {
	color: #E92B77;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
}

span.small a {
	color: #FFFFFF;
	float: right;
	font-size: 12px;
}

span.small a:hover {
	text-decoration: underline;
}

/* Links */

a, a:link, a:visited {
	color: #035DAF;
	text-decoration: none;
}

a img {
	border: none;
}

p a:hover, a:active {
	text-decoration: underline;
}

/* header */

div#header {
	height: 129px;
}

div#logo {
	float: left;
	width: 360px;
	height: 129px;
}

#logo h1 a {
	display: block;
	width: 403px;
	height: 129px;
	font-size: 3em;
	color: #FFFFFF !important;
	text-decoration: none;
	text-indent: -1000em;
	background: transparent url("../img/site/logo.jpg") no-repeat left top;
	overflow: hidden;
}

div#menu {
	float: right;
	_width: 500px; /* IE6 hack only */
	margin-right: 20px;
	_margin-right: 15px; /* IE6 hack only */
	margin-top: 84px;
	_margin-top: -50px; /* IE6 hack only */
	font-size: 14px;
}

ul#menuList {
	list-style-type: none;
}

ul#menuList li {
	float: left;
	margin-left: 24px;
	height: 40px;
}

ul#menuList li a, ul#menuList li a:link, ul#menuList li a:visited {
	color: #79797B;
	text-decoration: none;
}

ul#menuList li a:hover, ul#menuList li a:active, body#home ul#menuList li a.home,
body#news ul#menuList li a.news, body#services ul#menuList li a.services,
body#sites ul#menuList li a.sites, body#team ul#menuList li a.team,
body#contact ul#menuList li a.contact, body#jobs ul#menuList li a.jobs {
	position: relative;
	padding-bottom: 20px;
	color: #E92B77;
	background: url("../img/site/menu_line.gif") 30px repeat-x;
}

/* Banner */

div#banner {
	height: 226px;
	background: url("../img/site/banner_bg_tile.gif");
	border-top: 1px solid #D9D9DB;
	border-bottom: 1px solid #D9D9DB;
}

div#bannerPicHome {
	float: left;
	width: 420px;
	height: 226px;
	background: url("../img/site/banner/homepage.jpg") no-repeat;
}

div#bannerPicNews {
	float: left;
	width: 420px;
	height: 226px;
	background: url("../img/site/banner/news.jpg") no-repeat;
}

div#bannerPicServices{
	float: left;
	width: 420px;
	height: 226px;
	background: url("../img/site/banner/services.jpg") no-repeat;
}

div#bannerPicSites {
	float: left;
	width: 420px;
	height: 226px;
	background: url("../img/site/banner/sites.jpg") no-repeat;
}

div#bannerPicTeam {
	float: left;
	width: 420px;
	height: 226px;
	background: url("../img/site/banner/team.jpg") no-repeat;
}

div#bannerPicContact {
	float: left;
	width: 420px;
	height: 226px;
	background: url("../img/site/banner/contact.jpg") no-repeat;
}

div#bannerPicJobs {
	float: left;
	width: 420px;
	height: 226px;
	background: url("../img/site/banner/jobs.jpg") no-repeat;
}

div#bannerText {
	float: left;
	width: 400px;
	height: 226px;
	padding: 0px 40px;
	background: url("../img/site/text_banner.jpg") repeat-x;
}

div#bText {
	margin-top: 20px;
}

h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
}

a.readmore {
	display: block;
	float: right;
	width: 110px;
	height: 48px;
	margin-top: 50px;
	background: url("../img/site/readmore.gif") no-repeat;
}

a.readmore:hover {
	background: url("../img/site/readmore_over.gif");
}

/* Content */

div#content {
	margin: 40px 20px;
}

div#content div#left {
	float: left;
	width: 640px;
}

div#content div#right {
	float: left;
	width: 205px;
	margin-left: 15px;
	padding: 0;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font: normal 18px "Arial", "Helvetica", sans-serif;
	color: #DE0059;
	border-bottom: solid 1px #CCCCCC;
}

hr {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-color: #CCCCCC;
}

p {
	padding-bottom: 10px;
	font-size: 12px;
}

p.intropara {
	padding-bottom: 20px;
}

dd, dt {
	margin: 0 30px;
	padding: 0;
	font-size: 12px;
}

dt {
	font-weight: bold;
	font-style: italic;
}

dd {
	padding-bottom: 10px;
}

/* Footer */

div#footer {
	margin: 20px;
	text-align: center;
}

/* image borders */

div.bordTop {
	width: 184px;
	height: 22px;
}

div.bordPho {
	width: 184px;
	text-align: center;
	background: url("../img/site/border_img.gif") no-repeat;
}

div.bordPho img {
	margin-top: 25px;
}

div.bordBot {
	width: 184px;
	height: 22px;
	margin-left: 1.1em;
	background: url("../img/site/border_bot.gif") no-repeat;
}

div.rightLink {
	text-align: center;
}

div.rightLink a, div.rightLink a:link, div.rightLink a:visited {
	color: #035DAF;
	font-size: 14px;
	text-decoration: none;
}

div.rightLink a:hover, div.rightLink a:active {
	text-decoration: underline;
}

/* News */

body#news div.item, body#home div.item {
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #EFEFEF;
}

body#news div.item.last, body#home div.item.last {
	border: none;
}

body#home div.homeBlock {
	margin: 1em 0;
	padding: 1em;
	background: #F4F4F4;
	border: 1px solid #EFEFEF;
}

body#news div.item h4, body#home div#content div.item h4 {
	padding-bottom: 0.2em;
}

body#news div.item h5, body#home div#content div.item h5 {
	margin-bottom:0.5em;
	color: #666666;
}

body#news p.p_link, body#home p.p_link {
	padding: 0.2em 0 0;
}

/* Sites */

div.sitesWrapper {
	float: left;
	width: 645px;
}

div.site {
	float: left;
	width: 215px;
	height: 120px;
	padding-bottom: 1em;
}

body#services div.site {
	height: auto;
}

body#services div.site div.bordPho {
	height: 190px;
}

div.site a img {
	padding-top: 5px;
}

div.site div.bordPho {
	height: 70px;
	margin-left: 1em;
	padding-bottom: 5px;
}

div.c {
	clear: both;
}

body#sites div.c {
	height: 10px;
	border-top: 1px solid #EFEFEF;
}

div.sitesList {
	float: left;
	width: 214px;
	margin-bottom: 1em;
	padding: 0 0 1em 0;
	border-left: 1px solid #EFEFEF;
}

div.sitesList ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

div.sitesList ul li {
	width: 100%;
	margin-bottom: 0.3em;
}

div.sitesList ul li h5 {
	margin-left: 1em;
}

div.sitesList a, div.sitesList a:link, div.sitesList a:visited {
	color: #373737;
	margin-left: 1.8em;
	font-size: 13px;
	text-decoration: none;
}

div.sitesList ul li.center a {
	padding-left: 2em;
}

div.sitesList a:hover, div.sitesList a:active {
	text-decoration: underline;
}

/* Team */

div.team {
	height: 90px;
	padding-bottom: 20px;
}

div.team img {
	margin-right: 20px;
}

/* Jobs */

body#jobs ul {
	margin-left: 1em;
	margin-bottom: 1.5em;
	padding-left: 1em;
}

/* Contact */

.contactLeft {
	float: left;
	width: 200px;
}

.contactRight {
	float: left;
	width: 250px;
}

.contactLeftLabel {
	float: left;
	width: 200px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 11px;
}

.contactRightLabel {
	float: left;
	width: 250px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 11px;
}

.contactTwoLabel {
	float: left;
	width: 400px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 11px;
}

.contactTwo {
	float: left;
	width: 400px;
}

#contactForm .text {
	padding: 2px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

#contactForm .subject {
	width: 362px;
}

#contactForm textarea {
	width: 362px;
	height: 100px;
	padding: 2px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

.submitBox {
	float: left;
	width: 370px;
	padding-top: 10px;
	text-align: right;
}

#sendButton {
	width: 69px;
	height: 30px;
	border: none;
}

