/* Body */
*{
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

body {
background: #2B323A url(template/background/background.png) repeat-x top;
margin: 0px;
padding: 0px;
}


/* Links */
a:link, a:visited { 
color: #CC6600;
text-decoration: none ;
}
a:hover, a:active { 
color: #CC6600;
text-decoration: underline ;
}

/* Navigation */ 
.nav{
display: inline-block;
height:35px;
background: url(template/header/header_navigation.png) no-repeat;
padding:0px;
}

/* Navigation 1 */ 
.nav1 {
width: 100px;
background-position: 0px 0px;
}
.nav1o, .nav1:hover, .nav1:active {
width: 100px;
background-position: 0px -35px;
}


/* Navigation 2 */ 
.nav2 {
width: 100px;
background-position: -100px 0px;
}
.nav2o, .nav2:hover, .nav2:active {
width: 100px;
background-position: -100px -35px;
}


/* Navigation 3 */ 
.nav3 {
width: 160px;
background-position: -200px 0px;
}
.nav3o, .nav3:hover, .nav3:active {
width: 160px;
background-position: -200px -35px;
}


/* Navigation 4 */ 
.nav4 {
width: 110px;
background-position: -360px 0px;
}
.nav4o, .nav4:hover, .nav4:active {
width: 110px;
background-position: -360px -35px;
}


/* Navigation 5 */ 
.nav5 {
width: 170px;
background-position: -470px 0px;
}
.nav5o, .nav5:hover, .nav5:active {
width: 170px;
background-position: -470px -35px;
}

/* Navigation 6 */ 
.nav6 {
width: 210px;
background-position: -640px 0px;
}
.nav6o, .nav6:hover, .nav6:active {
width: 210px;
background-position: -640px -35px;
}

/* Navigation 7 */ 
.nav7 {
width: 110px;
background-position: -850px 0px;
}
.nav7o, .nav7:hover, .nav7:active {
width: 110px;
background-position: -850px -35px;
}

/* SubNavigation */ 
.subnav{
display: block;
height:35px;
background: url(template/header/header_navigation.png) no-repeat;
}

/* Subnavigation 5 */
.subnav5 {
width: 170px; 
left:470px;
padding:0px;
position:absolute;
z-index:999;
text-align:left;
font-size:12px;
line-height:35px;
color:#333;
text-decoration:none;
font-weight:bold;
}
.subnav5_1, .subnav5_1:visited, .subnav5_1:link {
background-position: -470px -70px;
padding-left:20px;
color:#333;
text-decoration:none;
}
.subnav5_1o, .subnav5_1:hover, .subnav5_1:active {
background-position: -470px -105px;
padding-left:20px;
color:#333;
text-decoration:none;
}

/* Subnavigation 6 */
.subnav6 {
width: 210px; 
left:640px;
padding:0px;
position:absolute;
z-index:999;
text-align:left;
font-size:12px;
line-height:35px;
color:#333;
text-decoration:none;
font-weight:bold;
}
.subnav6_1, .subnav6_1:visited, .subnav6_1:link {
background-position: -640px -70px;
padding-left:20px;
color:#333;
text-decoration:none;
}
.subnav6_1o, .subnav6_1:hover, .subnav6_1:active {
background-position: -640px -105px;
padding-left:20px;
color:#333;
text-decoration:none;
}



/* Captcha */
.recaptchatable, .recaptcha_image_cell {
background-color:#EAEAEA  !important; 
}
#recaptcha_table {
border-color: #999999 !important;
}
#recaptcha_response_field {
border-color: #999999 !important;
}


/* Header */
.header_container {
margin: 0px;
padding: 0px;
}
.header {
padding: 20px 15px 15px 15px;
background-color:#000000;
}
.header_menu {
font-size: 12px;
color: #AC8754;
line-height: 18px;
margin: 0px;
padding: 0px;
}
.header_menu a:link, .header_menu a:visited { 
color: #AC8754;
text-decoration: none ;
}
.header_menu a:hover, .header_menu a:active { 
color: #AC8754;
text-decoration: underline ;
}
.header_text {
font-size: 12px;
font-weight: normal;
color: #AC8754;
margin: 0px;
padding: 0px;
}
.header_text a:link, .header_text a:visited { 
color: #AC8754;
text-decoration: none ;
}
.header_text a:hover, .header_text a:active { 
color: #AC8754;
text-decoration: underline ;
}


