/***********************************************\
|			COLORS USED				 |
|									 |
|	Background			#f6f6f6	 		 |
|	Unity Blue			#52207b      #52207b	 |
|	Unity Light Blue		#d7d0e5 	#dacbe1	 |	#ded3e7 -- DOWNLOADS PAGE
|	Unity Alt Blue		#553284 			 |
|	Housing Pink		#c00260			 |
|	Housing Light Pink	#f6d3e3			 |	#f5d9e5 -- DOWNLOADS PAGE
|	Enterprise Green		#7fc31c			 |	
|	Enterprise Ligh Green	#ecf8d6			 |	#ecf4df -- DOWNLOADS PAGE
|	Extranet Dark Grey	#777			 |
|	Extranet Light Grey	#111				 |
|									 |
\***********************************************/


/***********************************************\
|			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.9em;
	margin: 0;
	padding: 20px 0;
	background-color: #f6f6f6;
	color: #000;
}

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

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

h1 { 
	font-size: 1.7em; 
	margin: 0;
}

h2 {
	font-size: 1.2em; 
	margin: 0.8em 0;
}

h3 {
	font-size: 1.1em;
	margin: 0.8em 0;
}

h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #52207b;
	font-weight: normal;
}

li {
	margin-left: 20px;
}


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 12px 8px 0;
	padding: 0;
	border: 1px solid #000;
}

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

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

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

.margin0{ margin: 0; }
.padding0{ padding: 0; }

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

.no_list {
	list-style-type: none;
}
	.no_list li {
		background: none !important;
	}

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

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

/** see also ie6_fixer.css and ie7_fixer.css **/
.skip:active {
	color: #52207b;
	background-color: #d7d0e5; 
}

.text08em {
	font-size: 0.8em;
}

#topSkip {
	position: absolute; 
	left: -100%;
}

#topSkip:focus,#topSkip:active { 
	position:absolute;
	left: auto;
	padding-left: 5px;
	background-color: #fff;
}

.linkDivider{display: none;}

body #content ul.callToAction { 
	margin: 0 20px 20px 0;
	padding: 10px 0 0 10px;	
}

body #content ul.callToAction li {
	padding: 0 0 5px 0;
	margin-left: 15px;
	list-style-image: url(/content/img/structure/call_to_action.gif);
	background-image: none;
}


#aaLogo {
	float: left;
	display: inline;
	margin: 5px 0 0 13px;
}



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

#siteHolder {
	width: 776px;
	margin: 0 auto;
	background: url(/content/img/structure/outline.gif) repeat-y 0 0 #fff;
}

/** TOP **/
#top {}

#header {
	background: url(/content/img/structure/header_curves.gif) no-repeat 0 0;
}

#logo {
	float: right;
	display: inline;
	margin: 15px 10px 0 0;
}

#breadcrumb {
	padding-top: 35px;
	margin: 0 0 10px 95px;
}

#breadcrumb a {
	color: #52207b;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:focus {
	background-color: #d7d0e5;
	text-decoration: underline;
}

#breadcrumb a:active {
	text-decoration: none;
	background-color: #52207b;
	color: #fff;
}


div.housing #breadcrumb a {
	color: #c00260;
	text-decoration: none;
}

div.housing #breadcrumb a:hover, div.housing #breadcrumb a:focus {
	background-color: #f6d3e3;
	text-decoration: underline;
}

div.housing #breadcrumb a:active {
	text-decoration: none;
	background-color: #c00260;
	color: #fff;
}


div.enterprise #breadcrumb a {
	color: #7fc31c;
	text-decoration: none;
}

div.enterprise #breadcrumb a:hover, div.enterprise #breadcrumb a:focus {
	background-color: #ecf8d6;
	text-decoration: underline;
}

div.enterprise #breadcrumb a:active {
	text-decoration: none;
	background-color: #7fc31c;
	color: #fff;
}



#breadcrumb span {
	font-weight: bold;
}

#groupNav, #groupSubNav  {
	font-size: 0.9em;
}

#groupSubNavSpacer {
	height: 0.9em;
	clear: both;
}

