@charset "UTF-8";
/* CSS Document */

body {
	color: #040F2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #F9F6E7 url(images/bg.jpg) repeat-x;
	margin-top: 1.6em;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/body.gif) repeat-y;
}
#branding {
	margin: 0;
	padding: 0;
	height: 139px;
	background: url(images/logo.jpg) no-repeat;
}
#columnNav {
	width: 180px;
	margin-left: 18px;
	font-size: .7em;
	margin-top:2.4em;
}
#enclosure {
	width: 750px;
	float: right;
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
}
#contentMain {
	float: left;
	width: 510px;
	font-size: .8em;
	margin-top: 1em;
}
#contentSide {
	float: right;
	width: 200px;
	margin-right: 18px;
	font-size: .7em;
	margin-top: 3.2em;
}
#footer {
	clear: both;
	background: #73170B;
	padding: 1em;
	font-size: .8em;
	color: #ffffff;
	margin: 6px 10px;
}
#sitecredits {
	width: 900px;
	margin: 0 auto;
	font-size: .65em;
	text-align: right;
	padding: 1em 0;
}
.right {
	width: 400px;
	float: right;
	text-align: right;
}
.left {
	width: 400px;
	float: left;
	text-align: left;
}
.clearer {
	clear: both;
}
h1 {
	font-size: 1.4em;
	color: #73170B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.1em;
	color: #B47636;
}
a:link, a:visited, a:active {
	color: #BF822D;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #73170b;
}
	
/* menu 
--------------------------------------------------- */
#menu {
    width: 170px;
    margin: 0 0 5px 0;
    background-color: #ffffff;
}
#menu a {
    text-decoration: none;
	letter-spacing: .2em;
	font-weight: 900;
	display: block;
}
#menu div {
    border-top: 1px solid #F9F6E7;
}
#menu div a {
    line-height: 21px;
    padding-left: 5px;
	letter-spacing: .1em;
    display: block;
    color: #ffffff;
    background: #000000 url(images/nav.jpg) no-repeat bottom;
}
#menu div a:hover, #menu div a:focus {
	background: #D9B151 url(images/nav_f2.jpg) no-repeat bottom;
    color: #ffffff;
}
#menu div div {
    background-color: #ffffff;
    border: 0;
    margin: 0;
}
#menu div div a {
    padding-left: 18px;
    background: #711B11 url(images/red_nav.jpg) no-repeat bottom;
    display: block;
    border-top: 1px solid #F9F6E7;
    color: #ffffff;
}
#menu div div a:hover {
    background-color: #333333;
    color: #ffffff;
}
.menuon {   
	background-color: #F9F6E7 !important;
	background-image: none !important;
    color: #07162C !important;
}
#fmContact * {
	font-size:100%;
	}	
#fmContact label {
	margin-top:3px!important;
	display:block;
	text-align:right;
	}
#fmContact th , #fmContact td {
	vertical-align:top!important;
	padding:3px;
	font-weight:normal;
	}
#fmContact span  {
	color:#ff0000!important;
	padding:3px;
	}	
#fmContact input,
#fmContact textarea {
	border:1px solid #999;
	padding:3px;
	font-family:arial,verdana,helvetica;
	}
.error {
	color:#000!important;
	margin:1px 0px 0px 0px;
	padding:3px 5px 3px 5px;
	background-color:#F9CBC3;
	}
.fmbtn {
	background-color:#fff;
	padding:3px 12px 3px 12px;
	}
/** news date **/
#news h2 {
	font-size:1.2em;
	}
#news p {
	margin-top:3px;
	}
#news h2 {
	margin-bottom:3px;
	}
.newsdate {
	color:#666!important;
	margin:3px 0px 3px 0px!important;
	padding:0px;
	font-size:11px;
	}
/** 1 | 2 | 3 next nav index used on news etc **/
p.navIndex {
	display:block;
	height:30px;
	margin-bottom:20px;
	}
.navIndex a, .navIndex strong {
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 7px 3px 7px;
	border:1px solid #ccc;
	margin:2px;
	}
#event h2 {
	font-size:1.1em;
	}
