@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	font-weight: normal;
	background-color: #FFFFFF;
}
/* -------------- HEADER ------------- */ 

#header {
	height: 110px;
	width: 940px;
	margin: 0 auto;
}
#navBar {
	background-color: #e0dec7;
	height: 50px;
	background-image: url(images/navbar-bg.gif);
	background-repeat: repeat-x;
}
#nav {
	width: 940px;
	margin: 0 auto;
}
#nav ul {
	list-style-type: none;
	float: right;
	margin-top: 19px;
}
#nav ul li {
	font-size: 1.1em;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
}
#nav ul li a {
	text-decoration: none;
	color: #514e4e;
	padding: 7px 10px 6px 10px;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #ed1c26;
	border-bottom: solid 1px #e1dfc9;
}
#nav #currentpage a {
	color: #FFFFFF;
	background-color: #ed1c26;
	border-bottom: solid 1px #e1dfc9;
}
#nav a:focus, #nav a:active   {
	outline: none;
}

/* -------------- GREY BAR ------------- */ 

#greyBar {
	background-color: #666;
	height: 287px;
	background-image: url(images/stripes.gif);
	background-repeat: repeat;
	padding-top:13px;	
}
#slider {
	height: 274px;
	width: 940px;
	margin: 0 auto;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#greyBarNarrow {
	background-color: #666;
	height: 100px;
	background-image: url(images/stripes.gif);
	background-repeat: repeat;
}
#pageHeading {
	width: 940px;
	margin: 0 auto;
	padding-top: 29px;
}
#pageHeading h1 {
	color:#ccc;
}

/* -------------- SLIDER ------------- */ 

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	
	text-indent:-9999px;
	border:0;
}

.nivo-prevNav {
	left:10px;
	background:url(images/arrows.png) no-repeat;
}
.nivo-nextNav {
	right:10px;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	background-position: -30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	display: none;
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* -------------- MAIN CONTENT ------------- */ 

#mainContent {
	width: 940px;
	margin: 30px auto 30px auto;
}
#col-full {
	float: left;
	width: 940px;
}
#colLeft {
	float: left;
	width: 620px;
}
#colLeft ul, .newsPanel ul {
	list-style-type: none;
	margin-bottom: 14px;
	margin-top: 4px;
}
#colLeft ul li, .newsPanel ul li {
	padding: 1px 0 0 20px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	padding-bottom: 6px;
	line-height: 22px;
	color: #999999;
}
#colRight {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.sector {
	width: 276px;
	padding: 12px;
	background-image: url(images/box-grad.gif);
	background-repeat: repeat-x;
	margin-bottom: 14px;
}
.sectorImg {
	float:left;
	margin-right:12px;
}
.sector h2 {
	font-size: 1.8em;
	margin-bottom: 6px;
	color: #514e4e;
}
.sector p {
	line-height: 18px;
	color: #909090;
}
#featured {
	clear: both;
	float: left;
	width: 940px;
	padding-top: 16px;
	border-top: solid 1px #CCC;
	margin-top: 12px;
}
#project {
	background-color: #e0dec7;
	width: 276px;
	height:232px;
	padding: 12px;
	background-image: url(images/box-grad.gif);
	background-repeat: repeat-x;
}
#project p {
	float:left;
	margin-top: 9px;
	color: #4D4D4D;
	line-height:1.5;
}
.imgMore {
	float: right;
	margin-top: -28px;
	clear: both;
}
.more-up {
	margin-top: -47px;	
}
.projPanel {
	clear: both;
	float: left;
	width: 940px;
	padding-top: 16px;
	border-top: solid 1px #CCC;
	margin-top: 16px;
}
.projThumbs {
	font-size:0;
}
.projThumbs img {
	display: inline-block;
	margin-left: 20px;
}
.projPanel p {
	float: left;
	width: 300px;
	font-size: 11px;
}
.projPanel ul {
	float: left;
	width: 300px;
	list-style-type: none;
}
.projPanel ul li {
	font-size: 11px;
	color: #999999;
	line-height: 18px;
	margin-bottom: 6px;
}
.boldDkGrey {
	font-weight: bold;
	color: #514e4e;
}

.newsPanel {
	clear: both;
	float: left;
	width: 940px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
p.posted {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -10px;
	color: #F62228;
}
.newsPanel img {
	float: right;
	margin-left: 20px;
}
#lifestyle {
	float: left;
	width: 620px;
	padding-top: 16px;
	border-top: solid 1px #CCC;
	margin-top: 12px;
	margin-left: 20px;
}
.left {
	float:left;
	margin-right:20px;
}
.leftEspPix {
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}
.rightEspPix {
	float:left;
	margin-bottom: 20px;
}
.right {
	float:left;
	margin:0px;
}
img, img a {
	border: 0;
}
.imgLogo {
	float: left;
	margin-top: 16px;
}
.imgIcons {
	float: right;
	margin-top: 12px;
}
.imgLogoFooter {
	float: right;
	margin-top: 0px;
}
.imgCaption {
	width:300px;
	float:right;
	margin:0 0 12px 22px;
	text-align:right;
}
.imgCaption img {
	margin:0 0 12px 0;
}

