/*
//----------------------------- 
// CSS document for E-ssential Editing Services
// Author: James Nicol, Glossopteris Web Design & Development, www.glossopteris.com, October 2006
//----------------------------- 
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#FDF9E9;
	font-family:"Lucida Grande", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#container {
	width:900px;
	margin:auto;
	text-align:center;
	background:url(../images/container_bg.png) repeat-y center;
}

/*---- Set all main page elements to have no whitespace ----*/
div, h1, h2, h3, p, a, ul, li, table {
	margin:0;
	padding:0;
}

a {
	color:#85BE3A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*----- Background elements -----*/
div#top_bg {
	width:900px;
	height:26px;
	margin:0 auto 0 auto;
	background:url(../images/top_bg.png) no-repeat center top;
}
div#bottom_bg {
	width:900px;
	height:26px;
	margin:0 auto 0 auto;
	background:url(../images/bottom_bg.png) no-repeat center top;
}


/*------ Masthead styles -----*/
#masthead {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:139px;
	border-bottom:4px solid #7CBA30;
	background:#D9EAB9 url(../images/essential_masthead.gif) no-repeat center;
	cursor:pointer;
}
#masthead h1 {
	line-height:139px;
	text-align:center;
}
h1 span {
	display:none;
}
img#masthead_left {
	float:left;
}
img#masthead_right {
	float:right;
}

/*----- Middle styles -----*/
#middle {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	background:url(../images/middle_bg.png) repeat-y center;
}

/*-- Left Column styles --*/
#left_column {
	float:left;
	width:200px;
}
#left_column ul {
	list-style:none;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #999999;
}
#left_column li {
	border-bottom:2px solid #FFFFFF;
}
#left_column ul li a {
	display:block;
	padding:0 5px;
	line-height:24px;
	border:1px solid #999999;
	background:url(../images/left_nav_bg.png) repeat-y top right;
	color:#666666;
	text-decoration:none;
	font-size:12px;
}
#left_column ul li a:hover {
	background:#BBD886 url(../images/left_nav_bg_hover.png) repeat-y top right;
	font-weight:bold;
}


/*-- Right Column styles --*/
#right_column {
	float:right;
	width:200px;
}
#right_column input, #right_column textarea {
	width:170px;
	border:1px solid #CCCCCC;
	background:#FDF8E4;
	font-family:"Lucida Grande", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#999999;
	margin:5px 10px;
	padding:5px;
}
#right_column textarea {
	height:150px;
}
#right_column p {
	padding:5px;
	text-align:center;
	color:#666666;
	font-style:italic;
}
#right_column form {
	margin:0 0 50px 0;
}
input#submit {
	width:100px;
	border-top:3px double #CCCCCC;
	border-left:3px double #CCCCCC;
	border-right:3px double #666666;
	border-bottom:3px double #666666;
	background:#F0F0F0;
	font-size:12px;
	color:#333333;
	padding:2px;
}
	

/*-- Content styles --*/
#content {
	margin-right:201px;
	margin-left:201px;
	background:url(../images/essential_bg.gif) no-repeat bottom left;
	padding:5px 15px 75px 15px;
	min-height:400px;
}
p#tagline {
	background:url(../images/tagline.png) no-repeat center;
	width:98%;
	height:21px;
	margin-bottom:15px;
}
#tagline span {
	display:none;
}
#content h1 {
	color:#85BE3A;
	font-size:16px;
	margin:0 0 20px 0;
}
#content p {
	line-height:22px;
	color:#666666;
}
#content h2 {
	color:#85BE3A;
	margin:5px 0 10px 0;
	font-size:13px;
}
p#success_msg {
	border:1px solid #666666;
	background:url(../images/success_bg.png) top center;
	font-style:normal;
	font-size:10px;
	padding:3px;
	margin:3px;
	color:#FFFFFF;
	text-align:center;
}
p#fail_msg {
	border:1px solid #666666;
	background:url(../images/fail_bg.png) top center;
	font-style:normal;
	font-size:10px;
	padding:3px;
	margin:3px;
	color:#FFFFFF;
	text-align:center;
}

/*-- Page Title styles --*/
h3 span {
	display:none;
}
h3 {
	height:20px;
	width:300px;
	margin-bottom:10px;
}
h3#services {
	background:url(../images/page_titles/services_we_provide.png) no-repeat left;
}
h3#about {
	background:url(../images/page_titles/about_essential_editing_services.png) no-repeat left;
}
h3#faq {
	background:url(../images/page_titles/frequently_asked_questions.png) no-repeat left;
}
h3#submit {
	background:url(../images/page_titles/submit_your_document.png) no-repeat left;
}
h3#info_request {
	background:url(../images/page_titles/information_request.png) no-repeat left;
}

/*-- Document Submission styles --*/
#submit_docs {
	border:1px dashed #D9EAB9;
	padding:0 10px;
	background:#FFFFFF;
}
#submit_docs p {
	text-align:right;
}
#submit_docs input, #submit_docs textarea {
	border:1px solid #CCCCCC;
	background:#FDF8E4;
	width:330px;
	font-family:"Lucida Grande", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#999999;
	padding:3px;
}
#submit_docs textarea {
	height:75px;
}
#submit_docs label {
	font-size:12px;
	font-style:italic;
	color:#666666;
	margin:10px 0 5px 0;
}
input#submit_doc {
	width:150px;
	border-top:3px double #CCCCCC;
	border-left:3px double #CCCCCC;
	border-right:3px double #666666;
	border-bottom:3px double #666666;
	background:#F0F0F0;
	font-size:12px;
	color:#333333;
	padding:2px;
	margin:10px;
}

/*----- Footer styles -----*/
#footer {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	font-size:10px;
	height:30px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background:url(../images/footer_title.gif) no-repeat center;
}
#copyright {
	float:left;
	line-height:30px;
	width:275px;
	padding:0 10px;
	text-align:left;
}
#glossopteris {
	float:right;
	width:275px;
	line-height:30px;
	padding:0 10px;
	text-align:right;
}

	
	