/*
 * HTML styles.
 */
html { height: 100%; margin-bottom: 1px; } 

body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(../images/bkg_body.gif) repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a, a:link, a:visited  {
	color: #02406a;
	text-decoration: underline;
}
a:active, a:hover {
	color: #5974A4;
	text-decoration: none;
}
p {
	padding: 0px 25px 10px 0;
	line-height: 20px;
}

h1 {
    font-size: 16px;
    color: #4E4E4E;
	line-height: 20px;
	padding: 0px 25px 10px 0;
}

h2 {
	font-size: 14px;
    color: #4E4E4E;
	line-height: 20px;
	padding: 0px 25px 10px 0;
	}

#content ul {
    margin: 5px 0px;
	padding-right: 25px;
}
#content ul li {
    margin-left: 50px;
	margin-bottom: 10px;
    list-style-type: square;
}

#content ul li ul {
	margin-bottom: 20px;
	margin-left: -30px;
}

#content ul li ul li {
	list-style-type: circle;
}


ol {
	margin: 5px 0px;
	padding-right: 25px;
}
ol li {
	margin-left: 30px;
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 8px;
	vertical-align: top;
	color:#000000;
}

em {
	font-style:italic;
}

table {
	font-size: 11px;
}

td {
	padding: 6px 3px 6px 3px;
}

td span {
	font-size: 9px
	}

th { 
	font-weight: bold;
	padding: 6px 3px 6px 3px;
}

/*
 * Block definitions.
 */
	#container {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 821px;
		background: url(../images/bkg_blank.gif) repeat-y;
		margin-top: 0;
		padding-top: 0;
		}
		#spacer {
			height: 10px;
			width: 821px;
			}
		#nav {
			padding-top: 60px;
			text-align: left;
			float: left;
			width: 220px;
			}
			#nav ul {
				font-size: 14px;
				color: #00000;
				padding-right: 25px;
				text-align: right;
				}
				#nav ul li {
					padding-top: 20px;
					}
					
			#nav a, #nav a:link, #nav a:visited {
					color: #000000;
					text-decoration:none;
					}
			#nav a:hover, #nav a:active, #nav span {
					color: #6ea172;
					font-style:italic;
					}
			#testimonial {
				padding-top: 50px;
				color: #6ea172;
				background: url(../images/quote_close.gif) bottom right no-repeat;
				width: 200px;
				}
				#testimonial div {
					background: url(../images/quote_open.gif) 22px 0 no-repeat;
					}
				#testimonial p {
					font-style:italic;
					line-height: 15px;
					font-size: 12px;
					padding: 0 10px 0 50px;
					}
					#testimonial p span {
					font-style: normal;
					font-size: 11px;
					line-height: 13px;
					}
		#content_wrapper {
			width: 821px;
			background: url(../images/bkg_dotted.gif) repeat-y;
			min-height:600px;
			height:auto !important;
			height:600px;
			}
			#header {
				margin-left: 233px;/*For IE 6 only*/
				}
			html>body #header {
				margin-left: 236px; /*Should be set the same as the content's margin-left value*/
				} 	
				#logo{
				}
				#photo {
					padding-top: 15px;
				}
				#slogan {
					padding: 0;
					margin: 0;
					}
			#content {
				padding-top: 25px; 
				margin-left: 236px;
				margin-top: 0;
				}
			#whitespace {
				height: 15px;
				width: 821px;
				}
			#footer {
				background: url(../images/footer_topper.gif) top left no-repeat;
				}
			#footer p {
				padding: 20px 0 20px 0;
				margin-left: 215px; /*Should be set the same as the content's margin-left value*/
				}
		#copyright {
			margin: auto;
			padding-top: 5px;
			height: 30px;
			font-size: 11px;
			width: 791px;
			border-top: 1px #727272 solid;
			}
			
/*Content Styles*/

.right {
	float: right;
	margin: 0 25px 0 7px; 
	padding: 5px;
	border: 1px solid #727272;
	}
	
.left {
	float: left;
	margin: 0 15px 0 0; 
	}

.center {
	text-align: center;
	margin: auto;
}

span.red {
	color: #CC0000;
	}

/*Contact Form Styles*/

table.contact {
	background: #eeeeee;
	}

table.contact td {
	vertical-align: top;
	}

table.contact th {
	background: #EAEAE8;
	vertical-align: top;
}

/*Message Reporting Styles*/

.message {
	width: 500px;
    margin-left: 25px;
	border: 1px dashed #007F43;
	padding: 5px;
}

.message span {
	color: #007F43;
}

.error {
	width: 500px;
    margin-left: 25px;
	border: 1px dashed #660000;
	padding: 5px;
}

.error span {
	color: #660000;
}

ul#site_map {
	margin-left: 65px;
}

/*Admin Area*/

table.jobs_admin {
	margin-left: 10px;
	width: 540px;
	}

table.jobs_admin td {
	vertical-align: top;
	}

table.jobs_admin th {
	background: #EAEAE8;
	vertical-align: top;
}
table td.label {
	text-align: right;
	font-weight: bold;
	}