/* Content */
.feature{
padding: 15px 0px 15px 0px;
width:958px;
background:#FFF;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

/* Content */
.content_container {
margin: 0px auto;
padding: 0px;
}
.content {
background-color: #FFFFFF;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
margin: 0px;
}


/* Footer */
.footer_container {
margin: 0px;
padding: 0px;
}
.footer {
padding: 10px;
margin-bottom: 10px;
background:#000;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}
.footer_menu {
font-size: 11px;
color: #AC8754;
margin: 0px;
padding: 0px;
line-height: 18px;
}
.footer_menu a:link, .footer_menu a:visited { 
color: #AC8754;
text-decoration: none;
}
.footer_menu a:hover, .footer_menu a:active { 
color: #AC8754;
text-decoration: underline;
}
.footer_text {
font-size: 11px;
font-weight: normal;
color: #AC8754;
line-height: 20px;
margin: 0px;
padding: 0px;
}
.footer_text a:link, .footer_text a:visited { 
color: #AC8754;
text-decoration: none ;	
}
.footer_text a:hover, .footer_text a:active { 
color: #AC8754;
text-decoration: underline ;
}


/* Containers */
.container {
margin:0px 25px 20px 25px;
}
.container_text {
font-size: 12px;
margin:0px 25px 20px 25px;
text-align: left;
line-height: 20px;
}
.container_border {
background: url(template/background/background_border.png) bottom no-repeat;
padding-bottom:10px;
}
.container_title {
font-size: 24px;
font-family: Arial Narrow, Helvetica, sans-serif;
margin: 20px 25px 10px 25px;
padding: 0px 0px 5px 0px;
text-align: left;
color: #000000;
background: url(template/background/background_border.png) bottom no-repeat;
}
.container_title_background {
font-size: 32px;
font-family: Arial Narrow, Helvetica, sans-serif;
height: 60px;
margin: 10px 10px 10px 10px;
padding: 0px 0px 0px 15px;
text-align: left;
line-height:60px;
color: #FFFFFF;
background: url(template/background/background_title.png) center no-repeat;
}
.container_title_large {
margin: 30px 25px 10px 25px;
text-align: left;
}
.container_title_small {
margin: 20px 25px 10px 25px;
text-align: left;
}
.container_section {
font-size: 24px;
color: #666666;
margin: 0px 25px 5px 25px;
text-align: left;
line-height: 32px;
}
.container_section_small {
font-size: 18px;
color: #666666;
margin:0px 25px 5px 25px;
text-align: left;
line-height: 26px;
}
.container_side {
margin: 10px 25px 20px 15px;
padding: 0px;
border: 8px solid #EAE4D6;
}
.container_side_header {
background: #2A2A2A;
font-size: 18px;
color: #FFFFFF;
margin:0px 0px 10px 0px;
padding:0px 25px 0px 15px;
text-align: left;
line-height: 40px;
}
.container_side_footer {
margin:10px 0px 0px 0px;
padding:10px 25px 10px 15px;
text-align: left;
background: url(template/background/background_border.png) top no-repeat;
}
.container_side_text {
font-size: 11px;
margin:0px 15px 20px 15px;
text-align: left;
line-height: 20px;
}
.container_side_alternate {
background: #CDDADE;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font-size: 11px;
margin:20px 25px 20px 15px;
text-align: left;
line-height: 20px;
}
.container_form {
background: #CDDADE;
padding: 15px 0px 0px 0px;
margin:0px 25px 20px 25px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.container_form_header {
background: #2A2A2A;
font-size: 18px;
color: #FFFFFF;
margin:0px 25px 10px 25px;
padding:0px 15px 0px 15px;
text-align: left;
line-height: 40px;
}

/* Text */
.text {
font-size: 11px;
font-weight: normal;
}
.text_small {
font-size: 10px;
text-transform:uppercase;
}
.text_xsmall {
font-size: 9px;
}
.text_large {
font-size: 14px;
}
.text_xlarge {
font-size: 18px;
}
.text_xxlarge {
font-size: 22px;
}
.text_bold {
font-weight: bold;
}


/* Text Color A */
.text_color_a {
color: #CC6600;
}


/* Text color b */
.text_color_b {
color: #930;
}


/* Form */
.form_body {
margin: 0px;
padding: 0px;
}
.form_field, textarea .form_field {
font-size: 11px;
color: #333333;
}
.form_button {
font-size: 11px;
font-weight: bold;
color: #333333;
background-color: #D7C5A5;
border: 1px solid #D8A23B;
}
.form_button_small {
font-size: 10px;
font-weight: bold;
color: #333333;
background-color: #D7C5A5;
border: 1px solid #D8A23B;
}
.form_button_image {
cursor:hand;
}

/* Message */
.message_fail {
font-size: 13px;
font-weight: bold;
color: #CC0000;
}
.message_success {
font-size: 13px;
font-weight: bold;
color: #339900;
}


/* Horizontal Rule */
.hr {
margin:0px 15px 20px 15px;
}


/* Image */
.image_right {
margin:5px 0px 5px 15px;
}
.image_left {
margin:5px 15px 5px 0px;
}
.image_column {
margin:5px 25px 5px 15px;
}
.image_border {
border: 1px solid #666666;
}

/* Photo Gallery */
.photo_gallery_container {
margin:0px 25px 0px 25px;
background:#CDDBDE;
padding:0px;
}
.photo_image_container {
height:120px;
width:120px;
overflow:hidden;
border:10px solid #FFF;
margin:10px;
}


/*GOOGLE MAP*/

#myMap{
width: 600px;
height: 400px;
border:1px solid #999999;
}

#route{
width: 600px;
}
