/* CSS Document */

body {
	margin: 0pt;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DFDFDF;
	background-image: url(../images/bkgrd.jpg);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
}

.notice {padding:10px;border:1px solid #dedeb9;background:#F08080;text-align:center;}

html, body {height: 100%;}

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#all {
	min-height: 100%;
	height: 100%;
}

a:link {
	color: #008000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008000;
}
a:hover {
	text-decoration: none;
	color: #4C4C4C;
}
a:active {
	text-decoration: none;
	color: #008000;
}

#contact_box {
	width: 100%;
	background-color: #081D04;
	height: 18px;
	color: #FFFFFF;
}
#contact_cont {
	width: 920px;
	margin: 0px auto;
	height: 18px;
	background-color: #25531C;
	padding-left: 5px;
}

#top_box {
	width: 100%;
	background-color: #7DC073;
}
#logo {
	height:180px;
	margin:0 auto;
	position:relative;
	top:-45px;
	width:920px;
}
#log_in {
	left:705px;
	position:relative;
	top:180px;
	z-index:0;
	width: 200px;
}
#log_in a:link {
	color: #000000;
	text-decoration: none;
}
#log_in a:visited {
	text-decoration: none;
	color: #000000;
}
#log_in a:hover {
	text-decoration: none;
	color: #4C4C4C;
}
#log_in a:active {
	text-decoration: none;
	color: #000000;
}
#bar {
	width: 100%;
	background-color: #3A6633;
}
#news_bar {
	width: 705px;
	float: left;
	margin: 0pt auto;
	height: 20px;
	color: #FFFFFF;
}
.news {
	list-style-type: none;
	padding: 0px;
	padding-left: 15px;
	margin: 2px;
}
.news a {
	color: #FFFFFF;
}
.news a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#mid_bar {
	width: 920px;
	background-image: url(../images/banner_bar_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px auto;
}
#grad {
	width: 100%;
	background-image: url(../images/bkgrd_grad.jpg);
	height: 35px;
}
#tabs {
	width: 920px;
	height: 35px;
	text-align: right;
	margin: 0pt auto;
	padding-top: 7px;
}
#tabs a {
	color: #FFFFFF;
}
#tabs a:hover {
	color: #CCCCCC;
}
.tab_selected {
	padding-top: 5px;
	background-image: url(../images/tab-current.jpg);
	width: 80px;
	text-align: center;
	height: 23px;
	float: right;
}
.tab_free {
	padding-top: 5px;
	background-image: url(../images/tab2.jpg);
	width: 80px;
	text-align: center;
	height: 23px;
	float: right;
	color: #FFFFFF;
}
#tab_btm {
	width: 100%;
	background-color: #D9EAD7;
	border-bottom: 1px solid #4E624B;
	height: 5px;
}
#content_box {
	width: 900px;
	margin: 0px auto;
	padding: 5px;
}
#loading {
	position: fixed;
	top: 0px;
	background-color: #FFFFFF;
	right: 0px;
	width: 48px;
	height: 48px;
	display: none;
	z-index: 100;
	text-align: center;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
#btm_bar {
	width: 90%;
	border-top: 1px solid #C4C4C4;
	text-align: center;
	margin: 0pt auto;
}
#terms {
	font-size: 10px;
}
.submit_box {
	width: 100px;
	height: 20px;
	background-image: url(../images/usr_panel/submit.jpg);
	border: 0px;
}
.submit_box:hover {
	background-image: url(../images/usr_panel/submit_hvr.jpg);
}

#error {
	width: 90%;
	border: 1px solid black;
	background: #FF9A9A;
	margin: 0pt auto;
	padding: 3px;
}
#success {
	width: 90%;
	border: 1px solid black;
	background: #9AFF9A;
	margin: 0pt auto;
	padding: 3px;
}