@charset "utf-8";
/* Forrest Salisbury CSS */

body {
	text-align: center;
	margin: 0 auto;
	padding:10px;
	background-color: #DDD;
	font-size:62.5%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}
img {
	border:none;
}
p {
	font-size:1.2em;
	letter-spacing:0.1em;
	line-height:1.8em;
	text-align:justify;
	color:#333;
}
h1 {
	text-align:center;
	margin: 0px;
	padding:0px;
	font-size: 2.2em;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing:0.2em;
	color: #000;
}
h2 {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:1.8em;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing:0.1em;
	line-height:1.8em;
	color: #000;
}
h3 {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:1.4em;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing: 0.1em;
	color: #000;
}
h4 {
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h5 {
	font-size:1.2em;
	font-weight: normal;
	letter-spacing:0.1em;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
a {
	color:#000;
	text-decoration:underline;
	}
a:hover {
	color:#666;
	text-decoration:underline;
	}

input { 
	background:#EEE;
	border:1px #CCC solid;
	padding:2px;
}

/* START FRAME - CONTAINER STYLES */
#wrapper {
	text-align:center;
	margin:0 auto;
	padding:30px;
	width:920px;
	border:1px #CCC solid;
	background-color:#FFF;
	overflow:hidden;
}
/* START HEADER */
#header {
	width:920px;
	margin:0px 0px 30px 0px;
	overflow:hidden;
}
#contact {
	float:right;
	text-align:right;
}
#logo {
	float:left;
	width:450px;
	height:72px;
	background:url(../images/logo.jpg) no-repeat top left;
}
/* START NAVIGATION */
#navigation {
	margin:0px 0px 30px 0px;
	width: 920px;
	background-color:#000;
	overflow:hidden;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style: none;
	display:inline-block
}

#navigation li a {
	display: inline-block;
	padding:4px 10px;
	text-align: center;
	text-decoration: none;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:0.2em;
	color: #FFF;
	background-color:#000;
}

#navigation li a:hover {
	color: #000;
	background-color:#FFF;
}
/* START MAIN */
#main {
	width:858px;
	padding:0px 30px;
	margin:0px 0px 30px 0px;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	overflow:hidden;
}
.intro {
	font-size:1.4em;
	font-weight:bold;
	font-variant:small-caps;
}
#columns {
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0px 0px 30px 0px;
}
.column {
	float:left;
	width:244px;
	padding:10px;
	margin:0px 10px;
	background:#EEE;
	border:1px #CCC solid;
}
.column-2 {
	float:left;
	width:387px;
	padding:10px;
	margin:0px 10px;
	background:#EEE;
	border:1px #CCC solid;
}
#main ul {}
#main li {
	list-style:square;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:2.0em;
	text-align:left;
	color:#000;
	}
#contact_form {
	width:400px;
	font-size:1.2em;
	}
/* FOOTER */
#footer {
	width:858px;
	padding:20px 30px;
	font-size:1.0em;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#000;
}

#footer_section_one {
	clear:both;
	overflow:hidden;
}
#footer_section_two {
	clear:both;
	overflow:hidden;
}

#footer_nav_one {
	overflow:hidden;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px #666 solid;
}

#footer_nav_one ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav_one li {
	list-style: none;
}

#footer_nav_one li a {
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	text-align: left;
	text-decoration: none;
	font-size:1.2em;
	letter-spacing:0.1em;
	color: #FFF;
}

#footer_nav_one li a:hover {
	text-decoration: underline;
}

#footer_nav_two {
	float:right;
	width:200px;
	overflow:hidden;
}
#footer_nav_two a {
	margin:0px 0px 0px 10px;
	text-align:right;
	text-decoration: none;
	letter-spacing:0.1em;
	color: #FFF;
}

#footer_nav_two a:hover {
	text-decoration: underline;
}

#copy {
	text-align:left;
	width:650px;
}

.clear {
	clear:both;
}
