/***********************************************/
/* HTML tag styles                             */
/***********************************************/
 
body {
	font-size: 1em;
	margin:0;
	background-image: url(../images/bkgd.gif);
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 130%;
	color: #333333;
	list-style-position: outside;
}
p.td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 120%;
	margin-left: 0px;
	margin-right:0px;
}

ol {
	list-style-type: upper-alpha;
}
ul {
	line-height: 150%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	list-style-image: url(../images/bullet.gif);
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #bf0000;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 25px;
	}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#234f46;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 25px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color:#336633;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 25px;
}
h5 {
	font-size: 0.8em;
	color: #666600;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

	.text-intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: 25px;
}

.heads {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

.subheadnoline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #234F46;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#surround{
	background-color: #dae5dc;
	width: 950px;
	margin: 0 auto;   
}

#banner {
	height: 70px;
	left: 0px;
	background-color: #FFFFFF;
	width:950px;
	background-image: url(../images/bkgd-top-nav.gif);
	background-repeat: repeat-x;
	border-bottom: #999999 solid 3px;
}
#photocontainer {
	width: 225px;
	float:left;
	margin-top: 0px;
	
}
#content {
	float: left;
	width: 950px;
	min-height:500px;
	margin: 0;
	background-color: #D3E5DA;
	background-image: url(../images/plant_bkgd.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	}
	#contentblank {
	float: left;
	width: 950px;
	min-height:500px;
	margin: 0;
	background-color: #D3E5DA;
	
	}
#main {
	margin:0 0 0 0px;
	padding: 20px 0px 0px 20px;
	float:left;
	width: 475px;
	background-color: none;
	
	}
#main ul {
	font-size: .85em;
}
#main a:link {
	color: #006666;
	text-decoration: none;
}
#main a:visited {
	color: #006666;
	text-decoration: none;
}
#main a:hover {
	color: #009966;
	text-decoration: underline;
}
#main a:active {
	color: #006666;
}
#main_portfolio {
	margin:0 0 0 0px;
	padding: 20px 5px 20px 20px;
	float:left;
	width: 85%;
	background-color: none;
	
	}
	#main_portfolio ul {
	font-size: .85em;
}
#main_2 {
	margin:0 0 0 0px;
	padding: 20px 0px 0px 20px;
	float:left;
	width: 625px;
	background-color: none;
	
	}
/* Right Sidebar */
#sub {
	margin-top: 0px;
	padding: 20px 15px 20px 15px;
	float:right;
	width:173px;
	line-height: 200%;
	border-bottom: #006666 3px solid;
	background-image: url(../images/sub-bkgd4.jpg);
	font-size: .9em;
	}
.subhead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	font-size: .9em;
	line-height: 200%;
}


/* columns on portfolio page */
#colone{
	margin-top: -12px;
	margin-left: 0px;
	background-color: transparent;
	width: 250px;
	position: absolute;
}
#coltwo{
	margin-top: -12px;
	margin-left: 250px;
	background-color: transparent;
	width: 270px;
	position: absolute;
}
#colthree{
	margin-top: -12px;
	margin-left: 530px;
	background-color: transparent;
	width: 250px;
	position: absolute;
}
#colfour{
	margin-top: -12px;
	margin-left: 0px;
	background-color: transparent;
	width: 125px;
	position: absolute;
}
#colfive{
	margin-top:75px;
	margin-left: 150px;
	background-color: transparent;
	width: 520px;
	position: absolute;
}
#colsix{
	margin-top: -12px;
	margin-left: 730px;
	background-color: transparent;
	width: 125px;
	position: absolute;
}
/*  navigation  */
#topnav {
	background-color: #32776d;
	width: 950px;
	height:45px;
	left: 0px;
}

 #topnav ul
 {
	margin: 0;
	list-style-type: none;
	background-color: #32776d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 23px;
	padding: 18px 0px 6px 0px;
	margin: 0px;
	color: #99CCFF;
	text-align: center;
 }

 #topnav  li {
	display: inline;
	color: #fff;
}

 #topnav ul li a
 {
	text-decoration: none;
	color: #fff;
	background-color: #32776d;
	font-weight: bold;
	padding: 0 4px 0 4px;
 }

 #topnav ul li a:hover
 {
	color: #CCFFCC;
	background-color: #32776d;
 }


/************** layout styles *****************/
.footer {
	width: 950px;
	background-color: #666666;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 2px;
}

.footer_attributes {
	font-family: Arial, Helvetica, sans serif;
	font-size: 80%;
	line-height: 130%;
	padding: 5px;
	width: 940px;
	margin-left: 0px;
	text-align: center;
	background-color: #666666;
	text-decoration: none;
	color: #eee;
	float: left;
	margin-bottom: -10px;
	
}

.footer_attributes a:link, a:visited
{
	text-decoration: none;
	color: #99CC66;
	font_weight: bold;
}


.smaller {
	font-size: 90%;
}
.pix {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	z-index: 1;	

}
.pix-border {
	border: #eee 1px solid;
	
}
.text-strong {
	font-weight: bold;
	color: #bf0000;
}

