/* CSS Document */

body {
	margin: 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 100%;
	background: #333333 url(images/bg.png);
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(images/body.png) repeat-y;
}
#branding {
	background: url(images/logo.png) no-repeat;
	height: 160px;
	margin-bottom: 10px;
}
#branding h1 {
	text-indent: -9999px;
	font-size: 1.6em;
}
#tickerAnchor {
	font-size: .7em;
	margin: 0 20px 0 20px;
	color: #4F4F9A;
	position: relative;
	height: 55px;
}
#sidebar {
	float: left;
	width: 180px;
	font-size: .7em;
	margin-bottom: 1em;
	margin-left: 10px;
	display: inline;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	
#sidebar li {
	background: url(images/news.gif) no-repeat 0 0;
	margin: 1em 0 0 0;
	padding-left: 18px;
	padding-right: 4px;
	padding-bottom: 10px;
	list-style: none;
}
#contentMain {
	float: right;
	width: 540px;
	padding: 0;
	font-size: .8em;
	margin: 0 16px 0 0;
	line-height: 1.4em;
	display: inline;
}
#footertext {
	clear: both;
	padding: 1em 0;
	text-align: center;
	font-size: .7em;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid #eeeeee;
}
#footer {
	background: url(images/footer.png) no-repeat;
	height: 20px;
}
h1 {
	font-size: 1.3em;
	color: #3E3F9A;
	letter-spacing: .1em;
	margin-top: 0;
}
h2 {
	font-size: 1em;
	color: #3E3F9A;
	letter-spacing: .2em;
	margin-top: 0;
}
#slideshow {
	margin: 0 0 1em 0;
	padding: 0;
}
.randompadding {
	margin-top: 10px;
}
a:link, a:visited, a:active {
	color: #3E3F9A;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #333333;
}
#sitecredits {
	width: 720px;
	margin: 0 auto;
	padding: 1em 0;
	text-align: right;
	font-size: .6em;
}
a.site:link, a.site:visited, a.site:focus {
	color: #ffffff;
	text-decoration: none;
}
a.site:hover, a.site:focus {
	color: #7677C8;
}
hr {
	color: #eeeeee;
}
/* menu 
--------------------------------------------------- */
#menu {
    width: 180px;
    margin: 0;
    background-color: #ffffff;
}
#menu a {
    text-decoration: none;
	font-weight: bold;
}
#menu div {
    border-top: 1px solid #ffffff;
	 border-bottom: 1px solid #ffffff;
}
#menu div a {
    line-height: 21px;
    padding-left: 5px;
	letter-spacing: .1em;
    display: block;
    color: #ffffff;
    background: #3E3F9A url(images/nav.jpg) top no-repeat;
}
#menu div a:hover {
	background: #474747 url(images/nav_bg.jpg) top no-repeat;
    color: #ffffff;
}
#menu div a:focus {
    background: #474747 url(images/nav_bg.jpg) top no-repeat;
    color: #ffffff;
}
#menu div div {
    background-image: none;
	background-color: #ffffff !important;
    border: 0;
    margin: 0;
}
#menu div div a {
    padding-left: 12px;
    background-image: none;
	background-color: #ffffff !important;
    display: block;
    border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e7e7e7;
    color: #3E3F9A;
	font-size: .9em;
}
#menu div div a:hover {
    background-image: none;
    color: #474747;
}
.menuon {   
	background-color: #e7e7e7 !important;
	background: none !important;
    color: #000000 !important;
	font-size: .9em !important;
}
/** news navigation **/
#news p.newsdate {
	font-size:0.8em;
	color:#666;
	}
#news p {
	}
#news p.nav {
	margin-top:25px;
	}
#news p.navIndex {
	display:block;
	height:30px;
	margin-bottom:20px;
	}
#news .navIndex a, #news .navIndex strong {
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 7px 3px 7px;
	border:1px solid #ccc;
	margin:2px;
	}
/** contact **/
#fmContact * {
	font-size:11px;
	}	
#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;
	padding:3px;
	}	
#fmContact input,
#fmContact textarea {
	border:1px solid #999;
	padding:3px;
	font-family:arial,verdana,helvetica;
	}
.error {
	color:#ff0000;
	margin:3px 0px 0px 0px;
	padding:0px;
	}
