/**
* Reset Style sheet 
* @see http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
* @author Mark Story
*/
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border:0;	
}

ul, ol {
	padding:0 0 0 20px;
}

/**
* Layout and containers
*****************/
body {
	font-family: 'Trebuchet MS', Helvetiva, sans-serif;
	background-color: #EEEDEB;
}

#page {
	width: 841px;
	min-width: 841px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom:1px;
}

#header {
	height: 177px;
	margin: 0 10px 5px 10px;
	border-bottom: 2px solid #BDB8B2;
}

#header div {
	float: left;
	color: #94243C;
	padding: 0 10px 0px 10px;
}

#content {
	padding: 0 10px 0px 10px;
	font-size:14px;
	line-height:1.4em;
}

#footer {
	color: #A49F9B;
	font-size: 0.7em;
	padding: 0 10px;
	margin:0;
	clear:both;
}

/**
* Header
*******************/
#header #name,
#header #sub-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	clear:none;
}

#header #name {
	padding-top: 78px;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight:normal;
	letter-spacing: 10px;
	width: 210px;
}

#header #sub-header {
	font-weight: normal;
	font-size: 1.4em;
	font-style:italic;
	padding-top:1.25em;
	padding-left:1em;
}

#header #name img {
    border: 0 none #fff;
}

#header #name a {
	color: #94243C;
	text-decoration: none;
	font-size:26px;
}

#header #tagLine {
	padding-top: 81px;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	width: 200px;
	float: right;
}

#header h3#tagLine {
	float: left;
}

#header div#logo {
	float: right;
}
/*
* Top nav on default layout
****************************/
#header #mainNav {
	background-color: #BDB8B1;
	text-align: left;
	height: 177px;
	width: 165px;
}

#header #mainNav ul {
	list-style-type: none;
	margin-top: 10px;
	padding: 0 10px 0 10px;
}
#header #mainNav li {
	font-size:16px;
	line-height:1.3em;
		
}
#header #mainNav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

#header #logo {
	width: 159px;
	text-align: center;
	margin-top: 45px;
}

#header #logo img {
	display: block;
	margin: 0 auto;
}

/**
* Footer Elements
************************/
#footer ul {
	list-style-type: none;
        
}

#footer ul li {
	display: block;
	float: left;
	padding: 0 5px;
	border-left: 1px solid #A49F9B;
}

#footer ul li:first-child {
	border-left: 0 none #fff;
}

#footer ul li a {
	color: #A49F9B;
	text-decoration: none;
}

#footer #secondNav {
	clear: both;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-left: 0;
	margin-bottom:5px;
}

#footer #contactInfo {
	clear: both;
	margin: 8px 0;
	border-top: 1px solid #A49F9B;	
	padding: 8px 0 0 0;
}
#contactInfo .logotype {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #94243C;
	text-transform: uppercase;
	letter-spacing: 5px;
	border-left:0;
}