html, body {
	margin: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	background-image: url('background.gif');
}

a {
	color: #eb8922;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-color: #eb8922;
}

h1 {

}

h2 {
	font-size: 14px;
	color: #eb8922;
}

div.container {
	width: 	990px;
	margin: auto;
}

div.navigation {
	float: left;
	width: 125px;
	padding-top: 100px;
}

div.inner {
	float: right;
	display: inline;
	width: 800px;
	margin-right: 60px;
	padding-top: 10px;
}

div.logo-con {
	width: 700px;
	text-align: right;
	float: right;
	display: inline;
}

div.header {
	float: right;
	display: inline;
	width: 800px;
	position: relative;
}

div.headerbg {
	z-index: -5;
	float: right;
	width: 800px;
	/*margin-bottom: -200px;*/
	
}
div.header {
	width: 800px;
	height: 200px;	
	background-image:url('header.png');
}

div.flashheader {
	background-image: none;
	z-index: 999;
	float: right;
	/*margin-top: -120px;*/
	/*position:relative;
	top:-120px;*/
	width: 800px;
	height: 370px;
}

div.content {
	z-index: 39;
	float: right;
	display: inline;
	width: 800px;
	padding:150px 0 70px 0;
	background-image: url('choppy.png');
	background-position: bottom;
}

div.contentbody {
	z-index: 40;
	float: right;
	display: inline;
	margin-left: 40px;
	margin-right: 40px;
}

div.contentleft {
	float: left;
	display: inline;
	width: 390px;
	margin-right: 20px;
}

div.contentright {
	float: right;
	display: inline;
	width: 290px;
}
div.contentleft table a.small {
	font-size:9px;
	color:#000000;
	text-decoration:none;
}
div.contentleft table a.small:hover {
	color:#eb8922;
}

div.footer {
	z-index: -5;
	position: relative;
	float: right;
	display: inline;
	margin-top: -30px;
	width: 800px;
}

div.dog {
	float: right;
	margin-top: -120px;
	margin-right: -25px;
	margin-bottom: -55px;
	overflow: visible;
	position: relative;
}


/*  ------------------------------------------------------------- Navigation style */

div.navigation ul {
	margin: 10px 0 0 15px; 
	padding: 0; 
}


div.navigation li {
	position: relative; 
	height: 30px;
	width: 110px;
	margin: 0; 
	padding: 0;
	float: left; 
	line-height: 30px;
	list-style: none; 
}

div.navigation li a {
	display: block; 
	height: 100%;
	text-decoration: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	overflow:hidden;
}


div.navigation li a.home {
	background-image: url('nav-home.png');
}

div.navigation li a.about {
	background-image: url('nav-about.png');
} 

div.navigation li a.news {
	background-image: url('nav-news.png');
} 

div.navigation li a.views {
	background-image: url('nav-views.png');
} 

div.navigation li a.clients {
	background-image: url('nav-clients.png');
} 

div.navigation li a.awards {
	background-image: url('nav-awards.png');
} 

div.navigation li a.contact {
	background-image: url('nav-contact.png');
} 

div.navigation li a:hover {
	background-position: 0px -30px; 
}

div.navigation li a span {
	visibility: hidden;
}


/*  ------------------------------------------------------------- Homepage style */

div.latestnews {
	/*background-color: #fce8d5;*/
	padding: 0 10px 10px 10px;
}

div.latestnews img {
	vertical-align: top;
	
}

div.latestnews div.article {
	display: inline;
}

div.newsimage {
	width: 60px;
	height: 55px;
	background-image: url('newsarticleimagebg.gif');
	background-repeat: no-repeat;
	padding: 12px;
	padding-left: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.latestnews div.article div.newssummary {
	width: 250px;
	padding-top: 10px;
	padding-left: 5px;
}

div.latestnews div.article hr {
	margin-top: 15px;
	width: 85%;
	height: 0px;
	border: 0px;
	border-top: 1px solid orange;
}

div.latestnews div.article a {
	text-decoration: none;
}


/* ------------------------------------------------------------------- client page styles */

div.clientblock {
	width: 145px;
	margin-bottom: 5px;
}

div.clientblock a {
	color: #eb8922;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
}

div.clientblock a:hover {
	text-decoration: underline;
}


/*  ------------------------------------------------------------- Positioning styles */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear-both {
	clear: both;
	
}


/*  ------------------------------------------------------------- Misc text formatting styles */


.textsmall {
	font-size: 11px;
}


.textgrey {
	color: #959595;
}

.textorange {
	color: #eb8922;
}

.textblack {
	color: #000000;
}

h1.textorange {
	font-weight: normal;
	margin-bottom: 5px;
}

h2.textorange {
	font-weight: normal;
	margin-bottom: 1px;
	font-size: 14px;
}

.textorange a {
	color: #eb8922;
	text-decoration: none;
}

.textblack a {
	color: #000000;
}



/****************************************************************************************** LIGHTBOX STYLES */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

