/*****************************************************\
|			COLORS USED				 	 |
|									 	 |
|	Grey/Beige			#b9ac97	(original b9985b)	 |
|	Temp Color			#805 60d	 			 |
|	Housing			#b1005d				 |
|	Public Social		#f5b800				 |
|	Education			#5b9a64 a8c 399				 |
|	Commercial			#b4b91d e4e 86c				 |
|										 |
\*****************************************************/


/***********************************************\
|			HTML ELEMENTS			 |
\***********************************************/

* { 
	margin: 0;
	padding: 0;
}

a, a:visited {}
a:hover, a:focus {}
a:active{}
a acronym, a abbr { cursor: hand; }
a img { border: 0; }
address {
	font-style: normal;
}

body {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	margin: 0;
	background-color: #fff;
	color: #b9ac97;
}

blockquote {
	text-align: center;
	border: 1px solid #f0f;
	padding: 10px;
	margin: 15px;
}

abbr, acronym {
	border: 0;
	cursor: help;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

li {
	margin: 0 0 5px 30px;
}

p {}
strong{}


/***********************************************\
|			CLASSES					 |
\***********************************************/

.alignCenter{text-align: center;}
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.clearBoth{clear: both;}
.clearLeft{clear: left;}
.clearRight{clear: right;}
.displayNone{display: none;}
.floatRight{float: right;}
.floatLeft{float: left;}
.highlight{	color: #ff0000; }

.imgLeft{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgRight{
	float: right;
	margin:  10px 0 10px 10px;
}

.imgLeftNoBorder{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.imgRightNoBorder{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

.overflowHidden{overflow:hidden;}
.uppercase{text-transform:uppercase;}
.captialize{text-transform:capitalize;}
.printOnly{display:none;}

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 		
	top: 0;
	width: 100%;
	background: #b9ac97;
	color: #fff; 
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
}

/** see also ie6_fixer.css and ie7_fixer.css **/
.skip:active {
	color: #00315c; 
}

.linkDivider{display: none;}

.callToAction { 
	margin: 0 15px 20px 0;
	padding: 10px 0 0 0;	
	list-style-type: none;
}

.callToAction li {
	padding-left: 15px;
	background: url(/content/img/structure/call_to_action.gif) no-repeat 0 4px;
}

.callToAction li {
	
}


.housing { color: #b1005d; }
.publicSocial { color: #f5b800; }
.education { color: #5b9a64; }
.commercial { color: #b4b91d; }

.topStrip {
	margin: 0 0 15px 12px;
}

.marginBottom {
	margin-bottom: -21px;
	}





/**** GENERIC FORMS ****/
.generalForm {
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

/** see also ie6_fixer.css & ie7_fixer.css **/
.generalForm  fieldset {
	border: 1px solid #b9ac97;
	margin-bottom: 15px;
	padding: 15px 15px 5px 15px;
}

/** see also ie6_fixer.css & ie7_fixer.css **/
.generalForm  legend {	
	color: #fff;
	background-color: #b9ac97;
	padding: 4px 6px;
	font-size: 1.1em;
}

.generalForm fieldset input {
	font-family: Verdana, sans-serif;
	width: 230px;
	padding: 1px;
	border: 1px solid #b9ac97;
}

.generalForm  select {
	font-family: Verdana, sans-serif;
	display: inline;
}

.generalForm  select option{
	padding-left: 5px;
}

.generalForm  label {
	width: 70px;
	float: left;
	text-align: right;
	margin: 3px 1em 0px 0px;
	clear: both;
}

.generalForm  .checkBoxLabel{
	width: 250px;
	font-size: 0.8em;
}

.generalForm  textarea{
	font-family: Verdana, sans-serif;
	font-size: small;
	width: 230px;
	padding: 1px;
	border: 1px solid #b9ac97;
}

.generalForm  .submitButton{
	display: block;
	padding: 1px 5px;
	margin: 0px auto 10px auto;
	margin-top: 15px;
	width: 8em;
	background-color: #b9ac97;
	border: 1px solid #000;
}

.generalForm  .generalCheckBox{
	display: inline;
	width: 18px;
}

.generalForm label .charCounter {
	font-size: 0.8em;
}

.generalForm .dateCollection input {
	width: 34px;
}

#errorMessage{
	margin-bottom: 15px;
}

#errorMessage h2{
}

.generalForm  label.error {
	color: #f00;
}

.generalForm  div.error {
	margin: 0px 0px 15px 83px;
	font-size: 0.8em;
	width: 230px; /** to match input and text area widths **/
	color: #f00;
}

/** this is a spacer class due to IE empty div height issue **/
.generalForm  div.noError {
	height: 15px; /** matches div.error bottom margin **/
}

.generalForm  .errorText{}

.generalForm  .errorList ul li a{}

.generalForm .hiddenInput {
	display: none;
}

/***********************************************\
|			TEMPLATE LAYOUT			 |
\***********************************************/



/** COLLEFT **/
#nav {
	margin-bottom: 18px;
}

#nav a, #nav a:visited {
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
	color: #f5b800;
	padding-left: 12px;
	font-size: 19px; /** 1.7em **/
	font-weight: bold;
	line-height: 1em;
}

#colLeft #nav a.current {
	color: #9d1c4e;
}

#colLeft #nav a:hover, #colLeft #nav a:focus {
	color: #9d1c4e;
	background: url(/content/img/structure/arrow.gif) no-repeat 0 0;
}

#nav a:active {}

/** see also ie6_fixer.css and ie7_fixer.css **/

}

#subNav {
	margin-top: 6px;
	
}

#subNav a, #subNav a:visited {
	display: block;
	font-size: 1.3em;
	margin-bottom: 3px;
	text-decoration: none;
	color:  #b9ac97;
	padding-left: 12px;
	line-height: 1em;
}

