

/*COLOURS
#aaaaaa nav grey
#d9d7d0  1px border grey
#128078  aqua green
#000000  black 
#cf899a salmon pink
*/

/*RESET*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	font-family: Helvetica, Georgia, Sans-serif;
		font-size: 12px;color: #000000;
		}
		
ol, ul {
	list-style: none;}
	

p 		{ margin: 8px 5px 8px 5px; 
line-height: 150%;}


a:link, a:visited {text-decoration: none;color: #aaaaaa;}
a:hover {color: #FF0000;text-decoration: none;}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16pt;
	line-height: 150%;
	color: #128078;
	padding: 5px;
}


h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14pt;
	line-height: 150%;
	color: #128078;
	padding: 5px;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	line-height: 150%;
	color: #128078;
	padding: 5px;
}

hr {
	border: 1px solid #d9d7d0;
}


/*CLASSES*/
.floatLeft {float: left;}
.floatRight{float: right;}
.clear{clear: both;}


/*NAVIGATION*/

#topNav {
	float: right;
	margin-right: 30px;
}

#topNav ul {
	
}

#topNav ul li {
	display: inline;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	font-size: 9pt;
}

#topNav ul li a {
	color: #aaaaaa;
}

#topNav ul li a:hover {
	color: white;
}


/*MAIN*/

#header {
	background: url(images/mainHeaderPic.jpg) no-repeat;
	height: 349px;
	border-bottom: 1px solid #d9d7d0;
}

#pageShadow {
	background-image: url(images/pageShadow.jpg);
	background-repeat: repeat-y;
	width: 1120px;
	margin: 0 auto;
	
}

#pageWrap{
	width: 1020px;
	margin: 0px auto;
	background-color: white;

}

#topBar {
	height: 50px;
	background: url(images/topBarGradientBg.jpg) repeat-x;
	border-bottom: 1px solid #d9d7d0;
	position: relative;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 345px;
	height: 30px;
	position: relative;
	top: 10px;
	left: 30px;
	text-indent: -9999px;
}

#mainContentWrap {
	width: 960px;
	margin: 0px auto;
}

#mainContent {
	margin-bottom: 30px;
	margin-top: 25px;
	position: relative;
}

#mainContent2 {
	margin-bottom: 30px;
	margin-top: 25px;
	position: relative;
}

.headlineContent1 {
	width: 300px;
	min-height: 200px;
	background-image: url(images/1Big.jpg);
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 30px;
}

.headlineContent2 {
	width: 300px;
	min-height: 200px;
	background-image: url(images/2Big.jpg);
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 30px;
}

.headlineContent3 {
	width: 300px;
	min-height: 200px;
	background-image: url(images/3Big.jpg);
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

.headlineContent4 {
	width: 300px;
	min-height: 200px;
	
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 30px;
}

.headlineContent5 {
	width: 300px;
	min-height: 200px;
	
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 30px;
}

.headlineContent6 {
	width: 300px;
	min-height: 200px;
	
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

.readMore {
	float: right;
	font-style: italic;
	color: #128078;
	font-size: 90%;
	width: 35%;
	vertical-align: baseline;
}

.readMore img {
	float: left;
	padding-right: 5px;
}

.readMore a {
	color: #18a096;
}

.readMore a:hover {
	color: #aaaaaa;
}

.seeMore {
	float: left;
	font-style: italic;
	color: #128078;
	font-size: 90%;
	width: 35%;
	vertical-align: baseline;
}

.seeMore a:hover {
	color: #128078;
}



#socialMediaBar {
	position: relative;
	float: right;
	top: -10px;
	right: 0px;
}

#socialMediaBar img {
	padding-left: 15px;
}

#sidebar {
	
}






/*FOOTER*/


#footer{
	margin-top: 20px;
	overflow: hidden;
	padding: 15px 0px 15px 0px;
	background-color: #128078;
}

#footer p{
	font-size: 8pt;
	line-height: 12pt;
}

#footerContentWrap {
	width: 960px;
	margin: 0 auto;
}

.footerContent1 {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 30px;
}

.footerContent2 {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 30px;
}

.footerContent2 a:hover{
	color: white;
}

.footerContent3 {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-top: 30px;
}


#footerContentWrap h3 {
	color: white;
	border-bottom: 1px solid white;}
	
	
	
/*SERVICES PAGE*/

#servicesSidebar {
	width: 250px;
	float: left;
	border-right: 1px solid #d9d7d0;
	margin-top: 45px;
}

#servicesSidebar a:hover{
color: #128078;
}



#servicesMain {
	width: 670px;
	float: right;
}

.servicesMainHeader {
	background-image: url(images/ServiceHeader.jpg);
	background-repeat: no-repeat;
	height: 100px;
	overflow: hidden;
	position: relative;;
}

.servicesMainHeader h2{
	position: relative;
	top: 60px;
	text-transform: uppercase;
	color: white;
}

#servicesMain p{
	line-height: 150%;
}


/*PORTFOLIO*/


#portfolioMainHeader {
	background-image: url(images/ServiceHeader.jpg);
	background-repeat: no-repeat;
	height: 100px;
	overflow: hidden;
	position: relative;;
}

#portfolioMainHeader h2{
	position: relative;
	top: 60px;
	text-transform: uppercase;
	color: white;
}

#portfolioMain p{
	line-height: 150%;
}

#portfolioMain img{
	padding-top: 5px;
}

#portfolioMain {
	width: 670px;
	float: right;
}

.portfolioImagesWrap {
	margin-bottom: 40px;
}

/* END PORTFOLIO*/



/*PORTFOLIO NEW*/

.polaroidWrap {
margin-top: 20px;
}

.polaroid {
	float: left;
	margin-right: 53px;
}

.polaroidLast {
	float: left;
	margin-right: 0px;
}

/*END PORTFOLIO NEW*/



/*CONTACT PAGE*/

#contactSidebar {
	width: 250px;
	float: left;
	border-right: 1px solid #d9d7d0;
	margin-top: 45px;
}

#contactSidebar p{
	line-height: 150%;
}

#formWrap {
	margin: 45px 0 50px 0;
}


/* @group lightbox*/

/* lightbox styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* @end */



/* @group form */


/* form */


form {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 10px 0;
	width: 500px;
}

form fieldset {
	border: 0;
}


form div {
	float: left;
	margin: 0 0 15px 0;
	width: 358px;
}


form label {
	float: left;
	width: 58px;
	text-align: right;
}


form input {
	float: right;
	padding: 3px 1px 0 1px;
	width: 285px;
	height: 17px;
	border: 1px solid #777;
}

form input:focus {
	background-color: lightgoldenrodyellow;
}


form textarea {
	float: right;
	padding: 1px;
	width: 285px;
	height: 198px;
	border: 1px solid #777;
}

form textarea:focus {
	background-color: lightgoldenrodyellow;
}

form button {
	float: left;
	margin: 0 0 0 68px;
	width: 68px;
	font-family: "gill sans", arial, helvetica, sans-serif;;
	color: #555;
	background-color: #fff;
	border: 1px solid #777;
}

form button:hover {
	color: #000;
	cursor: pointer;
}


/* @end */