#groupNav {
	margin-left: 3px;
}

/** Group Nav **/
/** see also ie6_fixer.css and ie7_fixer.css **/
#groupNav a{
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-indent:-9999px;
	background: url(/content/img/structure/tabs.gif) no-repeat;
	outline: none;
}

#groupNav a#groupNavGroup {
	height: 48px;
	width: 103px;
	background-position: 0 -2px;
}

.housing #groupNav a#groupNavGroup {
	background-position: 0 -200px;
}

#groupNav a#groupNavGroup:hover, #groupNav a#groupNavGroup:focus{
	background-position: 0 -51px;
}

#groupNav a#groupNavGroup.current  {
	background-position: 0 -51px;
}

.housing #groupNav a#groupNavGroup:hover, .housing #groupNav a#groupNavGroup:focus {
	background-position: 0 -101px;
}




#groupNav a#groupNavHousing { 
	height: 48px;
	width: 112px;
	background-position: -103px -2px;
}

#groupNav a#groupNavHousing.current {
	background-position: -103px -150px;
}

#groupNav a#groupNavHousing:hover, #groupNav a#groupNavHousing:focus { 
	background-position: -83px -150px;
	margin-left: -20px;
	width: 132px;
}

.group #groupNav a#groupNavHousing:hover, .group #groupNav a#groupNavHousing:focus {
	background-position: -83px -101px;
} 

#siteHolder.enterprise a#groupNavHousing { 
	height: 48px;
	width: 112px;
	background-position: -103px -250px;
}

.enterprise #groupNav a#groupNavHousing:hover, .enterprise #groupNav a#groupNavHousing:focus {
	background-position: -83px -200px;
	width: 132px;
	margin-left: -20px;
} 


#groupNav a#groupNavEnterprise{ 
	height: 48px;
	width: 112px;
	background-position: -215px -2px;
}

#groupNav a#groupNavEnterprise:hover, #groupNav a#groupNavEnterprise:focus  { 
	width: 132px;
	margin-left: -20px;
	background-position: -195px -250px;
}

#groupNav a#groupNavEnterprise.current {
	width: 112px;
	background-position: -215px -250px;
}

#groupNav a#groupNavEnterprise.current:hover, #groupNav a#groupNavEnterprise.current:focus {
	width: 132px;
	margin-left: -20px;
	background-position: -195px -250px;
}

.housing #groupNav a#groupNavEnterprise:hover, .housing #groupNav a#groupNavEnterprise:focus {
	width: 132px;
	margin-left: -20px;
	background-position: -195px -200px;
}



/** last to override the backgroundcolor **/
#groupNav a:active, 
#groupNav a#groupNavHousing:active, 
#groupNav a#groupNavEnterprise:active {
	
}




/** Group Sub Nav **/
#groupSubNav {
	clear: left;
	padding: 11px 13px 15px 13px; /** See Also ie6_fixer.css and ie7_fixer.css **/
}

#groupSubNav a{
	text-decoration: none;
	color: #52207b;
	font-weight: bold;
	padding: 0 1px;
}

#groupSubNav a:visited{}
#groupSubNav a.current { color: #52207b; }

#groupSubNav a:hover, #groupSubNav a:focus {
	color: #fff;
	background-color: #52207b;
}

#groupSubNav a:active {
	color: #000;
	background: none;
}

#nav {
	float: left;
	overflow: hidden;
	height: 100%;
	width: 100px;
	font-size: 0.9em;
}

#nav a {
	display: block;
	color: #52207b;
	margin-bottom: 10px;
	text-decoration: none;
	margin-left: 3px;
	padding: 3px 0 3px 10px;
	background: url(/content/img/structure/nav_off.gif) no-repeat top right #d7d0e5;
}

#nav a:visited{}
#nav a.current {}
#nav a:hover, #nav a:focus, #nav a.current {
	background: url(/content/img/structure/nav_on.gif) no-repeat top right #52207b;
	color: #fff;
}

#nav a:active {}

/** MIDDLE **/
#middle {
	overflow: hidden;
}

