﻿/*****************
 GLOBAL
*****************/

body {
	background: #fff url(../images/bg-body.jpg) repeat top center;
	margin:0;
	padding:0;
	color: #000;
	text-align: center;
}

body, table {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

p { margin: 0.5em 0 1.0em 0; }

img { border-width: 0; }

h1, h2, h3, h4, h5, h6 { margin:1em 0 0.5em 0; }

h1 {
    color: #AB5;
    font-size: 2em;
    font-weight: normal;
}

h2 {
    color: #560;
    font-size: 1.6em;
    font-weight: normal;
}

h4 {
    font-size: 1.4em;
}

li {
    list-style-type: square;
}

a { color: #000; }
a:hover, a:active { color: #666; }

/*****************
 PAGE LAYOUT
*****************/

#wrapper {
    margin: 80px auto 0px auto;
    background-color: #DD9;
    width: 880px;
    padding: 10px;
    text-align: left;
    font-size: 0.75em;
}

#inwrapper {
    width: 100%;
    background-color: #FFF;
}


/*****************
 HEADER
*****************/

#header {
    height: 100px;
    background-color: #AB5;
}


/*****************
 IMAGES
*****************/

#imagesimg {
    border-top: 3px solid #FFF;
    float: left;
}

#images .ib {
    border-top: 3px solid #FFF;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#images .ibend {
    border-right: 0px solid #FFF;
}

#images .ibdiv1 {
    position: relative;
    float: left;
    height: 213px;
    width: 321px;
    border-right: 3px solid #FFF;
}

#images .ibdiv2 {
    position: relative;
    float: left;
    height: 213px;
    width: 205px;
    border-right: 3px solid #FFF;
}

#images .ibdiv3 {
    position: relative;
    float: left;
    height: 213px;
    width: 348px;
}

/*****************
 NAV
*****************/

#nav {
   width: 100%;
   background-color: #653; 
   height: 30px;
   clear: both;
   text-align: center;
   border-top: 3px solid #FFF;
}

#nav #topnav  {
    margin: 0px;
    padding: 0px;
}

#nav #topnav li {
    display: inline;
    font-size: 11px;
    color: #FFF;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    line-height:30px;
    padding: 10px 20px;
}

#nav #topnav li.liend {
    border-right: 0px;
}

#nav #topnav li.sel {
    font-weight: bold;
}

#nav #topnav li a {
    text-decoration: none;
    color: #FFF;
}

#nav #topnav li a:hover {
    text-decoration: underline;
}


/*****************
    CONTENT
*****************/

#content {
    padding: 20px;
    line-height: 1.8em;
}

#content #quoteout {
    width: 180px;
    height: 300px;
    background-color: #AB5;
    padding: 3px;
    float: right;
    margin: 20px 0px 20px 5px;
}

#content #quotein {
    padding: 10px;
    width: 158px;
    height: 278px;
    background-color: #AB5;
    color: #FFF;
    border: 1px solid #FFF;
    line-height: 1.8em;
    font-size: 0.95em;
    position: relative;
}

#content #quoteclose {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#content #other {
    width: 630px;
}

#content #gallery {
    width: 640px;
}

#content #gallery img {
    margin: 0px 9px 20px 9px;
    padding: 3px;
    border: 1px solid #DD9;
}

#content #gallery a {
    text-decoration: none;
}

#content #contentl {
    width: 545px;
    float: left;
    margin: 0px 20px 0px 0px;
}

#content .contentlfl {
    float: left;
    width: 305px;
    margin-bottom: 20px;
}

#content .contentlfl img {
    float: left;
    margin-right: 8px;
}

#content #contentr {
    width: 275px;
    float: right;
}

#content #contentrout {
    width: 268px;
    background-color: #cd7;
    padding: 3px;
    float: right;
    margin: 15px 0px 20px 0px;
}

#content #contentrin {
    padding: 10px;
    width: 246px;
    background-color: #CD7;
    color: #560;
    border: 1px solid #AB5;
    line-height: 1.8em;
    font-size: 0.95em;
    background-image: url(../images/bg-contentrin.jpg);
    background-repeat: repeat;
}

	#contentr ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 15px;
	}

/*****************
 FOOTER
*****************/
    
#footer {
    width: 900px;
    margin: 8px auto;
    text-align: left;
    font-size: 0.65em;
    color: #FFF;
}

#footer p {
    margin: 2px 0px;
    padding: 0px;
}

#footer #copy {
    font-weight: bold;
}

#footer a {
    color: #FFF;
}


/*****************
 FORM
*****************/

form {
    margin: 0px;
    padding: 0px;
}

label {
    clear: left;
    display: block;
}

.textinput {
    width: 300px;
    margin: 1px 0px;
}

.submitinput {
    margin: 5px 0px 15px 0px;
    border: 1px solid #560;
    background-color: #CD7;
    color: #560;
    font-family: Verdana, Arial, Sans-Serif;
    padding: 2px;
    
}

/*****************
 MISC
*****************/

#gmap {
    border-top: 3px solid #FFF;
    height: 280px;
}

.flright {
    float: right;
}

.flleft {
    float: left;
}

.breaker {
    clear: both;
}

.intro {
    font-weight: bold;
}


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 0px;
}

/*****************
 IFRAME
 *****************/
  
 #tourObject {
    margin: 0px auto 0px auto;
    width: 350px;
    height: 226px;
    overflow: hidden;
    text-align: center;
    padding: 3px;
    border: 1px solid #CD7;
 }
 
 #lblError {
    padding: 5px;
    border: 2px solid #c33;
    background-color: #f99;
    text-align: center;  
    font-size: 0.9em;
    font-weight: bold;
    color: #900;
 }