/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
  /*background: #9e9e9e;*/
}

#site {
	position: relative;
  margin: 0px auto 0px auto;
	padding: 0px;
	width: 990px;  
  min-height: 100%;
  height: auto !important;
  height: 100%;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #2b2929;
	background: url(pics/bg_site.gif) left top repeat-y;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	width: 990px;
	height: 145px;
	background: url(pics/header_bg.gif) left top repeat-x;
}

#logo {
	position: absolute;
	z-index: 5;
	top: 77px;
	left: 45px;
	border: 0px solid #fff;
}

#logo a img { border: 0px; }

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
	position: relative;
	z-index: 60;
	margin: 50px 170px 0px 0px;
	float: right;
	display: inline;
}

#navigation ul {
	margin: 10px 0px 10px 15px;
	list-style-type: none;
}

#navigation li {
	position: relative;
	float: left;
	display: inline;	
}

#navigation li a:link, #navigation li a:visited {
	margin: 0px 5px 0px 0px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	text-decoration: none;
	border: 0px;
}

#navigation li a img { border: 0px; }

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #E8542E;
}

#navigation ul li ul {
	position: absolute;
	top: 45px;
	left: 0px;
	margin: 0px;
	display: none; 
	width: 180px;
	/*border-bottom: 2px solid #d8d8d8;*/
} 
#navigation ul li:hover ul { display: block; } 

#navigation ul li ul li { position: relative; }

#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
	padding: 0px 10px;
	margin: 0px 5px 0px 0px;
	width: 120px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	float: none;
	display: block;
	line-height: 30px;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
	background-color: #f3f3f3;
	border-bottom: 1px solid #d8d8d8;
}

#navigation ul li ul li a:hover, #navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited, #navigation ul li ul li.current a:hover {
	color: #505050;
	border-color: #ffcc00;
	background-color: #f4ebc9;
}

#navigation ul li ul li ul ,
#navigation ul li:hover ul li ul{
	position: absolute;
	padding-top: 0px;
	top: 0px;
	left: 140px;
	margin: 0px;
	display: none; 
	width: 180px;
	/*border-bottom: 2px solid #E8542E;*/
} 
#navigation ul li ul li:hover ul { display: block; } 

#navigation ul li ul li ul li a:link, #navigation ul li ul li ul li a:visited,
#navigation ul li ul li.current ul li a:link, #navigation ul li ul li.current ul li a:visited {
	padding: 0px 10px;
	margin: 0px 5px 0px 0px;
	width: 120px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	float: none;
	display: block;
	line-height: 30px;
	color: #505050;
	text-decoration: none;
	background-color: #e7e7e7;
	border-bottom: 1px solid #b7b7b7;
}

#navigation ul li ul li ul li a:hover, #navigation ul li ul li ul li.current a:link, #navigation ul li ul li ul li.current a:visited, #navigation ul li ul li ul li.current a:hover,
#navigation ul li ul li.current ul li a:hover {
	color: #505050;
	border-color: #ffcc00;
	background-color: #f4ebc9;
}

/* ------------------------------------------------------------------------- Homepage */

#homeblocks {
	position: absolute;
	top: 0px;
	left: 126px;
}
#homeblocks .column_home {
	position: relative;
	padding-top: 90px;
	width: 230px;
	height: 430px;
	float: left;
}

#homeblocks .column_home .sitepart {
	position: absolute;
	top: 62px;
	left: 75px;
	z-index: 10;
}

#homeblocks .column_home .moreinfo {
	position: absolute;
	bottom: 22px;
	left: 50px;
	z-index: 10;
	width: 133px;
	height: 30px;
	line-height: 23px;
	text-align: center;
	background: url(pics/more.png) top left no-repeat;
	cursor: pointer;
}

#homeblocks .column_home .moreinfo a:link, #homeblocks .column_home .moreinfo a:visited {
	width: 133px;
	height: 30px;
	display: block;
	text-decoration: none;
	border: 0px;
}

#homeblocks .block {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 3px;
}

#homeblocks .column_home .sitepart img {
	margin: 0px;
}

#homeblocks .column_home .top {
	width: 230px;
	height: 37px;
}

#homeblocks .column_home .content {
	padding: 18px 20px;
	width: 189px;
	height: 286px;
	overflow: hidden;
}

#homeblocks .column_home .content h1 { text-align: center; }
#homeblocks .column_home .white .content h1 { color: #7f7f7e; }
#homeblocks .column_home .blue .content h1 { color: #fff; }
#homeblocks .column_home .grey .content h1 { color: #fff; }

#homeblocks .column_home .bottom {
	width: 230px;
	height: 37px;
}

#homeblocks .column_home .white .top { background: url(pics/home_white_top.png) top left no-repeat; } 
#homeblocks .column_home .white .content { color: #2e2d2c; background: url(pics/home_white_content.png) top left repeat-y; } 
#homeblocks .column_home .white .bottom { background: url(pics/home_white_bottom.png) top left no-repeat; } 

#homeblocks .column_home .blue .top { background: url(pics/home_blue_top.png) top left no-repeat; } 
#homeblocks .column_home .blue .content { color: #fff; background: url(pics/home_blue_content.png) top left repeat-y; } 
#homeblocks .column_home .blue .bottom { background: url(pics/home_blue_bottom.png) top left no-repeat; } 

