@charset "utf-8";
/*button.primary, input.primary {background: url(images/btn-primary3.gif) no-repeat 0px 0px; border: none !important; width: 96px; height: 38px; margin: 0px 5px; padding-bottom: 3px; overflow: hidden; text-align: center; font: bold 11px tahoma,arial,helvetica,lucida,sans-serif; color: #EDF6FF; outline: none; cursor: pointer}
button.primary:hover, input.primary:hover, button.primary:active, input.primary:active {background: url(images/btn-primary3.gif) no-repeat 0px -38px; color: #fff}*/
button.primary, input.primary {background: url(images/sendBtn.jpg) no-repeat 0px 0px; border: none !important; width: 96px; height: 38px; margin: 0px 5px; padding-bottom: 3px; overflow: hidden; text-align: center; font: bold 11px tahoma,arial,helvetica,lucida,sans-serif; color: #EDF6FF; outline: none; cursor: pointer}
button.primary:hover, input.primary:hover, button.primary:active, input.primary:active {background: url(images/sendBtn.jpg) no-repeat 0px -38px; color: #fff}


/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*text-align:center;*/
	font-family:Trebuchet MS;
	color:#477cb3;
}

img {
	border:0;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a, object, embed {
	border: 0;
	padding: 0;
	margin: 0;
}

#page {
	margin:10px auto;
	width:900px;
	padding: 0;
}

#header {
	margin:0;
	width:900px;
	height:147px;
	background-image:url(images/header.gif);
	padding: 0;
}
#content {
	margin:0;
	text-align:left;
	/*background-image:url(images/header_reflect.gif);*/
	background-repeat:no-repeat;
	padding: 0 10px;
	background-position: left top;
}
#footer {
	background-image:url(images/footer.gif);
	width:900px;
	height:39px;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	text-align:right;
	line-height:39px;
	clear: both;
	/*
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	*/
	margin:0 auto;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
}
#footer p {
	margin:0 10px;
}
#headerLoginStatus {
	text-align:right;
}
#headerLoginStatus p {
	display:inline;
	padding:5px 0;
	font-size:10px;
	line-height:10px;
}
#headerLoginStatus p a {
	color:#5883b0;
}
#headerLoginStatus .login {
	/*border-left:2px solid #5883b0;*/
}
#mainMenuContainer {
	margin:0;
	padding:0 10px;
	color:#FFFFFF;
}

#mainMenuContainer ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	float:right;
}

#mainMenuContainer ul li {
	display: inline;
}

#mainMenuContainer ul li a {
	display:block;
	width:77px;
	height:69px;
	line-height:60px;
	padding:0;
	text-decoration: none;
	border: none;
	display: block;
	float: left;
	background-image: url(images/menu_button_up.gif);
	font-family:Trebuchet MS;
	font-size:18px;	
}

#mainMenuContainer a:link, #mainMenuContainer a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainMenuContainer a:hover {
	background-image: url(images/menu_button_over.gif);
	color: #FFF;
}

#mainMenuContainer #active a:link, #active a:visited, #active a:hover {
	background-image: url(images/menu_button_over.gif);
	color: #FFF;
}

.sideContent {
	padding:0 10px;
	width:200px;
	float:right;
	border-left:1px solid #97a6b5;
	text-align:center;
	margin-left:10px;
}
h1 {
	background-image:url(images/caption_bg.gif);
	width:153px;
	height:65px;
	font-size:18px;
	text-align:center;
	line-height:32px;
	margin:0;
}
.sectionHeader {
	background-image:url(images/bottom_header_caption.gif);
	position:relative;
	top:-14px;
	width:165px;
	height:71px;
	font-size:18px;
	text-align:center;
	line-height:44px;
	margin:0;
}
.sectionHeaderBlog {
	background-image:url(images/bottom_header_caption.gif);
	position:relative;
	top:-16px;
	width:165px;
	height:71px;
	font-size:18px;
	text-align:center;
	line-height:44px;
	margin:0;
}
.sideContent p {
	color:#477cb3;
	font-size:12px;
	text-align:left;
}
.sideContent a {
	text-decoration: none;
	color:#477cb3;
}
.sideContent a:hover {
	color:#477cb3;
	font-weight:bold;
}
.sideContent .date {
	font-size:10px;
	margin:0 0 10px 0;
}
.blog_entry {
	margin:0 10px 10px 10px;
}
.blog_entry h3 {
	margin-bottom:5px;
}
.blog_entry h3 a {
	text-decoration: none;
	color:#477cb3;
}
.blog_entry p {
	font-size:12px;
}

.blog_entry img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.blog_entry ul {
	clear:left;
}
.blog_entry ul li {
	font-size:12px;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #97a6b5;
}
.blog_entry ul li a {
	text-decoration: none;
	color:#477cb3;
}
.blog_entry ul li a:hover {
	color:#477cb3;
	font-weight:bold;
}
.blog_entry #active { border-left: 1px solid #97a6b5; }

#login {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
#login .transparentBox {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-color:#999999;
}
#login .panel {
	position:relative;
	background-image:url(images/Login_bg.gif);
	top:50px;
	width: 280px;
	height:242px;
	margin:auto;
	color:#FFF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#login h1 {
	display:block;
	width:auto;
	line-height:80px;
	height:auto;
	background-image:none;
	color:#FFF;
}
#login input {
	width:90%;
}
