body {
	background-color:#FFFFFF;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, li, p, blockquote,  
pre, form, fieldset { margin: 0; padding: 0;font-family: DistrictThin, Verdana; }
#contentWrapper {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

#photographyContentContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: none;
	text-align: center;
}

#pageFooterNav {
	position: absolutex;
	height: 40px;
	width: 100%;
	text-align: center;
	background: url(../images/footerShadow.png) repeat-x top;
	/* left: 0px; */
	display: block;
	z-index: 200;
	top: 0px;
}
#pageFooterNav #pageFooterHiddenMenuContainer ul {display: block;}
#pageFooterNav #pageFooterHiddenMenuContainer li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#logo {
	background: url(../images/bigLogo.gif) no-repeat;
	height: 309px;
	width: 894px;
	left: 198px;
	top: 196px;
	display: block;
	margin: 100px 0 0 5%;
}

#contactBox {
	background: url(../images/contactBox.png) no-repeat;
	height: 254px;
	width: 476px;
	position: absolute;
	left: 70px;
	top: 62px;
	padding: 25px 0 0 0;
	color: #444;
	z-index: 100;
	visibility: hidden;
}

label, .textBox {display: block;float: left;height: 1.5em;}
label {text-align: right;width: 145px;letter-spacing: 4px;}

.textBox, .textBoxLarge {border: solid 1px #85b1de;background-color: #F0F2FA;}
.textBox, .dropDown, .textBoxLarge, .falseInput {margin: 0 0 0 15px;width: 250px;text-align: left;}

.textBoxLarge {display: block;float: left;height: 80px;}
.textBox:focus, .textBoxLarge:focus {border: 2px solid #900;}

.inputButton {margin: 10px auto;width: 100px;display: block;background-color: #F8F8F8;border: thin solid #F8F8F8;position: absolute;left: 31px;top: 183px;}
.inputButton:hover {border-bottom: 2px solid gray; border-right: 2px solid gray;}

.inputBlock {height:25px;padding:6px 0px 5px 0px;margin: 0;text-align: right;}

#pageFooterHiddenMenuContainer {position: relative;width: 800px;margin: 0 auto;text-align: center;padding: 8px 0 0 0;}

#contactBoxClose {position: absolute;left: 6px;top: 15px;}
#contactBox #contactBoxClose a:link, #contactBox #contactBoxClose a:visited {color:#444;text-decoration: none;cursor: pointer;}
#contactBox #contactBoxClose a:active, #contactBox #contactBoxClose a:hover {color:#orange;text-decoration: none;}

#webDesignContainer-Small {
	background-image: url(../images/webDesign.png);
	background-repeat: no-repeat;
	background-position: 80% top;
	height: 500px;
	/*padding: 100px 0 0 15%;*/
	font-size: 0.8em;
	margin: 0;
	padding: 100px 0 0 6%;
}
#webDesignContainer-Large {
	background-image: url(../images/webDesign.png);
	background-repeat: no-repeat;
	background-position: 80% top;
	/*padding: 100px 0 0 15%;*/
	font-size: 1em;
	margin: 0;
	padding: 100px 0 0 0;
}
#webDesignContainer-Small #detailText {
	width: 350px;
	height: 500px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 0.8em;
}

#flashcontent {
	width: 850px;
	height: auto;
	margin: 0 auto;
	/* padding: 48px 0 0 0; */
	background-image: url(../images/photography.png);
	background-repeat: no-repeat;
	background-position: top right;
	overflow: visible;
	text-align: center;
	position: relative;
	z-index: 0;
	min-height: 100px;
	}
	#flashContent a {
		color: black;
		text-decoration: none;
	}
	
