/*
author: 		Glen Finch
studio:			4Site Internet
website:		www.4siteinternet.com
date:  	   		07.03.2008

*/

/* ######################
 html elements 
 ####################### */

/* IE only hack to get things in the center */
/*\*/
* html body {
text-align: center
}
body {
	margin: 0;
	margin-right: auto;
	padding: 0;
	height: 100%;
	color: #4F5337;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*background-color: #76786E;*/
	background: #CECEC4 url(../images/wallpaper.gif) repeat;
}
/* html elements */	

p {
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
}
form {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #60645E;
}
h1 {
	font-size: 150% ;  
	margin-bottom: 10px;
}
h2 {
	font-size: 130%; 
	margin: 20px 0 5px;
}
h3 {
	font-size: 120%; 
	margin: 5px 0 1px;
}
h4 {
	font-size: 115%; 
	margin: 0;
}
h5 {
	font-size: 105%; 
	font-weight: bold;
}

hr {
	margin: 5px 0px;
	padding:0;
	background-color: #4F5337;
	bottom-border: 0;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}
address { font-style: normal}
table { width: 100%; }
th { 
	font-weight: bold;
	vertical-align: text-top; 
	padding: 3px 5px;
}
td { 
	padding: 3px 5px; 
	vertical-align: text-top;
}
td.space { padding-bottom: 20px; }

/* links */
a:link, a:visited {
	color: #669999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}
iframe {
	border: 1px solid #A9AB88;
}

/* accessibility */
#accessibility-shortcuts {
	left: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
}
#accessibility-shortcuts li { display: inline; }
#accessibility-shortcuts  li a {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 100%;
}


/* ###################
container and other div ID's (nav at bottom)
###################### */
#container {
	padding: 0;
	margin: 25px auto;
	height: auto;
	width: 670px;
	text-align: left;
	font-size: 1.35em;
	letter-spacing: 0.5px;
	line-height: 1.7em;
	background-color: #F1F1EB;
	border: 1px solid #76786E;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#header {
	height: 235px;
	background-color: #DEDFD5;
}
#header h1 {
	background: transparent url(../images/logo.gif) center center no-repeat;
	width: 235px;
	height: 235px;
	float: left;
	padding:0;
	margin: 0;
	text-indent:-99999px;
}
#header h1 span { display:none }
#header #ph {
	width: 435px;
	float: left;
}
#ph ul {
	margin: 0;
}
#leftCol {
	float: left;
}
/* nav layout */
ul#nav {
	list-style: none outside none;
	margin: 0;
	line-height: 1.3em;
	width: 210px;
	padding: 21px 0 20px;
}
#nav li {
	list-style: none none;
	margin: 0;
	padding: 0;
	background: none;
}
#nav li a.top:link, #nav li a.top:visited {
	border-top: 1px solid #CFD0C9;
}
#nav li a:link, #nav li a:visited {
	display: block;
	list-style: none;
	margin: 0;
	padding: 3px 10px 3px 19px;
	width: 179px;
	text-decoration: none;
	border-bottom: 1px solid #CFD0C9;
	border-right: 1px solid #CFD0C9;
}

#nav li a:hover {
	list-style: none;
	background-color: #E9E9E4;
	text-decoration: none;
}
ul#recommended {
	list-style: none none;
	margin: 25px 0 15px 14px;
	width: 184px;
	border: 1px solid #E2E4DC;
}
ul#recommended lh {
	color: #87705A;
	font-size: 95%;
	padding: 4px 8px;
}
ul#recommended li {
	padding: 4px 8px;
	line-height: 1em;
}
#main {
	margin-left: 210px;
	padding: 20px 25px;
}
/*color: #A9AB88;*/
#footer {
	clear: both;
	margin: 10px 14px;
	padding: 10px 5px 0;
	border-top: 1px solid #E2E4DC;
	font-size: 85%;
	text-align: right;
}

/** classes **/
.floatLeft {
	float: left;
	margin-right: 5px;
}
.floatRight {
	float: right;
	margin-left: 5px;
}

.imgFloatLeft {
	float: left;
	margin-right: 10px;
}
.imgFloatRight {
	float: right;
	margin-left: 15px;
	padding: 3px;
	border: 1px solid #4F5337;
}
.pad {
	padding: 5px;
}
.sm {
	font-size: 90%;
}
.xsm {
	font-size: 75%;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.hide { 
	display: none;
}
.txt-plain {
	font-weight: normal;
}

.bgDark {
	background-color: #DEDFD5;
	padding: 10px;
}
.important {
	color: #bb7777;
}
.notice {
	border: 4px solid #CCCDC4;
	margin: 5px auto 0;
}
.notice > div {
	border: 1px solid #76786E;
	padding: 5px;
	background-color: #e6e6dd;
}

/* events dates with cal simulation */
.event {
	margin-bottom: 1em;
}
.eDate {
	background:transparent url(../images/eDate-bottom.png) no-repeat scroll right bottom;
	display:block;
	float:left;
	overflow:hidden;
	text-align:center;
	width:2.2em;
	border: 1px none;
}
.eDate-date {
	background:transparent url(../images/eDate-top.png) repeat-x scroll center top;
	display:block;
	font-size: 120%;
	margin:0;
	padding:12px 0 0;
}
.eDate-mth {
	display:block;
	margin:0;
	padding:0;
}
.eDate-cnt { 
	margin-left:2.6em;  
	padding-left:10px; 
}
.eDate-cnth3 {
	margin: 0 0 1px;	
}

/* clear all min size*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

/*  ##### clearing floats without additional <div class="clear"> #### */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
html[xmlns] .clearfix {
	display: block;
}

