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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}





/*ACTUAL CUSTOM CSS STARTS HERE*/

p, ul, li {
	color:rgb(60,37,19);
	font-size:18px;
	line-height:28px;
	font-family: "freight-sans-pro",sans-serif;
}

li {
	list-style-type:none;
	padding-left:10px;
}

h1 {
	height:40px;
	padding-top:16px;
	font-size:48px;
	color:rgb(223,236,194);
	font-family: "freight-text-pro",serif;
	font-weight:normal;
}

h2 {
	color:rgb(230,119,115);
	font-size:24px;
	line-height:36px;
	font-family: "freight-text-pro",serif;
	font-weight:bold;
}

h3 {
	font-family: "freight-sans-pro",sans-serif;
	font-weight:normal;
	height:38px;
	padding-top:16px;
	font-size:18px;
	color:rgb(255,241,240);
}

h4 {
	color:rgb(60,37,19);
	font-size:20px;
	line-height:28px;
	font-family: "freight-sans-pro",serif;
	font-weight:normal;
}

html {
	background-image:url(images/sitebg.png);
	background-repeat:repeat;
}

#contentcontainer, #header {
	background:rgb(230,119,115);
	background:rgba(230,119,115,0.3);
}

#headercontainer {
	width:100%;
}

#header {
	width:100%;
	height:140px;
	min-width:850px;
	position:absolute;
	top:60px;
}

#headertext, #headermenu {
	width:800px;
	margin:auto;
}

#headertextname {
}

#headertextaddress {
}

#headermenu {
	height:30px;
}

#headermenu ul {
	margin:auto;
	height:100%;
	text-align:justify;
}

#headermenu ul:after {
	content: ' ';
	display:inline-block;
	width:100%;
}

#headermenu ul li {
	display:inline-block;
	line-height:30px;
}

#headermenu ul li a{
	font-size:18px;
	color:rgb(223,236,194);
	padding-right:20px;
	border-right:1px solid rgb(230,119,115);
	display:block;
	line-height:30px;
	height:30px;
}

#headermenu ul li a:hover{
	color:rgb(255,241,240);
}

#headermenu ul li a.current{
	color:rgb(255,241,240);
	font-weight:bold;
}
	

#contentcontainer {
	width:850px;
	margin:auto;
	overflow:hidden;
	margin-bottom:30px;
}

#content {
	background-color:rgb(255,241,240);
	width:650px;
	margin:235px 25px 25px 25px;
	padding:30px 75px;
}

.image-primary {
	display:block;
	margin:auto;
}

.image-caption {
	text-align:center;
}

.image-caption-sunhead {
	text-align:center;
	margin:16px 0 0 16px;
}

.image-intext {
	float:right;
	margin:0 0 18px 18px;
}