/** Speech Geek 2007 **/
/** Design and Code by Method Bureau, Knoxville TN, USA **/

body {
	margin-top: 25px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	}
.clearFloat {
	clear: both;
	height: 0px;
	}
a:link, a:visited {
	color: #CC6600;	
	text-decoration: none;
}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
}

.contentRightLinks a:link, a:visited {
	color: #CC6600;	
	text-decoration: none;
}
	
h1 {
	color: #FF9900;
	font-size: 18px;
	}
h2 {
	color: #FF9900;
	font-size: 14px;
	}	
h3 {
	color: #FF9900;
	font-size: 14px;
	margin:0px;
	padding:0px;
	}		
/** General ---------------------------------------------**/

.pageContainer {
	width: 972px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background_page.gif);
	background-repeat: repeat-y;
	}

.contentAreaHome, .contentArea2 {
	width: 972px;
	margin: 0px;
	padding: 0px;
	}

.bottomRule {
	margin: 20px 5px 5px 5px;
	background-color: #CCFF66;
	width: 952px;
	padding: 0px;
	}	

.headerBanner {
	margin: 0px;
	padding: 0px;
	}

.leftColumn {
	width: 300px;
	float: left;
	}

/** Navigation ---------------------------------------------**/

.navContainer {
	width: 183px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	left: 31px;	
	top: 0px;	
	list-style: none;	
	}

.navContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;		
	}		
	
.navContainer li {
	margin: 0px;
	padding: 0px;
	display: inline;
    text-decoration: none;			
	}
.navContainer li p {
	margin: 5px 0 10px 35px;
	padding: 0px;
	font-weight:bold;
	line-height: 15px;
	}	

.navContainer a {
	margin: 0px;
	padding: 0px;		
	display: inline;	
	}	


/** Home ---------------------------------------------**/

.homeContentRight {
	width: 642px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: left;
	}

.contactContainer {
	width: 200px;
	text-align: left;
	font-weight: bold;
	position: relative;
	left: 57px;	
	top: 15px;	
	}
	
.address {
	font-size: 13px;
	}	
	
/** Second Level pages ---------------------------------------------**/	
.contentRight2, .contentRightLinks {	
	margin: 25px 0px 0px 0px;
	text-align: left;
	width: 622px; 
	float: left;	
	}
.staffPhoto {
	float: left;
	margin: 0px 10px 10px 0px;
	}

	
/** Footer ---------------------------------------------**/
.footer {
	margin: 0px;
	height: 30px;
	background-color:#99CC33;
	color: #CCFF66;
	font-weight:bold;
	}
	
.copyright {
	float: left;
	text-align: left;
	margin: 5px 0px 0px 10px;
	}	

.MBsignature {
	float: right;
	text-align: right;
	margin: 5px 10px 0px 0px;
	color: #CCFF66;	
	}
.MBsignature a:link, .MBsignature a:visited {
	color: #CCFF66;	
	text-decoration: none;	
	}
