/* CSS Document */

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: left;
	background-color: #333;
}

#homelogo_container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	height: 350px;
	min-height: 350px;
	max-height: 350px;
	background: url(../images/layout/home_logo.jpg) bottom center no-repeat;
	clear: both;
}

#homenav_container {
	border: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-width: 625px;
	max-width: 625px;
	padding-top: 50px;
	padding-right: 175px;
	height: 205px;
	min-height: 155px;
	max-height: 155px;
	text-align: center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	text-align: right;
	clear: both;
	border: 1px solid #333;
}

#captionbox {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-width: 600px;
	max-width: 600px;
	height: 50px;
	max-height: 50px;
	padding-left: 200px;
	font: 18px Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	/*margin: 0px 0px 0px 0px;*/
	border: 1px solid #333;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height: 450px;
	max-height: 450px;
	padding-left: 200px;
	background: url(../images/layout/side_logo.jpg) bottom left no-repeat;
	border: 1px solid #333;
	clear: both;
}

#portfolio_paddingadjustment {
	padding-top: 0px;
	min-height: 405px;
	max-height: 405px;
	min-width: 600px;
	max-width: 600px;
	border: 1px solid #333;
}

#subnav_container {
	width: 599px;
	min-width: 599px;
	max-width: 599px;
	min-height: 50px;
	max-height: 50px;
	clear: both;
	/*float: left;*/
	border: 1px solid #333;
}

#profile_paddingadjustment {
	padding-top: 50px;
	padding-right: 50px;
	min-height: 355px;
	max-height: 355px;
	min-width: 550px;
	max-width: 550px;
	border: 1px solid #333;
}

#contact_paddingadjustment {
	padding-top: 100px;
	min-height: 305px;/*325*/
	max-height: 305px;
	min-width: 600px;
	max-width: 600px;
}

.thumb_container {
	width: 299px;
	min-width: 298px;
	max-width: 298px;
	height: 250px;
	min-height: 230px;
	max-height: 230px;
	padding-top: 20px;
	float: left;
	border: 1px solid #333;
	color: #33cc00;
	background-color: inherit;
}

#pic_navigator_container {
	width: 599px;
	min-width: 560px;
	max-width: 560px;
	min-height: 98px; /*95*/
	max-height: 98px;
	padding-right: 39px;
	clear: both;
	/*float: left;*/
	border: 1px solid #333;
}

#slideshow_container {
	width: 599px;
	min-width: 599px;
	max-width: 599px;
	/*height: 350px;*/
	min-height: 350px; /*346*/
	max-height: 350px;
	text-align: center;
	overflow: hidden;
	/*padding-right: 39px;*
	clear: both;
	/*float: left;*/
	border: 1px solid #333;
}

#rthumb_adjustment {
	clear: right;
}

.index_footer {
	text-align: center;
}

#pressthumb_spacing{
	margin: 0px 10px 10px 0px;
	float: left;
}

.wrap_image {
	float: left;
	margin: 0px 10px 0px 0px;
	padding-bottom: 50px;
	padding-top: 5px;
}

.justify_profile{
	text-align: justify;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	height: 20px;
	max-height: 20px;
	font-size: 10px;
	/*margin: 10px 0px 0px 0px;*/
	/*border: 1px solid #fff;*/
}

/* LIST STYLES */

#nav_main{
	font: 12px Arial Narrow, Helvetica, sans-serif;
	color: #999;
	list-style: none;
	padding: 0px;
	float: right;
}

.nav_home_margin {
	margin: 10px 0px 0px 0px;
}

.nav_main_margin {
	margin: 40px 0px 0px 0px;
}

.nav_main_list{
	float: right;
	margin: 10px;
	letter-spacing: 2px;
}

.nav_folio_margin {
	margin: 10px 0px 0px 0px;
}

.nav_gallery_margin {
	margin: 0px 0px 0px 0px;
}

#nav_folio{
	font: 12px Arial Narrow, Helvetica, sans-serif;
	color: #999;
	list-style: none;
	padding: 0px;
	/*float: left;*/
}

.nav_folio_list{
	float: left;
	margin: 0px 10px 0px 0px;
	letter-spacing: 2px;
}

.presso_list{
	float: left;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
}

#active_nav_main{
	color: #33cc00;
	font-weight: bold;
	background-color: inherit;
}

/*.email_link{
	color: #33cc00;
	font-weight: bold;
	background-color: inherit;
}*/

#null_nav {
	color: #666;
	background-color: inherit;
}

/* ANCHORS */

a.silver:link, a.silver:visited, a.silver:active{
	color: #999;
	text-decoration: underline;
	background-color: inherit;
}

a.silver:hover{
	color: #fff;
	background-color: inherit;		
}

a.orange:link, a.orange:visited, a.orange:active{
	color: #ff9900;
	text-decoration: underline;
	background-color: inherit;
}

a.orange:hover{
	color: #ffcc00;
	background-color: inherit;	
}

a.green:link, a.green:visited, a.green:active{
	color: #33cc00;
	text-decoration: underline;
	background-color: inherit;
}

a.green:hover{
	color: #66ff33;
	background-color: inherit;		
}

/* TEXT FORMATTING */

#subtitle{
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 30px;
	text-transform: uppercase;
}

p{
	line-height: 20px;
	letter-spacing: 1px;
}

/* IMAGE FORMATTING */

img{
	border: none;
	
}




