/*-----------------------------------------------------------*/
/*                          LEVEL 1                          */
/*-----------------------------------------------------------*/

*, html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #000000;
}
/*---------------FORM STYLES---------------*/
input, textarea {
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	vertical-align: middle;
	color: #333333;
}
option {
	padding-right: 5px;
}
input:focus, textarea:focus {
	background-color: #FCFCEB;
	color: #000000;
}
#ribbon {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99999;
}


/*---------------TOP BAR---------------*/

#top_bar {
	width: 352px;
	margin: auto;
	color: #9F9F9F;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "Times New Roman", Times, serif;
}
#top_bar a {
	color: #9F9F9F;
	text-decoration: none;
}
/*---------------UTILITY BOX---------------*/

#utility {
	float: right;
	padding-right: 6px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
/*---------------MASTER CONTAINER---------------*/

#container {
	clear: both;
	background-color: #FFFFFF;
}
/*---------------MAIN CONTAINER---------------*/

#container #main {
	width: 976px;
	background-attachment: scroll;
	background-image: url(../images_site/content_bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/*---------------COLUMNS LEFT & RIGHT---------------*/

#container #main #column_left, #container #main #column_right {
	float: left;
	width: 312px;
	height: auto;
}
/*-----------------COLUMN LEFT---------------*/

#container #main #column_left {
	text-align: right;
}

/*-------------------CONTENT------------------*/

#container #main #column_content {
	float: left;
	width: 296px;
	height: auto;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 28px;
	background-color: #FCF5E2;
	color: #666666;
	text-transform: uppercase;
}
#container #main #column_content h1 {
	padding-bottom: 24px;
}
#container #main #column_content h2 {
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 12px;
}
#container #main #column_content a {
	color: #F3A961;
	text-decoration: underline;
}
#container #main #column_content p {
	line-height: 2.2em;
	padding-bottom: 1.3em;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
#container #main #column_content h1 {
	text-align: center;
	padding-top: 34px;
	padding-bottom: 36px;
}
/*----------------------CONTENT RIGHT-----------------------*/

#container #main #column_right {
	text-align: left;
}
/*---------------BOTTOM BAR---------------*/

#bot_bar {
	background-color: #000000;
	color: #FFFFFF;
	width: 900px;
	line-height: 4em;
	font-size: 11px;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
	margin: auto;
}
#bot_bar a {
	color: #FEF5ED;
	text-decoration: none;
	padding: 2px;
}
#bot_bar a:hover {
	color: #F3A961;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	line-height: 14px;
	padding: 2px;
}
/*---------------GLOBAL CLASSES---------------*/

.clear_both {
	clear: both;
}
.float_right {
	float: right;
}
.h_rule {
	padding-bottom: 25px;
}
.mixed-text {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 8px;
}
.dropcaps {
	font-size: 26px;
	line-height: 1.1em;
	letter-spacing: 0.1em;
}
/*for honeypot*/
.special {
	position: relative;
	visibility: hidden;
	display: none;
}
.prompt {
	line-height: 1.6em;
	padding-right: 27px;
	padding-bottom: 12px;
	padding-left: 27px;
	padding-top: 6px;
}

.error {
	color: #FF0033;
}
.alert {
	font-weight: bold;
	color: #3E86C1;
	font-size: 11px;
	text-transform: uppercase;
}

