﻿/* page background */
body {
	line-height: 1.2;
	background-color: #884e0b;
	background-image: url('images/bkdg.jpg');
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;

}
/* web pages wrapper, background, boarder */
#wrapper {
	background-image: url('images/HeaderImage4.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	border: 10px solid #39340c;
	color: #444;
	margin: 0px auto;
	padding: 10px;
	width: 1000px;
	font-size: 90%;
}
#wrapper a {
	color: #DE7823;
	text-decoration: none;
}
#wrapper a:hover {
	color: #E9A46B;
	text-decoration: underline;	
}
#wrapper img.frame {
	border: 5px #f2e9c4 solid;
	margin-bottom: 2px;
}

/* header block - note header graphic is in wrapper */
#header {
	background-color: transparent;
	border: 0px solid #bbb;
	height: 80px;
	padding: 10px;
}
/* header2 block - note header graphic is in wrapper */
#header2 {
    text-align: right;
	height: 60px;
	padding: 0 10px 0 10px;
}
/* page name */
#header2 span.page_name {
	color: #374B79;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 20pt;
	font-weight: bold;
	margin: 0 0 20px 20px ;
	padding: 0;
	text-align: right;
	vertical-align: top;
}

/* contains the three columns */
#content {
	margin-top: 10px;
	padding-bottom: 10px;
}
/* left column */
#content-left {
	width: 180px;
	padding: 0;
	float: left;
}
/* middle column */
#content-main {
	float: left;
	margin: 0;
	padding: 0 25px 0 30px;
	width: 525px;
}
/* right column */
#content-right {
    border-left: solid 1px #ccc;
	margin: 0;
	float: left;
	padding: 0 0 0 15px;
	width: 210px;
}

/* footer */
#footer {
	background-color: #f2e9c4;
	border: 0px solid #bbb;
	float: left;
	font-size: 8.5pt;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 878px;
	text-align: center;
}
/* block bottom of page below footer */
#bottom {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
/* left column navigation menu */
#nav-menu ul {
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Palatino Linotype", "Book Antiqua3", Palatino6, serif;
}
#nav-menu li {
	background-image: url('/images/nav/nav_bg2.gif');
	border-bottom: 1px white solid;
	color: #fff;
	font-size: 75%;
	height: 25px;
}
#nav-menu li:hover {
	background-image: url('/images/nav/nav_bg2_hover.gif');
}
#nav-menu li.blue {
    background-image: url('/images/nav/nav_tab_blue.gif');
}
#nav-menu li.blue:hover {
    background-image: url('/images/nav/nav_tab_blue_hover.gif');
}
#nav-menu li a {
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 0 10px;
}
#nav-menu li a.soon {
	color: #fff;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0 0 10px;
}
#nav-menu li a span {
	color: #39340C;
	font-size: 0.9em;
	font-weight: normal;
}
/* contat info */
div.contact_info {
	margin: 15px 0 0 0;
}
div.contact_info h3 {
	font-size: 110%;
	color: #7ca500;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
}
div.contact_info p {
	font-size: 90%;
	margin: 0 0 15px 0;
	color: #444;
	line-height: 1px;
}
/* middle column content */
.stories {
}
.story {
	border-bottom: 3px #B5B088 dotted;
	padding: 0;
	margin: 20px 0 0 0;
}
.story_first {
	margin-top: 0;
}
.story_last {
	border-bottom: 0;
	margin-bottom: 0;
}
.story h1 {
	color: #7ca500;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serifl;	
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
.story h1.has_sub {
	margin: 0 0 1px 0;
}
.story h2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 10px 0;
	color: #5f6d9c;
}
.story p {
	line-height: 1.3em;
	margin: 0 0 15px 0;
}
.story p.last {
	margin: 0 0 5px 0;
}
.story img.image_style_right {
	float: right;
	margin: 5px 0 10px 20px;
	border: 5px #f2e9c4 solid;
}
.story img.image_style_left {
	float: left;
	margin: 5px 20px 10px 0;
	border: 5px #f2e9c4 solid;
}
.story ul {
	font-size: 10pt;
	margin: 0 0 10px 0;
}
.story ul li {
    margin: 0;
	padding: 2px;
}
.story ul.indent {
	font-size: 10pt;
	margin-left: 15px;
}
/* right column sponsors */
.sponsors {
	margin: 0;
	padding: 0;
}
/* sponsor div - wrapped around each sponsor & set of tasks */
.sponsors div.sponsor {
	border: 0;
	border-top: dotted 2px #ddd;
	margin: 0;
	padding: 5px 0 5px 0;
}
.sponsors div.sponsor:first-child {
	border-top: 0;
	margin-top: 10px;
}
/* sponsor_title div - this is the title line for the sponsor*/
.sponsors div.sponsor div.sponsor_title {
	border: 0;
	float: none;
	font-weight: bold;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #5F6D9C;
	margin: 0;
	padding: 0;
}
/* sponsor_title link */
.sponsors div.sponsor div.sponsor_title a {
	color: #5F6D9C !important;
	display: block;
	text-decoration: none;
}
.sponsors div.sponsor div.sponsor_title a:hover {
	background-color: #DDDDDD;
	color: #5F6D9C;
	text-decoration: none;
}
/* sponsor_motto div - this is the title line for the sponsor*/
.sponsors div.sponsor div.sponsor_motto {
	border: 0;
	float: none;
	font-style: italic;
	font-size: 8.5pt;
	color: #6a793b;
	margin: 0;
	padding: 0;
}
/* sponsor_desc div - this is the title line for the sponsor*/
.sponsors div.sponsor div.sponsor_desc {
	border: 0;
	float: none;
	font-size: 9pt;
	color: #8fae31;
	margin: 0;
	padding: 0;
}
/* sponsor tooltips */
.sponsors div.sponsor div.sponsor_title a {
	color: #5F6D9C;
	display: block;
	text-decoration: none;
}
.sponsors div.sponsor div.sponsor_title a:hover {
	background-color: #DDDDDD;
	color: #5F6D9C;
	text-decoration: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip {
	background-color: #CED6EA;
	border: 2px #384876 solid;
}
#tooltip div {
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
}
#tooltip h3 {
	font-size: 9pt;
	font-weight: normal;
	font-weight: bold;
	margin: 0;
}
/* side box  */
.sidebox {
	margin: 0 0 15px 0;
}
.sidebox div.top210 {
	background: #fff url('images/sidebox/sidebox_210_top.jpg');
	border: 0;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
}
.sidebox div.top180 {
	background: #fff url('images/sidebox/sidebox_180_top.jpg');
	border: 0;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 180px;
}
.sidebox div.bot210 {
	background: #fff url('images/sidebox/sidebox_210_bot.jpg');
	border: 0;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 210px;
}
.sidebox div.bot180 {
	background: #fff url('images/sidebox/sidebox_180_bot.jpg');
	border: 0;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 180px;
}
.sidebox div.mid {
	border-left: 4px #928c5a solid;
	border-right: 4px #928c5a solid;
	margin: 0;
	padding: 0 5px 0 5px;
}
.sidebox div.mid div.note {
	border-bottom: 2px #c6c196 dotted;
	font-size: 10pt;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}