#colLeft #subNav a.current {
	color: #b9ac97;
}

#subNav a:hover, #nav a:focus {
	color: #f5b800;
	background: url(/content/img/structure/arrow.gif) no-repeat 0 0;
}

#subNav a:active {}

/** CONTENT **/

#siteHolder {
	width: 776px;
	margin: 0 auto; /* why is this not central? */
	background-color: #fff;	
	padding: 18px 0;
}

#colLeft {
	/** 180px **/
	float: left;
	width: 170px;
	padding-right: 10px;
}

#colLeft img, #colLeft address, #colLeft div#colTel{
	font-size: 0.8em;
}

#colLeft address {
	margin-top: 15px;
}


#content {
	/** 412px **/
	margin-left: 180px;
	margin-right: 180px; 
	top: 50px;
	width: 390px;
	font-size: 1.2em; /** 1.2em **/
	min-height: 429px;
}

#content a {	
	color: #b9ac97; 
	text-decoration: none;
}

#content h2 a { 
	color: #b9ac97; 
	text-decoration: none;
}

#content a:visited{
	color: #b9ac97;
	text-decoration: none;
}

#content a:hover, #content a:focus {
	text-decoration: underline;
}

#content a:active { color: #000; }



#colRight {
	float: right;
	width: 170px;
	padding-left: 10px;
	
	
}

/*
#colRight #waiAA {
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 15px;
}

#colRight #rss {
	float: right;
	display: inline;
	margin-top: 15px;
	margin-right: 15px;
}
*/

#colRight #news {
	color: #f5b800;
	padding: 5px 0;
	font-size: 1.2em; /** 13px **/
	margin-top: 108px;
}

#colRight #news h2 {
	font-size: 1.4em; /** 19px **/
	margin: 0 0 5px 0;
}

#colRight #news a { 
	color: #b9ac97;
	text-decoration: none;
	display: block;
}

#newsletter {
/*
	position: absolute; 
	margin-left: 610px; 
	margin-top: -175px;
	
	take a look at bang...
*/
	
	/*float: right;
	position: absolute;
	margin-top: -200px; /* matches the padding at bottom of navigation */
	
	float: right;
	margin-top: -165px;
}

#colRight #news a:visited{
	text-decoration: none;
}

#colRight #news a:hover, #colRight #news a:focus {	
	color: #f5b800;
	text-decoration: underline; 
}

#colRight #news a:active { color: #000; }


#colRight #news h2 a {
	color: #b9ac97 /**f5b800**/;
}

#colRight #news h2 a:hover, #colRight #news h2 a:focus {
	color: #9d1c4e /**b9ac97**/;
}

#colRight #news .item {
	margin-bottom: 15px;
}


/** Content **/
#content h1  {
	font-size: 1.4em;
	margin: 0 0 0.8em 0;
}

#content h2 {
	font-size: 1.4em; /** 19px **/
	margin: 0.6em 0 0.3em 0;
}

#content h3 {
	font-size: 1em;
	margin: 0.8em 0;
}

#content p {
	margin: 0.8em 0;
	line-height: 1.4em;
}

p.purple  {
	color: #B2005E;
}	

#content ul li { margin-bottom: 0; }
#content ol ol { list-style-type: lower-alpha; }
#content ol ol ol { list-style-type: lower-roman; }


/**** FOOTER ****/
#footer {
	font-size: 0.9em;
	margin: 15px 0 0 12px;
	background-color: #b9ac97;
	height: 100%;
	overflow: hidden;
	clear: both;
}

#footer a, #footer a:visited {
	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:focus {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	background-position: 0 -24px;
}

#footer p {
	padding: 5px 12px 0 0;
	float: right;
	}
	
#footer a img {
	display: block; /** Firefox image link bottom padding fix **/
}

#flash {
	margin-top: -175px;
	padding-left: 12px;
	width: 135px;
}

#accessibilityFooter {
	background: url('/content/img/structure/accessibility2.gif') no-repeat;
}
#privacyFooter {
	background: url('/content/img/structure/privacy_policy2.gif') no-repeat;
}
#sitemap {
	background: url('/content/img/structure/site_map2.gif') no-repeat;
}


/***********************************************\
|			ARTICLE TEMPLATES			 |
\***********************************************/
.newsItem {
	clear: right;
	margin-top: 30px;
	margin-bottom: 20px;
}

div#content div.newsItem h2 {
	margin: 0;
}

