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

/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
  	clear: both;
  	height: 0;
}

/* ***************************************
	HMTL Tags - base styles
*************************************** */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	background-color: #5f574f;
	margin-left:0px;
}
p	{
	padding: 7px 0 20px 0;
	font-size:14px;
}
a:link {
	color: #ff7900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff7900;
}
a:hover {
	text-decoration: underline;
	color: #ff7900;
}
a:active {
	text-decoration: none;
	color: #ff7900;
}
h1 {
	font-size: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#ff7900;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	padding:2px 0 0 0;
}

h2 a:link {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	background:#ff7900;
	padding:2px;
}

/* ***************************************
	Layout
*************************************** */
#contentwrapper {
	width:970px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 970px;
}
#top_banner {
	width:970px;
	height: 160px;
}
#left_column {
	float:left;
	width:450px;
}
#right_column {
	float:right;
	width:310px;
	margin:25px 0 0 0;
}
#footer {
	width:970px;
	border-top: 1px solid white;
	font-size: 11px;
	padding:10px 0 10px 0;
	margin:20px 0 30px 0;
	text-align:right;
}
#footer a {
	color:#FFF;
	text-decoration:none
}
#footer a:hover {
	color:ff7900;
	text-decoration:underline;
}

/* ***************************************
	Form
*************************************** */

.loginbox

.login-textarea

.submit_button

.persistent_login


.action_btn, .action_btn a {
	background-color:#ff7900;
	color:#fff;
	padding:3px;
	border-bottom: solid #cc6600 1px;
	border-right: solid #cc6600 1px;
	text-decoration:none;
	margin:5px 0 3px;
	font-weight:normal;
}

.action_btn a:hover {
	background-color:#390;
	border-bottom: solid #363 1px;
	border-right: solid #363 1px;
}
