* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #f4f4c3 url(../i/bg.jpg) top left repeat-x;
	color: #000;
	font: 12px/150% Trebuchet MS, Arial, sans-serif;
}

a {
	color: #0071bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.dblspc {
	float: left;
	width: 175px;
	line-height: 200%;
	margin: 15px;
}

#container {
	background: transparent url(../i/base.png) bottom left no-repeat;
	width: 780px;
	height: 100%;
	margin: 0 auto;
}

#header {
	background: #fff url(../i/header_bg.jpg) top left no-repeat;
	width: 780px;
	height: 269px;
	text-align: right;
	font-size: 14px;
}

#header p {
	margin: 0;
	padding: 6px 9px;
}

#header img#logo {
	float: left;
	margin: 6px 150px 14px 22px;
}

#header img#left {
	float: left;
	display: inline;
	margin: 2px;
}

#nav {
	background: transparent url(../i/nav_bg.png) top left no-repeat;
	width: 780px;
	height: 36px;
	padding: 0 10px;
}

#content, #result {
	background: #fff url(../i/content_bg.png) top left no-repeat;
	float: left;
	display: inline;
	width: 780px;
}

* html #content, * html #result { 
	margin-top: -3px;  /*fixes 3px gap in IE 6 */
}

#leftcol {
	float: left;
	display: inline;
	width: 543px;
}

#leftcol ul {
	margin: 15px 30px;
	font-size: 14px;
	list-style-type: none;
}

#leftcol ul li {
	background: transparent url(../i/li_dot.png) top left no-repeat;
	padding-left: 9px;
}

#leftcol img {
	float: left;
	margin: 15px;
}
	
#mission {
	background: transparent url(../i/our_mission.png) top left no-repeat;
	float: left;
	width: 520px;
	font-size: 16px;
	margin: 20px 2px;
}

#mission p {
	padding: 74px 15px 5px 15px;
}

#rightcol {
	float: left;
	display: inline;
	width: 235px;
}

#rightcol p {
	margin: 12px 15px;
}

#leftcol p, p {
	margin: 5px 15px;
}

#footer {
	background: transparent;
	clear: both;
	width: 780px;
	text-align: left;
}

#footer p {
	margin-top: 50px;
	font-size: 11px;
}

#footer a {
	color: #000;
}

#bigquote {
	background: transparent url(../i/quotes.png) top left no-repeat;
	width: 700px;
	margin: 25px 40px 15px 40px;
	overflow: visible;
}

#bigquote h2 {
	padding: 0 50px;
	color: #000;
	font: 24px Garamond, Times, serif;
	text-align: justify;
}

h1 {
	color: #005c98;
	font: 16px "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 30px 0 0 15px;
}

rightcol h1 {
	margin-left: 0;
}

h2 {
	color: #000;
	font-size: 15px;
}

#contact {
	background: #fff url(../i/mail_bg.png) bottom right no-repeat;
}

#map {
	background: #fff url(../i/map.png);
	height: 142px;
}

#contact, #map {
	width: 223px;
	border: 1px solid #c5c3c3;
	margin: 35px 5px 0 5px;
}

#map .gmnoprint {
	margin: 0 0 18px 4px;
}

.rtbox {
	width: 223px;
	margin: 35px 5px 0 5px;
	border-left: 1px solid #c5c3c3;
}

.rtbox span {
	float:left;
	color: #005c98;
	font-size:100px;
	line-height:70px;
	padding: 2px 3px 0 0;
	font-family: Garamond, Times, serif;
}

.bio, .book {
	margin: 30px auto;
	line-height: 175%;
}

.bio p, .book p {
	margin: 15px;
}


.reason {
	float: left;
	width: 220px;
	margin: 40px 20px;
}

.reason ul li {
	background: transparent url(../i/li_dot.png) top left no-repeat;
	color: #000;
	font-size: 12px;
	list-style-type: none;
	padding-left: 9px;
}

/* Form */
#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 1.2em;
}

#contactForm div {
	clear: left;
	padding: 0;
	margin: 0.4em;
}

.error {
	color: #f00;
	font-weight: bold;
	position: relative;
	left: 35px;
}

#contactForm fieldset {
	background: #fff url(../i/form_bg.jpg) top left repeat-x;
	margin: 20px 35px;
	padding: 15px 0;
	border: 1px dashed #c5c3c3;
}

#contactForm .txt {
	border: 1px solid #c5c3c3;
}

#contactForm div.submit {
	text-align: center;
}

