@charset "utf-8";
/*Validates as CSS 3/*


/*RESET CSS*/

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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	color: #636363;
	vertical-align: baseline;
	background: transparent;
	font-size: 11px;
	list-style: none;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	line-height: 140%;
}

ul {
	margin: 0;
	padding-left: 15px;
}

/*END RESET CSS*/

/* STANDARD ELEMENTS */
body {background-color: #121212; background-image: url(../images/background.png); background-repeat: no-repeat; background-position: 25% 0%;}

.textinput {color: #636363; height: 19px; padding: 2px; width: 190px; margin: 2px; -webkit-border-radius: 5px; font-family: Verdana, sans-serif;}

.error {font-size: .8em; color: #cc0000;}


a {text-decoration: underline;}
a:hover {color: #aaa;}
#footer a{text-decoration: none; color: #aaa; }
#footer a:hover{text-decoration: none; color: #eee; }

/* MAIN PAGE ELEMENTS */
#container {width: 100%; height: 100%; }

#header {height: 125px; width: 800px; margin: auto; background-image: url(../images/header.png); background-repeat: no-repeat; background-position: center ;}

#stripe {width: 100%; height: 170px; margin-top: 30px; background-image: url(../images/mid_level_banner.png); background-repeat: repeat-x;}

#promo {width: 800px; height: 170px; position: relative; top: -15px; margin: auto; background-image: url(../images/lbk_banner.png); background-repeat: no-repeat;}

#main {width: 800px; margin: auto; margin-top: 15px;}

#navigation {width: 800px; height: 59px; margin-left: 10px;}

#hold {width: 800px; height: 190px; margin-left: 10px; margin-top: 5px; background-image: url(../images/tab_content.png); background-repeat: no-repeat; overflow: hidden; position: relative; }

#footer {width: 800px; margin: auto; text-align:center; margin-top: 15px; margin-bottom: 5px;}

#sent {display: none;}

.column {float: left; width: 47%; overflow:hidden; }
.column_content { padding: 10px; margin:10px 5px 0px 5px; height: 100%; overflow:hidden; word-wrap: break-word; line-height: 140%;}

/* NAVIGATION */
.jFlowControl {float:left;}
.jFlowControl {opacity:0.9;filter:alpha(opacity=90)}
.jFlowControl:hover {opacity:1;filter:alpha(opacity=100); }
.jFlowControl:active { position: relative; top: 1px;}
