/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4b4b4d;
	background: #363639;
}

a.green, a, a:link { color: #11860c; text-decoration: none; font-weight: bold; }
a:hover { color: #2d372f; text-decoration: underline; }
h1 {
	color: #000;
	font-size: 1.6em;
}
h2 {
	color: #4db848;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: capitalize;
}
h2 span { font-size: 1.5em; }

h3 {
	color: #4b4b4d;
	font-size: 1.2em;
}

table { border-collapse: collapse; border: 0; background: none ; margin-bottom: 20px; }
table td { padding: 5px; line-height: normal; vertical-align: top; }
table th { 
	color: #534c40;
	font-size: 1.1em;
	padding: 0 5px 2px 5px;
	border-bottom: 1px solid #ede8e0;
}
input { padding: 2px; color: #707072; }
input.text { border: 1px solid #dbd1c2; }
option { padding: 1px 3px 1px 2px; }
ul, ol { margin: 10px 0 10px 35px; }
ul li {
	margin: 0;
	padding: 0 0 10px 12px;
	list-style: none;
	line-height: normal;
	background: url('/images/green-bullet.gif') 0 5px no-repeat;
}
ol li {
	margin: 0;
	padding: 0 0 10px 0px;
	line-height: normal;
}
p { margin: 0 0 20px 0; padding: 0; }

img { border: 0; }
img.l { margin: 8px 10px 0 0; border: 3px solid #bfb29d; }
img.r { margin: 8px 0 0 10px; border: 3px solid #bfb29d; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }
.email_confirm { display: none; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .79em; }
.large { font-size: 1.19em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

.hide { display: none; }

.bar { border-bottom: 1px solid #bebebf; padding-bottom: 10px; margin-bottom: 10px; }

.green { color: #4db848; }
.dark-green { color: #334d35; }
.dark-gray, .dark-grey { color: #363639; }

p.intro { 
	color: #448742;
	line-height: 1.6em;
	font-size: 1.2em;
}

.wrap {
	width: 924px;
	text-align: center;
	margin: 0 auto;
}

#header {
	height: 164px;
	background: url('/images/bg-header.jpg') top center no-repeat;
}
#logo {
	float: left;
	width: 271px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#logo p { margin: 0; padding: 5px 0 0 0; }
#search-tagline {  margin: 0 0 0 325px;	height: 120px;}#search-tagline p {  text-align: center;  padding: 35px 0 0 0;  margin: 0;  color: #FFFFFF;  font-size: 18px;}
#nav {
	float: left;
	padding: 0 0 0 47px;
	font-size: 1.8em;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav ul li { /* all list items */
	float: left;
	width: 120px;
	height: 120px;
	margin: 0; 
	padding: 0;
	background-image: none;
}
#nav ul li.TopNavl1 {
}
#nav ul li.separator {
	width: 1px;
	height: 120px;
	background: url('/images/bg-nav-pipe.png') bottom left no-repeat;
}
#nav ul li a {
	display: block;
	width: 120px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 49px 0 48px 0;
}
#nav ul li.active a,
#nav ul li a:hover {
	color: #FFFFFF;
	background: url('/images/bg-nav-hover.png') top left no-repeat;
}

#photo-contest #nav { font-size: 1.5em;  }
#photo-contest #nav ul li { width: 85px; }
#photo-contest #nav ul li a { width: 85px; font-weight: bold; padding: 51px 0 50px 0; }
#photo-contest #nav ul li.separator {	width: 1px; }
#photo-contest #nav ul li.active a,
#photo-contest #nav ul li a:hover { background: url('/images/bg-nav-hover.png') top center no-repeat; }

#nav ul li ul { /* second-level lists */
	position: absolute;
	background: #4db848; /* Please change this */
	width: 242px;
	margin: 1px 0 0 0;
	padding: 0;
	font-size: .79em;
	font-weight: bold;
	text-align: left;
	left: -999em;
	z-index: 999;
}
#nav ul li ul li {
	width: 242px;
	height: auto;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #e1e6e1;
	border-bottom: 1px solid #3f683f;
}
#nav ul li ul li.first { border-top: 0; }
#nav ul li ul li a {
	display: block;
	width: 232px;
	height: auto;
	margin: 0; 
	padding: 5px;
}
#nav ul li ul li a:hover { background-image: none; background-color: #344e36; }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

#sub-nav {
	clear: both;
	text-align: left;
	color: #FFFFFF;
	background-color:#990000;
}
	#sub-nav a { color: #FFFFFF; }
	#sub-nav a:hover { color: #4db848; }
	
	#home-search,
	#search, 
	#admin-links{ 
		float: left;
	}
	
	#login-account-links {
	float: right;
	}
	
	#home-search { padding: 14px 10px 0 0; }
	#search { padding: 8px 0 0 0; margin-right: 0;width: 200px; height: 36px;}

	#admin-links { 
		width: 200px;
		padding: 17px 0px 0 0;
		margin-left: 0px;
		text-align: right;
	}
	#admin-links a { position: relative; font-size: 12px; }
	
	#home-search {
		font-weight: bold;
		font-size: 1.4em;
	}
	#search input { float: left;}
	#search input.text {
		margin: 3px 5px 0 0;
		border: 1px solid #b3b3b3;
		width: 80px;
		font-size: 10px;
		line-height: 11px;
	}

	#login-account-links { 
		width: 320px;
		padding: 17px 0px 0 0;
		margin-left: 0px;
		text-align: right; 
	}
	#login-account-links a { position: relative; font-size: 12px; }

