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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #CAD5E2 url(images/bg1.jpg) repeat-x;
	color: #333333;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(images/body.jpg) repeat-y;
	border: 1px solid #bbbbbb;
}
#logo {
	background: url(images/logo.jpg) no-repeat;
	padding: 0;
	margin: 0;
	height: 155px;
}
#tickerAnchor {
	padding: 8px 20px 1.6em 20px;
	font-size: .8em;
	background: url(images/ticker_bg.jpg) bottom no-repeat;
} 
#columnNav {
	width: 180px;
	float: left;
	font-size: .7em;
	padding-top: 1.6em;
	margin-left: 12px;
	display: inline;
}
#enclosure {
	float: right;
	width: 750px;
}
#contentMain {
	float: right;
	width: 730px;
	margin-right: 10px;
	line-height: 1.4em;
	font-size: .8em;
	padding-top: 1em;
}
#contentHome {
	float: left;
	width: 490px;
	font-size: .8em;
	line-height: 1.4em;
	padding-top: 1em;
}
#columnRight {
	float: right;
	width: 227px;
	font-size: .7em;
	line-height: 1.4em;
	padding-top: 1em;
	padding-bottom: 1.4em;
	margin-right: 10px;
}
#footer {
	clear: both;
	padding: 1em 20px 2em 20px;
	font-size: .7em;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px dashed #cccccc;
}
#sitecredits {
	width: 920px;
	margin: 0 auto;
	padding: 1em 0;
	text-align: right;
	font-size: .6em;
}
a.site:link, a.site:visited, a.site:active {
	color: #0C57A7;
	text-decoration: none;
}
a.site:hover, a.site:focus {
	color: #ff9900;
}
/* style */
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: .1em;
	color: #0F305F;
}
a:link, a:visited, a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff9900;
}
/* box */
.box {
	background: url(images/side_bg_bottom.jpg) no-repeat bottom left;
	width: 227px;
}
.box h3 {
	background: url(images/side_bg_top.jpg) no-repeat top left;
	margin: 0;
	padding: 26px 12px 8px 16px;
	font-size: 1.4em;
	color: #0F305F;
	letter-spacing: .2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.box p {
	padding: 0 18px 24px 18px;
	margin: 0;
}
.box ul {
	margin: 0;
	padding: 14px 24px 14px 18px;
	list-style: none;
}
.events li { 
	background: url(images/calendar.gif) no-repeat 0 6px;
	padding-left: 16px;
	padding-right: 8px;
	padding-bottom: 10px;
}	
.news li {
	background: url(images/document.gif) no-repeat 0 6px;
	padding-left: 16px;
	padding-right: 8px;
	padding-bottom: 10px;
}
/*l light box */
/** lightbox **/
.img-shadow {
	float: left;
	background: url(images/shadow.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
/* 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 #ffffff;
}
#menu div a {
    line-height: 21px;
    padding-left: 5px;
	letter-spacing: .1em;
    display: block;
    color: #ffffff;
    background: #0250A3;
}
#menu div a:hover, #menu div a:focus {
	background: #ff6600;
    color: #ffffff;
}
#menu div div {
    background-color: #ffffff;
    border: 0;
    margin: 0;
}
#menu div div a {
    padding-left: 18px;
    background-color: #ffffff;
    display: block;
    border-top: 1px solid #ffffff;
    color: #07162C;
}
#menu div div a:hover {
    background-color: #333333;
    color: #ffffff;
}
.menuon {   
	background-color: #ffffff !important;
    color: #07162C !important;
}
#gallerylist div {
	float:left;
	clear:both;
	}
#gallerylist img {
	float:left;
	clear:both;
	padding:5px;
	}
.gimages div  {
	text-align:center;
	float:left;
	margin:0px 25px 20px 0px;
	}
.gimages div img {
	}
#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;
	}