* { padding: 0; margin: 0; }

body{
	background-color:#202020;
	padding: 0;
	color: #FFFFFF;
	}
#wrapper {
	width:870px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#masthead {
	text-align: left;
	position: relative;
	height: 40px;
	padding-right: 3px;
	padding-left: 3px;
	}
	
/******* Navigation *******/
#mainNav {
	width: 500px;
	text-align: right;
	float: right;
	margin-top: 15px;
	line-height: 20px;
	}
#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#mainNav ul li {
	padding: 0px 0px 0px 20px;
	color:#404040;
	display: inline;
	}
#mainNav .current{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	cursor: default;
	}
#mainNav .currentSection {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}
#mainNav ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	
/*****************************  ********************************/

#footer {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.clear {
	clear: both;
}
	
#siteCredit {
	font-size: 11px;
	color: #cccccc;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 14px;
}


/********** NEW STYLES************/


#masthead #branding {
	margin-top:12px;
	border:none;
}
#masthead #branding a img {
	border:none;
}

#siteCredit a{
color:#CCCCCC;
text-decoration:none;
}



/*
	#### Sample PhotoShelter Customization stylesheet ####

	This stylesheet implements some default styles for the PhotoShelter site.
	By including this stylesheet in your Custom Site Template, your pages 
	will emulate the look and feel of the standard PhotoShelter site.  

	This stylesheet does not illustrate all possible ways to manipulate the
	presentation of your Customized site. For a full list of CSS class 
	selectors available in the customization environment, please consult the 
	PhotoShelter Customization Tutorial:
	
	https://www.photoshelter.com/mem/home/help/custom/tut
*/

/* NOTE: you should be sure to apply your default font
  to all HTML elements listed below */
BODY, TD, TH, INPUT, SELECT {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
}

/* this removes all margins (spacing) around these HTML block elements */
FORM, P, H1, H2, H3, H4 {
	margin: 0;
}

/* ".input" is applied to tables which are used for form input
   (e.g. the Search form) */
TABLE.input TH {
	font-weight: bold;
}

/* "UL.thumbs" is used for all thumbnail displays */
/*
UL.thumbs LI {
	margin: 1px;
	height: 160px;
	background-color: #dddddd;
}

UL.thumbs LI:hover {
	background-color: #d4d4d4;
}

UL.thumbs LI TABLE TD {
	font: 10px Verdana;
}

UL.thumbs LI TABLE TD.slide {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
}

FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

FORM.image_keywords UL LI {
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}

FORM.search_box_refine SELECT {
	width: 150px;
}
*/
/* end stylesheet */

.sectiontitle {
font-size: 18px;
font-weight: bold;
color: #555555;
}

.btext {
font-size: 10px;
color: #333333;
}

p.caption {
	font-size: 10px;
	color: #333333;
}

p.imageTitle {
	font-size: 10px;
	color: #000;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.f_right {
float: right;
}

.f_left {
float: left;
}

UL.links {
	border-top: solid 1px #999999;
	margin-top: 10px;
	}

UL.links li{
	list-style-type: none;
	}
	

