/* FULL PAGE STYLES */


/*setting the font details and background image*/
body {
	padding: 0;
	margin: 0;
	color: black;
	font-size: 12px;
	font-family: 'Times New Roman', Times, serif;;
	line-height: 130%;
}

/*setting the size of the site and centering it*/
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/*styles for the headings (h1->page title, h2->sidebar title*/
h1, h2 {
	font-weight: normal;
	color: black;
	margin-bottom: 20px;
}

/*styles for the page subtitles*/
h3 {
	font-size: 14px;
	margin-top: 24px;
}

/*background bar for the pagetitle class*/
.pagetitle {
	width: 636px;
	font-size: 18px;
	background-color: #fff;
}

/*background bar for the sidebartitle class*/
.sidebartitle {
	position: relative;
	right: 20px;
	width: 180px;
	padding: 8px 8px 8px 20px;
	font-size: 15px;
	background-color: #fff;
}


/* BANNER AREA DIVS */


/*styles for the banner div (white background with banner image inside*/
#banner {
	height: 80px;
	background-color: #fff;
	padding: 5px 0 0 5px;
}

/*placing the Google search box*/
#search {
	position: relative;
	bottom: 45px;
	left: 610px;
	width: 300px;
	visibility: hidden;
}


/*NAVIGATION STYLES*/


/*placing the navigation div*/
#navigation {
	margin-left: 20px;
	visibility: hidden;
}


/* SLIDESHOW DIV */


/*setting up the slideshow (photo banner) div*/
#slideshow {
	clear: both;
	width: 900px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/slideshow/tahsis-panoramic.jpg);
	visibility: hidden;
}


/* CONTENT AREA DIVS */


/*added style for printing, moves content up*/
#content {
	position: relative;
	bottom: 450px;
}

/*setting the links for the main content*/
#content a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

/*setting the links hover for the main content*/
#content a:hover {
	text-decoration: none;
	color: #e6b801;
}

/*placing the sidebar div*/
#sidebar {
	position: absolute;
	width: 180px;
	padding: 20px;
}

/*removing the border for image links*/
#sidebar a img {
	border: none;
}

/*styles for the side navigation*/
#sidebar ul {
	list-style: none;
	padding: 0;
}

/*spacing out the side navigation items*/
#sidebar ul li {
	margin-bottom: 1px;
}

/*look of the selected page (page you're on)*/
#sidebar .selected {
	color: black;
	text-decoration: underline;
}

/*look of the selected page hover*/
#sidebar .selected:hover {
		color: #e6b801;
}

/*placing the main page text div*/
#pagetext {
	position: relative;
	left: 220px;
	width: 640px;
	padding: 30px 20px 20px 20px;
	min-height: 310px;
}

/*placing a border on main page images*/
#pagetext img {
	border: 2px solid #827F77;
}

/*floating some images to the right*/
#pagetext .right {
	float: right;
	position: relative;
	right: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}

/*floating some images to the left*/
#pagetext .left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


/*CONTACT FORM*/


/*styling the fieldset to give the contact form a border and background color*/
#contact fieldset{
	width: 450px;
	border: 1px solid #827F77;
}

/*styling the legend (the form title)*/
#contact legend{
	padding: 4px;
	font-weight: bold;
}

/*styling the label tags and putting them on separate lines*/
#contact label{
	display: block;
	color: #141009;
}

/*styling the contact form unordered list*/
#contact fieldset ul{
	list-style: none;
	list-style-image: none;
}

/*styling the contact form list items*/
#contact fieldset ul li{
	list-style: none;
	list-style-image: none;
	margin-bottom: 12px;
}

/*styling the areas of user input in the contact form*/
#contact input, #contact textarea{
    color: #141009;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}


/* FOOTER AREA DIVS */


/*setting up the footer background bar*/
#footer {
	width: 900px;
	height: 0px;
	background-color: #fff;
	visibility: hidden;
}

/*placing the footer text*/
#footertext {
	position: relative;
	top: 25px;
	color: #fff;
	text-align: center;
	line-height: 10px;
	visibility: hidden;
}

/*styling the bottom navigation list*/
#footertext ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*styling the bottom navigation list items*/
#footertext ul li {
	display: inline;
}

/*setting the footer link*/
#footertext a {
	text-decoration: none;
	color: #fff;
}

/*setting the footer link hover*/
#footertext a:hover {
	text-decoration: none;
	color: #fece02;
}
