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

body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #CCCCCC;
}

#container {
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#containerOriginal {
	width: 942px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 60px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
}

#navigation {
	height: 40px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	background-color: #ffcc00;
}

#intro {
	height: auto;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}

#introWho {
	height: auto;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#work {
	height: 412px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffcc00;
}

#content {
	height: auto;
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 40px;
	background-color: #ffffff;
}

#accordionSpacer {
	background-image: url(../images/accordionSpacer_bg.gif);
	height: 30px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}


#accordionSpacerBottom {
	height: 40px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	float: right;
}


#blurbs {
	height: 170px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


#footerSmall {
	height: 10px;
	width: auto%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFCC;
	clear: both;
}

#footer {
	height: 200px;
	width: auto%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	clear: both;
}

.navText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 100%;
}

.introHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	line-height: 175%;
}

.introHeadlineNoHeight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 53px;
	color: #666666;
	line-height: 100%;
}

.introText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #666666;
	line-height: 100%;
}

.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 150%;
}

.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}


a:link { text-decoration: none; color: #ffcc00; }
a:visited { text-decoration: none; color: #ffcc00; }
a:hover {text-decoration: underline; color: #ffcc00; }
a:active { text-decoration: none; color: #ffcc00; }


.footer a:link { text-decoration: none; color: #666666; }
.footer a:active { text-decoration: none; color: #666666; }
.footer a:hover {text-decoration: none; border-bottom:1px dotted #666666; color: #666666; }
.footer a:visited { text-decoration: none; color: #666666; }

.nav a:link { text-decoration: none; color: #ffffff; }
.nav a:visited { text-decoration: none; color: #ffffff; }
.nav a:hover {text-decoration: none; border-bottom:1px dotted #666666; color: #666666; }
.nav a:active { text-decoration: none; color: #ffffff; }

#wrapper {
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}
 
.accordionButton {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	line-height: 260%;
	background-image: url(../images/accordionButton_bg2.jpg);
	padding-left: 20px;
	padding-right: 20px;
	width: 902px;
	height: 40px;
	float: left;
	cursor: pointer;
	}
 
.accordionContent {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	width: 902px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background: #ffffff;
	display: none;
	}