/** see also ie6_fixer.css **/
#contentHolder {
	overflow: hidden;
	height: 100%; /* ie fix */
	color: #000;
}

#contentHolder img {}

#contentHolder a:hover img, #contentHolder a:focus img {}

#contentHolder a:active img {}

#content {
	float: left;
	width: 360px;
	overflow: hidden;
	padding: 0 10px 30px 10px;
	height: 100%;
}

#content.fullWidth {
	width: 650px;
	padding: 0 10px 30px 10px;
}

#content p.summary {
	font-weight: bold;
}

#content p {
	margin: 0.8em 0;
}

#content p.multilingual {
	font-size: 2em;
	font-weight: bold;
}

#content p.multilingual2 {
	font-size: 1.1em;
}

#content a {
	color: #52207b;
}

#content a:visited {}

#content a:hover, #content a:focus {
	text-decoration: none;
	background-color: #d7d0e5;
}

#content a:active{
	color: #fff;
	background-color: #52207b;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	background: url(/content/img/structure/bullet_group.gif) no-repeat 5px 5px;
	margin-left: 0;
	padding-left: 20px;
}

.housing #content ul li { background-image: url(/content/img/structure/bullet_housing.gif); }
.enterprise #content ul li { background-image: url(/content/img/structure/bullet_enterprise.gif); }

#content ol li div {
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #52207b;
}

#content ol li {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#content ol ol { list-style-type: lower-alpha; }
#content ol ol ol { list-style-type: lower-roman; }

#content ul ul {	
	margin: 7px 0;
}

#content ul ul li{
	margin-left: 20px;
	background-image: none;
}

#content ul.square {
	list-style-type: square;
}

#content ul.square li {
	margin: 0 0 5px 20px;
	padding: 0;
	background: none;
}

#content ul.normal_color li {
	margin-bottom: 3px;
}

#content ul.normal_color li a{
	color: #000;
}




/** COLUMN **/
#column {
	float: right;
	width: 285px;
	padding: 0 10px 60px 0;
}

#column img {
	margin-bottom: 8px;
	display: block;
}
	
#column a:hover, #column a:active {
	text-decoration: none;
}


	/**** SEARCH ****/
	#searchForm fieldset{
		border: 0;
		margin-bottom: 5px;
	}
	
	#searchForm label {
		display: block;
	}
	
	#searchForm #go {
		position: absolute;
	}
	
	#searchForm #search {
		width: 245px;
		margin-right: 4px;
	}
	

	#column #newsBox {
		
	}
	
	/** see also ie6_fixer.css **/
	#column #newsBox #newsBoxTop a {
		background: url(/content/img/structure/group_news_top.gif) #553284;  /** img color rather than standard purple **/
		min-height: 72px;
		padding: 8px;
		color: #fff;
	}
	
	#column #newsBox #newsBoxTop a.housingFade {
		background: url(/content/img/structure/housing_news_top.gif) #c00260;
		padding: 13px 13px 0 13px;
	}
	
	#column #newsBox #newsBoxTop a.enterpriseFade {background: url(/content/img/structure/enterprise_news_top.gif) #7fc31c; }
	
	#column #newsBox #newsBoxTop a strong {
		font-size: 1.1em;
	}
	
	#column #newsBox #newsBoxTop a span {
		font-size: 0.9em;
	}
	
	#column #newsBox a, #column #newsBox a:visited {
		display: block;
		text-decoration: none;
	}
	
	#column #newsBox a:hover, #column #newsBox a:focus {
		text-decoration: underline;
	}

/** FOOTER **/
#footer {
	clear: both;
	height: 100%;
	overflow: hidden;
	padding: 5px 15px 12px 15px;
	text-align: right;
	background: url(/content/img/structure/footer_curves.gif) no-repeat left bottom;
}

#footer #footerLine1 {
	font-size: 0.7em;
	margin-bottom: 3px;
}

#footer #footerLine1 a, #footer #footerLine1 a:visited {
	color: #000;
}

