/*
CSS file developed for Clean TECH San Diego
TTenoever at Mindgruve.com
May 2008
*/

/*COLORS
#0099ff blue from logo
#1f698f blue headers
#62453c brown text
#898989 gray text
#4f4038 brown nav
#567a27 green nav
#807672 gray nav
*/

html, body {
  margin:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:16px;
  color:#62453c;
  text-align:left;
}

#container {
	margin:0px auto;
	width:930px;
	}
	
/*--LEE ADJUST SPACING BETWEEN MAIN NAV AND FLASH HEADER HERE (height:XXXpx;)--*/

.header {
	height:110px;
	width:930px;
	margin:0px;
	padding:0px;
	}

#footer {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1f698f;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:2;
	}

/*--SUBPAGE LAYOUT OPTIONS--*/

	#mainSubpage01 {
		margin-top:15px;
		width:930px;
		clear:both;
		}

	#mainSubpage01 #columnLeft {
		float:left;
		width:135px;
		padding:0px 0px 15px 15px;
		margin-top:60px;
		}
	
	#mainSubpage01 #columnCenter {
		width:auto;
		margin-right:265px;
		margin-bottom:0px;
		margin-left:160px;
		padding-right:15px;
		padding-left:15px;
		}
	
	#mainSubpage01 #columnRight {
		float:right;
		width:235px;
		padding-right:15px;
		}

/*OR*/

	#mainSubpage02 {
		margin-top:15px;
		width:930px;
		clear:both;
		}

	#mainSubpage02 #columnLeft {
		float:left;
		width:135px;
		padding:0px 0px 15px 15px;
		}
	
	#mainSubpage02 #columnCenter {
		width:auto;
		margin-right:350px;
		margin-bottom:0px;
		margin-left:160px;
		padding-right:15px;
		padding-left:15px;
		}
	
	#mainSubpage02 #columnRight {
		float:right;
		width:320px;
		padding-right:15px;
		}

/*--END SUBPAGE LAYOUT OPTIONS--*/

/*--HOME PAGE LAYOUT--*/

#pageBannerHome {
	width:930px;
	height:335px;
	color:#ffffff;
	background:url(../images/home_flashbg_right.png) right no-repeat;
	}

#pageBannerHomeFlash {
	width:680px;
	height:335px;
	float:left;
	background:url(../images/home_flashbg_left.jpg) right no-repeat;
	}

#pageBannerHomeText {
	padding:45px 20px 10px 0px;
	width:220px;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	text-align:left;
	float:right;
	}

#mainHome {
	 margin-top:15px;
	 width:930px;
	 }

#columnLeftHome {
	float:left;
	width:300px;
	}

#columnCenterHome {
	width:auto;
	margin-right:315px;
	margin-left:315px;
	border-left:1px solid #807672;
	padding-left:10px;
	}

#columnRightHome {
	float:right;
	width:290px;
	border-left:1px solid #807672;
	padding-left:10px;
	}

/*--END HOME PAGE LAYOUT--*/

/*--NAVIGATION--*/

.navMain {
/*--ALSO SEE css/nav.css--*/
	/*width:649px;*/
	width:auto;
	margin-top:37px;
	margin-right:0px;
	padding:0px;
	float:right;
	}

#navSub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	color:#567a27;
	margin-top:4px;
	}

#navSub ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

#navSub ul li {
	padding-bottom:8px;
	margin-left:5px;
	}

#navSub a {
	text-decoration:none;
	}

#navSub a:hover {
	color:#4f4038;
	}


#navFooter {
	width:100%;
	height:20px;
	padding-top:80px;
	text-align:center;
	background:url(../images/footer_bg.png) repeat-x;
	}

#navFooter a {
	color:#807672;
	text-decoration:none;
	}

/*--END NAVIGATION--*/

/* OLD
.header .logo {
	width:150px;
	height:135px;
	padding:15px 0px 0px 60px; 
	float:left;
	position:relative;
	}
*/

.header .logo {
	width:225px;
	height:49px;
	padding:15px 0px 70px 15px; 
	float:left;
	position:relative;
	}


.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:1px;
	color:#807672;
	font-weight:100;
	text-align:right;
	width:125px;
	height:20px;
	margin-left:805px;
	position:absolute;
	margin-top:110px;
	}

#pageBanner {
	width:930px;
	height:150px;
	background:#0099ff;
	position:relative;
	}