#homeblocks .column_home .grey .top { background: url(pics/home_grey_top.png) top left no-repeat; } 
#homeblocks .column_home .grey .content { color: #fff; background: url(pics/home_grey_content.png) top left repeat-y; } 
#homeblocks .column_home .grey .bottom { background: url(pics/home_grey_bottom.png) top left no-repeat; } 


/* ------------------------------------------------------------------------- Content */ 

#container {
  position: relative;
	width: 990px;
  min-height: 620px;
  height: auto !important;
  height: 620px;
}

#picsbar {
  position: absolute;
  margin: 0px;
  top: 110px;
  right: 45px;
}

#picsbar .topbar { width: 400px; float: right; }
#picsbar .topbar img { margin: 0px; float: right; }

#picsbar .rightbar { width: 110px; float: right; }
#picsbar .rightbar img { margin: 0px; float: left; }

#content .column_left {
  width: 240px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
  float: left;
	display: block;
  line-height: 0px;
  font-size: 0px;
} 
#content .column_left img { margin: 0px; }

#content .currentsite {
	position: absolute;
	top: 70px;
	left: 200px;
	color: #858582;
	font-size: 20px;
	line-height: 40px;
}

#content .currentsite img { margin: 0px 0px 0px 0px; float: left; }
#content .currentsite .currenttext { margin: 25px 0px 0px 0px; float: left; }

#content .column_middle {
  padding: 45px 0px 110px 0px;
  width: 565px;
  float: left;
} 

#content .column_middle .keyword {
	padding: 0px 5px 0px 40px;
	width: 80px;
	height: 40px;
	float: left;
	font-weight: bold;
}

#content .column_middle .content {
	width: 440px;
	float: left;
}

#content .column_right {
  width: 155px;
  float: left;
} 

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: #2b2929; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #2b2929; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #2b2929; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #2b2929; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #2b2929; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #2b2929; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #2b2929 ;  border-bottom: 1px solid #2b2929;}
#content a:hover { color: #E8542E;  border-bottom: 1px solid #E8542E; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #2b2929;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content .file .icon img { margin: 0px; }
#content .file { margin-bottom: 10px; }
#content .file .icon { float: left; margin-right: 5px; }

/* ------------------------------------------------------------------------- Google Map */

#content .searchoptions {
	padding: 10px 0px 10px 10px;
	width: 430px;
	height: 20px;
	background-color: #E8542E;
}

#content .searchoptions .description { margin-right: 45px; float: left; display: inline; line-height: 20px; color: #fff; }

#content .searchoptions .value  input.large {
    padding: 1px 3px;
    margin: 0px;
    width: 200px;
    color: #b2b2b2;
    border: 1px solid #cccccc;
} 

#content .searchoptions .value { margin-right: 10px; float: left; display: inline; }
#content .searchoptions .route_btn { width: 86px; overflow: hidden; }

#content .searchoptions .route_btn .button { 
	padding: 1px 3px;
  margin: 0px 2px 0px 0px;
  height: 20px;
	width: 86px;
  float: right;
	font-weight: bold;
  color: #fff;
  border: 1px solid #b2b2b2;
	background-color: #b2b2b2;
	cursor: pointer;
}


/* ------------------------------------------------------------------------- Footer */ 

#footer {
	position: fixed;
	z-index: 50;
	bottom: 0px;
	padding: 0px 0px;
	width: 990px;
	height: 120px;
	font: 10px arial, verdana, sans-serif;
	color: #fff;
	text-align: right;
	background: url(pics/bg_site.gif) left top repeat-y;
}

#footer .links { 
	margin: 10px 0px 3px 240px;
	padding-left: 10px;
	width: 90px;
	height: 60px;
	float: left;
	display: inline;
	background-color: #fff;
}

#footer .links a img { float: left; margin: 0px 3px 3px 0px; border: 0px; }

#footer .links a.bovag {
	margin-top: 7px;
	float: left;
}

#footer .title {
	padding: 10px 0px 0px 30px;
	width: 507px;
	height: 60px;
	float: left;
	display: inline;
	font-size: 50px;
	color: #c4c7c7;
	text-align: left;
	line-height: 40px;
	background-color: #fff;
}

#footer .title .address { width: 448px; display: block; line-height: 20px; color: #4C4C4C; font-size: 12px; text-align: center; }
#footer .title .address a:link, #footer .title .address a:visited { color: #4C4C4C; text-decoration: none; border: none; }

#footer .ticker {
	width: 877px;
	height: 50px;
	float: left;
	line-height: 40px;
	background-color: #fff;
}

#footer .ticker  ul { 
	width: 877px;
	height: 40px;
	float: left;
	line-height: 40px;
	list-style-type: none; 
	background-color: #e8542e;
	overflow: hidden;
}

#footer .ticker li {
	width: 990px;
	height: 40px;
	text-align: center;
	background-color: #e8542e;
}

#footer .ticker li a:link, #footer .ticker li a:visited {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #e8542e;
}

#footer .ticker li a:hover { color: #fff; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }

