@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background-color: #fbfbf9;
}

html {
	overflow-y: scroll;
}

a {
	color: #000;
}

a:hover {
	color: #666;
}

.clearBoth {
	clear: left;
	clear: right;
	margin: 0;
	padding: 0;
}

#mainWrapper {
	width: 1000px;
	margin: 0 auto;
	font-size: 1em;
}

#header {
	width: 998px;
	background-color: #f0edc4;
	float: left;
	height: 135px;
}

#masthead {
	width: 998px;
	height: 135px;
	float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

*+html #masthead {
	height: 133px;
}

#masthead a:link {
	text-decoration: none;
	border: none;
}

#navigation ul {
	position: absolute;
	top: 106px;
	margin: 0;
	padding: 0;
	background-color: #dbd7a1;
	font-size:16px;
}

*+html #navigation ul {
	position: relative;
	top: -37px;
	background-color: #dbd7a1;
}

*html #navigation ul {
	top: 115px;
}

#navigation li {
	float: left;
	list-style: none;
	padding: 0;	
	border-right: 1px solid #aaa;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
}

*+html #navigation li {
	border-top: none;
	border-left: none;
}

#navigation li.first {
	border-left: 1px solid #aaa;
}

#navigation a:hover {
	background-color: #fff;
	color: #666;
}

#navigation a:active {
	background-color: #fff;
	color: #666;
}

*+html #navigation a {
	background-color: #fff;
	display: inline-block;
	border-top: 1px solid #999;
}

*+html #navigation a:hover {
	background-color: #ddd;
	color: #333333;
}

#navigation a {
	display: block;
	color: #000;
	padding: 9px 22px 10px 22px;
	text-decoration: none;
}

#navigation li.current {
	background-color: #ffffff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	
}

#mainContent {
	width: 998px;
	float: left;
	line-height: 1.5;
	border: 1px solid #666;
	font-size: .8em;
	background-color: #fff;
}

#mainContent-left {
	float: left;
	width: 665px;
	background-color: #fff;
}

#mainContent-left .leftColumn {
	float: left;
	padding: 0;
	font-family: Georgia, serif;
	width: 189px;
	text-align: center;
	margin: 0;
}

h1 {
	margin-top: 20px;
	font-weight: normal;
	line-height: 1.1;
	color: #ab0810;
	font-size: 36px;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h3 {
	font-weight: normal;
	font-size: 1.1em;
	margin: 25px 0 0 0;
	color: #000000;
}

p {
	color: #333333;
}

#mainContent-left .centerColumn {
	float: left;
	padding-left: 1em;
	margin: 20px 0 0 0;
	width: 430px;
	border-left: 1px dotted #999;
}

#mainContent-right {
	float: left;
	background-color:#fafaed;
	width: 317px;
	padding: 0 0 0 1.1em;
	border-left: 1px solid #dbd7a1;
}

*html #mainContent-right {
	width: 314px;
	float: right;
}

*html #mainContent-left .leftColumn {
	width: 175px;
}

/*FAQ Page*/

#mainContent-right.faq a {
	color:#666;
}

#mainContent-right.faq li {
	color: #666;
}

#mainContent-right a:hover {
	text-decoration: underline;
	color:#000;
}

#mainContent-right ul {
	line-height: 1.3;
	color: #666;
	padding: .5em 1em 0 1.2em;
	font-size: .95em;
}

*+html #mainContent-right.faq ul, *html #mainContent-right ul {
	padding: 0;
	margin:0;
}

#mainContent-right li {
	margin: 0 0 .5em 0;
	padding: 0;
}

.question {
	font-weight: bold;
	color: #000;
}

p.back {
	text-align: right;
}

p.back a {
	font-size: .9em;
	color: #666;
}

p.back a:hover {
	color: #000;
}

#mainContent-right.faq {
	height: 3050px;
}

*html #mainContent-right.faq {
	height: 3320px;
	margin-bottom: 0;
}

*html #mainContent-left.faq .centerColumn {
	height: 3300px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*end FAQ page */

/*index page*/

.index img {
float: left;
margin-right: 10px;
}

.symbol{
	float: left;
	width: 305px;
	margin-top: 15px;
}

#mainContent-right.index p {
	position: relative;
	width: 205px;
	margin: 0 0 1em 1em;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	color: #666;
	line-height: 1.4;
	font-size: .95em;
}

span {
	font-weight: bold;
	color: #000;
}

#mainContent-right .first {
	margin-top: 20px;
}

#mainContent-right.index {
	height: 570px;
}

#lightbulb {
	margin: 25px 0 0 150px;
}

*html #index-inner {
	height: 600px;
}


/*end index page*/

/*About page*/

#mainContent-right.about img {
	margin: 20px 0 0 65px;
	border: 1px solid #999;
}

p.caption {
	display: block;
	width: 175px;
	margin: .5em 0 0 65px;
	font-size: .85em;
	color: #333;
	font-style: italic;
	line-height: 1.3;
}

#mainContent-right.about ul {
	list-style-type: none;
	margin:.5em .5em 0 0;
	padding: 0;
}

#mainContent-right.about h3 {
	font-weight: bold;
}

*html #about-inner {
	height: 900px;
}

*html #mainContent-left.about .centerColumn {
	height: 860px;
}

#mainContent-right.about {
	height: 840px;
}
/*end about page*/

/*Services page*/

#mainContent-right.services ul {
	list-style-image:url(bullet.png);
}

#mainContent-right.services li {
	color: #000;
}

#mainContent-right.services h3 {
	font-size: 1em;
}

#mainContent-right.services {
	height: 500px;
}

*html #mainContent-right.services {
	height: 550px;
	float: left;
}

*html #mainContent-left.services .centerColumn {
	height: 500px;
	margin-bottom: 0;
	padding-bottom: 0;
}

*html #services-inner {
	height: 550px;
	float: left;
}


/* end services page*/

/*contact page*/

#mainContent-right.contact {
	height: 550px;
}

#office {
	margin: 1em 0 0 0;
}

*html #contact-inner {
	height: 600px;
}
	
/* end contact page */

#footer {
	width: 998px;
	background-color: #dbd7a1;
	height: 30px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	float: left;
}

*html #footer {
	margin: -20px 0 0 0;
	border-top: 1px solid #999;
}