#myMovie {margin: 0; padding: 0;}
#mySmallMovie {margin: 0;padding: 0;}
a.whoAmI_Nav {
	background-image: url(../images/navs/whoAmI.png);
	background-repeat: no-repeat;
	width: 121px;
	display: block;
	text-decoration: none;
	height: 32px;
	float: left;
}
a.whoAmI_Nav:hover  {background-position: -121px 0px;float: left;}
a.photography_Nav {background-image: url(../images/navs/photography.png);background-repeat: no-repeat;
width: 166px;
	display: block;
	text-decoration: none;
	height: 32px;
	float: left;
}
a.photography_Nav:hover {background-position: -166px 0px;float: left;}
a.webDesign_Nav {
	background-image: url(../images/navs/webDesign.png);
	background-repeat: no-repeat;
	width: 154px;
	display: block;
	text-decoration: none;
	height: 32px;
	float: left;
}
a.webDesign_Nav:hover {background-position: -154px 0px;float: left;}
a.contact_Nav {
	background-image: url(../images/navs/contact.png);
	background-repeat: no-repeat;
	width: 101px;
	display: block;
	text-decoration: none;
	height: 32px;
	float: left;
}
#pageFooterHiddenMenuContainer a.contact_Nav:hover {background-position: -101px 0px;float: left;}
.navListSpacer {
	background-image: url(../images/navs/spacer.png);
	background-repeat: no-repeat;
	width: 76px;
	text-decoration: none;
	height: 32px;
	display: block;
	float: left;
}
/*********************************** WHO AM I *********************************************/
#whoAmIContainer-Small {
	background-image: url(../images/whoami.png);
	background-repeat: no-repeat;
	background-position: 80% top;
	height: 500px;
	padding: 100px 0 0 6%;
	font-size: 0.8em;
}
#whoAmIContainer-Large {
	background-image: url(../images/whoami.png);
	background-repeat: no-repeat;
	background-position: 80% top;
	height: 500px;
	padding: 100px 0 0 15%;
	font-size: 1em;
}
#whoAmIContainer-Large a:link,#whoAmIContainer-Small a:link, #whoAmIContainer-Large a:visited, #whoAmIContainer-Small a:visited {text-decoration: none;color:#555555;}
#whoAmIContainer-Large a:active, #whoAmIContainer-Large a:hover, #whoAmIContainer-Small a:active, #whoAmIContainer-Small a:hover {text-decoration: none;color: #orange;}

#whoAmIContainer-Small li {
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 20px;
}
#whoAmIContainer-Large li {
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 20px;
}
#whoami { /* h1 */
	background-image: url(../images/smallA.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 35px;
	margin: 0 0 10px -45px;
	color: #555555;
	font-size: 2em;
	height: 38px;
}

/*******************************************************************************/
#webDesignContainer-Large ul {margin: 0 0 20px 0;}
#webDesignContainer-Small ul {margin: 0 0 20px 0;}

#webDesignContainer-Large li {display: inline-block;width: 180px;margin: 0 50px;}
#webDesignContainer-Small li {display: inline-block;width: 180px;margin: 0 25px;}

#webDesignContainer-Large #detailText {
	width: 350px;
	height: 550px;
	float: left;
	padding: 0;
	margin: 0 0 0 150px;
	font-size: 1em;
}
#webDesignContainer-Small #detailText {
	width: 350px;
	height: 500px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 0.8em;
}
.webDesignExtLink:link, .webDesignExtLink:visited {text-decoration: none;color: #555555;}
.webDesignExtLink:active, .webDesignExtLink:hover {text-decoration:none;color: orange;}



#listWrapper {
	float: left;
}

#webDesignLargeContentWrapper {
	width: 1100px;
	padding: 0 0 0 1%;
}
#webDesignSmallContentWrapper {width: 900px;}

