/* General ............................................................................................... */

h2 { 
	margin: 0; 
	padding: 0;
	font-size: 28px;
	font-weight: normal; 
	color: #938D67;
}

h3 { 
	margin: 0; 
	padding: 20px 0 0 0; 
	font-weight: normal; 
	font-size: 15px; 
	color: #222; 
}

h4 {
	font-weight: normal; 
}

.intro { 
	font-size: 14px; 
	color: #938D67; 
}

hr { 
display: none; 
}

form { padding: 0; }


/* html & body ........................................................................................... */

html { 
	height: 101%; 
}

body { 
	margin: 0;	
	padding: 0;	
	height: 100%;	
	background: url("/_img/bkg.gif") center; 
	font-family: Georgia; 
	font-size: 12px; 
	line-height: 1.7em; 
	color: #444; 
}

#subbody { 
	margin: 0 auto; 
	padding: 0; 
	width: 840px; 
	min-height: 100%; 
	position: relative; 
}

* html #subbody { 
	height: 100%; 
}


/* Header ................................................................................................ */

#header { 
	width: 100%; 
}

h1 { 
	font-weight: normal; 
	text-indent: -9999px; 
	display: none; 
}

#imgheader { 
	margin: 0 0 0 50px; 
	padding-bottom: 10px; 
}
#flashheader { 
	margin: 0; 
	padding-bottom: 2px;
}

#imgheader a { 
	color: #FFF; 
	text-decoration: none; 
}

.date { 
	margin: 0 50px 0 0; 
	position: absolute; 
	font-size: 10px;
	top: 165px; 
	right: 0; 
	color: #bbb;
}

#nav {
	margin: 0 50px;
	height: 30px;
	font-size: 15px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}

#nav a {
	text-decoration: none;
	color: #444;
}

#nav a:hover {
	text-decoration: none;
	color: #938D67;
}

#nav ul {
	margin-top: 6px;
	padding: 0; 
	list-style: none; 
}

#nav li { 
	margin-right: 26px; 
	float: left; 
	text-decoration: none !important; 
}


/* Content ............................................................................................... */

#content { 
	margin: 0 0 50px 50px; 
	padding: 0 0 50px 0; 
	width: 525px; 
	float: left; 
}

#content a { 
	color: #938D67; 
}

#content a:hover { 
	color: #555; 
}

#content p {
	margin: 8px 0; 
}

#content p.posted {
	margin: 0;
	padding: 0;
	font-size: 0.9em; 
	color: #999999; 
}

#content ul { 
	margin: 0;
	padding-left: 20px;
	font-size: 13px; 
}

#content li {
	padding: 4px 0;
}

#content .eventheader {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px #bbb dotted;
	font-size: 22px;
	color: #938D67;
}

#imageanim { 
	margin: 10px 0;
	padding: 0;
	background: url("/_img/main/imgshadow.jpg") no-repeat;
	height: 190px;
	width: 525px; 
}

#imageheader { 
	margin: 10px 0;
	padding: 0;
	background: url("/_img/main/imgshadow.jpg") no-repeat;
	height: 190px;
	width: 525px;  
}


#scroll { 
	padding: 10px 0 0 0; 
	text-align: center; 
}

#quote { 
	color: #938D67; 
	text-indent: -9999px; 
	background: url("/_img/main/main_quote.gif") no-repeat; 
	height: 80px; 
}

.quoteauthor { 
	font-style: italic; 
	color: #444; 
	text-align: right; 
}

#map { 
	margin: 0; 
	padding: 30px 0; 
}

img.pdficon {
	margin: 0 10px 0 0;
}

#contactus ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#contactus li { 
	line-height: 1.5em;
	text-decoration: none; 
}

#contactus li.addressbold { 
	font-size: 13px; 
	color: #938D67; 
}

#contactus li a { 
	text-decoration: none; 
	color: #938D67; 
}

#contactus li a:hover { 
	text-decoration: none; 
	border-bottom: 1px dotted; 
	color: #444; 
}

#blogform h3 { 
	display: none; 
}

#blogform .title,
#blogform .subtitle,
#blogform textarea,
#blogform .textarea { 
	width: 100%; 
	border: 1px solid #EFEAD1; 
}

#blogform .title { 
	font-weight: normal; 
	font-size: 16px; 
	color: #444; 
}

#blogform .subtitle { 
	font-weight: normal; 
	font-size: 16px; 
	color: #444; 
}

#blogform textarea { 
	font-size: 12px; 
	color: #444; 
}

#blogform .textarea { 
	font-size: 12px; 
	color: #444; 
}

#blogform select { 
	font-size: 12px; 
	color: #444;
}


/* Right ................................................................................................. */

#rightposter { 
	margin: 0 50px 0 0; 
	padding: 10px 10px 0 10px; 
	width: 190px; 
	float: right;
}

#right { 
	margin: 10px 40px 100px 0; 
	padding: 10px 10px 0 10px; 
	width: 190px; 
	float: right; 
	background: #938D67; 
}

#right h3 { 
	margin: 0; 
	padding: 10px 0; 
	font-size: 17px; 
	color: #FFFFFF; 
}

#right h4 { 
	margin: 0; 
	padding: 0; 
	color: #26211f;
	font-size: 13px; 
	font-weight: normal; 
}

#right p { 
	margin: 0; 
	padding: 8px 0; 
	color: #444; 
}

#right p.posted {
	color: #FFFFF0; 
}

#right div.item { 
	margin-bottom: 10px; 
	padding-bottom: 20px; 
	background: url(/_img/main/small_scroll.gif) no-repeat bottom; 
}

#right a { 
	color: #fff; 
}

#smallscroll { 
	margin: 0; 
	padding: 10px 0; 
	text-align: center; 
}

#blogtips p { 
	margin: 7px 0; 
}


/* Footer ................................................................................................ */

#footer {
	margin: 0 50px; 
	padding: 20px 0; 
	width: 740px; 
	position: absolute;
	border-top: 1px #ddd solid;
	left: 0px; 
	bottom: 0px; 
	clear: left; 
	font-family: Georgia; 
	font-size: 11px;
}

* html #footer div.hr { 
	margin-left: 0; 
}

#footeraddress { 
	float: left; 
	color: #444; 
}

#footeraddress p { 
	margin: 0;
}

#footeraddress a { 
	text-decoration: none; 
	color: #444; }
	
#footeraddress a:hover { 
	text-decoration: none; 
	color: #938D67; 
}

#footeraddress strong { 
	color: #938D67; 
}

#copywrite { 
	float: right; 
	color: #999; 
}

#copywrite a {
	color: #999;  
	text-decoration: none; 
}

#copywrite a:hover { 
	text-decoration: none; 
	color: #444; 
}


/* Magic float fix ........................................................................................*/

#floatfix { 
	display: block; 
	clear: both; 
}