/* ----- BEGIN RESET ----- */

/* Gracias, Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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 RESET ----- */

/* ----- BEGIN LAYOUT ----- */

body {
	font-size: small;
	background: #4c301f;
	font-family: Helvetica, Arial, sans-serif;
	color: #8c8c8c;
}

#wrap {
	background: #fff;
	border-top: 5px solid #bedee8;
	border-bottom: 4px solid #81573a;
	text-align: center;
	margin-top: 12px;
}

#container {
	width: 935px;
	text-align: left;
	margin: 0 auto;
}

#content {
	width: 560px;
	margin: 44px 0 80px 190px;
}

#footer {
	width: 935px;
	margin: 0 auto;
	font-size: 88%;
	color: #dcdcdc;
}

/* ----- END LAYOUT ----- */

/* ----- BEGIN NAV ----- */

#main_nav {
	overflow: hidden;
	list-style: none;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-weight: bold;
	width: 555px;
	margin-left: 190px;
	padding-bottom: 22px;
}

#main_nav li {
	display: block;
	float: left;
	width: 91px;
	padding-left: 4px;
}

#main_nav li a {
	display: block;
	float: left;
	padding-top: 12px;
}

#main_nav li a:link, #main_nav li a:visited {
	color: #c6c6c6;
	text-decoration: none;
}

#main_nav li a:hover {
	color: #b4d3dc;
}

#main_nav li a.current {
	color: #b4d3dc;
	background: url(/themes/site_themes/erika/nav_current.gif) no-repeat center top;
}


/* ----- END NAV ----- */

/* ----- BEGIN LINKS ----- */

a:link, a:visited {
	color: #8c8c8c;
	text-decoration: underline;
}

a:hover {
	color: #bcbcbc;
	text-decoration: none;
}

/* ----- END LINKS ----- */

/* ----- BEGIN BRANDING ----- */

#brand a {
	display: block;
	text-indent: -9999px;
	background: url(/themes/site_themes/erika/logo.gif) no-repeat left top;
	width: 555px;
	height: 44px;
	margin-left: 185px;
}	

/* ----- END BRANDING ----- */

/* ----- BEGIN CONTENT ----- */

h2 {
	color: #b4d3dc;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 180%;
	font-weight: bold;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 24px;
	padding: 30px 5px 0;
}

#content p {
	font-size: 100%;
	line-height: 1.6em;
	margin: 0 5px 14px;
}

/* ----- END CONTENT ----- */

/* ----- BEGIN IMAGES ----- */

img.left {
	float: left;
	border: 1px solid #dcdcdc;
	margin: 0 14px 0 5px;
	padding: 5px;
}

img.right {
	float: left;
	border: 1px solid #dcdcdc;
	margin: 0 5px 0 14px;
	padding: 5px;
}

/* ----- END IMAGES ----- */

/* ----- BEGIN FOOTER ----- */

#footer p {
	margin-left: 195px;
	padding: 20px 0 50px 0;
}

#footer a:link, #footer a:visited {
	color: #d6d6d6;
	text-decoration: underline;
}

#footer a:hover {
	color: #d6d6d6;
	text-decoration: none;
}

/* ----- END FOOTER ----- */