#content .newsItem a, #content .newsItem a:visited {
	color: #b9ac97;
	text-decoration: none;
}

#content .newsItem a:hover, #content .newsItem a:focus {
	color: #b9ac97;
	text-decoration: underline;
}

#imageNav {
	padding: 7px 0;
}

#imageNav a, #imageNav a:visited {
	color: #b9ac97;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 3px;
}

#imageNav  a:hover, #imageNav  a:focus, #imageNav  a:active  {
	color: #fff;
	background-color: #b9ac97;
	text-decoration: none;
}

/* important is required to override the focus/active that will exist */
#imageNav a.current { 
	color: #fff !important; 
	background-color: #b9ac97 !important;
	text-decoration: none;
}

#recentWorkContent {
	width: 390px !important;
}

#articleHolder h1 {
	margin-bottom: 0;
}

#articleHolder {
	
}


/***********************************************\
|			PAGE SPECIFIC (a-z)			 |
\***********************************************/

/** / **/
#content h1.homeText {
	font-size: 3.5em;
	line-height: 0.8em;
	margin-bottom: 70px;
}

p.homeText {
	font-size: 1.4em; /** 1.7em **/
	font-weight: bold;
	line-height: 1.2em !important; 
}

#colRight #twitter_div h2 a, #colRight #twitter_div h2 a:visited{
	color: #b9ac97 /**f5b800**/;
}

#colRight #twitter_div h2 a:hover, #colRight #twitter_div h2 a:focus{
	color: #9d1c4e /**b9ac97**/;
}

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

ul#twitter_update_list li {
	margin: 0;
	padding: 0;
}

#strapline {
	font-size: 1.3em;
	font-weight: bold;
}

/** /contact/ **/
#contactHolder {
	margin: 15px 0;
}

#contactHolder h1 {
	
}

#contactDetails li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contactDetails li#address {
	padding-bottom: 4px;
}

#contactDetails li#email {
	padding-top: 4px;
}

#map {
/*
static - no!
relative - same as normal
absolute
fixed
*/
	position: relative !important;
	width: 390px;
	height: 260px;
}

#googleMapHolder {
	width: 390px;
	height: 260px;
	margin-bottom: 20px;
}

#bubble {
	width: 220px;
	display: block;
}

#bubble label {
	display: block;
	margin-bottom: 10px;
}

#bubble h2 {
	margin: 0 0 10px 0;
}

#bubble #directionSubmit {
	font-size: 0.9em;
}

/** /what_we_do/ **/
#commTools {
	list-style-type: disc;
}

#wwd #wwd ul {
	
	}

#commTools, #commTools li, #wwd, #wwd li {
	margin: 0;
	padding: 0;
}

#commTools li {
	margin-left: 16px;
}

#wwd {
	margin-left: 16px;
	list-style-image: url('/content/img/structure/arrow.gif');
	list-style-type: square;
}

#wwd li ul li {
	margin-left: 20px;
	list-style-image: none;
	list-style-type: disc;	
}

#wwd a, #wwd a:visited { text-decoration: none; }
#wwd a:hover, #wwd a:focus { text-decoration: underline; }

#wwdHousing, #wwdHousing a, #wwdHousing a:visited { color: #b1005d; }
#wwdHousing a:hover, #wwdHousing a:focus{ color: #b1005d; }

#wwdPublic, #wwdPublic a, #wwdPublic a:visited { color: #f5b800; }
#wwdPublic a:hover, #wwdPublic a:focus{ color: #f5b800; }

#wwdEducation, #wwdEducation a, #wwdEducation a:visited { color: #5b9a64; }
#wwdEducation a:hover, #wwdEducation a:focus{ color: #5b9a64; }

#wwdCommercial, #wwdCommercial a, #wwdCommercial a:visited { color: #b4b91d; }
#wwdCommercial a:hover, #wwdCommercial a:focus{ color: #b4b91d; }

/** Latest News **/

.fullStory  {
		background: url('/content/pages/buttons.gif') no-repeat;
		height: 23px;
		display: block;
		float: right;
	}
	
	a.fullStory, a.fullStory:visited {
		background-position: 0 -20px;
		text-decoration: none;		
	}
	
	a.fullStory:hover, a.fullStory:focus {
		background-position: 0 2px;
	}
	
.fullStoryFloat {
	overflow: hidden;
	display: block;
}

/***********************************************\
|			TreeHouse Launch			 |
\***********************************************/

#treehouseLaunch #nav a, #treehouseLaunch #nav a:visited {
	color: #b9ac97;
}

#nav a, #nav a:visited {
	color: #b9ac97;/*f5b800 */
}

#treehouseLaunch #nav a.current {
	color: #b9ac97;
}

#treehouseLaunch #nav a:hover, #treehouseLaunch #nav a:focus, #treehouseLaunch  #news h2 a:hover, #treehouseLaunch  #news h2 a:focus {
	color: #b9ac97;
}



#treehouseLaunch  #news h2 a,
#twitter_div h2 a,
#treehouseLaunch  #news a:hover ,
#treehouseLaunch  #news h2 a:focus
 { 
	color: #8dc641;
}

