html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li, input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */

@font-face {
    font-family: 'SanfordBook';
    src: url('fonts/sanfw___-webfont.eot');
    src: url('fonts/sanfw___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sanfw___-webfont.woff') format('woff'),
         url('fonts/sanfw___-webfont.ttf') format('truetype'),
         url('fonts/sanfw___-webfont.svg#SanfordBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'GothamRounded-Book';
    src: url('fonts/GothamRnd-Book.eot');
    src: url('fonts/GothamRnd-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamRnd-Book.woff') format('woff'),
         url('fonts/GothamRnd-Book.ttf') format('truetype'),
         url('fonts/GothamRnd-Book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue.woff') format('woff'),
         url('fonts/HelveticaNeue.ttf') format('truetype'),
         url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/HelveticaNeueBold.eot');
    src: url('fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueBold.woff') format('woff'),
         url('fonts/HelveticaNeueBold.ttf') format('truetype'),
         url('fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #ebe7df url(images/bg.gif) repeat-x;
}
#header {
	width: 930px;
	margin: 0px auto;
	height: 116px;
}
#page {
	width: 930px;
	margin: 0px auto;
	background: #FFF url('images/contentBg.gif') repeat-y top center;
}
#primary {
	width: 645px;
	float: left;
	background: #FFF;
}
#secondary {
	width: 285px;
	float: left;
	background: #371935 url('images/sidebarBg.gif') repeat-x top center;
}
#secondary a {
	color: #FFF;
}
#secondary a:hover {
	color: #d9c7d8;
}

/* Header */

#welcome {
	float: left;
}

#tagline {
	float: right;
}

/* Navigation */

ul#access {
	width: 901px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 29px;
	clear: both;
	background: #d8dbcc url(images/navBg.gif) repeat-x;
	overflow: auto;
}
ul#access li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#access li a {
	font-size: 16px;
	padding: 8px 0px;
	display: block;
	font-family: 'SanfordBook',Georgia,Times,serif;
	color: #424532;
	text-decoration: none;
	text-transform: lowercase;
}
ul#access li a:hover, ul#access li a.selected {
	color: #93977E;
}
ul#access li#home a {
	padding-left: 30px;
	padding-right: 27px;
}
ul#access li#about a {
	padding-left: 27px;
	padding-right: 21px;
}
ul#access li#services a {
	padding-left: 27px;
	padding-right: 21px;
}
ul#access li#forms a {
	padding-left: 21px;
	padding-right: 24px;
}
ul#access li#contact a {
	padding-left: 25px;
	padding-right: 24px;
}

/* Sidebar */

div#info {
	padding: 52px 54px;
	color: #d9c7d8;
	font-size: 13px;
	line-height: 20px;
	font-family: 'GothamRounded-Book', Futura, Verdana, Helvetica, Arial, sans-serif;
}
span.title {
	font-weight: bold;
	color: #FFF;
}
div#info p {
	margin-bottom: 18px;
}
div#info a.small {
	font-size: 11px;
	color: #d9c7d8;
}
div#info a.small:hover {
	color: #FFF;
}

/* Pages */

div#intro {
	background: #edede5 url('images/introBg.gif') repeat-x top center;
	padding: 47px 67px;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #808471;
}
div#intro h2 {
	font-size: 17px;
	color: #505c14;
	line-height: 22px;
	margin-bottom: 24px;
}
div#intro p {
	margin-bottom: 28px;
}
div#content {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #454b2e;
	padding: 45px 98px;
	
}
div#content h2 {
	font-size: 17px;
	color: #505c14;
	line-height: 22px;
	margin-bottom: 24px;
}
div#content p.h2 {
	font-size: 17px;
	color: #505c14;
	line-height: 22px;
	margin-bottom: 24px;
}
div#content h3 {
	font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #462644;
	line-height: 22px;
	margin-bottom: 20px;
}
div#content h4 {
	font-size: 13px;
	text-transform: uppercase;
}
div#content ul {
	margin-bottom: 20px;
	list-style: disc;
}
div#content ul li {
	list-style: disc;
	list-style-position: inside;
}
div#content p {
	margin-bottom: 20px;
}
div#headline {
}
div#headline h1 {
	background: #f4f4ef url('images/headBg.gif') repeat-x;
	font-family: 'SanfordBook', Georgia, Times, serif;
	font-size: 50px;
	line-height: 22px;
	letter-spacing: .04em;
	color: #bbc0a6;
	padding: 93px 35px 0px 35px;
	margin: 0px;
}

/* Footer */

#footer {
	width: 930px;
	margin: 0px auto;
	text-align: center;
	padding: 7px 0px;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b7b7a2;
}

#footer a {
	color: #b7b7a2;
	text-decoration: none;
	padding: 0px 12px;
}
#footer a:hover {
	color: #454b2e;
}

.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* Formatting */

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
#content a {
	color: #803b7e;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}