/*
	The Bridges at Preston Crossings CSS HACKS FOR NARROWCASTING
	DESIGNED BY SWITCH CREATIVE GROUP		
	HTTP://WWW.GROUPSWITCH.COM
*/


/*

 1. Colors Used
 2. Body
 3. Header
 4. Search Form
 5. Main Content
 6. Content Area
 7. Related Content
 8. Footer
 9. Contact Sidebar
10. Share Sidebar
11. Subscribe Sidebar
12. Rate Us Sidebar

*/



/* ! ------- 1. COLORS USED ------- 		*/
/*--------------------------------------------------------------------*/

/*
		#fff			: white
		#000			: black
		#f5e4c8		: tan
*/





/* ! ------- 2. BODY ------- 	*/
/*--------------------------------------------------------------------*/

	body {
		background-color: #000;
		font-family: Arial, Helvetica, sans-serif;
	}

	body div#doc {
		border: none;
		margin: 0px auto;
		padding: 0px;
		width: 778px;
	}







/* ! ------- 3. HEADER ------- 	*/
/*--------------------------------------------------------------------*/

	/* this contains the "header logo" and the search form */
	div#hd {
		background: #f5e4c8 url(/media/003deb47-3875-4d72-b477-5b9c39bfdab2/headerback.jpg) no-repeat;
		height: 200px;
		margin: 0px 0px 10px 0;
		padding: 0;
		width: 778px;
	}
	
	/* img logo (logo img has to be 750px x 80px) */
	div#hd a img {
		margin: 0;
		padding: 0;
	}

	#flash_header {
		position: absolute;
		top: 33px;
margin-left: -20px;
	}



/* ! ------- 4. Search Form ------- 	*/
/*--------------------------------------------------------------------*/
	
	div#search {
		background: transparent url(/media/003deb47-3875-4d72-b477-5b9c39bfdab2/search_background.gif) no-repeat;
		font-size: .9em;
		height: 50px;
		margin: 115px 0px 0 0;
		padding: 8px 15px 0px 8px;
	}
	
	div#search p {
		color: #444;
	}


/* ! ------- 5. Main Content ------- 	*/
/*--------------------------------------------------------------------*/
	
	/* body background */
	div#doc {
		background: #237953 url(/media/003deb47-3875-4d72-b477-5b9c39bfdab2/bd_background.gif) repeat-y center;
	}
	
	div#bd {
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		margin-top: 50px;
		padding: 0 20px;
	}

	div#bd h1 {
		color: #fff;
		text-transform: capitalize;
		font-size: 1.6em;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
	}
	
	div#bd h1 span {
		line-height: 1em;
		padding: 0px;
		margin: 0px;
	}

	div#bd h2 {
		font-size: .9em;
		text-transform: uppercase;
		font-weight: normal;
		padding: 1em 0px .5em;
		margin: 0px 0px 15px;
		border-bottom: 1px solid #1F1203;
	}

	#bd h2 a:link, #bd h2 a:visited{
		color: #f5ec5c;
		text-decoration: underline;
	}
	
	#b2 h2 a:active, #bd h2 a:hover {
		text-decoration: none;
	}



/* ! ------- 6. Content Area ------- 	*/
/*--------------------------------------------------------------------*/
	
	#content_area {
		border: none;
		margin: 20px 0px;
		padding: 0px;
		background: transparent;
	}
	
	#content_block {
		background: transparent;
	}
	
	#content_block p, #content_block span {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#content_block a:link, #content_block a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	#content_block a:hover, #content_block a:active {
		color: #fff;
		text-decoration: underline;
	}
	
	#content_block p strong, #content_block span strong {
		font-weight: normal;
		font-size: 1.3em;
		font-style: italic;
	}
	
	#content_block p img, #content_block span img {
		border: none;
		text-decoration: none;
margin-left: -8px;
	}
	
	#content_block ul {
		list-style-position: outside;
		font-family: Arial, Helvetica, sans-serif;
		list-style-type: disc;
		margin: 0px 0px 15px 15px;
		padding: 0px;
	}
	
	#content_block ul il {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#content_block h2 strong {
		font-weight: bold;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
	}


/* ! ------- 7. Related Content ------- 	*/
/*--------------------------------------------------------------------*/
	

	div#related_content {
	}
	
	div#related_content h2 {
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px;
		margin: 0px 0px 10px;
	}
	
	div#related_content h3 {
		margin: 0px;
		padding: 0px;
		font-size: 1em;
	}
	
	div#related_content a:link, 
	div#related_content a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	div#related_content a:active, 
	div#related_content a:hover {
		color: #fff;
		text-decoration: none;
	}

/* ! ---- FOOTER ---- */
/* ---------------------------------------------------- */

	div#ft {
		margin: 30px 0 0;
		text-align: center;
		float: none;
		}
	
	div#ft p {
		text-align: center;
		}
	
	div#ft p img {
		display: block;
		margin: 0 auto;
		text-align: center;
		}

