body {
    background: #FFC url(images/bg-body.gif) repeat left top;

    font-size: 16px;
    font-family: Georgia, 'Times Times New Roman', Serif;
}

* html body { font-size: medium; }

h2 {
    margin: 5px 0px 15px 0px;
    padding: 0px;
    font-weight: normal;  
    color: #000; 
    font-size: 1.8em;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #966;
		text-decoration: none;
	}
	

h3 {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;  
    color: #000; 
    font-size: 1.4em;
}

p {
    margin: 5px 0px 15px 0px;
}

img {
    border: 0px;
}

a {
    color: #996;
}

a:hover {
    color: #966;
}


.breaker {
    display: block;
    height: 0px;
    clear: both;
}

#wrapper {
    background-color: #FFF;
    width: 880px;
    margin: 0px auto;
    border: 1px solid #996;
    padding: 10px;
    font-size: 0.7em;
    line-height: 1.6em;
}

#subwrapper {
    background: #FFF url(images/bg-subwrapper.gif) repeat-y left top;
    float: left;
    margin-top: 10px;
}

#subleft {
    width: 165px;
    margin-right: 10px;
    float: left;
    padding: 10px 5px 10px 10px;
}  

#subleft ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 2.6em;
} 

#subleft .subnavh {
    border-bottom: 1px solid #fff;
    margin: 0px -5px 0px -10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}

#subleft ul li {
    border-bottom: 1px solid #fff;
    margin: 0px -5px 0px -10px;
    padding-left: 10px;
}

#subleft ul li a {
    color: #000;
    text-decoration: none;
}

#subleft ul li a:hover {
    text-decoration: underline;
}

#subright {
    width: 690px;
    float: left;
}


/***** LAYOUT BARS *****/

#logobar {
    background: #996 url(images/bg-logobar.gif) repeat left top; 
}

#logobar #phoneno {
    float: right;
    margin: 20px;
}

#navbar_navbar {
    padding: 5px 0px;
    margin: 1px 0px;
    background: #966 url(images/bg-navbar.gif) repeat left top;
    
    color: #FFF;
    font-family: Verdana, Arial, sans-serif;
}

#navbar_navbar li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline;
    margin: 0px 9px 0px 8px;
}

#navbar_navbar li a {
    color: #FFF;    
    text-decoration: none;
}

#navbar_navbar li a:hover {
    text-decoration: underline;
}

/***** BASE BOXES *****/

#baseboxes {
    margin: 20px 0px 10px 0px;
}

#baseboxes .basebox {
    border-left: 1px solid #966;
    height: 125px;
    width: 251px;
    float: left;
    padding: 5px 20px;
}

#baseboxes .end {
    border-right: 1px solid #966;
    float: right;
}

#baseboxes .basebox img {
    float: left;
    border: 0px;
    margin: 5px 10px 0px 0px;
}

#baseboxes .basebox p {
    margin: 0px;
    width: 135px;
    float: left;
}

/***** GMAP *****/
#gmap {
    width: 880px;
    height: 400px;
    margin: 0px 0px 20px 0px;
}

#imagebar {
    margin: 0px 0px 20px 0px;
    position: relative;
}

#imagebarthumbs {
    padding: 10px 0px;
    border-top: 1px solid #966;
    border-bottom: 1px solid #966;
    margin: -10px 0px 10px 0px;
}

#imagebarthumbs img {
    cursor: pointer;
    margin: 0px 3px;
}

#imagebar img, #subimagebar img {
    position: absolute;
    left: 0px;
    top: 0px;
}


/***** PLACES TO SEE *****/

.placetosee {
    width: 670px;
    float: left;
    padding-right: 20px;
}

.placetosee img {
    width: 180px;
    height: 120px;
    float: left;
    margin: 20px 10px 20px 0px;
}

.placetosee .desc {
    width: 480px;
    float: left;
}


/***** CONTACT FORM *****/

.divLeft {
    float :left;
    width: 420px;
    margin-right: 20px;
}

.divLeft label {
    display: block;
    float: left;
    width: 120px;
    font-weight: bold;
    margin-top: 5px;
}

.divLeft input {
    margin: 2px 0px;
}

.divLeft textarea {
    font-family: Arial, Verdana, Sans-Serif;
}

/***** ERROR BOX *****/

#lblResponse.error {
    border: 2px solid #600;
    background-color: #F99;
    color: #600;
    padding: 10px;
    margin-bottom: 10px;
}

#lblResponse.success {
    border: 2px solid #060;
    background-color: #9F9;
    color: #060;
    padding: 10px;
    margin-bottom: 10px;
}

#footer {
    width: 900px;
    margin: 10px auto;
    font-size: 0.7em;
    line-height: 1.6em;
}

#footer #ft-left {
    width: 250px;
    float: left;
    text-align: left;
}

#footer #ft-right {
    width: 650px;
    float: right;
    text-align: right;
}
