/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #ffffff;
	text-align: center;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(images/body.jpg) repeat-y;
	text-align: left;
}
#branding {
	background: url(images/branding.jpg) no-repeat;
	height: 191px;
	padding-bottom: 10px;
}
#navColumn {
	float: left;
	width: 190px;
	margin-left: 10px;
	font-size: .7em;
	padding-top: 10px;
	display: inline;
}
#enclosure {
	float: right;
	width: 550px;
	padding-bottom: 10px;
}
#contentMain {
	float: left;
	width: 340px;
	font-size: .8em;
	padding-top: 10px;
}
#contentBody {
	float: right;
	width: 550px;
	padding: 10px 10px 10px 0;
	font-size: .8em;
}
h1 {
	font-size: 1.2em;
	color: #272d6b;
}
h2 {
	font-size: 1em;
	color: #272d6b;
}
#subColumn {
	float: right;
	width: 190px;
	margin-right: 8px;
	font-size: .8em;
	padding-top: 15px;
}
#subColumn ul {
	margin: 0;
	padding: 6px 0;
	list-style: none;
}
#subColumn li {
	padding-bottom: 10px;
	background: url(images/news_icon.gif) no-repeat 0 0;
	padding-left: 20px;
}
#subColumn h2 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #272d6b;
	padding: 8px 0;
	margin: 0;
}
#footertext {
	padding-top: 1em;
	clear: both;
	font-size: .7em;
	text-align: center;
}	
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 30px;
}
a:link, a:visited, a:active {
	color: #272d6b;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #e24125;
}
strong {
	color: #272d6b;
}
/* menu 
--------------------------------------------------- */
#menu {
    width: 180px;
    margin: 0 0 5px 0;
    background-color: #ffffff;
}
#menu a {
    text-decoration: none;
	font-weight: bold;
}
#menu div {
    border-top: 1px solid #ffffff;
}
#menu div a {
    line-height: 21px;
    padding-left: 5px;
	letter-spacing: .1em;
    display: block;
    color: #ffffff;
    background-color: #e24125;
}
#menu div a:hover {
    background-color: #272d6b;
    color: #ffffff;
}
#menu div a:focus {
    background-color: #ffffff;
    color: #272d6b;
}
#menu div div {
    background-color: #ffffff;
    border: 0;
    margin: 0;
}
#menu div div a {
    padding-left: 18px;
    background-color: #eeeeee;
    display: block;
    border-top: 1px solid #ffffff;
    color: #000000;
}
#menu div div a:hover {
    background-color: #272d6b;
    color: #ffffff;
}
.menuon {   
	background-color: #ffffff !important;
    color: #333333 !important;
}
/* site credits */
#sitecredits {
	width: 740px;
	margin: 0 auto;
	text-align: right;
	font-size: .7em;
}
a.site:link, a.site:visited, a.site:active {
	color: #272d6b;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .02em;
}
a.site:hover, a.site:focus {
	color: #e24125;
}
#fmContact * {
	font-size:11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}	
#fmContact label {
	margin-top:3px!important;
	display:block;
	text-align:right;
	margin-top:3px;
	}
#fmContact label span {
	color:#ff0000;
	padding:3px;
	}
#fmContact th , #fmContact td {
	vertical-align:top!important;
	}
#fmContact input, #fmContact textarea {
	padding:3px;
	font-size:11px;
	border:1px inset #fff;
	}
#fmContact .fmbtn {
	border:2px solid #bbb;
	background-color:#fff;
	cursor:pointer;
	}
.error {
	color:#ff0000;
	margin:0px;
	padding:0px;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
}
li {
	padding-bottom: 5px;
}