@charset "utf-8";
/* character encoding declaration included per recommendation at http://www.w3.org/International/tutorials/tutorial-char-enc/ */

/* RESET DECLARATIONS */
/* based on Jospeh Lowery's presentation at Adobe MAX 2007 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i, img, ins, kbd, q, samp, small, strong, b, 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-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}


/* BEGIN NEW DEFINITIONS */

body {
	background-color: #6d635a;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	color: black;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Block-Level Elements */

/* headings */
h1 {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 1em;
}
h2 {
	font-weight: bold;
	font-size: 125%;
	margin-top: 1.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid black;
}
h3 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	display: inline;
}
h6 {
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	display: inline;
}

/* lists */
ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}
dl {
}

/* other block-level elements */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
blockquote {
	margin: 1em 2em;
}
address {
	font-style: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
pre, div, fieldset, table, form {}

/* Inline Elements */

/* links */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}

/* other inline elements */
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
sup {
		
}
sub {

}
span, img, tt, big, small, dfn, code, q, samp, kbd, var, cite, abbr, acronym, label, ins, del {}

/* Table Elements */
caption, thead, tbody, tfoot, tr, th, td {}


/* MISC. UTILITY CLASSES */

.nobr, .nowrap {
	white-space: nowrap;
}
.clearFloats {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/* PAGE SPECIFIC STYLES */
#pageFrame {
	width: 772px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #4c392a;
	border-bottom: none;
}
#columnBackground {
	margin: 20px 0;
	background-image: url('/images/col_line.gif');
	background-repeat: repeat-y;
}
/* main navigation - left column */
#header_mainNav {
	float: left;
	width: 193px;
	text-align: center;
}
#header {}
#mainNav {
	margin-top: 25px;
}
#mainNav #navTop {
	padding-top: 11px;
	background-image: url('/images/link_top.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
#mainNav #navBottom {
	padding-bottom: 11px;
	background-image: url('/images/link_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
ul#mainMenu {
	margin: 0;
	list-style: none;
}
ul.submenu {
	margin: 0;
	list-style: none;
	background: #4c392a;
}
#mainMenu li {
	margin: 0 auto;
	text-align: left;
	width: 173px;
	padding-bottom: 30px;
	color: white;
	background-image: url('/images/link.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#mainMenu li.last {
	background-image: none;
	padding-bottom: 0;
}
#mainNav a {
	display: block;
	background: #4c392a;
	padding-left: 20px;
	padding-right: 5px;
}
#IEroot #mainNav a {
	display: inline-block;
	width: 148px;
}
.submenu {
	background: #4c392a;
	font-size: 83%;
}
#mainMenu .submenu li {
	padding-top: 5px;
	padding-bottom: 0;
	background-image: none;
}
#mainMenu .submenu a {
	padding-left: 35px;
}
#IEroot #mainMenu .submenu a {
	width: 133px;
}
#mainNav a:link, #mainNav a:visited {
	color: white;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:focus, #mainNav a:active {
	color: #9acaed;
	text-decoration: none;
}
#mainNav li.selected a {
	background-image: url('/images/selected.gif');
	background-repeat: no-repeat;
	background-position: 8px 0.5em;
}
#mainNav .submenu li.selected a {
	background-image: url('/images/selected.gif');
	background-repeat: no-repeat;
	background-position: 20px 0.5em;
}

/* main content - right column */
#mainContent {
	margin: 20px 0 20px 193px;
}
#mainContent .padding {
	padding: 0 20px;
}
.clip {
	margin-top: 1em;
}