#home-content {
	font-size: 1.1em;
	line-height: 1.4em;
	background: url('/images/middle-bg.gif') bottom center repeat-x #FFFFFF;
}

#home-content2 {
	font-size: 1.1em;
	line-height: 1.4em;
	background: url('/images/middle-bg.gif') bottom center repeat-x #FFFFFF;
	height: 390px;
	overflow: hidden;
	text-align: center;
}

#home_intro_text {
	margin-top: 20px; 
	width: 190px;
	height: 350px;
	float: left;
}
#home_intro_text p {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
}
#home-slideshow { 
	margin-top: 5px; 
	background-color: #efefef; 
	width:722px; 
	height:350px;
	float:right;}

#slider {
    position:relative;
    top: 0;
    width:722px; /* Change this to your images width */
    height:350px; /* Change this to your images height */
    background:url(/site/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
} 
 

#become-a-member {
	float: left;
	width: 197px;
	font-size: 1.1em;
	margin-right: 1px;
	padding: 15px 0 0 0;
	text-align: left;
}
#become-a-member a { font-weight: normal; }

#login-flash {
	float: left;
	width: 526px;
	text-align: left;
}
#home-flash { border: 4px solid #b3a38a; background-color: #FFFFFF; width:518px; height:265px;}
#int-flash { border: 4px solid #b3a38a; background-color: #FFFFFF; width:518px; height:325px;}

	#tire-bg {	}
	#tire-bg p { margin: 0; padding: 0 0 10px 0; }
	#tire-bg ul { margin: 0 0 0 10px; padding: 0; 
		background: url('/images/bg-members-tire.gif') bottom right no-repeat;
	}
	#tire-bg ul li { margin-bottom: 0 0 3px 0; padding-bottom: 0; }

#login-boxOLD {
	margin: 5px 0 5px 0;
	padding: 15px 15px 5px 15px;
	background: url('/images/bg-login.gif') bottom repeat-x #f4eee5;
	border: 1px solid #e1dbd2;
	color: #7d7261;
}
#login-box {
	display: none;
}
	#login-box a { color: #7d7261; }
	#login-box a:hover { color: #363639; }
	#login-box h2 { color: #448742; text-align: left; }
	
	#login-form { float: right; }
	#login-form input { float: left; margin: 0 5px 0 0; }
	#login-form input.text { width: 135px; 	font-size: 10px; line-height: 11px; }
	#login-form input.submit { margin: -3px 0 0 0; position: relative; }
	#forgot-register { 
		text-align: right;
		padding: 10px 53px 0 0;
	}
	#account-text { width: 200px; float: right; text-align: right; }	
	#logout-form { padding-bottom: 0; font-size: 1.1em; }
	#logout-form p { margin: 0; padding: 0 0 5px 0;	}
	#logout-form h2 { float: left; padding-top: 3px; padding-bottom: 3px; }
	#logout-form h3 {	margin: 0 0 10px 0;	}

	#interior-header #account-text {  padding-right: 125px; }
	#interior-header #logout-form { padding-bottom: 0; font-size: 1.1em; }
	#interior-header #logout-form h3 { margin: 0; padding: 0 0 5px 0;	}
	#interior-header #logout-form p { margin: 0; padding: 0 0 5px 0;	}
	
