@charset "UTF-8";
/* CSS Document */


body {
	background: #fff;
	}

.testBorder { border: 1px dashed #900; }
	
	
/* BASE RULES */

a:link, a:visited, a:active {
	color:#900;
	text-decoration: none;
	}

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

a {
  	outline: none;
	}

div, a, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, form, textarea, body, label, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font: 12px/19px "Lucida Grande", Arial, sans-serif;
	color: #333;
	text-decoration: none;
	} 

p {
	padding-bottom: 20px;
	}

h1 {
	font-size:1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	}
	
.morespace10 { margin-top: 10px; }
	
.morespace5 { margin-top: 5px; }

.morespace10-bottom { padding-bottom: 10px; }
	
.morespace5-bottom { margin-bottom: 5px; }


/* CONTENT OVERIDES */

.white { color:#fff; }

.black { color:#000; }

.red { color:#900; }

.i { font-style:italic; }

.b { font-weight:bold; }

.ni { font-style:normal; }

.lc { text-transform:lowercase; }

.uc { text-transform:uppercase; }

.sc { font-variant:small-caps; }

.rt { text-align:right; }

.lt { text-align:left; }

.ct { text-align:center; }

.jt { text-align:justify; }


/* DIV STYLING */

#wrapper {
	width: 1050px;
	margin: auto;
	/*border: 1px dashed #900;*/
	}
	
#logo {
	width: 850px;
	height: 65px;
	margin:0;
	padding: 0;
	}	
	
#image {
	width: 850px;
	margin:0;
	padding: 0;
	}
	
#image .feature_galleries table {
	border: 1px dotted #ccc;
	padding: 5px;
	}	
	
#thumb {
	width: 850px;
	margin:0 0 35px 0;
	padding: 5px 0 5px 0;
	border: 1px dotted #ccc;
	}
	
#thumb img {
	border: 0;
	padding: 6px;
	}
	
#caption {
	width: 850px;
	height: 10px;
	line-height: 10px;
	margin:0 0 30px 0;
	padding: 0;
	font-size: 11px;
	color:#666;
	}	

#caption a {
 	font-size: 11px;
	padding: 0 0 0 12px;
	}
	
#caption a:link, #caption a:visited, #caption a:active {
	color:#666;
	text-decoration: none;
	}

#caption a:hover	{
	color: #900; 
	text-decoration: underline; 
	}
	
#description {
	font-size: 12px;
	color:#666;
	padding: 0 10px;
	}
	
#galleries {
	float: right;
	width:550px;
	padding: 0px 40px 10px 0;
	border-left: 1px dotted #ccc;
}

#galleries h2 {
	padding-left: 50px;
}

#galleries ul {
	margin-bottom: 20px;
	margin-left: 45px;
}
	
#about {
	background: #fff;
	padding-left:2px;
	
	float: left;
	width: 350px;
}

#nav {
	padding: 0 0 10px 0;
	}
	
#nav a, #subnav a {
	color:#666;
	}
	
#nav a:link, #nav a:visited, #nav a:active, #subnav a:link, #subnav a:visited, #subnav a:active {
	color:#666;
	text-decoration: none;
	}

#nav a:hover, #subnav a:hover	{
	color: #900; 
	text-decoration: none; 
	}
	
.topColourBar {
	width: 850px;
	margin: 5px 0 25px 0;
	}	
	
#psMainCustom {
	padding: 0 0 10px 0;
	border: 0;
	line-height:1.5em;
}

/*.sectiontitle  {
	font-size:1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	color:#333333;
	}*/
	
/*# SPAN.search_box: SPAN containing "Search Archive" label of the search box.*/

SPAN.search_box {
	color:#666;
	}

.search {
	padding-top: 12px;
	
	}
	
.search input.search_box {
	width: 150px;
	padding: 2px;
	font-size: .85em;
	border: 1px solid #ccc;
	}

.advancedSearch, .advancedSearch a {
	font-size: .75em;
	margin-right: 65px;
	}
		
#footer-bar {
	width: 850px;
	margin: 25px 0 0 0;
	padding: 0;
	}
	
#footer {
	width:850px;
	margin:25px auto 0 auto;
	padding:0;
	}
	
#copyright {
	clear:both;
	width:1060px;
	margin: 0 auto 20px auto;
	padding: 30px 0 0 0 ;
	}
	
#footer h2, #copyright h2, #about h2, #galleries h2 { 
	color:#333; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: .1em;
	margin: 0 0 20px 0;
	}
	
#flash {
	margin-bottom: 45px;
	z-index: 0;
	position: relative;
}

#flash h2 { 
	color:#333; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: .1em;
	margin: 0 0 10px 0;
	}
	
#copyright li {
	text-align:center;
	display:inline;
	list-style:none;
	padding:0 5px 0 0;
	color: #333;
	font-size: 11px;
	}
	
#footer li, #sidebar li {
	display:inline;
	list-style:none;
	}
	
#footer a:link, #footer a:visited, #footer a:active, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color:#900;
	text-decoration: none;
	}

#footer a:hover, #sidebar a:hover	{
	color: #900; 
	text-decoration: underline; 
	}
	
#copyright a {
 	font-size: 11px;
	}
	
#copyright a:link,#copyright a:visited, #copyright a:active {
	color:#900;
	text-decoration: none;
	}

#copyright a:hover	{
	color: #900; 
	text-decoration: underline; 
	}
	
#infoTable {
	padding-bottom: 25px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	}


.date {
	font-size: 10px;
	text-transform: capitalize;
	letter-spacing:normal;
	color:#999;
}

.date a {
	font-size: 10px;
	text-transform: capitalize;
	color:#999;
	text-decoration:none;
}

.date a:hover {
	font-size: 10px;
	text-transform: capitalize;
	color:#900;
	text-decoration:underline;
}

.sectiontitle, h1 {

font-size: 18px;
margin-top: 5px;
margin-bottom: 10px;
font-weight: bold;
color: #333;
letter-spacing: .02em;
text-transform: uppercase;
font-face: "Lucida Grande", Arial, sans-serif;
}


</style>



