/* Body */
*{
font-family:Verdana, Geneva, sans-serif;
color: #333333;
}

body {
background: #FFF url(template/background/background.jpg) repeat-y top;
margin: 0px;
padding: 0px;
}


/* Links */
a:link, a:visited { 
color: #006699;
text-decoration: none ;
}
a:hover, a:active { 
color: #663399;
text-decoration: underline ;
}

/* Navigation */ 
.nav{
display: inline-block;
height:57px;
background: url(template/header/header_navigation.jpg) no-repeat;
padding:0px;
}

/* Navigation 1 */ 
.nav1 {
width: 130px;
background-position: 0px 0px;
}
.nav1o, .nav1:hover, .nav1:active {
width: 130px;
background-position: 0px -57px;
}


/* Navigation 2 */ 
.nav2 {
width: 150px;
background-position: -130px 0px;
}
.nav2o, .nav2:hover, .nav2:active {
width: 150px;
background-position: -130px -57px;
}


/* Navigation 3 */ 
.nav3 {
width: 165px;
background-position: -280px 0px;
}
.nav3o, .nav3:hover, .nav3:active {
width: 165px;
background-position: -280px -57px;
}


/* Navigation 4 */ 
.nav4 {
width: 195px;
background-position: -445px 0px;
}
.nav4o, .nav4:hover, .nav4:active {
width: 195px;
background-position: -445px -57px;
}


/* Navigation 5 */ 
.nav5 {
width: 140px;
background-position: -640px 0px;
}
.nav5o, .nav5:hover, .nav5:active {
width: 140px;
background-position: -640px -57px;
}

/* Navigation 6 */ 
.nav6 {
width: 120px;
background-position: -780px 0px;
}
.nav6o, .nav6:hover, .nav6:active {
width: 120px;
background-position: -780px -57px;
}


/* 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 10px 10px 10px;
background-color:#fff;
}
.header_menu {
font-size: 10px;
color: #333333;
line-height: 18px;
margin: 0px;
padding: 0px;
}
.header_menu a:link, .header_menu a:visited { 
color: #666666;
text-decoration: none ;
font-weight: bold;
}
.header_menu a:hover, .header_menu a:active { 
color: #666666;
text-decoration: underline ;
font-weight: bold;
}
.header_text {
font-size: 10px;
font-weight: normal;
color: #666666;
margin: 0px;
padding: 0px;
}
.header_text a:link, .header_text a:visited { 
color: #666666;
text-decoration: none ;
font-weight: bold;
}
.header_text a:hover, .header_text a:active { 
color: #666666;
text-decoration: underline ;
font-weight: bold;
}


/* Content */
.content_container {
margin: 0px auto;
padding: 0px;
}
.content {
background-color: #FFFFFF;
margin: 0px;
}


/* Footer */
.footer_container {
margin: 0px;
padding: 0px;
}
.footer {
padding: 5px;
margin-bottom: 10px;
background:#fff;
}
.footer_menu {
font-size: 10px;
color: #333333;
margin: 0px;
padding: 0px;
line-height: 18px;
}
.footer_menu a:link, .footer_menu a:visited { 
color: #666666;
text-decoration: none;
font-weight: bold;
}
.footer_menu a:hover, .footer_menu a:active { 
color: #333333;
text-decoration: underline;
font-weight: bold;
}
.footer_text {
font-size: 10px;
font-weight: normal;
color: #666666;
line-height: 20px;
margin: 0px;
padding: 0px;
}
.footer_text a:link, .footer_text a:visited { 
color: #999;
text-decoration: none ;	
}
.footer_text a:hover, .footer_text a:active { 
color: #333333;
text-decoration: underline ;
}


/* Containers */
.container {
margin:0px 15px 20px 15px;
}
.container_text {
font-size: 11px;
margin:0px 15px 20px 15px;
text-align: justify;
line-height: 20px;
}
.container_title {
margin: 20px 15px 10px 15px;
text-align: left;
border-bottom: 1px solid #999;
font-size: 11px;
}
.container_title_large {
margin: 30px 15px 10px 15px;
text-align: left;
border-bottom: 1px solid #999;
font-size: 11px;
}
.container_title_small {
margin: 20px 15px 10px 15px;
text-align: left;
border-bottom: 1px solid #999;
font-size: 11px;
}
.container_section {
font-size: 24px;
color: #666666;
margin: 0px 15px 5px 15px;
text-align: left;
line-height: 32px;
}
.container_section_small {
font-size: 18px;
color: #666666;
margin:0px 15px 5px 15px;
text-align: left;
line-height: 26px;
}


/* Text */
.text {
font-size: 11px;
font-weight: normal;
}
.text_small {
font-size: 10px;
}
.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 {
color: #0099CC;
}
.text_color_b {
color: #009900;
}
.text_color_c {
color: #FFFFFF;
}
.text_color_d {
color: #006699;
}


/* 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: #FFFFFF;
background-color: #336699;
border: 1px solid #999999;
}


/* 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:0px 0px 5px 15px;
}
.image_left {
margin:0px 15px 5px 0px;
}
.border {
border: 1px solid #666666;
}

/* Photo Gallery */
.photo_gallery_thumb {
margin: 0px 3px 3px 0px;
border: 2px solid #000;
}
.photo_gallery_thumb_active {
margin: 0px 3px 3px 0px;
border: 2px solid #500101;
}

.black{
background-color:#000;
}

.white{
background-color:#fff;
}

.light_grey{
background-color:#CCCCCC;
}

.dark_grey{
background-color:#666666;
}

.photo_gallery_image {
border: 0px solid #500101;
display:block;
vertical-align:middle;
}

.photo_gallery_menu {
font-size: 20px;
color: #500101;
margin: 0px 0px 10px 15px;
}
.photo_gallery_title {
font-size: 20px;
color: #500101;
margin: 0px 0px 10px 15px;
}
.photo_gallery_description {
font-size: 12px;
color: #333333;
margin: 0px 3px 3px 15px;
}


/* Maps */
.map {
width: 600px;
height: 400px;
border:1px solid #999999;
}
.map_route {
width: 600px;
}