#newsletter-difference {
	float: left;
	width: 199px;
	text-align: left;
}
#newsletter {
	position: absolute;
	width: 223px;
	margin: -40px 0 0 0;
	background: url('/images/bg-newsletter-page.png') top left no-repeat;
}
#newsletter .padding { padding: 55px 30px 0 30px; }
#newsletter input { margin: 0 0 5px 0; }
#newsletter input.submit { margin: 3px 10px 10px 0; }

#enter-contest-callout {
	position: absolute;
	z-index: 200;
	width: 223px;
	margin: -40px 0 0 0;
}

#home-content #make-a-different .bar { margin-left: 20px; }

#make-a-difference { margin-top: 0; }
#make-a-difference .padding {
	padding: 0 0 0 20px;
}
#make-a-difference .bar { margin-bottom: 10px;}
#make-a-different p { margin: 0; padding: 0; }

#home-bottom {
	font-size: 1.1em;
	line-height: 1.4em;
	background: url('/images/bg-home-middle.gif') top center repeat-y #f4eee5;
	padding-bottom: 10px;
}
#upcoming-events,
#blog-posts,
#resources {
	float: left;
	text-align: left;
}

#upcoming-events { width: 250px; padding: 15px 50px 0 0; color: #534c40; }
#upcoming-events p { font-size: 1.1em; }
#upcoming-events a { color: #534c40; font-weight: bold; }
#upcoming-events a:hover { color: #4db848; }

#blog-posts { width: 300px; padding: 15px 60px 20px 20px;}
#blog-posts p { font-size: 1.1em; }
#blog-posts a, #interior-right a { font-weight: normal; color: #534c40; }
#interior-right a:hover { color: #4db848; }

#resources { width: 240px; padding: 15px 0 0 0; }
#resources p { font-size: 1.1em; }
#resources a { color: #534c40; font-weight: normal; }
#resources a:hover { color: #4db848; }


#resources p,
#upcoming-events p,
#blog-posts p  { padding: 10px 10px 10px 0; margin: 0; }



#interior-header {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 2px 0 2px 0;
	background: #FFFFFF;
	display: none;
}
	#interior-header .wrap { text-align: center; }
	#interior-header #login-box { margin-right: 115px; }
	#interior-header #login-form { float: right; margin-right: 300px; }
	#interior-header #forgot-register { padding: 0 353px 0 0;	}
	
	#interior-header #newsletter {
		text-align: left;
		z-index: 500;
		float: left; 
		margin: -47px 0 0 708px;
	}
	#interior-header #enter-contest-callout {
		text-align: left;
		z-index: 500;
		float: left; 
		margin: -47px 0 0 708px;
	}
			
#interior-shadow {
	position: absolute;
	height: 17px;
	width: 100%;
	float: left;
	background: url('/images/interior-shadow.png') top repeat-x;
}

#interior-content {
	font-size: 1.1em;
	line-height: 1.4em;
	background: #f3ede4; background: url('/images/bg-interior-content.gif') top center repeat-y #f3ede4;
}
#interior-content .wrap {
	width: 924px;
	text-align: center;
	margin: 0 auto;
}

#interior-content-wide {
	font-size: 1.1em;
	line-height: 1.4em;
	background: #f3ede4; background: url('/images/bg-interior-content-wide.gif') top center repeat-y #f3ede4;
}
#interior-content-wide .wrap {
	width: 924px;
	text-align: center;
	margin: 0 auto;
}

