/* COLORS
 *
 * Beige		:	#D8D9C9
 *
 * Very White	: 	#c8d3c1
 * Light		:	#91a783
 * Medium		:	#5a7a45		
 * Dark			:	#244F08		
 * Very Dark 	:	#003300		
 *
 * Light Grey	: 	#CCCCCC 
 * Medium Grey	: 	#AAAAAA
 */

@import "/styles/reset.css"; /* reset script to turn various properties off */
@import "/styles/menus.css"; /* script for menu items */
@import "/styles/content.css"; /* script for general content items */
@import "/styles/forms.css"; /* form styles */
@import "/styles/messenger.css"; /* system message styles */
@import "/styles/rightbox.css"; /* rightbox styles */
@import "/styles/item_lists.css"; /* item_lists styles */
@import "/styles/filter_box.css"; /* search bar styles */
@import "/styles/viewer.css"; /* item viewer styles */
@import "/styles/instruction_box.css";
@import "/styles/progress_bar.css";
@import "/styles/portion_bar.css";
@import "/styles/system_messages.css";
@import "/styles/help_box.css";
@import "/styles/rank_review.css";
@import "/styles/static.css";

* {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
}
body {
	margin:0px 0;
	background: url(/images/template/site_bg.jpg) top center repeat #E5EBE5;
}

/* centered website */
#site_container {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background: url(/images/template/site_container_bg.jpg) top center repeat-y;
	
}

a {
	outline: none;
}

/* HEADER STYLES ******************/
#site_header {
	background:url(/images/template/header.jpg) top left no-repeat;
	height:97px;
	margin-left:15px;
}	



/* CONTENT HOLDER STYLES ******************/
#main_content {
	padding:10px 0 10px 0;
	margin:0px 30px 0 30px;
	
}

#main_content .mainbox {
	width:465px;
}
/* FOOTER HOLDER STYLES ******************/
#footer {
	background:url(/images/template/footer_bg.png) top left no-repeat;
	height:45px;
	width:730px;
	clear:both !important;
	margin:0 auto;
}
#footer_text {
	text-align: right;
	padding:8px 20px 0 0;
}
#footer_text, #footer_text * {
	color: #D1DAD1;
	font-size: 10px;
}

#footer_text a:hover {
	color:#FFFFFF;
	}

/* FOOTER HOLDER STYLES ******************/
.button_top_bar {
	padding-top:15px;
	}
/* FOOTER HOLDER STYLES ******************/
.signup_button_holder {
	border:1px solid #003300;
	margin-top:30px;
	float:right;
	}
.signup_button {
	display:block; 
	padding:20px 30px; 
	color:#FFFFFF; 
	background:#003300; 
	text-align:center;
	margin:5px;
	text-decoration: none;
	font-size:14px;
	}
.signup_button:link, .signup_button:visited {
	color:#FFFFFF;
}
.signup_button:hover {
	background: #244F08;
}

#forgot_password_spacer {
	height:20px;
	}
#forgot_password_box {
	width:300px;
	float:left;
	}

#forgot_username_box {
	margin-left:350px;
	}
	
	/**********************************************/
	/*										   	  */
	/*               HIDE ELEMENTS                */
	/*										   	  */
	/**********************************************/
	
	#print_button {
		display: block;
		padding:10px;
		margin:0 0 10px 0;
		border:1px solid #0000C0;
		color:#0000C0;
		text-align: center;
		background: #8888FF;
		}
	#print_button:hover {
		background: #5555FF;
		}	
		
	.hidden {
		display: none;
		}
