/* "SchoolPhotos" banner */
div#mainbanner {
	background-image: url(../../images/top-banner_locations.jpg);
}

/* content */
div#contentwrapper_photo
{
	width:798px;
	border: 1px #B8D7FD solid; 
	clear:both;
	display:table;
}

/* content right long version */
div#contentwrapper_photo .content_right_long
{
	width:798px;
	float:right;
	background-color: #fff;
}

/* content right long version */
div.content_right_long h2
{
	background-image: url(../../images/titleSeparator.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-left: 10px;
	margin-right: 10px;
	width: 680px;
	color: #008ac1;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.list_folder
{
	list-style-image: url(../../images/folder.gif);
	background-position: center;
	margin-left: 20px;
	padding-left: 40px;
}

.list_folder li
{
	font-family: Helvetica;
	font-size: 14px;
}

.list_pic
{
	margin-left: 15px;
}

.list_pic li
{
	list-style: none;
	font-family: Georgia,Serif;
	width: 185px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border: 1px solid #CDCDCD;
	text-align: center;
	color: #6E6E6E;
	display: block;
	float: left;
}

.list_pic img
{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: none;
	border-bottom: 1px solid #CDCDCD;
	width: 175px;
	height: 105px;
}