/* HTML *********************************************/
body {
	margin:0;
	padding:0px;
	background-color: #fff;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p,th,td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 8px;
	}

h1,h2,h3	{
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:140%;
	color: #EE8921;
}

h2	{
	font-size:120%;
	color:#666;
	margin:20px 0 10px 0;
	padding:0;
}	

h3 {
	font-size: 110%;
	color: #666;
	padding-bottom: 0px;
	margin: 22px 0 5px 0;
}

h4 {
	font-size: 110%;
	color: #666;
	padding-bottom: 0px;
	margin: 22px 0 5px 0;
}
	

a, a:link, a:visited, a:active {
	color: #EE8921;
	text-decoration: underline;
	}
a:hover {
	color: #1D70B6; /*BLUE */
	text-decoration:underline;
}

a.dark-link, a.dark-link:link, a.dark-link:visited, a.dark-link:active 	{
	color: #1D70B6; /*BLUE */
	text-decoration:none;
}

a.dark-link:hover	{
	text-decoration:underline;
}





/* CONTAINERS *********************************************/	
#wrapper	{
	width:760px;
	margin:10px 0 10px 10px;
	padding:0;
	text-align:left;
/*	border:1px solid #333;*/
	background-color: #fff;
	height:auto;
}

#header {
	margin:0 0 22px 0;
	padding:0;
	width: 100%;
 	height: 102px;
}

#main	{
	margin:0;
	padding:0;
	width:100%;
	background-image:  url("/images/footer-bg.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	height: auto;
}

#subsection	{
	margin: 30px 36px 0 36px;
	padding:0;
	width:auto;
/*	height: 500px;
/*	height: auto; */
}

/****** HOME ITEMS *******************************************/
#home-intro	{
	margin:0;
	padding:0;
	width: 760px;
}

#home-intro-graphic	{
	float: left;
	margin:0;
	padding:0;
	border:0;
	text-align: left;
	width: 299px;
}

#home-intro-main	{
	float: left;
	width: 461px;
	height: 285px;
	padding: 0;
	margin:0;
	background-color: #00FF33;
}


#home-intro-text	{
	padding: 0;
	margin:0;
	background-image: url("/images/home/intro-main.jpg");
	background-position:top;
	background-repeat:no-repeat;
	height: 190px;
}

	* html #home-intro-text {display:inline-block; padding-left:2px;}

#home-intro-text p	{
	margin-left: 63px;
	width: 360px;
	line-height:140%;
	font-size: 110%;
	font-weight:bold;
}

#home-lower	{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#home-lower	#projects	{
	float:left;
	width: 467px;
	background-color: #CCCCCC;
	text-align: left;
}

#home-lower	#testimonials	{
/*	margin-left: 467px;*/
	float:left;
	width: 293px;
	text-align: left;
}

.project-summary	{
	padding: 10px 15px;
/*	border: 1px solid #666;*/
	vertical-align:middle;
	height: 116px;
}

.project-summary h1	{
	margin:0;
	padding:0;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
	line-height:normal;

}

.project-summary img	{
	float: right;
}

.quote	{
	margin: 15px 15px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #666;
}

#testimonials .last	{
	border-bottom: 0;
}

/****** SUB-SECTION ITEMS *******************************************/
#portfolio-entry	{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 100%;
	height: auto;
	clear: both;
	border-bottom: 1px solid #999;
}

#portfolio-entry p	{
	line-height: normal;
	margin-bottom:2px;
}

#portfolio-index-image, #portfolio-entry-image	{
	float: left;
}

#portfolio-entry-image img	{
	display:block;
	margin-top: 20px;
}

#portfolio-entry-image .caption	{
	font-style:italic;

}



#portfolio-index-list, #portfolio-entry-text	{
	margin-left: 300px;
}

#portfolio-index-list li	{
	margin-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #EE8921;
	list-style-image:  url("/images/portfolio/index-bullet.gif");
}

#portfolio-index-list li a	{
	text-decoration: none;
	color: #1D70B6; /* blue */
	font-weight: bold;
	font-size: 14px;
	font-stretch: expanded;
	width: 100%;
}

#portfolio-index-list li a:hover	{
	color: #EE8921;
}

#portfolio-index-list li#first	{
	padding-top:0px;
	margin-top:0px;
}

#portfolio-index-list li#last	{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom: 0px;
}



/****** ABOUT page *******************************************/
#staff	{
	margin-left: 30px;
	padding: 15px 10px;
	width: 180px;
	float: right;
	border: 2px dashed #999;
	height: auto;
	background-color:#FFFFFF;
}

#staff h1	{
	color: #1D70B6;

}

/****** CONTACT page *******************************************/

#address, #map	{
	margin: 40px 0 10px 20px;
	padding: 15px 10px;
	width: 180px;
	float: right;
	border: 2px dashed #999;
	height: auto;
	background-color:#FFFFFF;
}

#directions	{
	width: 400px;
}


/****** NEWS page *******************************************/
.news-headline	{
	width: 400px;
	margin-bottom: 20px;
}

.news-headline h1	{
	margin: 0;
	padding:0;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.news-headline a:link, .news-headline a:visited 	{
	color: #1D70B6;
	text-decoration:none;
}

.news-headline a:hover	{
	text-decoration: underline;
}

.news-headline p.date	{
	color: #666666;
	font-style: italic;
	margin:0;
	padding:0;
}



.news-headline p	{

}

/* NEWS - full article */
#news-article	{
	width: 500px;
}

#news-article h1	{
	margin: 0;
	padding:0 0 15px 0;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D70B6;  /* BLUE */
}

#news-article p.date	{
	color: #666666;
	font-style: italic;
}


#news-article .imagebox	{
	float:right;
	margin: 5px 0 10px 10px;
	width:inherit;
}

#news-article .imagebox img	{
	margin:0;
	padding:0;
	border: 1px solid #666;
}

#news-article .image-caption	{
	width:inherit;
}

#news-article .image-caption p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:normal;
}






/****** FOOTER ITEMS *******************************************/
#footer	{
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	margin: 20px auto 0 auto;
	padding: 5px 0 40px 0;
	text-align:center;
	width: 800px;
	border-top: 1px solid #efefef;
}

#footer a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

#footer a:hover	{
	color: #FF0000;
}


