body#screen {
	margin: 0px;
	font: normal 11px arial, sans-serif;
	color: #000000;
	background-color: #d2d2d2;
}

td {
	vertical-align: top;
}

div#middle{
	background: #d2d2d2 url(/img/bg_middle.jpg) repeat-x top center;
	width: 100%;
}

div#front{
	background: #d2d2d2 url(/img/bg_middle_front.jpg) repeat-x top center;
	border-top: 1px solid transparent;
	padding-top: 17px;
}

div#page_bottom {
	height: 17px;
	background: #ffffff url(/img/bg_bottom.png) repeat-x top center;
	margin: 0 auto 0 auto;
}

table#page {
	width: 940px;
	margin: 0 auto 0 auto;
}

td#menu {
	width: 240px;
	padding-top: 40px;
}

td.contents {
	height: 575px;
	padding-top: 45px;
	padding-right: 27px;
}

div#top {
	background: transparent url(/img/bg_top.jpg) repeat-x bottom center;
	padding: 2px 0 6px 0;
}

div#mainlinks {
	background: transparent url(/img/bg_mainlinks.jpg) repeat-x top center;
	height: 106px;
}

table#top_content {
	width: 940px;
	margin: 0 auto 0 auto;
}

table#menucontent {
	width: 196px;
	margin: 0px;
	padding: 0px;
	background: transparent url(/img/bg_menu.png) repeat-x top center;
}

td#menutop {
	font-size: 1px;
	height: 10px;
	background: transparent url(/img/bg_menu_border_top.gif) no-repeat bottom center;
}

td#menumiddle {
	background: transparent url(/img/bg_menu_border_middle.gif) repeat-y top center;
	padding: 20px 0 20px 0;
}

td#menubottom {
	font-size: 1px;
	height: 10px;
	background: transparent url(/img/bg_menu_border_bottom.gif) no-repeat top center;
}


/* LEVEL 1 */

ul#level1 {
	float: right;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0px;
}

li.lev1 {
	list-style-type: none;
	float: left;
}

li.lev1sel {
	list-style-type: none;
	float: left;
	background: transparent url(/img/bg_mainlink_left.gif) no-repeat center left;
	padding-left: 5px;
}

a.l1, a.l1:link, a.l1:visited {
	font: normal 14px arial, sans-serif;
	color: #004e9c;
	padding: 19px;
	margin: 0px;
	line-height: 30px;
	text-decoration: none;
}

a.l1:hover, a.l1:active {
	color: #000000;
}

a.l1sel, a.l1sel:link, a.l1sel:visited, a.l1sel:hover, a.l1sel:active {
	background: transparent url(/img/bg_mainlink_right.gif) no-repeat center right;
	font: normal 14px arial, sans-serif;
	color: #ffffff;
	padding: 8px 16px 8px 11px;
	margin: 0px;
	line-height: 30px;
	text-decoration: none;
}


/* LEVEL 2 */

ul#level2 {
	margin: 0 0 5px 0;
	padding: 0px;
}

li.lev2 {
	list-style-type: none;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 3px;
	width: 174px;
}

li.lev2sel {
	list-style-type: none;
	background: transparent url(/img/bg_link_top.gif) no-repeat top left;
	width: 174px;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 3px;
}

a.l2, a.l2:link, a.l2:visited {
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	font: bold 12px arial, sans-serif;
	width: 159px;
	display: block;
}

a.l2:hover, a.l2:active {
	color: #62def0;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	font: bold 12px arial, sans-serif;
	width: 159px;
	display: block;
}

a.l2sel, a.l2sel:link, a.l2sel:visited, a.l2sel:hover, a.l2sel:active {
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #0c4a80;
	font: bold 12px arial, sans-serif;
	background: transparent url(/img/bg_link_bottom.gif) no-repeat bottom left;
	width: 159px;
	display: block;
}


/* STICKY FOOTER */

* {
	margin: 0;
}
html, body#screen {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -63px;
	min-width: 1000px;
}
div.footer {
	text-align: center;
	min-width: 1000px;
}

div.push {
	height: 63px;
}

div.footer {
	height: 30px;
	background: transparent url(/img/bg_footer.jpg) repeat-x bottom left;
	padding-top: 33px;
}