#interior-left {
	width: 707px;
	text-align: left;
	float: left;
	font-size: 1.2em;
	line-height: 1.6em;
}
#interior-wide {
	width: 925px;
	text-align: left;
	float: left;
	font-size: 1.2em;
	line-height: 1.6em;
}
#interior-left .padding,
#interior-wide .padding { padding: 25px 40px 25px 40px; }
#interior-left h1,
#interior-wide h1 {
	color: #4baf47;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1.6em;
}
#interior-left h3,
#interior-wide h3 {
	color: #4baf47;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.1em;
}
#interior-left h2,
h3.tablehead2,
#interior-wide h2 {
	color: #534c40;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom: 1px solid #ede8e0;
}
#interior-left h2 a,
#interior-wide h2 a {
	color: #534c40;
}
#interior-left h2 a:hover,
#interior-wide h2 a:hover { color: #11860c; text-decoration: none; }
#interior-left ul li,
#interior-wide ul li {	background: url('/images/green-bullet.gif') 0 7px no-repeat; }

#interior-left .tight-list ul,
#interior-left #media-pages ul { margin: 0 0 0 10px; padding: 0; }
#interior-left .tight-list ul li,
#interior-left #media-pages ul li { margin-bottom: 3px; padding-bottom: 0; }


#interior-right {
	float: left;
	text-align: left;
	width: 214px;
	margin-left: 3px;
	background: url('/images/bg-interior-right.gif') top left repeat-x;
}

#interior-right .padding { padding: 0 10px 0 10px; }
#interior-right #make-a-difference { margin-top: 10px; }
#interior-right #make-a-difference { padding-top: 10px; }

#library-header {
	clear: both;
	padding: 10px;
	text-align: right;
	border: 1px solid #c9beab;
	border-bottom: 0;
	background-color: #d8eed7;
}
#library-content {
	border: 1px solid #c9beab;
	border-top: 0;
	padding: 10px 25px 0 25px;
}

#library-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#library-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#library-nav ul li a {
	display: block;
	margin: 0;
	width: auto;
	border: 1px solid #2d752a;
	border-bottom: 0px;
	color: #FFFFFF;
	background: url('/images/bg-sub-nav.gif') top center no-repeat #2d752a;
}
#library-nav ul li a span { 
	display: block;
	padding: 6px 10px 5px 10px;
	border: 1px solid #FFFFFF;
	border-bottom: 0px;
}
#library-nav ul li a:hover { background-image: none; background-color: #2d752a; text-decoration: none; }

#library-nav ul li.inside-shadow { 
	width: 6px; 
	height: 29px;
	padding: 0;
	background-color: #FFFFFF;
	background: url('/images/bg-sub-nav-middle.gif') bottom left no-repeat;
}
#library-nav ul li.left-shadow { 
	width: 8px; 
	height: 29px;
	padding: 0;
	background-color: #FFFFFF;
	background: url('/images/bg-sub-nav-left.gif') bottom left no-repeat;
}
#library-nav ul li.right-shadow { 
	width: 8px; 
	height: 29px;
	padding: 0;
	background-color: #FFFFFF;
	background: url('/images/bg-sub-nav-right.gif') bottom left no-repeat;
}

#library-nav ul li ul { /* second-level lists */
	position: absolute;
	background: #4db848; /* Please change this */
	width: 202px;
	margin: 0 0 0 1px;
	padding: 0;
	font-size: .89em;
	font-weight: bold;
	text-align: left;
	left: -999em;
	z-index: 999;
}
#library-nav ul li ul li {
	width: 202px;
	height: auto;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #e1e6e1;
}
#library-nav ul li ul li.first { border-top: 0; }
#library-nav ul li ul li a {
	display: block;
	width: 192px;
	height: auto;
	margin: 0; 
	padding: 5px;
	background-image: none;
}
#library-nav ul li ul li a:hover { background-image: none; background-color: #344e36; }
#library-nav li:hover ul, #library-nav li.sfhoverint ul { /* lists nested under hovered list items */
	left: auto;
}
#library-nav li:hover, #library-nav li.sfhoverint {
	position: static;
}
#library-content a { font-weight: normal; }
#library-content h3 a,
#library-content a h3 { font-weight: bold; }
#library-content ul { margin: 5px 0 0 0; padding: 0; }
#library-content li { padding-bottom: 15px; margin: 0; }
#library-content li p { margin: 0; padding: 0 0 10px 0; }
#library-content h3 { color: #363639; }

