@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#c8c8c8;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}

p {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
}

a {
	color:#CCCCCC;
}

h1 {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000000
}

.HColor {
	color:#600000;
}

ul {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

div#MapInfo {
	padding-right:43px;
	padding-top:79px;
}

/******************************************************** Menu ********************************************************/

div#MenuWrapper {
	background:url(images/menu_background.jpg);
}

div#MenuLeftContainer {
	position:absolute;
	right:50%;
	left:0;
	padding-right:379px;
}

div#MenuLeft {
	height:73px;
	background:url(images/menu_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

div#MenuRightContainer {
	position:absolute;
	left:50%;
	right:0;
	padding-left:379px;
}

div#MenuRight {
	height:73px;
	background:url(images/menu_right.jpg);
	background-repeat:no-repeat;
}

div#Menu {
	position:relative;
	height:73px;
	width:760px;
	margin:0 auto;
	background:url(images/menu.jpg);
	font-size:14px;
}

div#MenuInterior {
	position:absolute;
	bottom:0;
	width:760px;
	padding-bottom:15px;
	text-align:center;
}

div#MenuInterior a {
	text-decoration:none;
	padding-bottom:15px;
	padding-left:22px;
	padding-right:22px;
	color:#4d7f98;
}

div#Menu a:hover {
	background:url(images/rollover.png);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#580e0e;
}

/******************************************************** Header ********************************************************/

div#HeaderWrapper {
	background:url(images/header_background.jpg);
}

div#HeaderLeftContainer {
	position:absolute;
	right:50%;
	left:0;
	padding-right:379px;
}

div#HeaderLeft {
	height:243px;
	background:url(images/header_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

div#HeaderRightContainer {
	position:absolute;
	left:50%;
	right:0;
	padding-left:379px;
}

div#HeaderRight {
	height:243px;
	background:url(images/header_right.jpg);
	background-repeat:no-repeat;
}

div#Header {
	position:relative;
	height:243px;
	width:760px;
	margin:0 auto;
	background:url(images/header.jpg);
}

/******************************************************** Content ********************************************************/

div#ContentContainer {
	min-width:760px;
	background:#8499a7;
}

div#Content {
	width:760px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background:url(images/content_lightness.jpg);
	background-repeat:no-repeat;
}

/******************************************************** Bottom ********************************************************/

div#BottomContainer {
	background:url(images/bottom_background.jpg);
}

div#Bottom {
	height:67px;
	width:760px;
	margin:0 auto;
	background:url(images/bottom.jpg);
}

/******************************************************** Footer ********************************************************/

div#FooterWrapper {
	background:url(images/footer_background.jpg);
}

div#FooterLeftContainer {
	position:absolute;
	right:50%;
	left:0;
	padding-right:379px;
}

div#FooterLeft {
	height:210px;
	background:url(images/footer_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

div#FooterRightContainer {
	position:absolute;
	left:50%;
	right:0;
	padding-left:379px;
}

div#FooterRight {
	height:210px;
	background:url(images/footer_right.jpg);
	background-repeat:no-repeat;
}

div#Footer {
	position:relative;
	height:210px;
	width:760px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#002b43;
	background:url(images/footer.jpg);
}

div#Footer a {
	color:#666666;
	text-decoration:none;
}

/******************************************************** Footer Columns ********************************************************/

div#ColumnOne {
	float:left;
	width:257px;
	height:210px;
}

div#ColumnTwo {
	float:left;
	width:255px;
	height:210px;
}

div#ColumnThree {
	float:left;
	width:248px;
	height:210px;
}

div.ColumnInterior {
	padding-top:50px;
	padding-left:10px;
	padding-right:20px;
}

div#ColumnThree div.ColumnInterior {
	padding-right:12px;
}

/******************************************************** Copyright ********************************************************/

div#Copyright {
	width:760px;
	margin:0 auto;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

div#Copyright a {
	text-decoration:none;
	color:#333333;
}