/* ! ------- 12. Rate Us Side Bar ------- 	*/
/*--------------------------------------------------------------------*/

	/* main content & background */
	div#rate_content {
		background-image: none;
		display: none;
	}


/* ! ------- 9. Contact Sidebar ------- 	*/
/*--------------------------------------------------------------------*/
	
	/* main content & background */
	div.yui-b {
	}
	
	div#contact_content {
		height: 186px;
		padding: 0px;
		margin: -5px 0px 20px 30px;
		background-position: -3px 0px;
		background-repeat: no-repeat;
		background-image: url(/media/003deb47-3875-4d72-b477-5b9c39bfdab2/sidebar_contact.gif);
	}
	
	div#contact_content a {
		color: #f5ec5c;
	}
	
	/* phone number */
	div#contact_content h2 {
		color: #fff;
		font-size: 1.2em;
		border: none;
		margin: 0px;
		padding: 40px 0px 0px 20px;
	}
	
	div#contact_content h2 a:link, div#contact_content h2 a:visited {
		color: #fff;
		font-size: 1.2em;
		border: none;
		padding: 0px;
		text-decoration: underline;
	}
	
	div#contact_content h2 a:active, div#contact_content h2 a:hover {
		color: #fff;
		font-size: 1.2em;
		border: none;
		padding: 0px;
		text-decoration: none;
	}
	
	div#contact_content h3, div#contact_content h4, div#contact_content h5 {
		width: 170px;
	} 
	
	/* company link */
	div#contact_content h3 {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1em;
		margin: 0px;
		padding: 2px 0px 0px 20px;
	}
	
	div#contact_content h3 a:link, div#contact_content h3 a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	div#contact_content h3 a:active, div#contact_content h3 a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	/* company description */
	div#contact_content h4 {
		color: #fff;
		font-size: 1em;
		margin: 0px;
		padding: 0px 0px 4px 20px;
	}
	
	/* small links */
	div#contact_content h5 {
		color: #fff;
		font-size: .8em
		margin: 0px;
		padding: 0px;
	}
	
	div#contact_content h5 a:link, div#contact_content h5 a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	div#contact_content h5 a:active, div#contact_content h5 a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	/* images next to links */
	div#contact_content h5#contact_us_img {
		padding: 0px 0px 0px 20px;
		margin: 0px;
	}
	
	div#contact_content h5#email_us_img {
		padding: 0px 0px 0px 20px;
		margin: 0px
	}
	
	div#contact_content h5#visit_us_img {
		padding: 0px 0px 0px 20px;
		margin: 0px;
	}
	
	div#contact_content h5#contact_us_img img {
		display: none;
	}
	
	div#contact_content h5#email_us_img img {
		display: none;
	}
	
	div#contact_content h5#visit_us_img img {
		display: none;
	}

/* ! ------- 10. Share Side Bar ------- 	*/
/*--------------------------------------------------------------------*/

	/* main content & background */
	div#share_content {
		background: transparent url(/media/003deb47-3875-4d72-b477-5b9c39bfdab2/sidebar_share.gif) no-repeat;
	}
	
	/* additional padding to the right column */
	div#share_content .spacer_content {
		padding: 40px 0px 0px 23px;
	}
	
	/* links */
	div#share_content a:link, 
	div#share_content a:visited {
		color: #FFF;
	}
	
	div#share_content a:active, 
	div#share_content a:hover {
		color: #000;
	}
	
	div#share_content h5 {
		color: #fff;
	}
	
	/* images next to links */
	div#share_content h5 #email_art_lnk {
	}
	
	div#share_content h5 #digg_art_lnk {
	}
	
	div#share_content h5 #deli_art_lnk {
	}

/* ! ------- 11. Subscribe Side Bar ------- 	*/
/*--------------------------------------------------------------------*/

	/* main content & background */
	div#subscribe_content {
		background: transparent url(/media/003deb47-3875-4d72-b477-5b9c39bfdab2/sidebar_subscribe.gif) no-repeat;
	}
	
	/* addtional padding to the right column */
	div#subscribe_content .spacer_content {
		padding: 40px 0px 0px 23px;
	}
	
	/* text over link imgs */
	div#subscribe_content p.rss_txt_info {
	}
	
	/* paragraphs used for image links */
	div#subscribe_content p.lm_rss_img {
	}
	
	div#subscribe_content p.yh_rss_img {
	}
	
	div#subscribe_content p.ng_rss_img{
	}
	
	div#subscribe_content p.ms_rss_img{
	}
	
	div#subscribe_content p.pl_rss_img{
	}
	
	div#subscribe_content p.bl_rss_img{
	}

/* ! ------- A ------- 	*/
/*--------------------------------------------------------------------*/

	a {
		color: #fff;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;	
	}





