/* HTML */
html
{
 margin: 0px;
}

/* BODY */
body
{
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

/* P */
p
{
 margin: 0px;
 padding: 0px;
}

p.Main_Map
{
 text-align: center;
 font-weight: bold;
 padding: 10px;
}

/* FORM */
form
{
 margin: 0px;
}

/* SELECT */
select
{
 font-size: 11px;
}

/* INPUT + IE Margin Fix */
input
{
 font-size: 11px;
 margin: -1px 0px;
 -moz-padding-start: 1px;
 -moz-padding-end: 1px;
}

html>body input
{
 margin: 0px;
}

*+html>body input
{
 margin: -1px 0px;
}

/* TEXTAREA */
textarea
{
 padding: 1px;
}

/* IMG */
img
{
 border: 0px;
}

/* A */
a
{
 color: #333333;
 text-decoration: underline;
}

a:hover
{
 text-decoration: none;
}

a.Main_Logo
{
 display: block;
 width: 914px;
 height: 91px;
 background-image: url(../Images/Logo.jpg);
 background-repeat: no-repeat;;
 background-position: center;
 border: 0px;
}

a.Main_Menu
{
 font-weight: bold;
 font-size: 12px;
 color: #000000;
 text-decoration: none;
 margin-right: 34px;
}

a.Main_Menu:hover
{
 color: #eb7706;
}

a.Main_Map
{
 font-weight: bold;
 color: #eb7706;
 text-decoration: underline;
 font-style: italic;
}

a.Main_Map:hover
{
 text-decoration: none;
}

a.Main_Details
{
 font-weight: bold;
 color: #000000;
 text-decoration: underline;
 font-style: italic;
}

a.Main_Details:hover
{
 text-decoration: none;
}

a.Main_Print
{
 color: #eb7706;
 text-decoration: underline;
}

a.Main_Print:hover
{
 text-decoration: none;
}

a.Main_MenuSelected
{
 font-weight: bold;
 font-size: 12px;
 color: #eb7706;
 text-decoration: none;
 margin-right: 34px;
}

a.Main_FooterMenu
{
 color: #676767;
 text-decoration: underline;
}

a.Main_FooterMenu:hover
{
 text-decoration: none;
}

a.Main_Top
{
 display: inline;
 float: right;
 color: #000000;
 text-decoration: underline;
 background-color: #d5d5d5;
 width: 80px;
 height: 25px;
 line-height: 24px;
 text-align: center;
}

a.Main_Top:hover
{
 text-decoration: none;
}

a.Main_Title
{
 font-weight: bold;
 font-size: 13px;
 color: #eb7706;
 text-decoration: none;
}

/* DIV */
div.Main_Header
{
 width: 914px;
 margin-left: auto;
 margin-right: auto;
}

div.Main_SlideShow
{
 height: 197px;
}

div.Main_Menu
{
 margin-top: 5px;
 border-top: 1px solid #d5d5d5;
 border-bottom: 1px solid #d5d5d5;
 padding: 3px;
 text-align: right;
}

div.Main_FooterMenu
{
 margin-top: 5px;
 border-top: 1px solid #d5d5d5;
 padding: 3px;
 text-align: right;
}

div.Main_Content
{
 width: 914px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 50px;
 margin-bottom: 60px;
}

div.Main_Left
{
 display: inline;
 float: left;
 width: 450px;
}

div.Main_Right
{
 display: inline;
 float: right;
 width: 420px;
 padding-right: 30px
}

div.Main_Footer
{
 width: 914px;
 margin-left: auto;
 margin-right: auto;
}

div.Main_BoxTop
{
 width: 360px;
 height: 2px;
 background-image: url(../Images/BoxTop.jpg);
}

div.Main_BoxMiddle
{
 width: 360px;
 background-image: url(../Images/BoxMiddle.jpg);
}

div.Main_BoxBottom
{
 width: 360px;
 height: 2px;
 background-image: url(../Images/BoxBottom.jpg);
}

div.Main_Lightbox
{
 padding: 20px;
}

div.Main_ClearFloat
{
 clear: both;
 font-size: 0px;
 padding: 0px;
 margin: 0px;
}