/* CSS Document */

body {
	background: #eae8de;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {  
	color: #00529c; 
	text-decoration: none;  
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;   
}
a:hover {  
	color: #40BDE8; 
	text-decoration: none;
}
/**
*	COMMON LAYOUT
*/
.wrapper {
	margin: 0px;
	padding: 0px;
	width: 775px;
}
.banner {
	background: url(../images/research_paper_banner.jpg) no-repeat;
	height: 61px;
}
.banner_bottom {
	background: url(../images/essays_banner.jpg) no-repeat;
	border-left: 5px solid #ef9600;
	height: 120px;
}
/**
*	LEFT PANEL
*/
.left_position {
	border-right: 5px solid #ef9600;
	float: left;
	width: 179px;
	padding: 10px 0px 10px 0px;
	position: absolute;
}
.left_container {
	padding: 0px;
}
.left_title {
	background: url(../images/bullet.gif) no-repeat center left;
	background-color: #939070;
	border-left: 5px solid #939070;
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.left_content {
	background: #f4f3ee;
	/* border-bottom: 10px solid #dcd9cb; */
	padding: 3px 3px 10px 3px;
}
.left_content ul {
}
.left_content ul li {
	list-style: url(../images/bullet_green.gif);
	margin: 0px;
}
.guarantee {
	background: url(../images/guarantee.jpg) no-repeat;
	height: 78px;
	width: 98px;
}
.yahoo {
	background: url(../images/yahoo.jpg) no-repeat;
	height: 64px;
	width: 69px;
}
.container {
	background: #f4f3ee;
	border-top: 8px solid #939070;
	padding: 0px 0px 0px 179px;
}
/**
*	CENTER PANEL
*/
.center_position {
	background: #fff;
	border-left: 5px solid #ef9600;
	margin-right: 179px;
}
.center_container {
	padding: 5px 10px 5px 10px;
}
.center_title {
	color: #828281;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
}
.center_content {
	color: #333;
	font-size: 13px;
	min-height: 500px;
	padding: 3px 3px 10px 3px;
	text-align: justify;
}
/**
*	RIGHT PANEL
*/
.right_position {
	float: right;
	width: 179px;
}
.right_container {
	padding: 0px;
}
.right_title {
	background: url(../images/bullet.gif) no-repeat center left;
	background-color: #939070;
	border-left: 5px solid #939070;
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.right_content {
	background: #f4f3ee;
	padding: 3px 3px 10px 3px;
}
.right_content ul {
	margin: 0px;
}
.ul {
	list-style: url(../images/bullet_orange.gif);
}
/**
*	FOOTER
*/
.footer_wrapper {
	background: #cac7b1;
	border-bottom: 5px solid #adab9c;
	height: 80px;
	
}
.footer_wrapper .footer_content {
	background: #c1bda3;
	border-bottom: 5px solid #8C8a7c;
	margin: 0px 0px 0px 179px;
	text-align: center;
	position: absolute;
	width: 417px;
	height: 80px;
	left: 5px;
}
.footer_wrapper .footer_paypal {
	background: url(../images/horizontal_solution_PPeCheck.gif) no-repeat;
	display: block;
	float: right;
	height:80px;
	width: 179px;
}
/**
*	MENU
*/
#menu {
	margin: 0px;
	padding: 0px;
}
#menu ul {
	background: #555553;
	height: 27px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu ul li {
	float: left;
	list-style: none;
}
#menu ul li a {
	background: #555553;
	color: #ffb500;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 27px;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background: #444443;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li div a {
	background: #f4f3ee;
	border-right: 5px solid #ef9600;
	color: #8a761a;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: 179px;
	text-align: center;
	letter-spacing: 1px;
}
#menu ul li div a:hover {
	background: #555553;
	color: #8a761a;
}
