body {
	text-align:center;
	margin: 0px;
	background: url(/images/green_stripe.gif) repeat-y center;
	font-family: serif;
}

img {
	border: 0px solid white;
}

a {
	color: #669966;
}

h1 {
	color: #669966;
	font-size: 40px;
	font-style: italic;
}

hr {
	color: #669966;
	height: 2px;
}

th.right_th, td.right_td {
text-align: right;
}
/* fix for nested floating divs */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* end fix for nested floating divs */

/* menu */
#menu {
	background-color: white;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #669966;
}

/* menu end */

#frame {
	width: 900px;
	padding:0;
	margin: 0px auto; 
	margin-top: 10px;
	text-align: center;
}

.main_pane {
	background-color: #dfffdf;
	border: 1px solid #669966;
	padding: 15px;
	width: 600px;
	margin: 10px;
}

#main {
	width: 900px;
	display : block;
	margin: 0 auto;
	text-align: left;
}

#main h2 {
	text-align: center;
	color: #669966;
	font-size: 20px;
}

/* header */
#header {
	background-color: white;
	width:100%;
}

#login {
	float: right;
	margin: 5px 5px 0 0;
	font-size: 12px;
	border: 2px solid #669966;
	padding: 5px;
}

#login form {
	margin: 0;
	padding: 0;
}

input.login {
	width:6.8em;
	border-top:2px solid #aaa;
	border-left:2px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	font-size:15px;
	padding: 0;
}	

#servant_logo {
	text-align: left;
}

/* header  end*/

/* footer */
#footer
{
	clear:both;
	text-align: center;
	background: #669966;
	font-size:75%;
	border:1px solid #B5B2B5;
}

#footer a{
	color:#cccccc;
	text-decoration: none;
	margin: 10px;
}

#footer a:hover {
	color: navy;
	background: #EFEBEF;
	text-decoration: underline;
}


.copyright {
	font-size:8pt;
	font-weight:normal;
	color:#cccccc;
	}

/* end footer */

/*privacy and terms pages*/

#privacy, #terms {
	border: 1px solid #669966;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	height: 500px;
	overflow: auto;
	}

.section {
	font-weight: bold;
	color: black;
	text-align: center;
}

#terms ul {
	text-align: left;
}
.text {
	text-indent: 20px;
	color: #888;
}

#terms li
{
color: #888;
font-weight:normal;
list-style-position: outside;
}

/* end privacy and terms pages */

/* features table and content */


/* content styles */
.content {
	margin: 10px;
	clear: both;
}

.content h1 {
	text-align:center;
	color: #669966;
	font-size:35px;
	text-decoration: underline;
	margin:0px;
}

.content img {
	margin: 10px;
	
}

.content p , .content_text {
	text-align:left;
	text-indent:15px;
	margin:5px;
	padding:5px;	
	font-weight: normal;
}  

 .content ul {
	margin-left: 200px;
}

/* end content styles */

/* section for buttons container and buttons style*/
.buttons {
width: 100%;
clear: both;
text-align: center;
padding: 2px;
}

.buttons a, .buttons a:visited, .buttons submit, .buttons input, .action_button {
	background-color: #669966;
	font-weight: bold;
	color: FFD962 ;
	padding:  0px 5px 0px 5px;
	cursor: pointer;
	text-decoration: none;
}

/* end section fro buttons container */

/*section style for entire site except timesheet*/
.section {
	border: 1px solid gray;
	padding: 0;
	background-color: #e7f5f4;
	margin: 0 0 5px 0;
}

.section ul, .section li {
	text-align: left;
}

#small_right {
float:right;
}

.section_overview {
	color: #669966;
	font-size: 18px;
	text-indent: 15px;
}

.section_header_left {
	float: left;
	width: 80%;
	font-size:14pt;
	font-weight:500;
	text-align:left;
}

.section_header_right {
	text-align: right;
}

.section_header {
	background-color: #669966;
	padding: 3px;
	color: #FFD962  ;
}

.section_header a:link, .section_header a:visited {
	color: #cccccc;
	font-size: 12pt;
	
}

.section_content {
	padding: 5px;
	text-align: left;
}

.section_subcontent {
	border: 1px solid #669966;
	padding: 5px;
}

/* end of the section style */
