body {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 11px;
	color : #1E1916;
	background-color : #1E1916;
}

a {
	color : #E87716;
	text-decoration : none;
}

a:visited {
	color : #E87716;
	text-decoration : none;
}

a:hover {
	color : #1E1916;
	text-decoration : underline;
}

a:active {
	color : #1E1916;
	text-decoration : underline;
}

#PageContainer {
	width : 800px;
	text-align : left;
	background-image : url(images/bg.gif);
	background-repeat : no-repeat;
	background-color : #FFFFFF;
	background-position : top right;
	margin-left : auto;
	margin-right : auto;
}

#Header {
	height : 100px;
	padding : 10px;
}

#xMenu {
	background-color : #1E1916;
	height : 25px;
	line-height : 25px;
	text-align : center;
	color : #FFFFFF;
}

hr {
	height : 1px;
	border : 1px solid #1E1916;
	clear : both;
	margin-top : -26px;
}



a.xmenu {
	color : #FFFFFF;
	text-decoration : none;
}

a.xmenu:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.xmenu:hover {
	color : #E87716;
	text-decoration : underline;
}

a.xmenu:active {
	color : #E87716;
	text-decoration : underline;
}



#Content {
	padding : 25px;
}

#Text {
	float : left;
	width : 425px;
	line-height : 18px;
	padding-bottom : 25px;
	text-align : justify;
}

#Map {
	float : right;
	width : 287px;
	line-height : 18px;
	padding-bottom : 25px;
	text-align : justify;
}

#Footer {
	font-size : x-small;
	color : #1E1916;
	height : 25px;
	line-height : 24px;
	padding-left : 10px;
	padding-right : 10px;
	border-top : 1px solid #1E1916;
	clear : both;
}

a.footer {
	font-size : x-small;
	color : #E87716;
	text-decoration : none;
}

a.footer:visited {
	font-size : x-small;
	color : #E87716;
	text-decoration : none;
}

a.footer:hover {
	font-size : x-small;
	color : #1E1916;
	text-decoration : none;
}

a.footer:active {
	font-size : x-small;
	color : #1E1916;
	text-decoration : none;
}

.orange {
	color : #E87716;
}

#Legal {
	font-size : x-small;
	color : #1E1916;
	height : 25px;
	line-height : 24px;
	padding-left : 10px;
	padding-right : 10px;
	clear : both;
}


/* menu */
#menu{ margin:0; padding:0; list-style:none; color:#fff; line-height:30px; display:inline-block;float:left; z-index:1000;width:100%;background-color:#111;font-size:12px;font-weight:bold;}
#menu a { color:#fff; text-decoration:none; }
#menu > li {background:#111 none repeat scroll 0 0; cursor:pointer; float:left; position:relative; padding:0 28px;}
#menu > li a:hover {color:#E87716;}
/* sub-menus*/
#menu ul { padding:0; margin:0; display:block; display:inline;}
#menu li ul { position:absolute; left:-10px; top:0px; margin-top:30px; width:190px; line-height:16px; background-color:#172322; color:#0395CC; /* for IE */ display:none; }
#menu li:hover ul { display:block;}
#menu li ul li{ display:block; margin:2px 20px; padding: 2px 0; border-top: dotted 1px #606060; list-style-type:none; }
#menu li ul li:first-child { border-top: none; }
#menu li ul li a { display:block; color:#E87716 }
#menu li ul li a:hover { color:#fff; }
/* main submenu */
#menu #main { left:0; top:-30px; padding-top:20px; background-color:#7cb7e3; color:#fff; z-index:999;}