#footer #footerLine1 a:hover, #footer #footerLine1 a:focus {
	text-decoration: none;
}

#footer #footerLine1 a:active{ color: #888; }


#footer #footerLine2 {
	font-size: 0.7em;
	color: #888;
}

#footer #footerLine2 span {
	margin-right: 7px;
}

#footer #footerLine2 a, #footer #footerLine2 a:visited { color: #888; }

#footer #footerLine2 a:hover, #footer #footerLine2 a:focus { text-decoration: none; }

#footer #footerLine2 a:active{ color: #000; }



/**** GENERIC FORMS ****/
.generalForm {
	width: 500px;
	margin: 20px auto;
	color: #000;
}

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

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

.generalForm fieldset input {
	font-family: Arial, sans-serif;
	width: 330px;
	padding: 1px;
}

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

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

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

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

.generalForm  textarea{
	font-family: Arial, sans-serif;
	font-size: small;
	width: 330px;
	padding: 1px;
}

.generalForm  .submitButton{
	display: block;
	padding: 1px 5px;
	margin: 0px auto 10px auto;
	margin-top: 15px;
	width: 5em;
}

.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 125px;
	font-size: 0.8em;
	width: 330px; /** 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;
}

/***********************************************\
|			PAGE TEMPLATES			 |
\***********************************************/

table{
	margin-right: 20px;
	color: #000;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}

table .tableAlignCenterTop{
	text-align: center;
	vertical-align: middle;
}

table .verticalAlignTop {
	vertical-align: top;
}

table thead th{
	background-color: #fff;
	padding: 5px 0;
	text-align: left;
	font-size: 1.1em;
}

table tr.odd{
	color: #000;
	background-color: #f6d3e3;
	margin: 0;
	padding: 0;
}

table tr.even{
	background-color: #fff;
	border: 1px solid #fff;
}

table td{
	padding: 3px 5px;
}


/***********************************************\
|			ARTICLE TEMPLATES			 |
\***********************************************/

.clickHere {
	position: absolute;
	left: -100em;
}

.authorArticleImg {
	float: right;
	margin-left: 5px;
}

.newsItem h2 {
	margin: 1em 0 0 0;
}

.author_job_title {
	font-size: 0.8em;
}

#content .newsItem p {
	margin: 0 0 0 0;
}

#articleImageHolder{
	width: 600px;
	margin: 20px auto;
	text-align: center;
}

.articleImageHolderThumb a {
	text-align: center;
	vertical-align: middle;
}

.articleThumbItemLeft {
	float: left;
	width: 266px;
	text-align: center;
}

.articleThumbItemRight{
	float: right;
	width: 266px;
	text-align: center;
}

.articleRowThumb{
	margin: 20px 0;
	clear: both;
	overflow: hidden; /* FF 'fix' */
	height: 100%;
	border: 1px solid #000;
}

#articleImageNav{
	margin: 0 auto 20px auto;
	width: 440px;
	color: #118dcd;
}

#articleImageNext{
	float: right;
	display: inline;
	margin-right: 20px;
	width: 100px;
	text-align: right;
}

#articleImagePrev{
	float: left;
	display: inline;
	margin-left: 20px;
	width: 100px;
	text-align: left;
}

#articleImageReturn{
	margin: 0 auto;
	width: 170px;
	text-align: center;
}

.writtenBy {
	font-size: 0.6em;
}



/***********************************************\
|			LISTING TEMPLATES			 |
\***********************************************/

#listingImageHolder{
	width: 544px;
	margin: 20px auto;
}

.listingImageHolderThumb a {
	text-align: center;
	vertical-align: middle;
}

.listingThumbItemLeft {
	float: left;
	width: 266px;
	text-align: center;
}

.listingThumbItemRight{
	float: right;
	width: 266px;
	text-align: center;
}

.listingRowThumb{
	margin: 20px 0;
	clear: both;
	overflow: hidden; /* FF 'fix' */
	height: 100%;
	border: 1px solid #000;
}

#listingImageNav{
	margin: 0 auto 20px auto;
	width: 440px;
	color: #118dcd;
}

