body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	margin: 0px;
	font-weight: normal;
	color: #000000;
}
a {
	color: #F1F5DC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
/*Site title Duwan Dunn Portfolio*/
#title {
	background-color: #f1f5dc;
	width: 100%;
	margin: 0px;
	background-image: url(title_images/duwan_portfolio.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	height: 58px;
}
#port {
	float: left;
}
#title img {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#thumbs {
	width: 450px;
	margin-left: 430px;
	height: 58px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#thumbs img {
	margin: 4px 10px 0px 0px;
}

/*Nav Bar running down side*/
#nav_bar {
	width: 21px;
	margin-left: 10px;
	clear: both;
	margin-top: 30px;
	float: left;
}
#nav_bar ul {
	margin: 0;
	padding: 0px;
}
#nav_bar li {
	margin: 10px 0 20px;
	padding: 0px;
	
}
/*These styles set the background image and rollover for the nav bar titles*/

li#simage {
	background-image: url(title_images/imagery_side_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 21px;
}
li#simage:hover {
	background-image: url(title_images/imagery_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li#sprint {
	height: 106px;
	width: 21px;
	background-image: url(title_images/print_side_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li#sprint:hover {
	background-image: url(title_images/print_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li#sphoto {
	height: 110px;
	width: 21px;
	background-image: url(title_images/photo_side_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li#sphoto:hover {
	background-image: url(title_images/photo_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li#sweb {
	height: 95px;
	width: 21px;
	background-image: url(title_images/web_side_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li#sweb:hover {	
	background-image: url(title_images/web_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*Nav Bar these are place holder images for when the specific page is selected and therefore the page name no longer appears in the nav bar*/
#photography #sphoto, #imagery #simage, #print_design #sprint, #web_design #sweb {
	background-image: url(spacer.gif);
	background-repeat: repeat;
}

/*page Title widths and images */
#photography #page_title {
	margin-left: 305px;
	margin-top: 5px;
	width: 370px;
	background: url(title_images/photography.gif) no-repeat 0px top;
	height: 37px;
	padding: 0px;
}
#imagery #page_title {
	margin-left: 305px;
	margin-top: 5px;
	width: 320px;
	background: url(title_images/imagery.gif) no-repeat 68px top;
	height: 37px;
	padding: 0px;
	}
#web_design #page_title {
	margin-left: 305px;
	margin-top: 5px;
	width: 355px;
	background: url(title_images/web_design.gif) no-repeat 24px top;
	height: 37px;
	padding: 0px;
}
#print_design #page_title {
	margin-left: 305px;
	margin-top: 5px;
	width: 360px;
	background: url(title_images/print_design.gif) no-repeat 6px top;
	height: 37px;
	padding: 0px;
}

/* Rollovers for sub catagories are set here */
.reportage a, .art a, .portrait a, .identity a, .ads a, .sites a, .anima a, .flash a{
	color: #75786d;
	text-decoration: none;
}
.reportage a#per, .art a#tra, .portrait a#rop, .identity a#edi, .ads a#sda, .sites a#set, .anima a#noi, .flash a#hsa {
	color: #F1F5DC;
}
.reportage a:hover, .art a:hover, .portrait a:hover, .identity a:hover, .ads a:hover, .sites a:hover, .anima a:hover, .flash a:hover {
	color: #F1F5DC;
	text-decoration: underline;
}

/*Portfoliio descriptions and images*/
#catintro {
	width: 750px;
	left: 89px;
	position: absolute;
	top: 109px;
}
#cattext {
	background-color: #F1F5DC;
	width: 300px;
	margin-left: 150px;
	padding: 5px;
}
#thumbspics {
	width: 120px;
	float: left;
}
#thumbspics img {
	margin-right: 10px;
	margin-bottom: 10px;
}


/*Descriptions of portfolio pieces inside #catintro*/
#descript {
	background-color: #F1F5DC;
	width: 200px;
	float: left;
	padding-bottom: 5px;
}
#descript p, h3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

/*Portfolio image inside #catintro*/
#catimg {
	margin-left: 220px;
}


#descript ul a {
	color: #008fa3;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
#descript ul a:hover {
	color: #FFFFFF;
	background-color: #cccc00;
	margin: 0px;
	padding: 0px;
}
#descript ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 5px;
}
#descript li {
	margin: 0px;
	padding: 0px;
}
#descript a:hover {
	color: #7C906A;
}
#descript a {
	color: #7BD72B;
	font-size: 18px;
}


