/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* 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: #dbdbdb 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: 35px;}

#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: #be7a4c; }
#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: #66a3a6;
}

strong {	color:#464646; }

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

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

h1 {
	color: #af6c3f;
	font-size: 22px; 
	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: 2px;
}

#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;}

#footermenu li a.noborder { border: 0px!important;}

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

.linkheadings { color: black; }