@charset "utf-8";

/* Resets */
html, body { margin: 0; padding: 0; color: #000; background: #FFF;}
h1, h2, h3, h4, p {margin: 0; padding: 0;}


/* Standard Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	background-color: #FFF;
	background-image: url(../images/bkg-circles7.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* Layout */

/* Container */
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* Header */
#header {
	height: 350px;
	width: 800px;
	margin: 0;
	padding: 0;
	background: url(../images/img-header_Bar6.png) no-repeat;
}

#header p {
	width: 400px;
	position: relative;
	top: 270px;
	left: 55px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

#header p a {
	color: #6b6b6b;
	text-decoration: none;
}

#header p a:hover {
	color: #FFF;
}

#header p img {
	vertical-align: text-bottom;
	margin: 0 10px;
	padding: 0;
}

/* Content */
#content {
	width: 580px;
	min-height: 600px;
	margin: 10px 0 0 200px;
}

/* Mission Statement */
#mission {
	width: 630px;
	margin: 10px 0;
}

#mission h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 0 0;
}

/* Services Bar */
#hidden_services {
	visibility: hidden;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 8px;
	color: #FFF;
}

#hidden_services ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	border: solid 1px #3f6;
	background-color: #b2d235;
}

#hidden_services ul li {
	display: inline;
	background-color: #b2d235;
	padding: 0;
	margin: 0;
	/*border-top: solid 1px #3F6;
	border-bottom: solid 1px #3f6;
	border-left: double 3px #093;
	border-right: double 3px #093;*/
}

/* Flash Rotation */
#flash-rotation {
	width: 600px;
	margin: 20px auto;
}

/* Contact Info */
#contact {
	width: 420px;
	margin: 20px auto 20px 55px;
}

#contact h3 {
	margin: 10px 0 0 0;
}

#contact h4 {
	margin: 10px 0 0 0;
}

#contact p {
	margin: 0;
}

/* Left-Hand Navigation */
#left-nav {
	width: 180px;
	float: left;
	margin: 10px auto auto 25px;
	/* position: relative;
	top: 10px;
	left: 30px; */
}

#left-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left-nav ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}

#left-nav ul li img {
	margin: 0;
	padding: 0;
}

#left-nav ul li a {
	font-size: 12px;
	line-height: 50px;
	font-weight: bold;
	color: #6b6b6b;
	text-decoration: none;
}

#left-nav ul li a:hover {
	color: #5490cc;
}

/* Flash Content - SimpleViewer */
#flashContent {
}

#flashContent table {
	margin: 0 auto auto auto;
}

#flashContent table tr td {
	text-align: center;
}

/* #flashcontent h2 {
	font-size: 16px;
	padding: 2px;
	margin: 0 0 5px 0;
	color: #333;
	background-color: rgba(197,214,232,0.3);
	border: solid 1px rgba(137,176,215,0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
} */

/* Services Content */
#servicescontent {
	width: 590px;
	min-height: 600px;
	margin: 10px 0 0 210px;	
}

#servicescontent p {
	margin: 0 0 10px 0;
	padding: 0 0 0 2px;
}

/* Content Header */
#contentheader {
	width: 570px;
	margin: 10px auto 0 auto;	
}

#contentheader p {
	display: inline;
}

#contentheader h2 {
	display: inline;
}

#contentheader h2 a{
	font-size: 18px;
	padding: 2px;
	margin: 0 0 5px 0;
	color: #333;
	background-color: rgba(172,215,186,0.5);
	border: solid 1px rgba(137,176,215,0.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	text-decoration: none;
}

#contentheader h2 a:hover {
	background-color: rgba(227,227,180,0.5);
}

#ch-link {
	float: right;
	color: rgba(0,0,0,0.0);
	font-size: 11px;
}

#ch-link:hover {
	color: rgba(0,0,0,0.3);
}

#ch-link a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	background-color: rgba(172,215,186,0.5);
	border: solid 1px rgba(137,176,215,0.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#ch-link a:hover {
	background-color: rgba(227,227,180,0.5);
}

/* Footer */
#footer {
	margin: 0;
	padding: 10px;
}

#footer p {
	font-size: 9px;
	text-align: center;
}

/* Effect Classes */

.deadlink {
	color: #FFF;
}

.deadlink-left-nav {
	font-size: 12px;
	line-height: 50px;
	font-weight: bold;
	color: #249;
}
.links {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #249;
	text-decoration: none;
}