/*Individual page styles*/
#pics img {
	border: 3px solid #FFFFFF;
	vertical-align: middle;
}

#pic_nav {
	position: absolute;
	left: 520px;
	top: 0px;
	margin: 0px;
}





#me_pic {
	background-color: #000000;
	background-image: url(index_images/me4.jpg);
	height: 1000px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: -80px -90px;
	margin: 0px;
	border: thin solid #000000;
	float: left;
}

/*Index page styles*/
#index_photo {
	background-image: url(title_images/photo_trans.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 187px;
	margin-top: 15px;
	margin-left: 245px;
}
#index_web {
	background-image: url(title_images/web_trans.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 163px;
	margin-top: 210px;
	margin-left: 210px;
}
#index_image {
	background-image: url(title_images/imagery_trans.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 240px;
	height: 37px;
	width: 119px;
}
#index_print {
	background-image: url(title_images/print_border_01.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 181px;
	margin-top: 15px;
	margin-left: 230px;
}
#intro {
	background-color: #F1F5DC;
	width: 350px;
	margin-top: 150px;
	margin-left: 470px;
	padding: 10px;
}

/*These next 4 styles set up the DHTML rollover for the before and after examples on the imagery page*/
#jean {
	position: absolute;
	left: 370px;
	top: 50px;
	z-index: 2;
	height: 450px;
	width: 321px;
	background-image:  url(imagery_images/jeanell2.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
}
#jean_org {
	height: 450px;
	width: 321px;
	background-image: url(imagery_images/jeanell_org2.jpg);
	z-index: 1;
	position: absolute;
	left: 220px;
	top: 0px;
	border: 2px solid #FFFFFF;
	background-repeat: no-repeat;
}
#ari {
	position: absolute;
	left: 370px;
	top: 50px;
	z-index: 2;
	height: 450px;
	width: 298px;
	background-image: url(imagery_images/ariadne.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
}
#ari_org {
	height: 450px;
	width: 298px;
	background-image: url(imagery_images/ariadne_orig.jpg);
	z-index: 1;
	position: absolute;
	left: 220px;
	top: 0px;
	border: 2px solid #FFFFFF;
	background-repeat: no-repeat;
}
#senior_pic {
	position: absolute;
	left: 370px;
	top: 50px;
	z-index: 2;
	height: 450px;
	width: 298px;
	background-image: url(imagery_images/senior_pic.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
}
#senior_pic_org {
	height: 450px;
	width: 298px;
	background-image: url(imagery_images/senior_pic_org.jpg);
	z-index: 1;
	position: absolute;
	left: 220px;
	top: 0px;
	border: 2px solid #FFFFFF;
	background-repeat: no-repeat;
}

#conres {
	float: right;
	z-index: 50;
}


p {
	margin-top: 0px;
}

/*Entire site Styles*/
.red {
	color: #AC682A;
}
.red_lg {
	color: #AC682A;
	font-size: 24px;
}
.floatright {
	float: right;
}
#page_title ul {
	margin: 0px;
	list-style-type: none;
	text-align: right;
	padding: 0px;
	vertical-align: top;
	
}
#page_title li {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	vertical-align: top;
}


a:hover {
	color: #75786d;
}

a:hover {
	color: #F1F5DC;
	text-decoration: underline;
}

#expla {
	width: 600px;
	margin-top: 10px;
	margin-left: 50px;
	background-color: #F1F5DC;
	padding: 5px;
	float: left;
}
#expla ul {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 10px;
	float: left;
	padding: 0px;
}
#expla li {
	width: 60px;
	margin-bottom: 5px;
	text-align: center;
	margin-left: 0px;
	list-style-type: none;
	font-size: 12px;
}


#photography #catimg img, #print_design #catimg img {
	border: 3px solid #FFFFFF;
}
.floatleft {
	float: left;
}
#intro h1 {
	font-size: 22px;
	font-weight: bold;
	color: #AC682A;
	margin: 0px 0px 10px;
}
.ahc_pics {
	height: 220px;
	width: 400px;
	color: #FFFFFF;
	text-align: center;
}
.ahc_pics img {
	margin-right: 10px;
	margin-top: 0px;
}
.ahc_pics a {
	color: #F1F5DC;
	text-decoration: none;
}
.ahc_pics a:hover {
	text-decoration: none;
	color: #8A8D80;
}
#ahc_descript {
	font-size: 12px;
	color: #000000;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-top: 50px;
	background-color: #F1F5DC;
	padding-bottom: 10px;
	width: 70px;
	padding-right: 5px;
	padding-left: 5px;
}
