html, body {
    margin: 0;
    padding: 0;
    
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #07000e;
}

.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
}

body {
    background: #3892c1 url(../images/bg-tile.png) repeat 50% 5px;
}

#background {
    width: 100%;
    min-height: 1050px;
        
    background: transparent url(../images/bg-gradient.png) repeat-x 50% 0;
}


#wrapper {
    width: 960px;
    margin: 0 auto;
    background: transparent url(../images/bg-gradient.png) repeat-x -13px 0;
}

#bgtop {
    width: 375px;
    height: 50px;   
    background: transparent url(../images/bg-top.png) no-repeat 0 0; 
}

#bgleft {
    width: 50px;
    height: 245px;
    float: left;
    
    background: transparent url(../images/bg-left.png) no-repeat 0 0; 
}

#main {
    width: 860px;    
    float: left;
    background: #fefefe;
}

#main .centertop {
    /*width: 860px;*/    
    
    height: 20px;
    padding: 7px 0 7px 25px;
    
    background: #290e51 url(../images/center-top.jpg);
    
    line-height: 20px;
    font-size: 17px;
    color: #705e8b;     
    white-space: nowrap;
    overflow: hidden;
}

#visual {
    height: 174px;
    padding: 150px 540px 0 50px;
    
    color: #fff;
    font-size: 15px;
    line-height: 19px;
}

.visualactivities {
    background: no-repeat 0 0 url(../images/center-activities.jpg);
}

.visualgolf {
    background: no-repeat 0 0 url(../images/center-golf.jpg);
}

.visualhen {
    background: no-repeat 0 0 url(../images/center-hen.jpg);
}

.visualstag {
    background: url(../images/center-stag.jpg) no-repeat 0 0;
}

/* Main Menu */

#mainmenu {
    width: 814px;
    height: 40px;
    padding-left: 46px;
    background: #f67d09 url(../images/mainmenu-left.jpg) no-repeat 0 0;
}

#mainmenu .bgright {
    width: 227px;
    height: 40px;
    float: left;
    background: #f67d09 url(../images/mainmenu-right.jpg) no-repeat 0 0;
}

#mainmenu ul {
    width: 587px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

#mainmenu ul li {
    display: block;
    height: 40px;
    float: left;    
}

#mainmenu ul li a {
    display: block;
    height: 40px;
    background: no-repeat 0 0;    
}

#mainmenu ul li a strong {
    display: none;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active {
    background-color: #150a56;
    background-position: 0 -40px;
}

#mainmenu ul li.home a {
    width: 90px; 
    background-image: url(../images/mainmenu-item-home.png);
}

#mainmenu ul li.about a {
    width: 83px; 
    background-image: url(../images/mainmenu-item-about.png);
}

#mainmenu ul li.links a {
    width: 55px; 
    background-image: url(../images/mainmenu-item-links.png);
}

#mainmenu ul li.quickquote a {
    width: 109px; 
    background-image: url(../images/mainmenu-item-quickquote.png);
}

#mainmenu ul li.news a {
    width: 58px; 
    background-image: url(../images/mainmenu-item-news.png);
}

#mainmenu ul li.location a {
    width: 90px; 
    background-image: url(../images/mainmenu-item-location.png);
}

#mainmenu ul li.contact a {
    width: 102px; 
    background-image: url(../images/mainmenu-item-contact.png);
}

/* Content */

#contentbg {
    width: 860px;    
    height: auto;
    background: #fefefe url(../images/content-bg-gradient.png) repeat-x 0 0;
}

#contentwrapper {
    width: 860px;    
    padding-top: 26px;
    background: url(../images/content-bg-left.jpg) no-repeat 0 0;
}

#contentwrapper .leftcolumn {
    width: 513px;
    padding-left: 46px;
    padding-bottom: 12px;
    float: left;
}

#contentwrapper .rightcolumn {
    width: 226px;
    padding-left: 41px;
    padding-right: 34px;
    float: left;
}

/* Content formatting */

#content {
    line-height: 19px;
}

#content h1 {
    margin: 0 0 20px;
    padding: 0;
    height: 17px;
    color: #ededf1;
}

#content h1 strong {
    display: none;
}

#content h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0054a7;    
}

#content h3 a {
    color: #0054a7;
}

#content a {
    color: #5f5da7;
}

#content p {
    margin: 8px 0;
}