#listingImageNext{
	float: right;
	display: inline;
	margin-right: 20px;
	width: 100px;
	text-align: right;
}

#listingImagePrev{
	float: left;
	display: inline;
	margin-left: 20px;
	width: 100px;
	text-align: left;
}

#listingImageReturn{
	margin: 0 auto;
	width: 170px;
	text-align: center;
}


/***********************************************\
|			SECTION SPECIFIC			 |
\***********************************************/

/** Housing (pink) **/
.housing h1, .housing h2, .housing h3, .housing h4, .housing h5, .housing h6, #housingDownloads h1, #housingDownloads h2, #housingDownloads h3  {
	color: #c00260;
}

.housing #content a, #housingDownloads a, #sitemapHousing a {
	color: #c00260;
}

.housing #content a:visited {}

.housing #content a:hover, .housing #content a:focus, #housingDownloads a:hover, #housingDownloads a:focus,
#sitemapHousing a:hover, #sitemapHousing a:focus {
	text-decoration: none;
	background-color: #f6d3e3;
}

.housing #content a:active, #housingDownloads a:active, #sitemapHousing a:active {
	color: #fff;
	background-color: #c00260;
}

.housing #groupSubNav a{ color: #c00260; }
.housing #groupSubNav a.current { color: #52207b; }
.housing #groupSubNav a:hover, .housing #groupSubNav a:focus { 
	color: #fff;
	background-color: #c00260; 
}

.housing #groupSubNav a:active {
	color: #000;
	background: none;
}




/** Enterprise (green) **/
.enterprise h1, .enterprise h2, .enterprise h3, .enterprise h4, .enterprise h5, .enterprise h6, #enterpriseDownloads h1, #enterpriseDownloads h2, #enterpriseDownloads h3 {
	color: #7fc31c;
}

.enterprise  #content a, #enterpriseDownloads a, #sitemapEnterprise a {
	color: #7fc31c;
}

.enterprise #content a:visited {}

.enterprise #content a:hover, .enterprise #content a:focus, #enterpriseDownloads a:hover, #enterpriseDownloads a:focus, #sitemapEnterprise a:hover, #sitemapEnterprise a:focus {
	text-decoration: none;
	background-color: #ecf8d6;
}

.enterprise #content a:active, #enterpriseDownloads a:active, #sitemapEnterprise a:active {
	color: #fff;
	background-color: #7fc31c;
}

.enterprise #groupSubNav a{ color: #7fc31c; }
.enterprise #groupSubNav a.current { color: #52207b; }
.enterprise #groupSubNav a:hover, .enterprise #groupSubNav a:focus { 
	color: #fff;
	background-color: #7fc31c; 
}

.enterprise #groupSubNav a:active {
	color: #000;
	background: none;
}

/** Extranet **/
.enterprise #groupSubNav a{ color: #7fc31c; }
.enterprise #groupSubNav a.current { color: #52207b; }
.enterprise #groupSubNav a:hover, .enterprise #groupSubNav a:focus { 
	color: #fff;
	background-color: #7fc31c; 
}

.enterprise #groupSubNav a:active {
	color: #000;
	background: none;
}

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

/** /contact/ **/
body #content .contactList li {
	list-style-type: none;
	background-image: none;
}

.contactList li.spacer {
	margin-top: 10px;
}

.contactList li.doubleSpacer {
	margin-top: 20px;
}

#contactSending {
	font-style: italic;
	padding: 5px 10px 0 10px;
}

#map {
	margin-bottom: 15px;
	width: 390px;
	height: 260px;
}

#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;
}

/** /downloads/ **/
#downloads {
	background: url(/content/pages/downloads_bottom.gif) left bottom no-repeat;
	overflow: hidden;
	height: 100%;
	padding-bottom: 30px;
	margin-top: 10px;
}

#downloads h2 {

}

#groupDownloads { background: url(/content/pages/group_top.gif) left top no-repeat #ded3e7; }
#housingDownloads { background: url(/content/pages/housing_top.gif) left top no-repeat #f5d9e5; border: }
#enterpriseDownloads { background: url(/content/pages/enterprise_top.gif) left top no-repeat #ecf4df; }