.sidebox div.mid div.note_last {
	border-bottom: 0;
	margin: 0;
	padding: 0;

}
.sidebox div.mid div.note h1 {
    color: #666240;
	font-weight: bold;
	font-size: 11pt;
	margin: 0 0 3px 0;
}
.sidebox div.mid div.note h2 {
	color: #a56528;
	font-weight: bold;
	font-size: 10pt;
	margin: 5px 0 3px 0;
}
.sidebox div.mid div.note h1 span {
	font-weight: normal;
	font-size: 8pt;
}
.sidebox div.mid div.note h1 span a {
}
.sidebox div.mid div.note p {
	color: #884E0B;
}
.sidebox div.mid div.note ul {
    margin: 0 0 0 8px;
}
.sidebox div.mid div.note li {
	color: #884E0B;
}
.sidebox div.mid div.note div.chunk 
{
	color: #333;
    font-size: 8pt;
	margin: 0 0 5px 0;
}

/* sponsor_title link */

/* red box */
.red_box {
	background: #FF0000;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.red_box .boxtop {
	background: url("images/corners/ff0000_ne.gif") no-repeat top right;
}
.red_box .boxtop div {
	font-size: 0;
	height: 10px;
	background: url("images/corners/ff0000_nw.gif") no-repeat top left;
}
.red_box .boxbottom {
	background: url("images/corners/ff0000_se.gif") no-repeat bottom right;
}
.red_box .boxbottom div {
	font-size: 0;
	height: 10px;
	background: url("images/corners/ff0000_sw.gif") no-repeat bottom left;
}
.red_box .boxcontent {
	padding: 0px 10px 0px 10px;
}
/* grey box */
.gray_box {
	background: #dddddd;
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.gray_box .boxtop {
	background: url("images/corners/dddddd_ne.gif") no-repeat top right;
}
.gray_box .boxtop div {
	font-size: 0;
	height: 10px;
	background: url("images/corners/dddddd_nw.gif") no-repeat top left;
}
.gray_box .boxbottom {
	background: url("images/corners/dddddd_se.gif") no-repeat bottom right;
}
.gray_box .boxbottom div {
	font-size: 0;
	height: 10px;
	background: url("images/corners/dddddd_sw.gif") no-repeat bottom left;
}
.gray_box .boxcontent {
	padding: 0px 10px 0px 10px;
}
/* red box */
.green_box {
	background: #00aa00;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.green_box .boxtop {
	background: url("images/corners/00aa00_ne.jpg") no-repeat top right;
}
.green_box .boxtop div {
	font-size: 0;
	height: 10px;
	background: url("images/corners/00aa00_nw.jpg") no-repeat top left;
}
.green_box .boxbottom {
	background: url("images/corners/00aa00_se.jpg") no-repeat bottom right;
}
.green_box .boxbottom div {
	font-size: 0;
	height: 10px;
	background: url("images/corners/00aa00_sw.jpg") no-repeat bottom left;
}
.green_box .boxcontent {
	padding: 0px 10px 0px 10px;
}
ul.side_sponsor {
	padding: 6px 0 0 0;
}
ul.side_sponsor li {
	font-size: 11pt;
	margin: 5px 0 0 0;
}
/********************************************************/
div.main_sponsor {
    border-bottom: dashed 1px #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: center;
}
span.reg_span {
}