/* Set some defaults to make everything easier in the long run */

*
{
	margin: 0;
	padding: 0;
	border: none;
}

/* Defaults for body and html layout */

html,body
{
}

body
{
	background: #BFBCB1;
	font-size: .9em;
	font-family: Georgia, Times New Roman, serif;
}

/* Containers */

#container
{
	margin: 15px auto 0;
	width: 760px;
	background: #fff url('../images/2col-bg.gif') repeat-y left;
	border: 2px solid #a6a39a;
}

#primary
{
	width: 560px;
	float: right;
	border-style: solid none none;
	border-color: #c5c2b7;
	border-width: 3px;
}

#secondary
{
	float: left;
	width: 199px;
}

#footer
{
	width: 760px;
	height: 20px;
	line-height: 20px;
	font-size: 70%;
	margin: 0 auto;
	text-align: center;
}

#intro
{
	width: 560px;
}

.content
{
	clear: none;
	padding: 0 20px 15px;
}

.secondarycontent
{
	clear: none;
	padding: 0 15px 15px;
}

.contentsupport
{
	width: 157px;
}

.directory
{
	margin: 0 20px;
}

/* Menu */

#menu
{
	float: right;
	text-align: center;
	background: #fff;
	font-weight: bold;
	width: 560px;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 80%;
}

#menu ul
{
}

#menu ul li
{
	list-style-type: none;
	display: inline;
	line-height: 30px;
}

#menu ul li a
{
	padding: 2px 12px;
	color: #426623;
	text-decoration: none;
}

#menu ul li a:hover
{
	background: #c7e6ac;
}

#menu ul li .current
{
	padding: 5px 15px;
}

/* Headings */

h1
{
	background: #fff url('../images/title.gif') no-repeat top left;
	height: 100px;
	font-size: 100%;
	clear: none;
	border-bottom: 1px solid #c5c2b7;
}

h1 span
{
	position: absolute;
	top: -1000px;
}

h2
{
	font-weight: normal;
	font-size: 125%;
	padding: 20px 20px .75em;
	letter-spacing: .1em;
	color: #749954;
	text-transform: uppercase;
}

h3
{
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 .75em;
	letter-spacing: .1em;
	color: #749954;
	text-transform: uppercase;
}

h3 a
{
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 .75em;
	letter-spacing: .1em;
	color: #1092dc;
	position: relative;
}

/* Default Formatting */

p
{
	margin-bottom: .75em;
	text-align: justify;
}

.secondarycontent p
{
	text-align: left;
}

.content ul, ol
{
	padding: 0 40px .75em;
}

th
{
	text-align: left;
	text-transform: uppercase;
	font-size: 70%;
	color: #364C22;
	font-weight: normal;
	letter-spacing: .1em;
	padding: 0 0 .5em;
}

hr
{
	height: 1px;
	color: #c7e6ac;
	background: #c7e6ac;
	margin-bottom: .6em;
}

table
{
}

/* Links */

a
{
	color: #1092dc;
}

/* Directory and the like */

.directory
{
	border: 1px solid #c7e6ac;
	padding: 20px;
	margin-bottom: 20px;
}

.item
{
	background: #f6ffee;
	padding: 10px;
}

.alternatingitem
{
	background: none;
	padding: 10px;
}

/* Text Formatting */

.small
{
	font-size: 75%;
}

.large
{
	font-size: 125%;
}

/* Form */

input,textarea
{
	border: 1px solid #7f9db9;
	padding: 2px;
}

.button
{
	padding: 2px 10px;
	margin: 0;
	font-size: 80%;
	background: #e6e2d6 url('../images/btn-bg.gif') repeat bottom left;
	border: 1px solid #749954;
	color: #000;
	font-family: Georgia, Times New Roman, serif;
}

.fileupload
{
	border: 1px solid #7f9db9;
	margin: 0;
	font-size: 75%;
	color: #000;
	font-family: Georgia, Times New Roman, serif;
	width: 300px;
}

.checkbox input
{
	border: none;
}

option
{
	padding-right: .75em;
}

/* Table */

.entryform tr td
{
	padding: 0 0 1em;
}

/* Images and such */

.picture
{
	border: 2px solid #a6a39a;
}

/* Miscellaneous */

.clear
{
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden;
}

.error
{
	text-align: left;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: .1em;
	color: #e00 !important;
	padding: 2px;
	margin-bottom: 3px;
}

.googleads_vertical
{
	margin: 10px auto;
	border: 1px solid #c7e6ac;
	background: #fff;
	padding: 8px;
	width: 120px;
}

.googleads_wideskyscraper
{
	margin: 10px auto;
	border: 1px solid #c7e6ac;
	background: #fff;
	padding: 8px;
	width: 160px;
}

.googleads_smallrectangle
{
	margin: 5px auto;
	border: 1px solid #c7e6ac;
	background: #fff;
	padding: 8px;	
}

.buttonnavbar
{
	margin: 20px;
	padding: 10px;
	border: 1px solid #c7e6ac;
	text-align: center;
}

.sitesearch *
{
	text-decoration: none;
	font-weight: normal;
}

.sitesearch input
{
	border: 1px solid #a6a39a;
}