#groupDownloads, #housingDownloads, #enterpriseDownloads {
	float: left;
	width: 180px;
	padding: 0 10px;
}

#groupDownloads, #housingDownloads {	margin-right: 15px; }

.downloadsH2 {
	margin: 15px 0;
}

.downloadsH2 span {
	font-size: 0.6em;
	font-variant: small-caps;
	text-transform: uppercase;
}

.downloadsH3, .downloadsH4 {
	margin: 15px 0 0 0;
}


/** /links/ **/
/**  replaced by the colour co-ordinated bullets
ul.usefulLinks {
	margin-top: 0;
	padding-top: 0;
}
**/

ul.usefulLinks li{
	margin-bottom: 5px;
	/**list-style-type: square;**/
}

h2.linksPage {
	margin-bottom: 8px;
	padding-bottom: 0;
}

/** /our_vision/ **/
#missionStatement {
	font-size: 1.1em;
	padding: 0px 15px;
}

/** /site/sitemap/ **/

#sitemapGroup, #sitemapHousing, #sitemapEnterprise {
	float: left;
	display: inline;
	overflow: hidden;
	height: 100%;
	width: 210px;
	margin-bottom: 25px;
}

#sitemapAbout {
	clear: both;
}

/** /unity_housing/faqs/ **/
.faq, .about {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.faq li, .about li {
	margin: 5px 0;
	padding: 0;
}

#content .faq li p, #content .about li p {
	margin: 0;
	padding: 5px 10px;
}

/** /unity_housing/our_properties/ **/
#content .toggleList a{
	text-decoration: none;
}

#content ul.toggleList{
	margin: 0;
	padding: 0;
}

/** /extranet/ **/

.extranetImg {
	margin-right: 15px;
	}
	
#supportLogos {
	width: 285px;
	float: right;
	margin: 10px 12px 0 0;	
}

.floatRight2 {
	margin-top: 6px;
	float: right;
	clear: left;
}

/** ABOUT **/

.authorImg {
	float: right;
	clear: right;
	
}

.aboutPeople {
	
	float: left;
	width: 230px;
}

.aboutHolder {
	min-height: 100px;
	clear: both;
	margin-bottom: 10px;
	height: 100%;
	overflow: hidden;
}

/**	/search/	**/
.searchResult div { font-size: 0.9em; }
.searchResult div a { color: #008000; }

.searchResult div a:hover, .searchResult div a:focus {
	text-decoration: none;
	background: none;
}

.searchResult h2 {
	font-size: 1.1em;
	margin: 0; 
	padding: 0;
}


.searchNavHolder {
	overflow: hidden;
	height: 100%;
	text-align: center;
	margin-top: 25px;
}

.searchNavHolder .nextHolder {
	float: right;
	width: 33%;
	text-align: left;
	border: 1px solid #fcfcfc;  /** required to ensure the width exists when the content is empty **/
}

.searchNavHolder .prevHolder {
	float: left;
	width: 33%;
	text-align: right;
	border: 1px solid #fcfcfc;  /** required to ensure the width exists when the content is empty **/
}

body ul#searchResultList li {
	background-image: none !important;
	margin: 20px 0 10px 0;
	padding: 0;
}


/*HOUSING NEW STYLING FOR THE FEAUTURED HOUSE*/
#featured_house img {
	margin:0;
	padding:0;
}

#featured_house h2 {
	color:#fff;
	height:25px;
	margin:0px 0px 10px 0px;
	background:#B22F6F;
	padding:5px;
}

#featured_house a {
	border:0;
	text-decoration:none;
}

#featured_house p {
	margin:5px 0px 0px 0px;
}

#featured_house p b {
	width:50px;
}

#small_print p {
	color:#888888;
	font-size:0.7em;
}

#text-resize { float: right; margin: 8px 12px 0 0; }

.decreaseFont { font-size: 0.9em; }
.increaseFont { font-size: 1.2em; }
.resetFont { font-size: 1em; }