@charset "utf-8";
/* CSS Document */

body {
	behavior:url("http://webandgraphicsdesign.com/css/csshover.htc");
	margin:5px 0px 0px 0px;
	padding:0;
	background: #c3d3d7 url(../images/interface/blueback.jpg) repeat;

}

#wrapper {
	margin:0 auto 0 auto;
	padding:0;
	width:1000px;
}

/*MASTHEAD*/

#masthead {
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

.topRow {
	height:8px;
	background-color:#544236;
}


/*CONTENT*/

a:link, a:active, a:visited {
	color:#42352e;

}


a:hover {
	color:#257c96;

}

#contentWrapper{
	display:block;
	background: url(../images/interface/background_content.jpg) repeat-y;
}

#content {
	width:950px;
	height:auto;
	display:block;
	padding:10px;
	margin-right:10px;
	margin-left:10px;
	z-index:-1;
}



#content p, ul, li {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#42352e;
	text-align:left;
	line-height:1.3em;

}

.bullet {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#42352e;
	text-align:left;
	font-size:1em;
	list-style-type:none;
	margin-left:10px;
	padding:0px;

}

#content ul{
	padding:0px;
	margin:0px;

}

#content .title{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
	color:#257c96;
	margin-bottom:10px;
	border-bottom: dotted #257c96 1px;
}

#content .header{
	font-weight:bold;
}

#contentOverlayWrapper {
	width:970px;
	height:75px;
	display:block;
	margin-left:0px;
	padding:0px;
	position:relative;
}

#contentOverlay {
	position:absolute;
	left:9px;
}




.photo_left{
	display:inline;
	padding:3px;
	border: #42352e solid 1px; 
	float:left;
	margin-right:10px;
	
}


.photo_right{
	display:inline;
	padding:3px;
	border: #42352e solid 1px; 
	float:right;
	margin-left:10px;
	
}

/*PHOTOGRAPHY PAGE*/

.photo-div{
	height:950px;
	display:block;
}


.photo-divider{
	width:30px;
	height:923px;
	background:url(../images/interface/divider2.png) repeat-y; 
	display:inline;
	float:left;
	margin-left:10px;
	margin-top:15px;
}


.panorama {
	height: 950px;
	width: 430px;
	display: block;
	float:left;
	position:relative;
	overflow: auto;
	padding:0px;
	margin: 10px;
	z-index:0;

}

.panorama-images {
	display: block;
	overflow: hidden;
	height: 56px;
	width: 400px;
	margin-bottom:5px;
	border: #fff solid 2px;
	
}	

.panorama-images:hover {
	border: #257c96 solid 2px;
	
}

.panorama-images img {
	display: block;
	
}

.panorama a img {
	border: 0;

}

/*PRESENTATION PAGE*/
.presentation-div{
	height:400px;
	width:930px;
	}
	


.video-div{
	width:290px;
	display:inline;
	float:left;
	margin:10px;
	
}


.video-div img{
	border: #42352e solid 1px;
	padding:3px;
	margin: 5px 0px 0px 0px;
	
}

/*FOOTER*/

#footerWrapper{
    width:1000px;
	height:54px;
	background: url(../images/interface/footer.png) no-repeat;
	text-align:center;	
	
}

.footer {
	font-size:.8em;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#42352e;
	text-transform:uppercase;
	text-align:right;
	padding-right:5px;
	margin-top:10px;
}