#content p.readmore a {
    font-size: 11px;
    font-weight: bold;
}

#content .italic {
    font-style: italic;
}

#content .location-images {
	overflow: hidden;
}

#content .location-images img {
	display: block;
	float: left;
	margin-right: 8px;
	border: 1px solid #bbb;
	cursor: pointer;
}

/* Google map */

#googlemapwrapper {
    float: left;
    width: 324px;
    height: 261px;
    margin: 12px 0;
    border: 2px solid #fff;
    background: #fffadb;
}

#googlemap {
    width: 100%;
    height: 100%;
}

#content .address {    
    margin: 12px 0 0 15px;
    float: left;
}

/* News formatting */

#content .newslist {
    margin: 11px 0;
    padding: 0 0 0 40px;    
}

#content .newslist li {
    margin: 0;
    padding: 0 0 10px;
}

#content .newslist li .date {
    color: #0054A7;
}

#content .newslist li h3 {
    color: #0054A7;
    margin: 3px 0 4px;
}

#content .newslist li h3 a {
    color: #0054A7;
    text-decoration: underline;
}

#content .newslist li h3 a:hover { 
    text-decoration: none;
}

#content .newslist li p {
    margin: 6px 0;
}

#content img.left {
    float: left;
    margin: 4px 15px 4px 0;
}

/* Contact form */

#content ul.contactform { 
    margin: 0;  
    padding: 12px 0 0;
}

#content ul.contactform li { 
    list-style-type: none; 
    margin-bottom: 8px; 
}

#content ul.contactform li label { 
    display: block; 
    width: 95px; 
    padding-top: 0px; 
    float: left; 
}

#content ul.contactform .req { 
    color: #f67d09; 
}

#content ul.contactform .field {
    font-family: Arial;
    font-size: 13px;
    border: 1px solid #b4b4b4;    
    width: 300px; 
}

#content ul.contactform textarea {
    height: 85px;
}

/* Newsblock */

#newsblock {
    width: 224px;
    padding-left: 2px;
    margin-bottom: 20px;
    
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
}

#newsblock h1 {
    margin: 0 0 20px;
    padding: 2px 0 0;
    height: 15px;
}

#newsblock ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#newsblock ul li {
    margin: 4px 0;
    padding: 0;
}

#newsblock ul li a {
    font-size: 12px;
    color: #07000e;
    text-decoration: none;
}

#newsblock ul li a:hover {
    text-decoration: underline;
}

#newsblock ul li .date {
    color: #0a5791;
}

#newsblock p.readmore {
    margin: 12px 0 0;  
}

#newsblock p.readmore a {
    font-size: 11px;
    font-weight: bold;
    color: #5f5da7;
}

/* Newsletter */

#newsletter {
    width: 226px;
    height: 96px;
    margin-bottom: 30px;
}
                      
#newsletter h1 {
    margin: 0 0 9px;
    padding: 0;
    
    font-family: Myriad Pro, Arial;
    font-size: 22px;
    font-weight: normal;
    color: #371e5d;
    text-transform: uppercase;
}

#newsletter .form {
    width: 210px;
    height: 56px;
    padding: 14px 7px 0 9px;
    background: #cfcfea url(../images/newsletter-form.png) no-repeat 0 0;
}

#newsletter .form label {
    display: block;
    font-size: 11px;
    color: #37335f;
}

#newsletter .form input.text {
    width: 138px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #b4b4b4;
}

#newsletter .form input.submit {
    width: 65px;
    height: 18px;
    padding-bottom: 1px;
    border: none;
    background: #37335f url(../images/newsletter-form-subscribe.png) no-repeat 0 0;
}

/* Flash */

#flashcontainer, #flash {
    width: 860px;
    height: 208px;
}

/* Footer */

#footer {
    width: 784px;
    padding: 17px 46px;    
    font-size: 11px;    
}

#footer p {
    height: 15px;
    padding: 9px 0 0;
    margin: 0;
}

#footermenu  {    
    height: 15px;  
    margin: 0;  
    padding: 0; 
    font-size: 11px;
}

#footermenu li {
    float: left;
    list-style-type: none;    
    color: #fff;
    padding: 0 8px 0 0;
    margin: 0;
}

#footermenu li a {
    color: #655872;
}

#footermenu li.separator {
    color: #b4b3d8;
}

#footer p a {
    color: #2a1e52;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}
