@charset "UTF-8";

/* Body */

body {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

a img {
	border: none;	
}

img, div, a { 
	behavior: url(iepngfix.htc); 
}

/* Container */

#main {
	margin: 0 auto;
	width: 900px;
}

/* Logo */

#logo{
	float: left;
	width: 322px;
	height: 115px;
	background: url(../img/logo.png) no-repeat;	
}

/* Navigation */

#navigation{
	float: left;
	width: 578px;
	height: 115px;	
}

#topnav{
	float: left;
	width: 578px;
	height: 43px;
	overflow: hidden;	
}

#midnav{
	float: left;
	width: 578px;
	height: 37px;	
}

#botnav{
	float: left;
	width: 578px;
	height: 35px;	
}


/* Top Border */

#top{
	float: left;
	width: 900px;
	height: 7px;
	background: url(../img/top.png) no-repeat;	
}

/* Middle Content */

#middle {
	float: left;
	width: 900px;
	background: url(../img/middle.png) repeat-y;
}

/* Footer */

#footer{
	 
	clear: both;
	width: 900px;
	height: 100px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	padding-top: 25px;
	background: url(../img/bottom.png) no-repeat;
}

/* Left Content */

#left{
	float: left;
	width: 340px;
	min-height: 550px;
	padding: 20px 0 0 40px ;
}

/* Full Page */

#full{
	float: left;
	width: 820px;
	min-height: 550px;
	padding: 20px 40px 0 40px ;
}

/* Left Column */

#leftcolumn{
	float: left;
	width: 400px;
	padding-right: 10px
}

/* Right Column */

#rightcolumn{
	float: left;
	width: 400px;
	padding-left: 10px
}

/* Slideshow */

#slideshow{
	float: left;
	width: 520px;
	height: 530px;
}

/* Request Form */

#requestform{
	
	margin: 0 auto;
	width: 550px;
	line-height: 24px;
	
}

/* Form Error */

.error {
	
	font-weight: bold;
	color: #9e1315;
	
}

/* Email Links */

#kelli, #greg, #dana, #deanna, #info {
	height: 50px;
	background: url(../img/email.png) no-repeat;
	background-position: 10px 0;
	padding-left: 55px;
	text-align: left center;
	}

	
/* Common Elements */

a {
	color: #9e1315;
	text-decoration:underline;		
}

a:hover {
	color: #FF9900;
	text-decoration:none;
}	

a:visited {
	color: #000033;
	text-decoration:underline;
}	

h1 {
	font: 16px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #9e1315;	
	padding-left: 5px;

	
}

h2 {
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #9e1315;
	padding-left: 10px;
	
}

p {
	padding-left: 10px;
	padding-right: 10px;

}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;	
}

li {
	padding: 3px 10px 0px 0px;
}

.italic {
	font-style: italic;
}

.small {
	font-size: .85em;
}

.footnote {
	font-size: .85em;
	vertical-align: super;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;	
}

img.left {
	float: left;
	margin: 0 20px 20px 0;	
}
