/* Primary stylesheet */


body {
	 font-size: 12px;
	font:76%/160% Verdana,sans-serif;
	/* color: #F2EEE4; */
	color: #1B1A16; 
	background-color:#5f5852;
	background-image: url(/media/img/tile_background.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#text-header { display: none; }

p, ul, ol, dd { }
p { 
	margin-bottom: 1.2em; 	
}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 13px; }


a { font-weight: bold; }
a:link, a:visited
	{ color: #9C8470; text-decoration: none; }
a:hover 	
	{ color: #edce01; text-decoration: none; }

ul#primary-nav a { font-weight: normal; }
ul#primary-nav a:link, ul#primary-nav a:visited
	{ color: #1B1A16; text-decoration: none; }
ul#primary-nav a:hover 	
	{ color: #c0b9b3; text-decoration: none; }

.alignright 
	{	float: right; }
img.alignright 
	{ margin: 0 0 2px 7px; border: 1px solid #fff; }
.alignleft 
	{	float: left; }
img.alignleft 
	{ margin: 0 7px 2px 0; border: 1px solid #fff; }
	
	
#outer { 
	width: 932px; 
	margin: 0 auto; 
	background-image: url(/media/img/bg_tile.jpg);
	background-position: top center;
	background-repeat: repeat-y;	
}
	
#page-wrapper { 
	width: 852px; 
	margin: 0 auto; 
	background-image: url(/media/img/bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
}

#inner { 
	width: 852px; 
	min-height: 600px;
	padding-bottom: 0;
	margin: 0; 
	
}
	
#header { position: relative; display: block; height: 316px; }
#footer {
	height: 145px; 
	position: relative;
	background-image: url(/media/img/bg_bottom.jpg);	
	background-position: bottom center;
	background-repeat: no-repeat;	
	clear: both; 
	font-size: 10px; 
	text-transform: lowercase;
	color: #8D8A85;
}

#footer a:link, #footer a:visited
	{ color: #ccc; text-decoration: none; }
#footer a:hover 	
	{ color: #edce01; text-decoration: none; }	

#footer-quote {
	text-align: right;
	margin-right: 62px; 
}
.vcard { display: inline;  }
.site-credit { display: inline; }
#credits {
	position: absolute; 
	bottom: 16px;
	right: 72px;
}
#footer .vcard div, #footer .vcard span 
	{  margin-right: .8em; }
#footer .adr { display: none; }
#footer .contact {  }	
	
h1 { 
/*	position: absolute;
	top: 166px;
	left: -14px;
	background-image: url(/media/img/logo.png);
	background-repeat: no-repeat;
	width: 259px; 
	height: 51px;  */
}
h1 span { display: none; }	

ul#primary-nav { 	
	position: absolute; 
	top: 70px;
	right: 15px;  
	font-size: 13px; 
}
ul#primary-nav li {
	text-align: right; 
	margin: 0 0 4px; 
	padding: 0 15px; 
}
ul#primary-nav li:hover {
	background-image: url(/media/img/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#primary-nav li a { 
/*	display: block;
	float: left; 
	padding: 0 1.2em 0 .8em;
	margin: 0;		
	background-image: url('/media/img/nav_divider.gif'); 
	background-position: right center;
	background-repeat: no-repeat; */
}
/*ul#primary-nav li.first a 
	{ padding-left: 0; }
ul#primary-nav li.last a 	
	{ background-image: none; } */

#primary-secondary-wrapper 
	{ width: 100%; 	max-width: 100%; }
#primary-content { 
	position: relative;
	float: left;  
	width: 525px; 
	margin-left: 65px;
	padding-top: 50px;
}
#secondary-content { 
	float: right; 
	font-size: 10px;
	color: #9E9893;
	width: 175px; margin-right: 15px;
	padding-top: 50px;
}
#tertiary-content 
	{ }
	
.addthis_toolbox {
	margin-bottom: 1em;
}	
	
#primary-content h1 { 
	position: absolute;
	top: 0;
	left: -26px;
}
	
/*#secondary-content a:link, #secondary-content a:visited
	{ color: #8a7b74; text-decoration: none; }
#secondary-content a:hover 	
	{ color: #edce01; text-decoration: none; }	*/
	
.resource_list li {
	margin-bottom: 1.2em;
}
	
input[type="text"], input[type="password"], textarea {
	border:1px solid #ccc;
	font-family:sans-serif;
	font-size:12px;
	padding:2px;
	margin-bottom: .8em;
}
label.req { font-weight: bold; }
.error { color: #ff0000; font-style: italic; }
.form_wrapper {	
	width: 80%;
	font-size:10px; 
} 
.form_wrapper label { 
	display: block; 
}
	