body{
	margin:	0;
	font-family:	Univers-Condensed, Arial, sans-serif;
	font-size:	10px;
	color:	#FFF;
	background:	#3E3E3F;
	text-align:	center;
	}

/*__________________________ block positions*/
#container{
	width:	795px;
	margin:	0 auto 0 auto;
	text-align:	left;
	}
#logo{
	display:	block;
	height:	17px;
	background:	url(img/logo_bg.gif) right top no-repeat;
	margin:	36px 60px 60px 530px;
	}
#menu, #caption{
	width:	155px;
	height:	300px;
	color:	#FFF;
	margin:	0 0 0 40px;
	float:	right;
	font-size:	12px;
	}
	#caption{
		height:	auto !important;
		font-size:	10px !important;
		color:	#939598 !important;
		line-height:	12px;
		}
	#menu a{
		display:	block;
		font-size:	12px;
		height:	20px;
		font-weight:	normal;
		margin:	0 0 2px 0;
		}
#content{
	float:	left;
	width:	600px;
	height:	425px;
	overflow:	auto;
	font-size:	12px;
	}
#foot{
	color:	#939598;
	clear:	both;
	float:	right;
	width:	795px;
	padding:	5px;
	font-size:	10px;
	margin:	20px 0 20px 0;
	text-align:	left;
	}
#screen_dimmer, #prompt, #images{
	background: url(img/screen_dimmer_bg.png);
	_background: none;
	display:	none;
	position:	fixed;
	top: 0;
	right:	0;
	bottom:	0;
	left:	0;
	z-index:	900;
	
	_position:	absolute;
	_top: expression(eval(document.body.scrollTop));
	_height:	100%;
	_width:	100%;
	}
#ajax_status, #the_prompt, #the_image{
	display:	none;
	background:	#DDD;
	padding:	15px;
	font-size:	30px;
	font-weight:	bold;
	width:	300px;
	height:	100px;
	margin:	200px auto 0 auto;
	z-index:	1000;
	text-align:	center;
	overflow:	auto;
	}
#the_prompt, #the_image{
	display:	block !important;
	z-index:	950 !important;
	}
	#the_image{
		font-size:	12px;
		}
		#the_image img{
			margin:	auto;
			text-align:	center;
			}
		
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{
	color:	#939598;
	text-decoration:	none;
	cursor:	pointer;
	}			
a:hover, .selected{
	color:	#FFF;
	cursor:	pointer;
	}
h1{
	display:	none;
	}
h3, h4{
		display:	block;
		font-size:	12px;
		height:	20px;
		font-weight:	normal;
		margin:	0 0 2px 0;
	}
h5{
	text-transform:	uppercase;
	font-size:	12px;
	font-weight:	normal;
	margin:	0 0 2px 0;
	}
h6{
	text-transform:	uppercase;
	font-size:	11px;
	font-weight:	normal;
	margin:	0 0 2px 0;
	}
.alert{
	color:	#E62400;
	}
#response{
	display:	block;
	padding:	3px;
	margin:	0 0 10px 0;
	background:	#E62400;
	color:	#FFF;
	font-size:	14px;
	text-transform:	uppercase;
	font-family:	Verdana, sans-serif;
	}
p{
	clear:	both;
	margin:	0 0 10px 0;
	text-align:	left;
	}
.note{
	font-size:	10px;
	text-transform:	lowercase;
	font-weight:	normal;
	}
sup{
	color:	#E62400;
	}
.clear{
	clear:	both;
	}
.hr{
	clear: both;
	padding:	5px 0 0 0;
	border-bottom:	3px solid #BFD425;
	margin:	0 0 10px 0;
	}
/*__________________________ end text styling*/

/*__________________________ form styles*/
form{
	margin:	0 0 10px 0;
	}
form #subject{
	display:	none;
	}
/*input, select{
	border:	none;
	border-bottom:	1px solid #000;
	background:	#FFF;
	font-size:	10px;
	padding:	2px;
	}*/
input, select{
	font-size:	10px;
	padding:	2px;
	}
#signup input{
	margin:	5px 5px 0 0;
	}
input[type='button']:hover, .button:hover, input[type='submit']:hover{
	cursor:	pointer;
	}
textarea{
	margin:	5px 0 0 0;
	height:	80px;
	}
/*__________________________ end form styles*/

/*__________________________ image styles*/
img{
	display:	block;
	border:	0;
	max-width:	600px;
	max-height:	425px;
	}
.thumb{
	height:	112px;
	width:	112px;
	float:	left;
	margin:	0 20px 20px 0;
	}
.img_fl{
	float:left;
	margin:	0 10px 10px 0;
	}
.img_fr{
	float:right;
	margin:	0 0 10px 10px;
	}
.img_c{
	text-align:center;
	margin:10px;
	}
.img_l{
	text-align:left;
	margin:10px 0 10px 0;
	}
.img_r{
	text-align:right;
	margin:10px 0 10px 0;
	}
/*__________________________ end image styles*/	

/*__________________________ table styles*/
table{
	margin:	0 0 10px 0;
	background:	#FFF;
	width:	100%;
	}
th{
	/*color:	#E62400;*/
	background:	#EEE;
	border-top:	1px solid #000;
	font-weight:	bold;
	padding:	2px 4px 2px 2px;
	text-align:	right;
	vertical-align:	top;
	}
td{
	padding:	2px 2px 2px 4px;
	text-align:	right;
	vertical-align:	top;
	clear:	both;
	}

/*TEXT SECTION STYlE*/
#text_section{
	padding:	100px 50px 20px 50px;
	background:	#A1A4A3;
	color:	#000;
	}
	#text_section a{
		color:	#FFF;
		}