div#pageBanner div.bannerQuote { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#ffffff;
	font-weight:normal;
	text-align:right;
	position:absolute;
	bottom:0px;
	left:440px;
	right:15px;
	}



#pageBanner .bannerQuoted {
	font-style:italic;
	font-size:12px;
	white-space:nowrap;
	}

.contentTop {
	height:75px;
	}

.footerPress {
	font-size:inherit;
	}

#footerInfo {	
	background:#e4f2fa;
	height:20px;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
	}

#footerInfo .credit a {
	float:left;
	color:#1f698f;
	}

#footerInfo .copyright {
	float:right;
	}

#recycle,
.signup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#898989;
	text-align:right;
	width:235px;
	height:auto;
	float:right;
	margin-bottom:15px;
	clear:both;
	}

#recycle a,
.signup a {
	text-decoration:none;
	}

#recycle img,
.signup img {
	float:left;
	vertical-align:middle;
	}

div.clear {clear:both; height:0px;}

.flashShowcase {
	width:320px;
	height:auto;
	}

.linkMore {
	color:#ffffff;
	text-transform:uppercase;
	text-align:right;
	font-weight:600;
	margin-top:10px;
	}

.linkMore a:link,
.linkMore a:visited,
.linkMore a:hover, 
.linkMore a:active {
	color:#ffffff;
	text-decoration:none;
	}

.linkMore2 {
	color:#567a27;
	font-size:13px;
	/*text-transform:uppercase;*/
	text-align:left;
	margin-top:5px;
	margin-left:20px;
	}

.linkMore2 a:link,
.linkMore2 a:visited,
.linkMore2 a:hover, 
.linkMore2 a:active {
	color:#567a27;
	text-decoration:none;
	}

#mainHome .arrow {float:left;}

.homeSectionTitle {
	color:#1f698f;
	font-size:16px;
	margin-bottom:5px;
	margin-left:20px;
	}

.homeSectionText {
	margin-left:20px;
	}

table.members {
	width:95%;
	border:none;	
	}

table.members td {
	width:50%;
	vertical-align:top;
	}

table.members ul {
	list-style:none;
	margin:5px;
	padding:5px;
	}

table.members li {
	/*font-size:10px;*/
	padding-bottom:5px;
	}

.teamTitle {
	font-size:10px;
	margin-bottom:25px;
	width:150px;
	}

.event {
	font-weight:bold;
	}

.eventDate {
	font-style:italic;
	}

.navCalendar {
	text-align:center;
	margin:15px 0px;
	}

.navCalendar a:link, .navCalendar a:visited {text-decoration:none;}

.buttonJoin {
	padding:5px 0px 15px 0px;
	text-align:right;
	}

.pdfDescription {
	font-size:10px;
	color:#898989;
	}

.featureBox {
	color:#898989;
	border:1px solid #567a27;
	margin-top:15px;
	padding:20px;
	}

/*--iCONTACT FORMS--*/

#SignUp {margin:10px;}

#SignUp td {
	white-space:nowrap; 
	padding:3px;
	background-color:#ffffff;
	}

#SignUp .signupframe {background-color:#ffffff; border:1px solid #ffffff;}

#SignUp font {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1f698f;
	}

input {
	border:1px solid #807672;
	/*width:200px;*/
	}

/*--END iCONTACT FORMS--*/

/*--TELL-A-FRIEND FORM--*/

#tellafriend {
	text-align:right;
	width:400px;
	}

#tellafriend div {
	margin:5px;
	}

#tellafriend .font2 {
	text-align:left;
	}

/*--END TELL-A-FRIEND FORM--*/

/*--TAGS--*/

h1, h2, h3, h4, h5, h6 {margin:0px; padding:0px;}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#1f698f;
	text-align:left;
	font-weight:100;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#1f698f;
	text-align:left;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1f698f;
	}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	color:#62453c;	
	}


a:link {
	text-decoration:underline;
	}
a:visited {
	color:#567a27;
/*	text-decoration:none; */
	}
a:hover {
	}
a:active {
	}

hr {
	color:#807672;
	background-color:#807672; 
	height:1px;
	border:0px;
	margin:15px 0px;
	}

.caption {font-size:9px;}

/* LEE 092808 */
.table_class {

	font-size:15px;
}

/*LEE 102608 */
.test {
	font-size: 14px
}


/*--END TAGS--*/

