/* ##### - STANDARD CSS - ##### */

html, body, p, li, h1, h2, h3, h4, h5, h6, form, fieldset, hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin: 12px 0px;
}

.align_left  { text-align: left; }
.align_right { text-align: right; }
.align_center{ text-align: center; }

.float_left  { float: left; }
.float_right { float: right; }

.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }

.spacer_05 { height: 5px; }
.spacer_10 { height: 10px; }
.spacer_12 { height: 12px; }
.spacer_20 { height: 20px; }
.spacer_45 { height: 45px; }

.right_18 { margin-right: 18px; }

.courier { font-family: "Courier New", Courier, monospace; }

.caps	{ text-transform: uppercase; }


/* ##### - SITE DEFAULTS - ##### */

body {
	background-image: url(../images/wood_bg.jpg);
	background-color: #000;
	text-align: center;
}

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	border: none;
}

.error {
	color: #c00;
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

h1 { font-size: 24px; margin-bottom: 15px; }
h2 { font-size: 18px; margin-bottom: 0px; padding-bottom: 0px; }
h3 { font-size: 16px; margin-bottom: 0px; padding-bottom: 0px; }
h4 { font-size: 14px; margin-bottom: 0px; padding-bottom: 0px; }


a:link, a:visited {
	text-decoration: none;
	color: #9f0301;
}

a:hover {
	text-decoration: underline;
}

a.white_link:link, a.white_link:visited {
	color: #fff;
}

a.black_link:link, a.black_link:visited {
	color: #333;
}


.no_pad {
	margin: 0px;
	padding: 0px;
}

.hidden_div {
	display: none;
}

.visible_div {
	display: block;
}

hr {
	background-image: url(../images/hr_bg.gif);
	background-repeat: repeat-x;
	height: 3px;
	margin: 5px 0px;
}


/* ########## global layout #################### */

#bg_wrapper {
	min-height: 961px;
	height: auto !important;
}

#page {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 50px;
}

#nav {
	height: 29px;
}

#content {

}

#footer {
	
}


.popup {
	position: relative;
	width: 452px; /* 452px */
}

.popup .top {
	background-image: url(../images/popup_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding: 10px 20px 0px 20px;
	width: 412px;
}

.popup .text {
	background-image: url(../images/popup_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	padding: 0px 20px 1px 20px;
	background-color: #d8cece;
	width: 412px;
}

.popup .scroller {
	height: 160px;
	overflow: auto;
}

.popup .text .first { margin-top: 0px; }

.popup ul {
	margin-top: 0px;
	padding-top: 0px;
}

.popup ul li {
	margin-bottom: 5px;
}