p 	{
	font-size: 1em;
	line-height: 22px;
	color: #8D8D8D;
	margin-bottom: 10px;
}
.intro {
	color: #514e4e;	
}
h1, h2, h3, h4, h5, h6  {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1  {
	font-size: 2.6em;
	margin-bottom: 8px;
	letter-spacing: -1px;
	color: #514e4e;
}
h2  {
	font-size: 2em;
	margin-bottom: 12px;
	color: #514e4e;
}
h3 {
	font-size: 1.8em;
	margin-bottom: 18px;
	color: #514e4e;
}
h4 {
	font-size: 1.35em;
	margin-bottom: 12px;
	color: #514e4e;
}
a {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	color: #F62228;
}
/* ----------------------- CONTACT --------------------*/
#contactInfo {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#map_canvas {
	float: left;
	height: 156px;
	width: 620px;
}
#map_canvas_2 {
	float: left;
	height: 156px;
	width: 620px;
	margin:26px 0 0 0;
}
#contactInfo ul {
	list-style-type: none;
	margin-bottom: 14px;
	margin-top: 4px;
}
#contactInfo ul li {
	padding: 4px 0 0 0;
	font-size: 1em;
	padding-bottom: 6px;
	line-height: 14px;
	color: #999999;
}
#contact {
	float: left;
	clear:both;
	width: 360px;
	margin-top: 6px;
}
.clear {
	clear: both;
}
.buttons {
	float:left;
	overflow:hidden;
	margin: 20px 0 0 18px;	
}
a.button {
	display:table;
	margin: 0 8px 10px 0;
	background-color:#D9D5BE;
	color:#514e4e;
	text-decoration:none;
	line-height:2.8;
	padding:1px 10px 0 10px;	
}
a.button:hover {
	background-color: #E1DEC9;
}
.breadcrumbs {
	width:940px;
	margin:0 auto;
	padding:20px 0 0 0;	
}
#gall {
	width: 966px;
	margin: 18px auto 30px auto;
	overflow:hidden;
	font-size:0;
	
}
#gall img {
	display:inline-block;
	margin:13px;
}


/* -------------- FOOTER ------------- */ 

#footerBar {
	background-color: #666;
	background-image: url(images/stripes.gif);
	background-repeat: repeat;
	margin-top: 30px;
	padding-top: 26px;
}
#footer {
	width: 940px;
	margin: 0 auto;
}
#links, #headlines, #thumbs {
	width:300px;
}
.fade-area-1 {
	font-size:0;
}
.thumb {
	margin: 0 6px 6px 0;
	display:inline-block;
	padding: 1px;
	background-color: #666;
}
.thumbR {
	margin: 0 0 6px 0;
	display:inline-block;
	padding: 1px;
	background-color: #666;
}


#footer ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-top:-12px;
}
#footer ul li {
	font-size: 1.1em;
	line-height: 21px;
}
#footer ul li a {
	text-decoration: none;
	display: block;
	width:300px;
	color: #999999;
	padding: 8px 0 8px 0;
	border-bottom: solid 1px #666;
}
#footer ul li a:hover {
	color: #F62228;
}
#footer h3 {
	font-size: 1.8em;
	margin-bottom: 18px;
	color: #ccc;
}
#creds {
	clear: both;
	float: left;
	width: 940px;
	padding-top: 14px;
	border-top: solid 1px #666;
	margin-top: 36px;
	margin-bottom: 80px;
}
#creds p {
	font-size: 1em;
	color: #666666;
	line-height: 18px;
}
.webdesigner  {
	margin-top: 36px;
	font-size: 0.8em;
}
#creds a {
	text-decoration: none;
	color: #666666;
}
#creds a:hover {
	color: #F62228;
}
#team {
	clear: both;
	float: left;
	width: 940px;
	margin-top: 18px;
}
#mngt {
	width: 300px;
}
.mngt {
	font-size: 1.2em;
	font-weight: bold;
	color: #514e4e;
	line-height: 20px;
}
#mngt p {
	margin-top: 6px;
	color: #999999;
	margin-bottom: 2px;
}
.policyDL {
	float: left;
	margin: 0 16px 14px 0;
	width: 190px;
}
.policyDL img {
	margin-bottom: 8px;
	border: 1px solid #E4E4E4;
}
