/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* Style Sheet */
/* Logic Red Web Design  - www.logicred.co.uk */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

/* Body and stuff 
-------------------------------------*/

/* Fix's #container not clearing inner floats in firefox */
	.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix { height: 1%; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	font-family:"tahoma"; 
	font-size: 13px; 
	color: #474747;
   text-align: center; /* INTERNET EXPLORER FIX. */
   min-width: 800px; /* INTERNET EXPLORER FIX.  */
	background: #43511E url(images/background.jpg) 0 0 repeat-x;
}

/* DIVS
****************************************************** */

#wrap {
	width:800px;
	margin-left:auto;
   margin-right:auto;
	padding:0px;
	text-align:left;
}

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 800px;
	height: 142px;
}

#menucontainer {
	background: url(images/menu.jpg) repeat-x;
	width: 800px;
	height: 32px;
	float: left;
}

.menupad { padding-left: 5px;}

#clear {	clear: left; }

#main {
	background: url(images/mainfade.jpg) no-repeat;
	width: 800px;
	float: left;
	background-color: White;
	text-align: left;
	background-color: white;
	line-height: 22px;
}

.mainpad { padding: 20px 20px 20px 20px; }

#main a { color: #43511e; }
#main a:hover { color: black; }

#main li { margin-left: 18px; }

#footercontainer {
	background: url(images/footer.jpg) repeat-x;
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	padding-top: 18px;
	background-color: #333333;
	color: white;
	font-size: 13px;
}

#footercontainer a {
	color: #DDDDDD;
}

strong {	color:#464646; }

.image-border { border: 1px solid #dddddd; padding: 2px; }

/* //////////////////////////////////////////////////////////////////////// */
/* HEADINGS */

h1 {
	color: #931c1c;
	font-size: 20px; 
	font-family: tahoma;
	font-weight: normal;
}

h2 {
	color: #167474;
	font-family: tahoma;
	font-size: 22px; 
	font-weight: normal;
}

/* //////////////////////////////////////////////////////////////////////// */
/* menu */

.selected {
	background-image: url(images/menu_on.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px solid #5c5d59;
} 

.bothborder { border-left: 1px solid #5c5d59; } 

#menu li#borderright { border-right: 1px solid #5c5d59; }

#menu {text-align: center; list-style: none;}

#menu li {display: block; height: 32px; float: left; }

#menu li a {
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
	font-family: "arial";
	color: #EEEEEE;
	font-size: 12px;
	text-decoration: none;
 	line-height: 30px;
	font-weight: normal;
	letter-spacing: 1px;
}

#menu li a:hover {color: #B7B7B7;}

#footermenu {text-align: center; list-style: none;}

#footermenu li {display: inline;}

#footermenu li a {
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "arial";
	color: white;
	font-size: 14px;
	text-decoration: none;
	border-right: 1px solid #ccc;
}

#footermenu li a:hover {color: #dbdbdb;}

/* MISC STYLES
************************************************** */

.linkheadings { color: black; }
.noborder {border:0!important;}

td {
	padding: 4px; border: 1px solid #ccc;
}

.noborder td {border:0!important;}

.fiveaside {
	height: 30px;
	background-color: #dcdcdc;
	display: block;
	line-height: 30px;
	font-size: 12px;
}

#slideshow {
	float: right;
	border: 6px solid #E5E3DD;
	margin-left: 8px;
	margin-bottom: 5px;
}
