/*  CUSTOM STYLES  */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #555;
	font-size: small;
	font-family: georgia, arial, verdana, sans-serif;
	background: #B9B06C;
}
h1 {
	display: none;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p, #page_body li, #contact_table {
	padding: 2px;
}



/*  CUSTOM IDs  */
#screen_title, #page_title {
	margin: 55px 0 0;
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
}
#screen_title {
	padding: 8px 10px 5px;
	float: left;
}
#page_title {
	font-size: 18px;
	padding: 12px 10px 5px;
	float: right;
}
#print_title, #print_copyright {
	display: none;
}
#wrapper {
	background: url('../images/template/pg_bg.jpg') repeat-y center;
	width: 742px;
	margin: 0 auto;
}
#title_wrapper {
	height: 116px;
	width: 742px;
	background: url('../images/template/title_bar.jpg') no-repeat center;
}
#link_wrapper {
	clear: both;
	float: right;
	margin: 4px 1px 0;
	padding: 0;
	font-weight: bold;
}
#site_links {
	list-style-type: none;
	/* padding: 2px 0 0; */
	margin: 0;
}
#site_links li {
	display: inline;
}
#site_links #active {
	padding: 1px 20px;
	color: #880;
	float: left;
	margin: 0;
	border: 1px solid #880;
	border-bottom: 0;
	background: #FFF;
}
#site_links a:link, #site_links a:visited {
	display: block;
	padding: 0 20px;
	color: #330;
	float: left;
	margin: 0;
	text-decoration: none;
}
#site_links a:visited {
	color: #350;
}
#site_links a:hover {
	margin: 0;
/*	border-bottom: 3px solid #F30; */
	padding: 0 19px 2px;
	border: 1px solid #880;
	border-bottom: 0;
}
#page_body {
	clear: both;
	margin: 30px;
	min-height: 350px;
	overflow: visible;
}
#page_body ul {
	margin-top: 0;
	padding-top: 0;
}
#page_body a:link {
	color: #330;
	text-decoration: none;
	border-bottom: 1px solid #330;
}
#page_body a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #330;
}
#page_body a:hover {
	border-bottom: 1px solid red;
}
#copyright {
	list-style-type: none;
	text-align: right;
	font-size: x-small;
	clear: both;
	margin: 50px 0 0;
	padding: 4px 6px;
	background: #B9B06C url('../images/template/copyright_border.jpg') repeat-x top;
}
#copyright a:link, #copyright a:visited {
	display: inline;
	color: #662;
}
#copyright li {
	padding: 0 15px;
	margin: 0;
	display: inline;
	border-left: 1px solid #662;
}
#copyright li.copy {
	border: 0;
}
#copyright li.css {
	padding-right: 0;
}




/*  CUSTOM CLASSES  */
.screen_hide {
	display: none;
}
.new_win {
	text-decoration: none;
}
.help {
	border-bottom: 1px dashed #CCC;
	color: #888;
	cursor: help;
}
a:link .thumb, a:visited .thumb {
	border: 1px solid #B9B06C;
	background: #ECE4CA;
	padding: 3px;
}
a:hover .thumb {
	border: 1px solid #000;
	background-color: #F00;
}
