@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	}

.main_holder {
	text-align:center;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
	width: 920px;
	margin: 0 auto;
	}

a:link {
	text-decoration:underline;
	color:#333333;
	}
a:hover {
	text-decoration:underline;
	color:#333333;
	}
a:visited {
	text-decoration:underline;
	color:#333333;
	}

.header {
	width: 900px;
	height: 130px;
	background-image:url(../img/logo.gif);
	background-position:center 15px;
	background-repeat:no-repeat;
	margin: 0 auto;
}
.menu_holder {
	float:left;
	width: 900px;
	height: 46px;
	margin: 0 auto;
	margin-top: 84px;
	}

a.bttn_home {
	display: block;
	width: 52px;
	height: 27px;
	background: url(../img/bttn_home.gif);
	float: left;
	}
#home_menu {
	background-color:#F89729;
	color:#FFF;
	padding:7px;
	}

.content {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
	width: 900px;
	margin: 0 auto;
	}

.content_left_area {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	width: 300px;
	float:left;
	margin: 0 auto;
}

.content_main {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 580px;
	padding: 10px;
	color:#666;
	float:left;
	margin: 0 auto;
	}
.flash_banner {
	width: 900px;
	height: 550px;
	float:left;
	margin: 0 auto;
	}

h1 {
	font-size:16px;
	color:#8CC63E;
	}

.form_text {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#949BA3;
	}
	
.details {
	background-color:#FFFEEA;
	font-size:10px;
	}

.form_field {
	background-color:#F0F1F2;
	color:#949BA3;
	border:none;
	padding: 2px;
	height:20px;
	}
.footer {
	width: 900px;
	text-align:left;
	margin: 0 auto;
	clear:both;
	}
.footer_title {
	color: #8CC63E;
	font-weight:bold;
	padding: 5px;
	margin: 0 auto;
	}
.footer  a:link {
	text-decoration:underline;
	color:#8CC63E;
	}
.footer  a:hover {
	text-decoration:underline;
	color:#8CC63E;
	}
.footer  a:visited {
	text-decoration:underline;
	color:#8CC63E;
	}

.footer_text {
	color: #333333;
	padding: 5px;
	margin: 0 auto;
	}
.footer_mod {
	width: 300px;
	height: 215px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin: 0 auto;
	}
.base_links {
	width: 940px;
	height: 60px;
	background-image:url(../img/base_links_bg.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	clear:both;	
	}
.base_mssg {
	width: 940px;
	height: 60px;
	background-image:url(../img/base_mssg.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
	clear:both;
	}

.disclaimer {
	width: 888px;
	padding: 6px;
	color:#333;
	font-size:11px;
	line-height: 1.2;
	margin: 0 auto;
	margin-bottom: 5px;
	clear:both;
	}

.disclaimer a:link {
	text-decoration:underline;
	color:#333;
}
.disclaimer a:visited {
	text-decoration:underline;
	color:#333;
}
.disclaimer a:hover {
	text-decoration:underline;
	color:#333;
}

.formfield {
	font-weight:bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

/* These are the Alert Styles */
.error {
	padding: 5px;
	background-color: #FFCCCC;
	border:#cc0000;
	border-style:solid;
	border-width:1px;
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
}
.warning {
	padding: 5px;
	background-color: #FFCCCC;
	border:#cc0000;
	border-style:solid;
	border-width:1px;
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
}
.message {
	padding: 5px;
	background-color: #E3F7DB;
	border:#66CC33;
	border-style:solid;
	border-width:1px;
	font-size:11px;
	font-weight:bold;
	color:#66CC33;
}

.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #F1CD45;
	color:#ffffff;	
	padding:3px;
}