div.footer address {
	color: #ffffff;
	font: normal 12px arial, sans-serif;
	padding: 0px;
}

div#banners {
	text-align: center;
	/*width: 200px;*/
	padding-top: 15px;
}

div.bg_top_button {
	background: transparent url(/img/button_left.gif) no-repeat center left;
	padding-left: 7px;
	float: right;
}

div#login_form {
	clear: both;
	display: none;
}

a.top_button, a.top_button:link, a.top_button:visited, a.top_button:hover, a.top_button:active {
	background: transparent url(/img/button_right.gif) no-repeat center right;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	display: block;
	float: left;
	outline: none;
}

div#login {
	width: 940px;
	margin: 3px auto 0 auto;
}

div#loginarea {
	width: 210px;
	margin-left: auto;
	margin-right: 20px;
	height: 20px;
}


label {
	color: #ffffff;
	font: normal 12px arial, sans-serif;
}

table.logintable {
	width: 100%;
	margin-top: 15px;
	margin-left: 26px;
}

td.loginlabel {
	width: 150px;
}

input.txtbox {
	border: 1px solid #004fa1;
	background-color: #ffffff;
	margin-bottom: 3px;
	width: 110px;
	padding: 2px;
}

div.frontimage {
	background-color: #bcbbbb;
	margin: 0 auto 0 auto;
	width: 952px;
	height: 352px;
	overflow: hidden;
}

table.front_content {
	margin: 30px auto 30px auto;
	width: 980px;
}

td#frontbanners {
	width: 326px;
	/*padding-top: 17px;*/
}

td#frontnews {
	width: 270px;
	padding: 50px 20px 0 40px;
}

td.frontcontent {
	padding: 50px 20px 0 30px;
}

span.news_nolink {
	color: #414447;
	font: bold 12px arial, sans-serif;
	text-decoration: none;
}

span.date {
	color: #414447;
	font: bold 11px arial, sans-serif;
	text-decoration: none;
}

#content a, #content a:link, #content a:visited {
	color: #004385;
	font: 11px Arial, sans-serif;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #0c477c;
	font: 11px Arial, sans-serif;
	text-decoration: underline;
}

a.newslink, a.newslink:link, a.newslink:visited {
	font: bold 12px arial, sans-serif;
	text-decoration: none;
}

a.newslink:hover, a.newslink:active {
	font: bold 12px arial, sans-serif;
	text-decoration: underline;
}

#content a.newslink, #content a.newslink:link, #content a.newslink:visited {
	font: bold 12px arial, sans-serif;
	text-decoration: none;
}

#content a.newslink:hover, #content a.newslink:active {
	font: bold 12px arial, sans-serif;
	text-decoration: underline;
}

div.banner1 {
	background: transparent url(/img/box-1.jpg) no-repeat top left;
	width: 252px;
	height: 69px;
	text-align: center;
	padding: 35px 57px 0 17px;
	cursor: pointer;
}

div.banner2 {
	background: transparent url(/img/box-2.jpg) no-repeat top left;
	width: 252px;
	height: 69px;
	text-align: center;
	padding: 20px 57px 0 17px;
	cursor: pointer;
}

div.banner3 {
	background: transparent url(/img/box-3.jpg) no-repeat top left;
	width: 252px;
	height: 81px;
	text-align: center;
	padding: 20px 57px 0 17px;
	cursor: pointer;
}

div#gmap {
	height: 300px;
}




/* FORM */


table.form {
	margin-top: 10px;
	float: left;
}

table.form td {
	padding: 5px 5px 5px 0;
}

td.label, table.form td.label {
	padding: 12px 5px 5px 0;
	vertical-align: top;
	color: #373737;
}

label {
	font: normal 12px arial, sans-serif;
	line-height: 15px;
	color: #373737;
}

input.txt_field, textarea.txt_area {
	font: normal 12px arial, sans-serif;
	color: #373737;
	width: 300px;
	border: 1px solid #0c477c;
	background-color: #eeeff3;
	padding: 4px;
}

.sbmt {
	border: 1px solid #0c477c;
	background-color: #eeeff3;
	color: #0c477c;
}

span.formError {
	font: bold 12px Arial, sans-serif;
	color: #d90000;
}


