@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html{
	height:100%;
}

body {
	height:100%;
	background-image: url(images/background.jpg);
	background-color: #727073;
	background-repeat: repeat-x;
	color: #CCCCCC;
	text-align:center;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px; /* the bottom margin is the negative value of the footer's height */
}

#flashContent {
	position:relative;
	margin: 0px auto 30px;
	width:960px;
	height:642px;
	top:20px;
}

.push {
	height: 56px;
	padding:0px;
}

.footer {
	position:relative;
	margin:0 auto;
	height:56px;
	padding:0px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
}

#footerContent {
	padding:0px;
	bottom:0px;
	left:0px;
	margin:auto;
	width:963px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DD5800;
}

/*Secondary Pages*/

#main {
	margin: 0px auto;
	text-align: center;
	width: 962px;
}

#container {
	text-align: center;
	width: 962px;
}

#top_banner{
	position: relative;
	background-image: url(images/house_banner.jpg);
	width: 962px;
	height: 168px;
}

#main_content{
	position:relative;
	background-color:#dddddd;
	width: 962px;
	padding-bottom:40px;
	text-align:left;
}

/*Bottom Banner*/

/*Bottom Banner*/

#button_01 a {
	float:left;
	display:block;	
	width:206px;
	height:56px;
	background:url("images/bottombar_logo.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#button_02 a {
	float:left;
	display:block;	
	width:203px;
	height:56px;
	background:url("images/bottombar_download.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#button_02 a:hover {
	float:left;
	background-position: 0 -56px;
}

#button_02 a:active {
	float:left;
	background-position: 0 -56px;
}

#button_03 a {
	float:left;
	display:block;	
	width:203px;
	height:56px;
	background:url("images/bottombar_feedback.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#button_03 a:hover {
	float:left;
	background-position: 0 -56px;
}

#button_03 a:active {
	float:left;
	background-position: 0 -56px;
}

#button_04 a {
	float:left;
	display:block;
	width:203px;
	height:56px;
	background:url("images/bottombar_newsletter.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#button_04 a:hover {
	float:left;
	background-position: 0 -56px;
}

#button_04 a:active {
	float:left;
	background-position: 0 -56px;
}

#footer_05 {
	float:left;
	display:block;
	background:url("images/bottombar_copyright.gif") 0 0 no-repeat;
	text-decoration: none;
}

.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.red_text {
	color: #FF0000
}

.scrollBox{
	position:relative;
	top:20px;
	left:312px;
	height:300px;
	width:480px;
	overflow:scroll;
}