#detailText ul li {display:block;}
#detailText p {margin: 0;}
#detailText h1 {color:#555555;font-size: 1.5em;margin: 20px 0 5px 0;}
.smallWebSheet {margin: 50px 0 0 5%;}
.smallWebSheet ul {margin:0 0 20px 0;}
.smallWebSheet li {margin: 0 20px 0 0;}
.bigWebSheet {margin: 75px 0 0 15%;}
.bigWebSheet ul {margin: 75px 0 50px 0;}
.bigWebSheet li {margin: 0 40px 0 0;}
#smallWorld {font-size: 8px;}
#bigWorld {font-size: 1em;}
.webListIcons, #listWrapper img {display: block;}
.webListIcons {margin: 0 0 0 20px;font-size: 10px;width: 100px;}
.webListIcons a:link, .webListIcons a:visited {text-decoration: none;color:#555555}
.webListIcons a:hover, .webListIcons a:active {text-decoration: none;color: orange;}
#pageFooterHiddenMenuContainer #naviagationLarge {display:none;}
#pageFooterHiddenMenuContainer #naviagationSmall {display:none;}
#contactBox #contactName {
	background-image: url(../images/contactName.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
#contactBox #contactEmail {
	background: url(../images/contactEmail.gif) no-repeat right 8px;
}
#contactBox #contactUrl {
	background: url(../images/contactUrl.gif) no-repeat right 8px;
}
#contactBox #contactMessage {
	background: url(../images/contactMessage.gif) no-repeat right 8px;
}
#contactBox #contactBoxThankYou {
	display: none;
	background-image: url(../images/thankYou.gif);
	background-repeat: no-repeat;
	width: 424px;
	height: 53px;
	margin: 45px auto; 
}
#contactBox #pageFooterHiddenMenuContainer {
	display: block;
}
#homeIcon {
	position:absolute;
	left: 10px;
	top: 12px;
}
#pageFooterNav #flashError {
	position: absolute;
	right: 9px;
	top: -107px;
	display: none;
	width: 226px;
	height: 114px;
	background-image: url(../images/flashErrorBkg.png);
	padding: 30px 0 0 10px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	text-align: left;
}
#pageFooterNav #flashError #flashErrorWindow {
}
/* -------------------------------------------------------------------- NEW SITE ELEMENTS ------------ */
#pageContainer { margin: 0 auto; height: 550px; width: 96%; }
#pageContainer #topBar {
	height: 43px;
	z-index: 10;
	position: relative;
}
#nameLogo {
	height: 180px;
	background-color: white;
	background-image: url(../../images/layout/nameLogo.gif);
	background-repeat: no-repeat;
	background-position: 20px 55px;
	margin: 150px auto 0 auto;
	width: 900px;
	position: relative;
}
#bottomBar {
	height: 448px;
	//background-image: url(../../images/layout/images/bottomColors.gif);
	//background-repeat: repeat-x;
	display: block;
	padding: 100px 0 0 0;
}
#indexNavigation {
	width: 425px;
	height: 170px;
	border-left: #4c4540 thick solid;
	padding: 35px 0 0 0;
	float: right;
	background-color: #03BED1;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 36pt;
	font-weight: lighter;
	margin: 30px 0 10px 50px;
}
#photographyNav {
	background-image: url(../../images/layout/photographyNav.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 405px;
	display: block;
}
#webdesignNav {
	background-image: url(../../images/layout/webdesignNav.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 405px;
	display: block;
	margin: 20px 0 0 0;
}
#bottomBar #indexNavigation a {
	margin: 20px 0 0 0;
	display: block;
}
#pageContainer ul {
	position: absolute;
	top: 448px;
	left: 221px;
	width: 300px;
	font-size: .8em;
}
#pageContainer ul li { list-style-type: none; display: inline; margin: 0 0 0 10px; }

#smallNameLogo {
	background-image: url(../../images/layout/nameLogoSmall.gif);
	background-position: 15px 0;
	background-repeat: no-repeat;
	height: 65px;
	width: 220px;
	position: absolute;
	top: 5px;
	left: 25px;
}
#smallNameLogo ul {
	margin: 40px 0 0 0;
}
#smallNameLogo ul li {
	list-style-type: none;
	display: inline;
	margin: 0 2px 0 0;
	font-size: .8em;
}
#smallNameLogo a {
	text-decoration: none;
	color: #340C0A;
	/*font-size: .8em;*/
}


#recently_added {
	position: absolute;
	width: 395px;
	height: 56px;
	left: 208px;
	top: 446px;
}
#pageContainer #recently_added li {display: block; }
#recently_added li a { color: #555555; text-decoration: none; }
#recently_added_title { color:#444444; font-size: 2em;}

