/* Reset
----------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,cite,em,img,q,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Layout
----------------------*/
body{
	background:#F0EBD8 url(images/body-bg.gif) 0 0 repeat-x;
	color:#333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:76%;
	font-style:normal;
	font-weight:normal;
	height:100%;
	line-height:1;
	text-align:center;
}
#wrapper {
	background:#FFF url(images/wrapper-bg.jpg) 0 0 repeat-y;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:770px;
}
#header {
	background:#422306 url(images/header-photo.jpg) center top no-repeat;
	height:158px;
	width:100%;
}
#branding {
	background:url(images/content-top.jpg) 0 0 no-repeat;
	height:100px;
	margin-left:5px;
	width:760px;
}
h1 span {
	left:-2000px;
	position:absolute;
}
h1 {
	height:100px;
	width:760px;
}
img#h1-image {
	border:0;
	margin-top:22px;
	margin-left:44px;
}
#content {
	height:100%;
	margin-left:25px;
	margin-right:25px;
	margin-top:30px;
}
#content-btm {
	background:url(images/content-btm.jpg) 0 0 no-repeat;
	clear:both;	
	height:100px;
	position:relative;
	width:770px;
}
#copy {
	position:absolute;
	bottom:10px;
	text-align:center;
	width:770px;
	color:#999;
	font-size:0.8em;
}
#copy a { color:#999; }
#footer {
	background:url(images/body-bg.gif) 0 0 repeat-x;
	height:158px;
	margin-top:-100px;
}

/* Navbar
----------------------*/
#navcontainer {
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	padding:1px 0;
	margin-left:25px;
	width: 720px;	
}
ul#navlist {
	background-color: #03497E;
	border-top:1px solid #7E7E7E;
	border-bottom:1px solid #7E7E7E;
	text-align: center;
	padding:5px 0;
	width: 100%;
	font-size:1.4em;
}
ul#navlist li {
	display: inline;
	padding:0 22px;
}
ul#navlist li a {
	color: #F0EBD8;
	font-variant:small-caps;
	text-decoration: none;	
}
ul#navlist li a:hover { color: #FCB681; }
ul#navlist li#active a {
	background:url(images/active.png) 50% 50% no-repeat;
	padding-bottom:50px;
	position:relative;
	z-index:1;	
}

/* Typography
----------------------*/
h2 {
	border-bottom:2px solid #CCC;
	color:#79400B;
	font-family:Palatino,"Palatino Linotype",Georgia,serif;
	font-size:2em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.5em;
	margin-top:1.4em;
}
h3{
	border-top:1px dotted #CCC;
	color:#444444;
	font-family:Palatino,"Palatino Linotype",Georgia,serif;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.5em;
	margin-top:2em;
	margin-bottom:0.5em;
}
h4{
	font-size:1.4em;
	font-weight:normal;
	line-height:1.6em;
}
.top {
	border:0;
	margin-top:0;
}
p {
	color:#676767;
	font-size:1.1em;
	line-height:1.4em;
	margin:1em 0;
}
p.testimonial {
	color:#A6A6A6;
	font-size:1.4em;
	font-style:italic;
	line-height:1.5em;
	margin-top:0.5em;
	width:232px;
}
#content ul {
	list-style:square;
	padding-left:15px;
	width:461px;
}
#content li {
	color:#676767;
	font-size:1.1em;
	line-height:1.4em;
}
a:link { color:#02497e; }
a:visited { color:#546c7e; }
a:hover {
	color:#e87911;
	text-decoration:none;
}

/* Content layout
----------------------*/
p, h2, h3, h4 {
	width:476px;
}

/* Content Floats
----------------------*/
.left {
	float:left;
	display:inline; /* Double margin bug fix */
	margin-right:12px;
}
.right {
	float:right;
	display:inline; /* Double margin bug fix */
}
.clear { clear:both; }
.center { margin-left:122px; }

/* Tables
----------------------*/
table {
	border-collapse: collapse;
	margin-bottom:25px;
	text-align: left;
	width:476px;
}
th {
/*	background: #03497E ;*/
	background-color: #fff1dd;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #79400B;
	border: solid 1px #d4c5a9;
	text-transform: uppercase;
}
tr { height: 30px; }
td {
	padding-left: 11px;
	padding-right: 11px;
	background: ;
	color:#676767 ;
	padding-top: 2px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #CDCDCD;
	font-size: 1.1em;
}
img {
	border:1px solid #CCC;
	margin-bottom:12px;
	padding:2px;
}

/* NEW CODE */
h2.CF-style { border: none; }

.contactForm {
	float:left;
	display:inline;
	width:476px;
}
.contactInfo {
	float:right;
	display:inline;
	width:232px;
}
.contactInfo h2, .contactInfo p { width:232px; }
.email { font-size: .8em; }

/* FORM
----------------------*/

#contactform {
	background-color: #FFF1DD;
	border: 1px solid #D4C5A9;
	width: 474px;
	margin-bottom: 2em;
}
#contactform fieldset {
	padding: 1.5em;
}
#contactform fieldset li {
	padding: 0 0 .5em 0;
}
#contactform label {
	display: block;
	color: #79400B;
}
#contactform label em {
	color: #D70000;
}
#contactform input {
	border: 1px solid #D4C5A9;
	padding: .4em;
	margin: 0;
}
#contactform textarea {
	border: 1px solid #D4C5A9;
	padding: .4em;
	margin: 0;
}
#contactform p.errormsg {
	font-family: arial;
	font-size: .9em;
	color: #D70000;
	margin: 0;
}
#contactform input.button {
	width: auto;
	background-color: #79400B;
	border: 1px solid #D4C5A9;
	color: #FFF1DD;
	padding: .4em 1em;
}
#contactform input.button:hover {
	background-color: #FFF1DD;
	color: #79400B;
	cursor: pointer;
}

/* ==== FORM HACKS ==== */
* html textarea { overflow: scroll; overflow-x: hidden; }
* html input { overflow: hidden; }