#library-content ul.folders li {
	padding-left: 85px;
	background: url('/images/folder-icon.gif') 0px 0px no-repeat;
}
#library-content ul.downloads li a {
	background: url('/images/arrow-right-icon.gif') 0px 0px no-repeat;
	padding-left: 20px;
}

#footer {
	padding: 20px 0 20px 0;
	color: #FFFFFF;
	font-size: 1.1em;
	background: url('/images/bg-footer.gif') top center repeat-x;
}
#footer a { color: #FFFFFF; font-weight: normal; }
#footer a:hover { color: #4db848; }
#footer p {
	margin: 0;
	padding: 0 0 2px 0; 
}
#footer-nav a { margin: 0 5px 0 5px; }
#footer a.bwm:hover { color: #4c8fcd; }

/*.breadcrumbs { display: none; } */





/*
    Formatting Buttons
------------------------------------------------------ */

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}
.buttonInsert table { margin: 10px 0 0 0; }

#interior-left table.member-organization { width: 606px; border: 2px solid #ede8e0; border-top: 0; background-color: #f4eee5; }
h4 { margin: 0; padding: 0; font-size: 1em; font-weight: bold; }
h4 a { display: block; border-bottom: 2px solid #ede8e0; margin-top: 10px; padding: 5px 2px 1px 5px; }
h4 a:hover { background-color: #EEEEEE; text-decoration: none; }

#interior-left table.member-organization td.left-cell,
#interior-left table.member-organization td.right-cell {  }
#interior-left table.member-organization h3 { color: #363639; border-bottom: 1px solid #363639; margin: 0 0 0 0; padding: 0 0 3px 0; }
.scroll-box { height: 200px; overflow: auto; border: 2px solid #EDE8E0; padding: 10px; margin: 0 0 25px 0; }

.photo-contest-right {
	margin-top: 70px;
}
#email-updates-form input.text { width: 180px;	margin: 0 0 5px 0; }
#email-updates-form input.submit { float: right; margin: 5px 0; }

#submit-photo-form {
	padding: 15px 15px 0 15px;
	border: 1px solid #BEBEBF;
	background: #F9F6F3;
}
#submit-photo-form label { 
	width: 150px; 
	margin: 0 10px 5px 0;
	color: #334d35;
}
#submit-photo-form input.text { width: 250px; margin: 0 0 5px 0; }
#submit-photo-form input.l.checkbox { margin: 2px 5px 15px 0; }
#submit-photo-form .photo-block label { padding-left: 15px; }


#photo_2,
#photo_3,
#photo_4,
#photo_5,
#photo_6,
#photo_7,
#photo_8,
#photo_9,
#photo_10,
#photo_11,
#photo_12,
#photo_13,
#photo_14,
#photo_15,
#photo_16,
#photo_17,
#photo_18,
#photo_19,
#photo_20,
.add-photo-21 a,
.category-Submitted { display: none; }

a.category-block {
	float: left;
	width: 230px;
	margin: 5px 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid #E1DBD2; 
	background: url('/images/bg-login.gif') bottom repeat-x; 
}
div.photo_contest_category {
	border-bottom: 4px solid #E1DBD2; 
	overflow: hidden;
	margin-bottom: 15px;
}

div.photo_contest_category i {
	color: #999;
}

a.category-block2 {
	width: 100%;
	margin: 0px;
	padding: 10px;
	text-align: left;
}
#interior-left a.category-block {
	width: 260px;
}
a.category-block .category-name, a.category-block2 .category-name { font-size: 1.2em; font-weight: bold; display: block; padding: 0 0 2px 0; }
a.category-block .total-photos, a.category-block2 .total-photos { font-size: .79em; color: #37363C; font-weight: normal; }
a.category-block:hover { background: #CABEAB; text-decoration: none; }
a.category-block:hover .category-name { color: #11860c; }
a.category-block:hover .total-photos { color: #37363C; }

.photo-block { float: left; width: 565px; margin: -40px 0 0 0; background: #F9F6F3; }

.recent-image-link a {
	padding: 2px;
	display: block;
	border: 1px solid #37363C;
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}
.recent-image-link a span { display: block; width: 100px; height: 100px; overflow: hidden; text-align: center; }

#interior-left #recent-gallery { margin-left: 27px; }

.gallery_photo_view_photo {
	width: 500px;
	float: left;
	margin-right: 10px;
}
.gallery_photo_view_details {
	width: 300px;
	float: left;
}

.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:500px; 
}
#interior-left .content {
	display: none;
	float:right;
	width:400px; 
}
.content a, .navigation a {
	text-decoration: none;
	color: #777;
}
.content  a:focus, .content  a:hover, .content  a:active {
	text-decoration: underline;
}
.controls {
	clear: both;
	margin: 0 0 10px 0;
	height: 16px;
	font-size: .89em;
	border-bottom: 1px solid #E1DBD2; 
}
.controls a {
	padding: 5px;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}

.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
.slideshow {
	clear: both;
}
.slideshow span.image-wrapper { display: block; text-align: center; }
.slideshow a.advance-link {  }
.slideshow img { border: 1px solid #E1DBD2; padding: 2px; margin: 0 0 10px 0; }
.download {
	float: right;
	padding: 2px 0 0 0;
}
.download a { color: #11860c }
.embox {
	clear: both;
	border: 1px solid #E1DBD2;
	background-color: #F4EEE5;
	padding: 12px;
}
.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

.image-desc { }
.image-desc p { margin: 0; padding: 10px 0 10px 0; }
.image-desc iframe { position: absolute; width: 1px; height: 1px; left: -999em; }

.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#interior-wide ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#interior-wide ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	background: none;
}

#interior-left ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#interior-left ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
	background: none;
}

/* We're loading the full sized image page in an iframe to "cheat" and update the total number of views per image */
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #E1DBD2;
	width: 55px;
	height: 55px;
	text-align: center;
	overflow: hidden;
}
a.thumb span { display: block; width: 55px; height: 55px; overflow: hidden; text-align: center; }
ul.thumbs li.selected a.thumb {
	background: #E1DBD2;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {}
.pagination { clear: both; }
.navigation .top {
	margin-bottom: 12px;
	height: 11px;
}
.navigation .bottom {
	margin-top: 12px;
}
.pagination a, .pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

.category-listings { height: 225px; }
.category-listings table { clear: left; margin-left: 13px; width: 240px; }
.category-listings table td { padding-left: 10px; text-align: center; }
.category-listings table td div { width: 105px; }


.newest-photos td { width: 99px; text-align: center; }
.newest-photos .thumbs a {
	padding: 2px;
	display: block;
	margin: 0 auto;
	border: 1px solid #37363C;
	width: 75px;
	height: 75px;
	text-align: center;
	overflow: hidden;
}
.newest-photos .thumbs span { display: block; width: 75px; height: 75px; overflow: hidden; text-align: center; }


.photo-search-results { float: left; width: 605px; padding: 0 0 15px 0; }

.photo-search-results .result { 
float: left; 
display: inline; 
margin: 0;
width: 104px;
height: 100px;
margin: 0 7px 10px 8px;
text-align: center;
font-size: .79em;
line-height: normal;
}
.photo-search-results .result a.image {
	padding: 2px;
	display: block;
	width: 100px;
	height: 60px;
margin: 0 0 1px 0;
	text-align: center;
	overflow: hidden;
	border: 1px solid #37363C;
}
.photo-search-results .result a span { display: block; width: 100px; height: 60px; overflow: hidden; text-align: center; }

.next-previous { clear: both; padding-top: 15px; border-top: 1px solid #CCCCCC; }

.logos img {margin:2px;}
