html
{
	height: 100%;
}

body
{
	background-color: #FFFFFF;
	height: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	behavior: url("csshover3.htc");
	font-family: Helvetica, Arial, sans-serif;
}

.site_container {
	width: 900px;
	min-height: 100%;
	margin: auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color: #CCCCCC;
}

#site_banner_container {
	width: 100%;
	height: 130px;
	background-color: #e21f00;
}

.site_logo {
	z-index: 20;
	position: relative;
	top: -60px;
	left: -100px;
/*	display:none;*/
}

#site_content_container {
	height: 100%;
	overflow:visible;
}

#news_bar {
	min-height: 100%;
	float: left;
	background-color: #777777;
	width: 180px;
	padding: 0px 5px 0px 5px;
}

#site_content
{
	width: 695px;

	padding: 15px 5px 5px 5px;
	overflow:hidden;
}

#navigation_bar
{
	background-color: #931400;
	height: 40px;
	z-index:50;
}

#site_footer
{
	text-align: center;
}

.mini_rss
{
	z-index:30;
	font-size: 7pt;
	word-wrap: break-word;
	max-height:280px;
	overflow: auto;
}

.mini_rss_main_title
{
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.mini_news_src_title
{
	font-size:9pt;
	font-style: italic;
	cursor: pointer;
	padding-top:2px;
	margin-top:5px;
	border-top:1px solid #000;
}

.mini_news_src_title_first
{
	font-size:9pt;
	font-style: italic;
	cursor: pointer;
}


.mini_news_src_title:hover, .mini_news_src_title_first:hover
{
	text-decoration: underline;
}

.mini_news_post
{
	cursor:pointer;
	padding-top: 4px;
	padding-left: 2px;
}

.mini_news_post:hover
{
	text-decoration: underline;
}

.mini_news_post_title
{
	font-weight: bold;
}

.faq
{
	font-size:10pt;
	width: 450px;
	margin: 0 auto;
}

.faq_question
{
	color: #0000DD;
	cursor: pointer;
}

.faq_answer
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.faq_letter
{
	color: #FF0000;
	padding-right: 3px;
	float: left;
}



/* Navigation
	----------------------------------------------- */
	ul#topnav
	{
		 padding: 10px 0px 5px 0px;
		 list-style: none;
		text-align: left;
		 font-size: 11pt;
		 font-familiy: Helvetica, Arial, sans-serif;
		 height: 40px;
		 margin: 0px;
	}

	ul#topnav li
	{
		font-family: Helvetica, Arial, sans-serif;
		 margin: 0;
		 padding: 0;
		 display: inline;
		 text-decoration: none;
		 margin-left: 20px;
	}

	ul#topnav li a
	{
		font-family: Helvetica, Arial, sans-serif;
		 color: #ffffff;
		 text-decoration: none;
		 padding: 0 0 5px 0px;
		 font-weight: bold;
		 text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	}

	ul#topnav li a:hover
	{
		color: #ffffff;
	}

/* Minitab Nav
	----------------------------------------------- */
#minitabs {
	margin: 0px 0px 0px 0px;
	height: 40px;
	position: relative;
	left: 250px;
	text-transform: lowercase;
	}

#minitabs li {
	margin: 60px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#minitabs a:link, #minitabs a:visited {
	font-size: 11pt;
	line-height: 14px;
	margin: 0 0px 0 0px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #ffffff;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 3px solid #ffffff;
	padding-bottom: 2px;
	color: #111111;
	}

#site_footer
{
	position: absolute;
	bottom: 0px;
	text-align: center;
	text-style: italic;
	text-size: 10pt;
}

.site_subtitle
{
	text-align:center;
	font-weight:bold;
	font-size:12pt;
}

.fb_button
{
	background-image: url("../imgs/fb_share.png");
	background-repeat: repeat-none;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	width: 97px;
	height: 26px;
}

.fb_button:hover
{
	background-position: 0px -26px;
	cursor: pointer;
}

#main_popup_container
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: url(../images/opacity.png);
}

#popup_content
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 175px;
	overflow: auto;
	background-color:#FFF;
}

#popup_close
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 175px;
	overflow: auto;
	height: 25px;
	background-color:#FFF;
	text-align:center;
	cursor: pointer;
}

.announcement
{
	background-color: #931400;
	border: 4px solid #FFF;
	padding: 4px;
	color: #FFF;
}
