/* CSS Document */

/* STRUCTURE START */
body {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	float: left;
	width: 950px;
}

#sub_content {
	float: left;
	width: 950px;
}

#content_headline {
	width: 480px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 23px;
	padding-left: 190px;
}
#content_navbar {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_main {
	width: 670px;
	float: left;
	margin-left: 23px;
}
#content_right_column {
	width: 230px;
	float: right;
	padding-right: 23px;
	padding-bottom: 20px;
}
#content_copyblock {
	float: left;
	width: 479px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	padding-top: 10px;
}

#header {
	background-image: url(my_images/header_middle_bg_NEW.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 950px;
}

#header_regular {
	background-image: url(my_images/banner_regular.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 950px;
	height: 125px;
	padding-top: 20px;
	padding-bottom: 20px;
}
			
#header_graphic {
	float: left;
	width: 950px;
	background-image: url(my_images/header_top_bg_NEW.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header_banner_image {
	height: 140px;
	float: left;
	width: 950px;
}
			
#header_content {
	float: left;
	width: 950px;
}
				
#header_copy {
	float: left;
	width: 650px;
	padding-left: 30px;
}

#header_button {
	float: right;
	width: 230px;
	padding-right: 23px;
}

#header_foot {
	float: left;
	height: 30px;
	width: 950px;
	background-image: url(my_images/header_bottom_bg_NEW.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#button_link_bar {
	width: 930px;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 20px;
}

#footer_buttons {
	width: 930px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	float: left;
}

div.footer_left {
	width: 700px;
	padding-top: 5px;
	float: left;
}

div.footer_right {
	float: right;
	width: 200px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.link_box {
	width: 180px;
	background-image: url(my_images/link_button_up.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 138px;
	float: left;
	margin-bottom: 10px;
	margin-left: 3px;
}

.link_box:hover {
	background-image: url(my_images/link_button_down.png);
}
.link_box_title {
	width: 180px;
	padding-top: 5px;
}
.link_box_image {
	width: 180px;
	height: 90px;
	padding-bottom: 5px;
}
.link_box_link {
	width: 180px;
}
		

/* STRUCTURE END */

/* BASIC ELEMENT START */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 20px;
		margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
		margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
		margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
		margin: 0px;
	padding: 0px;
}

.bold {}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/*BASIC ELEMENT END */

/* ELEMENT START */

.home_button {
	height: 26px;
	width: 196px;
	float: right;
	background-image: url(my_images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}

.home_button:hover {
	height: 26px;
	width: 196px;
	float: right;
	background-image: url(my_images/button_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	text-align: center;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}

/* ELEMENT END */

/* MAIN NAVIGATION START */

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	list-style-type: none;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
}

#content_navbar ul {
	list-style-type: none;
}

#content_navbar ul li {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	display: block;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	font-size: 14px;
}



/* MAIN NAVIGATION END */

.file_box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 30px;
}

.file_icon {
	float: left;
	height: 20px;
	width: 20px;
}

.file_name {
	float: left;
	padding-left: 20px;
}

img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mapPic {
	float: left;
	width: 96%;
	text-align: left;
	position: relative;
}

#map_image {
	float: left;
	position: relative;
}
/* SITE MAP START */
A.sitemap1, A.sitemap1:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	text-decoration: none;
	width: 90%;
	margin-left: 25px;
	padding-left: 10px;
	margin-bottom: 5px;
	float: left;
}
A.sitemap1:hover {
	text-decoration: underline;
}
A.sitemap2, A.sitemap2:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	text-decoration: none;
	padding-left: 55px;
	width: 90%;
	padding-bottom: 5px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
A.sitemap2:hover {
	text-decoration: underline;
}
/* SITE MAP END */

