﻿/* color theme 
	red: #a90332
	off-white: #f6f7e9
	accent: #c1c884
*/

/* layout - main div structure */
body {
	background-color: #f6f7e9;
	font-family: arial, san-serif;
	font-size: 76%;
	color: #000;
	margin: 4px 0 0 0;
	padding: 0;
	text-align: center;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border: 1px solid #a90332;
	text-align: left;
	background: url(../images/template/bg-vert-line.gif) 220px 0px repeat-y; 
	background-color: #fff;
}
#header {
	margin-top: 0px;
	height: 94px; /* height of the logo image */
	background: url(../images/template/hdr-bg.jpg) bottom right no-repeat;
	background-color: #fff;
}
#logo { float: left; border: 0; }
#header-meta { float: left; width: 462px; text-align: right; }
#header-meta a { color: #a90332; text-decoration: none; font-weight: bold; }
#header-meta ul { list-style-type: none; float: right; }
#header-meta li { float: left; padding: 3px 12px; }
#header-meta li.firstchild { background: url(../images/template/red-colon.gif) right center no-repeat; }
#header-meta li.lastchild { background: url(../images/template/red-colon.gif) left center no-repeat; }

#leftcol, #content, #sidebar {
	float: left;
	background-color: #fff;
}
#leftcol {
	width: 220px;
}
#content {
	width: 377px;
	margin: 0 0 0 20px;
	padding: 25px 25px 0 0;
}
#sidebar {
	width: 152px;
}
#footercontainer {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
}
#footer {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	background: url(../images/template/footer-bg.gif) top left repeat-x;
	background-color: #a90332;
	color: #fff;
}
#footer p { margin: 0; padding: .2em 0; }

#audiencenav {
	clear: both;
	margin: 0;
	padding: 6px 0 12px 0;
	text-align:center;
	list-style-type: none;
	background: url(../images/template/audiencenav-bot.gif) bottom left repeat-x;
	background-color: #a90332;
}
#audiencenav li {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0 1.2em;
}
#audiencenav a {
	margin: 0;
	padding: .5em 0;
	color: #fff;
	text-decoration: none;
}
#audiencenav a:hover {
	color: #c1c884;
}

#leftcol .nav, #leftcol .nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	/* line-height: 1; */
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
}
#leftcol .nav { margin: 35px 0 0 0; }

#leftcol .nav a {
	display: block;
	margin: 0;
	padding: .6em 0 .6em 20px;
	width: 200px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid black;
}
#leftcol .nav a:hover { background-color: #c1c884; }

#leftcol .nav li { /* all list items */
	float: left; /* for ie to not put extra space */
	margin: 0;
	padding: 0;
	width: 220px; /* width needed or else Opera goes nuts */
}

#leftcol .nav li ul  { /* second-level lists */
	position: absolute;
	background: #f6f7e9;
	border: 2px solid #a90332;
	width: 185px;
	margin: -1px 0 0 70px;
	font-size: 1em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow: hidden;
}
#leftcol .nav li li a {
	padding: .4em 0 .4em 20px;
	width: 205px;
}

#leftcol .nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* homepage has different specs  */
.homepage #leftcol {	width: 315px; }
.homepage #content {	width: 281px; padding-right: 25px; }
.homepage #sidebar { padding: 70px 0 0 0; }
.homepage #leftcol .nav li { width: 315px; }
.homepage #leftcol .nav a { width: 295px; }
.homepage #leftcol .nav li li { width: 215px; }
.homepage #leftcol .nav li li a { width: 195px; }
.homepage #page { background: url(../images/template/bg-vert-line.gif) 315px 0px repeat-y; background-color: #fff; }


/* headings */
h1 { margin: 0 0 .1em 0; font-size: 1.5em; color: #a90332; }
h2 { margin: 1em 0 .1em 0; font-size: 1.2em; }
h3, h4, h5, h6 { margin: 1em 0 .1em 0; font-size: 1em; }

/* tables */
#content table {
	width: 375px;
	border-collapse: collapse;
	border: 0;
}
#content td {
	padding: .5em 0;
	border-bottom: 1px solid #e9e9e9;
}

/* common elements without classes -  p, a, ul, img -  */
p {
	margin: 0 0 8px 0;
}
img {
	border: 0;
}
blockquote {
	margin: 1em 0 1em 1em;
}

#mainnav a:hover, .subnav a:hover, a.selected, #header-meta a:hover, p a:hover {
	background-color: #c1c884;
}


/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* sidebar menu */
.subnav { margin: 10px 0 0 0; width: 140px; border: 1px solid #a90332; }
.subnav h3 { margin: 0; padding: .2em; font-size: 1em; background-color: #a90332; color: #fff; }
.subnav a { display: block; padding: 2px 4px; width: 132px; color: #000; text-decoration: none; }

/* specifics */
#content p.subheading { font-size: 1.2em; color: #c1c884; font-weight: bold; }
#sidebar img { display: block; margin: 20px 0 0 0; border: 1px solid #a90332; }
#content p, #content ol, #content ul, #sidebar p, #sidebar ol, #sidebar ul {
	font-size: 1em;
}
#content ul {   margin: 0; padding: 0; }
#content li { padding-left: 10px; background: url(../images/template/bullet.gif) no-repeat 0 .5em; margin-bottom: .5em;}
div.adspace img { float: left; margin-right: 4px; border: 0; }
div.adspace { float: left; font-size: 1em; margin: 20px 0 0 0; padding: 0 10px; color: #a90332; }

/* sitemap */
#content .nav li a { font-size: 1.2em; }
#content .nav li li a { font-size: 1em; }
#content .nav li ul { margin-top: .5em; }




