@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/body-background.jpg);
	background-size: 100%;
	background-position: fixed;
	text-align: center;
	background-repeat: no-repeat;
}
h1 {
	color: transparent;
	text-indent: -9999px;
}
#transparency {
	margin: auto;
	width: 960px;
	background: transparent url(../images/transparency.png) repeat 0 0;
	height: 150%;
	padding-top: 50px;
	overflow: hidden;
}
#header {
	margin: auto;
	width: 600px;
	height: 100px;
	background-color: #739CBF;
	padding: 25px;
	color: #fff;
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .25em;
}
#nav {
	width: 550px;
	margin: auto;
	padding: 30px 10px 0px 10px;
	text-align: left;
}
#nav a {
	font-size: 16px;
	letter-spacing: normal;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 30px;
	color: #fff;
	
}
#nav a:hover {
	color: #698C46;
}
#content {
	background-color: #fff;
	width: 580px;
	padding: 50px 10px 50px 10px;
	margin: auto;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}
#leftcol {
	width: 390px;
	float: left;
	padding-right: 10px;
}
#rightcol {
	width: 170px;
	margin-left: 10px;
	float: left;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #BFB375;
	margin-bottom: 10px;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #6089BF;
	margin-bottom: 10px;
}
#content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	color: #666;
	line-height: 1.5em;
}
#footer {
	clear: both;
	background-color: #fff;
	width: 600px;
	margin: auto auto 50px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	color: #666;
}
#contactbar {
	position: fixed;
	right: 0;
	top: 50%;
	width: 75px;
	height: 150px;
}
#contactus {
	background: transparent url(../images/contact.jpg) no-repeat 0 0;
	width: 75px;
	height: 150px;
	text-indent: -9999em;
	display: block;
}
.callout {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}