﻿@import url("layout.css");
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000; /* Black */
}
h1 {
	font-size: 2.4em;
	margin-top: 1px;
	margin-left: 2px;
	}
h2 {
	font-size: 1.8em;
	margin-left: 2px;
	margin-bottom: 2px;
}
h3 {
	font-size: 1.4em;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding-right: 0px;

}
p {
	font-size: 1.2em;
	line-height: normal;
	margin-top: 5px;
	text-align: left;
}
ul {
	font-size: 1.2em;
	line-height: 140%;
	list-style: square;
	margin-top: 1px;
}

/* left and right image class floats  */

.imgwide {
	margin: 0;
	padding: 0;
}

.floatleft { 
	float: left; 
	margin: 0 15px 15px 0; /* top/right/bottom/left */
	/* border: 1px solid #666; */
	padding: 2px;
}

.floatright { 
	float: right; 
	margin: 0 0 15px 15px; /* top/right/bottom/left */
	/* border: 1px solid #666; */
	padding: 2px;
}

.map {
	border-style: none;
	text-align: center;
	/* float: left; */
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Page layout */
#container {
	width: 760px;
	margin: 0 auto;
	background-image: url('../images/cypresslogo150.3200.gif');
	background-repeat: repeat-y;
	background-color: #fff;
	/* this color can bleed into the sidebar */
}

#masthead {
	text-align: left;
	/* width: 630px; */
	width: 760px;
	overflow: auto;
	/* background-color: #6A4F20;  /* Dark Brown */ 
}
#sidebar {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 575px;
	padding: 5px;
	overflow: auto;
	background-color: #fff;
	margin: 5px;
	position: relative;
}
#content img {
	display:block;
}

#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}

/* Side bar navigation styles */
#sidebar ul {
	font-size: 1.5em;
	font-weight: bold;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: right;
}
#sidebar li {
	display: block;
	border-bottom: none; 
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: none;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FAF9C0;  /* Light Yellow */
	background-color: #6A4F20; /* Dark Brown */
	/*	border-right: 4px solid #FAF9C0; */
}

/* Table styles */
.center {
  text-align: center;
}
.center table {
	border-collapse: separate;
 	width: 90%;
 	margin-top: 1px;
 	margin-right: auto;
 	text-align: left;
 	
}

/* Footer styles */
#footer {
	clear: both;
	width: 760px;
	background-color: #6A4F20;  /* Brown */
	padding: 0;
	overflow: auto;
	margin-top: 0px; */
}

#footer p {
	font-size: 1.1em;
	color: #000; /* Black */
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #FAF9C0; /* Light Yellow */
	text-decoration: none;
}
#footer a:hover {
	color: #000; /* Black */
	text-decoration: none;
}
a {
	color: #000; /* Black */
	text-decoration:none;
}
a:hover {
	color: #415E3D;
	text-decoration: none;
}

/* Only used in footer */
.copyright {
	font-size: .7em;
	float:right;
}

/* IE 5 and 6 Fixes */
/* force hover on entire width of link */
* html #sidebar a {
	height: 1px;
}