@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #021e6e;
}
a:link {
	color: #8e4e02;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8e4e02;
}
a:hover {
	text-decoration: underline;
	color: #8e4e02;
}
a:active {
	text-decoration: none;
	color: #8e4e02;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	color: #a3610c;
	font-weight:normal;
}
h3 {
	font-size: 14px;
	color: #a3610c;
}
.pagewidth {
	width:990px;
	margin:auto;
	position:relative;
}
.clear {
	clear:both;	
}
#top {
	height:79px;
	background:url(../images/bg_top.png) repeat-x top;
	border-bottom:2px solid #000;
}
#top .logo{
	width:310px;
	float:left;
}
#top .menu {
	width:600px;
	float:right;
}
#top .menu .topmenu {
	padding-right:10px;
	margin-top:5px;
	height:38px;
	text-align:right;
	color:#efa447;
}
#top .menu .topmenu a {
	color:#efa447;
}
#top .menu .mainmenu_start, #top .menu .mainmenu_end {
	width:5px;
	float:right;
	background: no-repeat;
	height:36px;
}
#top .menu .mainmenu_start {
	background:url(../images/menu_start.png);
}
#top .menu .mainmenu_end {
	background:url(../images/menu_end.png);
}
#top .menu .mainmenu {
	width:490px;
	float:right;
	height:36px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	line-height:36px;
	background-image:url(../images/bg_menu.png);
}
#top .menu .mainmenu a {
	color:#FFF;
}
#top .menu .mainmenu ul {
	padding:0px;
	list-style:none;
	margin:0px;
}
#top .menu .mainmenu ul li {
	float:left;
	padding:0px 20px;
	margin-left:2px;
	background:url(../images/menu_saprator.png) no-repeat right;
	display:block;
}
#top .menu .mainmenu ul li.end {
	margin-left:0px;
	background:url(../images/spacer.gif) no-repeat right;
}
#header {
	height:269px;
	background:url(../images/bg_header.png) repeat-x top;
	border:1px solid #152C73;
}
#header .image {
	text-align:center;
	z-index:10;
}
#header .btn {
	width:264px;
	height:50px;
	position:absolute;
	margin-top:195px;
	margin-left:580px;
/*	z-index:11;
*/}
#events {
	height:44px;
	background:url(../images/bg_events.png);
	border-bottom:1px solid #152C73;
}
#events h1 {
	text-transform:uppercase;
	color:#000;
	margin:0px;
	padding:0px;
	background:url(../images/events_h1.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	width:159px;
	float:left;
	line-height:44px;
	text-align:center;
}
#events .content {
	color:#FFF;
	font-size:13px;
	float:left;
	margin-left:10px;
	line-height:44px;
}
#events .btn {
	float:left;
	height:33px;
	margin-top:11px;
	margin-left:10px;
	width:32px;
	text-align:center;
	vertical-align:middle;
}
#contentbody .left, #contentbody .right {
	padding:20px;
	float:left;
}
#contentbody .left {
	width:560px;
}
#contentbody .right {
	width:350px;
}
#contentbody .right .testimonial {
	background:url(../images/bg_testimonial.png) repeat-x bottom;
	width:330px;
	padding:10px;
	list-style-type:none;
}
#contentbody .right .testimonial p {
	line-height:22px;
}

#contentbody .pagewidth .content .right .testimonial ul {
	list-style-image:none;
	list-style-type:none;
	margin-right:40px;
	line-height:22px;
	
}

#contentbody .pagewidth .content .right .testimonial ul li{
	list-style-image:none;
	border-bottom: solid 1px #006;
	padding-right:4px;
	text-align:right;
	line-height:25px;
	
}
#contentbody .pagewidth .content .right .testimonial ul li a:link{
	text-decoration:none;	
}
#contentbody .pagewidth .content .right .testimonial ul li a:visited{
	text-decoration:none;	
}
#contentbody .pagewidth .content .right .testimonial ul li a:hover{
	color:#003;	
}
#contentbody .right .twitter {
	margin-top:20px;
	text-align:center;
}
#footer_nav {
	background:url(../images/bg_footer_nav.png);
	height:21px;
	line-height:21px;
	text-align:center;
	color:#FFF;
}
#footer_nav a {
	color:#FFF;
	margin:0px 10px;
}
#copyright {
	background-color:#c8c8c8;
	height:38px;
	line-height:38px;
	text-align:center;
}
#copyright a {
	color:#021e6e;
}