/**************** ELEMENTS *****************/
/*html {
	height: 100%;
}*/
body {
	font-family: Arial,Helvetica,sans-serif;
	background-image: url(images/backgrd_tile.gif);
	background-repeat: repeat-y;
	background-color: #DCE6E6;
	background-position: center;
	height: 100%;
	text-align: left;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
}
h4 {
	font-size: large;
}
p, span, ul, div.tip_full	{
	font-size: small;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
img.block {
	display: block;
}
a {
	text-decoration: none;
	color: #D7722C;
	font-size: small;
}
a:hover {
	text-decoration: underline;
	color: #D7722C;
}
a:visited {
	color: #D7722C;
}

/********************* NAVIGATION ***************************/
div.nav {
	background-color: #D7722C;
	height: 17px;
	margin: 0px;
	font-size: medium;
}
.nav div {
	padding: 0px 10px 0px 10px;
	position: relative;
	float: left;
}
.nav div div {
	position: absolute;
	top: 19px;
	left: 5px;
	float: left;
	background-color: #FCC454;
	z-index: 500;
	white-space: nowrap;
	padding: 3px 0px 3px 0px;
}
.nav div div a {
	display: block;
	color: #5B6814;
	background-color: #FCC454;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	font-weight: bold;
}
.nav div div a:hover {
	background-color: #FFAE00;
	color: white;
	text-decoration: none;
}
.nav div div a:visited {
}

/**************** CONTAINERS ****************/
table#wrapper {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	/*position: relative;*/
	width: 775px;
	height: 100%;
	clear: both;
	border: none;
}
td#left_strip {
	vertical-align: top;
	width: 10px;
	height: 100%;
}
td#side_fade {
	width: 4px;
	background-image: url("images/sidebar_fade_lg.gif");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #DCE6E6;
}
td#left_col_content {
	width: 154px;
	background-image: url("images/Rmenu_backgrd.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #476D9A;
	vertical-align: top;
}
td#left_col_content a.banner {
	padding: 0px;
	width: 100%;
	background-color: #D7722C;
}
td#left_col_content p {
	padding-left: 10px;
	padding-right: 10px;
}
td#main {
	vertical-align: top;
	width: 603px;
}
div#header {
	border: none;
}
div.content, div.content_strip {
	background-image: url("images/header_shadow.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
}
div.content {
	/*position: relative;*/
	padding-top: 25px;
	padding-left: 25px;
	width: 578px;
}
div#tips {
	background-image: url("images/tip_window.gif");
	background-position: top;
	background-repeat: no-repeat;
	width: 550px;
	height: 40px;
	text-align: right;
}
div#tips div {
	padding: 3px 10px 3px 10px;
}
div.content_box {
	background-color: #DCE6E6;
	width: 550px;
	margin: 10px 0px 10px 0px;
}
.clear	{
	clear: both;
}
div.cont_box_sidefade {
	width: 4px;
	height: 100px;
	background-image: url("images/sidebar_fade.gif");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}
div.cont_box_middle {
	vertical-align: top;
	width: 542px;
	float: left;
}
div.box_content {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	background-color: #DCE6E6;
}
div.cont_box_header {
	background-color: #FFAE00;
	height: 20px;
}
div#getting_started {
	background-image: url("images/getStart_window.gif");
	background-position: left;
	background-repeat: no-repeat;
	width: 550px;
	height: 260px;
	text-align: center;
}
div#getting_started div {
	padding-top: 67px;
}
div#getting_started img {
	padding: 3px;
}
div#footer_bar {
	margin-left: auto;
	margin-right: auto;
	background-color: #7B9CBE;
	width: 775px;
	height: 5px;
}
div.tip_full {
	border-bottom: 1px dotted #D7722C;
}
div.sponsor {
	padding: 15px;
	margin: 10px 0px 10px 0px;
}
div.translucent_box {
	position: absolute;
	background-color: white;
	opacity: 0.60;
	filter: alpha(opacity=60);
	z-index: 200;
}
.form_table input, .form_table textarea, .form_table select {
	margin-bottom: 10px;
}
td.footer_text {
	background-color: #234F7A;
}
/******************* STYLES ***************/
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.normal {
	font-size: 12px;
}
.white_bor	{
	border: 1px solid white;
}
.orange_bor, .sponsor	{
	border: 1px solid #D7722C;
}
.grey_bor	{
	border: 1px solid grey;
}
div.button	{
	background-color: #DCE6E6;
	border: 1px solid #AAAAAA;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}
input.calc_text {
	position:absolute;
	left: 10px;
	bottom: 3px;
	height: 15px;
	border: 1px solid #AAAAAA;
	font-size: 14px;
}
.form_alert, .req {
	color: #CC0000;
	vertical-align: top;
}
/******************* COLORS ***************/
.white {
	color: white;
}
.black {
	color: black;
}
.orange {
	color: #D7722C;
}
.green {
	color: #5B6814;
}
.grey {
	color: #CCCCCC;
}

.collapsing_article {
	display: none;
}

.event_label {
	width: 110px;
	float: left;
	padding-bottom: 8px;
}

.event_detail {
	width: 210px;
	float: left;
	padding-bottom: 10px;
}
