body {
    margin: 0px;
    padding: 0px;
    background: url('../img/common/background.jpg') no-repeat top center #2c3651;
    font: 14px Verdana, Geneva, sans-serif;
    text-align: center;
}

div {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

img{
    border: none;
}

h2{
    margin: 10px 0 25px 0;
    text-align: center;
    color: #006699;
    font: 28px Tahoma, Geneva, sans-serif;
}

a{
    color: #006699;
    text-decoration: none;
}

a:hover{
    color: #0099ff;
    
}

h3{
    margin: 10px 0 25px 0;
    text-align: center;
    color: #006699;
    font: 20px Tahoma, Geneva, sans-serif;
}

h4{
    color: #006699;
    font: 14px Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin: 0;
}

h4 a{
    color: #006699;
}

h4 a:hover{
    color: #0099ff;
}

#header{
    color: #ffffff;
}

#header p{
    font-family: Tahoma, Geneva, sans-serif;
    float: left;
    font-size: 24px;
    margin: 50px 0 0 40px;
    padding: 0;
}

#wrapper {
    width: 960px;
    margin: 0px auto;
}

.content{
    background: url('../img/common/content_background.png') transparent;
    border: 1px solid #006699;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#navigation {
    clear: both;
    background: url('../img/common/navigation_background.png') repeat-x #004161;
    border: 1px solid #888888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 15px 0;
}

#left_column{
    float: left;
    width: 170px;
}

#left_column p{
    padding: 0;
    margin: 5px 0 25px 0;
}

#right_column, #comment_column{
    width: 700px;
    float: right;
}

#right_column p{
    text-align: justify;
}


#single_column, #right_column, #left_column, #comment_column{
    padding: 20px;
}

#single_column{
    background: #ffffff;
    text-align: center;
}

#single_column p{
    text-align: justify;
}

#navigation ul{
    list-style: none;
    margin: 0 0 0 10px;
    height: 49px;
}

#navigation li{
    display: inline;
    margin: 0;
}

#navigation li a{
    display: block;
    float: left;
    padding: 16px 25px;
    margin: 0 5px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

#navigation li a:hover, #navigation li .selected{
    padding-left: 24px;
    padding-right: 24px;
    background: #006699;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

#navigation li a:hover{
    color: #ffff00;
}

#navigation li .selected{
    color: #e6e6e6;
}

#navigation li .selected:hover{
    color: #e6e6e6;
}

.form{
    width: 500px;
    margin: 20px auto;
    padding: 30px 40px;
    border: 1px solid #333333;
    color: #006699;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left !important;
}

.form label{
    font-size: 14px;
}

.form input, .form textarea, .form select{
    width: 470px;
    height: 25px;
    margin: 3px 0 6px 0;
    padding: 6px 0 0 6px;
    background: #f6f6ff;
    color: #000000;
    font-size: 14px;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

.form textarea{
    height: 100px;
    width: 476px;
    padding: 0;
}

.form .textarea{
    padding: 6px 0 0 6px;
    width: 470px;
    font: 14px Verdana, Geneva, sans-serif;
}

.form .tinymce{
    height: 450px;
}

.form .read_only{
    background: #cccccc;
}

.form select{
    width: 478px;
    height: 32px;
    padding-top: 4px;
}


.form .submit{
    margin: 5px 0 0 0;
    padding: 6px;
    width: auto;
    height: auto;
    color: #ffffff;
    background: #006699;
}

.form .submit:hover{
    background: #333333;
}

.error{
    width: 470px;
    border: 1px solid #ff0000;
    padding: 6px 0 0 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ffffff;
    color: #000000;
    margin: 12px 0;
}

.error p{
    margin: 20px;
}

.error b{
    color: #ff0000;
}


#footer p{
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin: 10px;
}

#footer a{
    color: #ffffff;
}

#footer a:hover{
    color: #ffff00;
}


.clear{
    clear: both;
}

.default_table{
    width: 95%; /* Should be set to 100% but IE6 pushes the element past the boundaries of it's partent */
    margin: 0 auto;
    padding: 0;
}

.default_table th{
    font-size: 16px;
    text-align: center;
    background: #006699;
    color: #ffffff;
    border: 1px solid #555555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.default_table td{
    font-size: 14px;
    text-align: left;
    padding: 10px;
    border: 1px solid #999999;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.flower_icon{
    border: 1px solid #000000;
    float: right;
    margin: 0 0 20px 20px;
}


.content_body h1{
    color: #006699;
    text-align: left;
    font-size: 28px;
    font-weight: normal;
}
.content_body h2{
    color: #006699;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
}
.content_body h3{
    color: #006699;
    text-align: left;
    font-size: 23px;
    font-weight: normal;
}
.content_body h4{
    color: #006699;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
}
.content_body h5{
    color: #006699;
    text-align: left;
    font-size: 17px;
    font-weight: normal;
}
.content_body h6{
    color: #006699;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}


.image_box{

    float: left;
    text-align: center;
    height: 270px;
    width: 295px;
    margin: 4px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.image_box img{
    padding: 4px;

}

.image_box input{
    float: left;
    position: relative;
    left: 130px;
    top: 242px;
}

.image_box p{
    position: relative;
    float: left;
    top: 242px;
    margin: 0px;
}

.image_box .cover{
    border: 2px solid #ff0000;
}

.image_box_big{
    margin: auto 0;
    text-align: center;
}

.image_box_big img{
    padding: 4px;
    border: 2px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.center{
    text-align: center !important;
}

.image_box_gallery{
    float: left;
    text-align: center;
    width: 295px;
    margin: 14px;
    padding: 10px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gallery_image{
    text-align: center;
}

.gallery_image img{
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.comment{
    background: #eeeeee;
    margin: 15px auto;
    padding: 0;
    width: 580px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.comment p{
    margin: 0;
    padding: 20px 20px 5px 20px;
}

.comment .author{
    margin: 0;
    padding: 0 20px 20px 20px;
    color: #006699;
    font-weight: bold;
}

.admin_list{
    margin: 30px 0 30px 14px;
}

.admin_list ul{
    list-style: none;
    width: 238px;
    height: 100px;
    float: left;
    margin: 20px 15px 0px 15px;
    padding: 12px;
    border: 1px dashed #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.admin_list ul:hover{
    border: 1px solid #006699;
}

.admin_list li{
    margin: 0 0 0 16px;
}

.admin_list .heading{
    list-style: none;
    margin: 0 0 0 10px;
}

.admin_list h2{
    text-align: left;
    margin: 6px 0;
    padding: 0;
}

#big_map{
    width: 95%; /* Should be set to 100% but IE6 pushes the element past the boundaries of it's partent */
    height: 400px;
    margin: 0 auto;
    padding: 0;
}

.guide_heading{
    text-align: left;
    padding-left: 22px;
}

.guide_table{
    width: 95%; /* Should be set to 100% but IE6 pushes the element past the boundaries of it's partent */
    margin: 0 auto;
    padding: 0;
}

.guide_table th{
    font-size: 16px;
    text-align: center;
    background: #006699;
    color: #ffffff;

}

.guide_table td{
    font-size: 14px;
    text-align: left;
    padding: 10px;
}

.guide_table{
    border: 1px solid #555555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#location_map{
    overflow: hidden; /* Stops google maps from flowing outside of it\s div */
}