/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* 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:"georgia"; 
	font-size: 20px; 
	color: #261A06;
   text-align: center; /* INTERNET EXPLORER FIX. */
   min-width: 900px; /* INTERNET EXPLORER FIX.  */
	background: url(images/background.jpg) 0 0 repeat-x;
}

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

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

#header {
	background: url(images/header.jpg) no-repeat;
	width: 900px;
	height: 261px;
	float: left;
}

#menucontainer {
	text-align: center;
	font-size: 21px; 
	font-family: georgia;
	width: 900px;
	height: 30px;
	float: left;
}

.menupad {
	padding-top: 2px;
}

#clear {
	clear: left;
}

/* MAIN */

#main {
	width: 900px;
}

.mainpad {
	padding-left: 20px; padding-right: 20px;
	font-size: 13px;line-height: 23px;
}

#main a {
	color: #021E36;
}

#footercontainer {
	background: #021E36 url(images/footer.jpg) repeat-x;
	width: 100%;
	height: 146px;
	float: left;
	text-align: center;
	padding-top: 15px;
	font-size: .7em;
}

#footercontainer, #footercontainer a {
	color: #F2ECCA;
}

strong {
	color:Black;
}

.image-border {
	border: 6px solid #E5E3DD;
	padding: 2px;
}

.rightborder {border-right: 1px solid #ccc;}

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

h1 {
	padding-top: 20px;
	line-height: 33px;
	color: #910600;
	font-size: 35px; 
	font-family: Georgia;
	font-weight: normal;
}

h2 {
	color: #A3542A;
	font-size: 22px; 
	font-family: "Myriad pro",Georgia;
	font-weight: normal;
}

h3 {
	color: #ECAB62;
	font-size: 22px; 
	font-family: "Myriad pro",Georgia;
	font-weight: normal;
	line-height: 30px;
	padding-left: 5px;
}

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

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

#menu li {display: inline;}

#menu li a {
	padding-left: 9px;
	padding-right: 9px;
	font-family: "Myriad pro",Georgia;
	color: #C66231;
	font-size: 18px;
	text-decoration: none;
}

#menu li a:hover {color: #021E36;}

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

#footermenu li {display: inline;}

#footermenu li a {
	padding-right: 18px;
	font-family: "Myriad pro",Georgia;
	color: #C66231;
	font-size: 18px;
	text-decoration: none;
}

#footermenu li a:hover {color: #021E36;}

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

.logicred {
	display: none;
}