﻿/*
/		RESET /RELOADED v1.0 by Eric Meyer 
/		www.meyerweb.com
--------------------------------------------------------------------------------------------------------*/

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;
	background: transparent;
}

body 				{ line-height: 1; }
ol, ul 				{ list-style: none; }
blockquote, q 	{ quotes: none; }

blockquote:before,
blockquote:after,+
q:before,
q:after 			{ content: ''; content: none; }

/* remember to define focus styles! */
:focus 			{ outline: 0; }

/* remember to highlight inserts somehow! */
ins 				{ text-decoration: none; }
del 				{ text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table 				{ border-collapse: collapse; border-spacing: 0; }


/*---CLEANER---*/
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
	}


/*---GLOBAL STYLE---*/

body {
    background-color:#694a47;
    font-family:Georgia, Serif;
    font-size:12pt;
	line-height:1.2em;
    color: #2B3146;	
	}

p { margin: 15px; }

img { border:0; }

a {	
	text-decoration: none; 
    color: #2B3146;
	}

.content a {	
	text-decoration: none; 
    color: #2B3146;
	}
	.content a:hover { color:#d37f44; }

.silhouette {
	background: url('../images/silhouette.v3.png') no-repeat 60px 30px;
	padding-top: 60px;
	}

.wrapper {
	background: url(../images/BG_Concept.jpg) no-repeat 0 0;
	width:1000px;
	margin:0 auto;

	padding-bottom: 1px;
	}

.wrapper h1 {
    font-size:30pt;
    color:#2B3146;
	text-align:center;
	padding-bottom: 10px;
	}

#banner {
    display: block;
 	background: url('../images/banner.v4.png') no-repeat top right;
	text-indent: -9999px;
	height: 85px;
	width: 575px;
	margin-left: 325px;
	}
    #banner a {
    display:block;
    position:relative;
    height: 100%;
    }

#homeSlides {
	height:525px;
	width:760px;
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
	}
	
.content {
	background:#d6c7af;
	overflow:auto;
	width:760px;
	margin: 30px auto 0 auto;
	}
	.home {
	height: 525px;
	}
	
.imageFloat {
	float: left;
	padding: 15px 15px 0 15px;
	}
	
	
#contactBox {
	text-align:center;
	margin: 100px 100px 30px 100px;
	padding:0 0 30px 0;
	font-size:16pt;
	line-height:1.05em;
	border-bottom: solid 2px #2B3146;
	}
.extLinks { text-align:center; } 	
.extLinks h2 { margin-bottom: 20px; }
.extLinks ul { margin-bottom: 100px; }
	
/* --Nav Properties-- */	
.mainNav {
    margin-top:10px;
    margin-right: 86px;
	width:520px;
	height: 50px;
	float:right;
	position:relative;
	}
	.mainNav a.homeNav { 
	display:block;
	background:url('../images/nav_home.png') no-repeat top;
	width: 106px;
	height: 50px;
	float:left;
	text-indent: -9999px;
	}
	.mainNav a.active { background-position:bottom }
	.mainNav a.homeNav:hover { background-position: bottom; }
	
	.mainNav a.galleryNav { 
	display:block;
	background:url('../images/nav_gallery.png') no-repeat top;
	width: 127px;
	height: 50px;
	float:left;
	margin-left:11px;
	text-indent: -9999px;	
	}
	.mainNav a.active { background-position:bottom }	
	.mainNav a.galleryNav:hover { background-position: bottom; }
	
	.mainNav a.visionNav { 
	display:block;
	background:url('../images/nav_vision.png') no-repeat top;
	width: 109px;
	height: 50px;
	float:left;
	margin-left:11px;	
	text-indent: -9999px;	
	}
	.mainNav a.active { background-position:bottom }	
	.mainNav a.visionNav:hover { background-position: bottom; }

	.mainNav a.contactNav { 
	display:block;
	background:url('../images/nav_contact.png') no-repeat top;
	width: 153px;
	height: 50px;
	float:left;
	text-indent: -9999px;	
	}
	.mainNav a.active { background-position:bottom }	
	.mainNav a.contactNav:hover { background-position: bottom; }
	
	
.tertiaryNav {
	float:left;
	margin-top: 250px;
	margin-left: 80px;
	}
.tertiaryNav a.bioNav {
	display: block;
	background:url('../images/leftnav_biography.gif') no-repeat top;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	}
	.tertiaryNav a.active { background-position:bottom; }
	.tertiaryNav a.bioNav:hover { background-position:bottom; }
	
.tertiaryNav a.resumeNav {
	display: block;
	background:url('../images/leftnav_resume.gif') no-repeat top;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	}
	.tertiaryNav a.active { background-position:bottom; }
	.tertiaryNav a.resumeNav:hover { background-position:bottom; }
	
/* --End Nav Properties-- */
	
	
	
	
/* --Gallery Properties-- */


ul#photoGallery {
    float: left;
	padding-left: 35px;
    height: 100%;
    }
    ul#photoGallery li {
    float: left;
    margin: 10px;
    }
    

/* --End Gallery Properties-- */

