 /*
CSCI:			screen
File name:		screen.css
Rev:			1
Date:			11/2/2010
*/



/*-------------------------------------------
  Screen Stylesheet 
  Created by Forrest Lloyd 
  Revised: 5/27/10 by Forrest Lloyd, validated 
---------------------------------------------*/

/*------------------------------------------
Import Style Guide Files At Run Time
--------------------------------------------*/

/* Navigation Style Guide */
@import url(nav.css);

/*------------------------------------------
Set Globel Style Guide Values
--------------------------------------------*/

*	{
	margin: 0;
	padding: 0;
}

.blank	{
    display: none;
}

p {
	text-indent: 1.5em;
	color: #3D1909;
	margin: 0px 15px 8px 15px;
	padding: 0em .1em .2em .1em;
}

ol, ul	{
	margin: 5px 10px 5px 20px;
}

 
ul	{
	list-style-type: square;
}

li {
	 margin-left: 20px;
} 

#float_left	{
	float:left;
}


.clear {
	clear: both;
}

	
h1 {
	font-size: 14pt;
	font-weight:  bold;
	color: #005596;
	padding: 3px 0px 1px 0px;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #005596;
	padding: 6px 0px .1px 0px;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #005596;
	padding: 6px 0px .1px 0px;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #005596;
	padding: 6px 0px .1px 0px;
}

h5 {
	font-size: .6em;
	font-weight: bold;
	color: #005596;
	padding: 6px 0px .1px 0px;
}


/*------------------------------------------
Style Guide - Basic Layout, All Pages
--------------------------------------------*/

body {	
	font-family:  Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}

#page {
	width: 1024px; /*width of the page content*/
	padding:0px 10px 10px 10px;
	background-color:#ffffff;
}


/*------------------------------------------
Banner Styles
--------------------------------------------*/
#bannertext h1 {
display: none;
}
	
#banner {
	float:left;
	width: 500px; /*width of the banner plus left and right padding of the #page */
	height: 100px;
	background-image: url(../Images/logo/HFHlogo600.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
}

#bannerright	{
	float:right;
	width:300px;
	height:91px;
	margin: 3px 3px 3px 3px;
	border:3px solid #005596;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	text-align:center;
	background-color:#EEF7EC;
}


/*------------------------------------------
Content Styles
--------------------------------------------*/
#content {
	width:1024;
	padding:0px 0px 0px 0px;
}


/*------------------------------------------
Footer Styles
--------------------------------------------*/
#footer {
	clear: both;
	width: 1024px;
	height:65px;
	padding:5px;
	border-top:solid 1px #005596;
	font-family:  Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin:30px 0px 0px 0px;
}

#footer_left	{
	width:100px;
	height:80px;
	float:left;
	margin-left:10px;
}

#footer_center	{
	width:600px;
	height:80px;
	float:left;
	margin-left:100px;
	text-align:center;
}

#footer_right	{
	width:170px;
	height:80px;
	float:right;
	margin-right:10px;
}

/*------------------------------------------
Form General Style
--------------------------------------------*/
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background:#EEF7EC;
	color: #005596;
}

legend {
	font-weight: bold;
	color: #005596;
}

label {
	width: 10em;
}
	
input {
	width: 200px;
	font-size:14px;
	color: #005596;
}


/*------------------------------------------
Table General Styles
--------------------------------------------*/
table {
	width:100%;
	font-size: 18px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px double #666666;
	color: #333333;
}

th {
	height:40px;
	font-size: 18px;
	font-variant: small-caps;
	color: #4D5471;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666667;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666667;
	padding-left: 5px;
	background-image: url(../Images/th_bgd.jpg);
}

.td_color {
	background-color: #D2C896;
}

.support_p {
	color: #FF0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	margin-left: 25px;
	padding-left: 7px;
}

td {
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8BAE0;
	font-size: 16px;
	padding:10px 3px 10px 3px;
}

/*------------------------------------------
CSS code used with video - Testimonal, 
--------------------------------------------*/
.video	{
	clear:both;
	margin-left:8px;
}


/*------------------------------------------
CSS code using on most partner family pages
--------------------------------------------*/
#gallery	{
	clear:both;
	padding-top:15px;
}

#home_top  {
	height:325px;
}

/*
#home_bottom  {
	clear:both;
	height:300px;
}*/

/*------------------------------------------
Home Page Styles
--------------------------------------------*/
#home_index_top  {
	height:420px;
}

#homeImg1 {
	clear: both;
	float: right;
	width: 500px;
	height:333px;
	background: url(../Images/page_home/pic1_w400_h225/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom:2px;
}

#homeImg2 {
	clear: both;
	float: left;
	width: 450px;
	height:274px;
	background: url(../Images/page_home/pic2_w450_h274/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

#homeVideo {
	clear: both;
	float: left;
	width: 450px;
	height:274px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

/*------------------------------------------
Giving Page Styles
--------------------------------------------*/	
#givingImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_giving/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

/*------------------------------------------
Volunteer Page Styles
--------------------------------------------*/
#johnVideo {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

#volunteerImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_volunteer/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

/*------------------------------------------
Volunteer Youth Page Styles
--------------------------------------------*/
#youthImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_youth/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}


/*------------------------------------------
Out of Town, Camplighters, Giving Page Styles
--------------------------------------------*/
#outoftownersImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_outoftown/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

/*------------------------------------------
Bike and Build Page Styles
--------------------------------------------*/
#bikeandbuildImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_bikeandbuild/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}


/*------------------------------------------
Projects Page Styles
--------------------------------------------*/
#projectsImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_projects/img_rotator.php)  no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}


/*------------------------------------------
Project 1 Page Styles
--------------------------------------------*/


/*------------------------------------------
Project 2 Page Styles
--------------------------------------------*/


/*------------------------------------------
Project 3 Page Styles
--------------------------------------------*/



/*------------------------------------------
Applicants Page Styles
--------------------------------------------*/



/*------------------------------------------
Partnering Page Styles
--------------------------------------------*/
#partneringVideo {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

#partnerImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_partner/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}		

/*------------------------------------------
Shelter Page Styles
--------------------------------------------*/
#shelterImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_shelter/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}		

/*------------------------------------------
Sweat Equity Page Styles
--------------------------------------------*/
#sweatImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_sweat/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

/*------------------------------------------
Income Page Styles
--------------------------------------------*/


/*------------------------------------------
Partnering Page Styles
--------------------------------------------*/


/*------------------------------------------
BHS Page Styles
--------------------------------------------*/
#garyVideo {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}


/*------------------------------------------
Home Ownerships Page Styles
--------------------------------------------*/


/*------------------------------------------
About Us Page Styles
--------------------------------------------*/
#aboutImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_about_us/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}


/*------------------------------------------
History Page Styles
--------------------------------------------*/
/*#budImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_history/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	margin-left:30px;
	margin-bottom:30px;
}*/

#historyVideo {
	clear: both;
	float: right;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

#kenVideo {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

#loisVideo {
	clear: both;
	float: right;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}


/*------------------------------------------
Board Page Styles
--------------------------------------------*/
#columb_left	{
	width:502px;
	float:left;
}

#columb_right	{
	width:502px;
	float:right;
}

#board table	{
	font-size:105%;
	border-collapse:collapse;
	border:1px solid #51B948;
}

#board table img {
   border:1px solid #51B948;
} 

#board	table th td	{
	padding-left: 7px;
}

#board, img	{
	 margin: 5px;
}

.odd	{
	background-color: #EEF7EC;
}

.even	{
		background-color: #E7EFF4;
}

#board, table, #board_right	{
	clear:both;
	float:left;
	font-size:105%;
	border-collapse:collapse;
}


/*------------------------------------------
Commenttees Page Styles
--------------------------------------------*/

/*------------------------------------------
Events Page Styles
--------------------------------------------*/


/*------------------------------------------
Past Events Page Styles
--------------------------------------------*/


/*------------------------------------------
Complighters Page Styles
--------------------------------------------*/



/*------------------------------------------
blitz_build Page Styles
--------------------------------------------*/
#blitz_buildImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_blitz_build/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

/*------------------------------------------
Builders Blitz Page Styles
--------------------------------------------*/
#left_half	{
	float:left;
	width:500px;
}

#right_falf	{
	float:right;
	width:500px;
}


/*------------------------------------------
Katrina Page Styles
--------------------------------------------*/
#katrinaImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_Katrina/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

/*------------------------------------------
All Women Build Page Styles
--------------------------------------------*/
#all_womenImg1 {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/page_women/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}


/*------------------------------------------
Privacy Notice Page Styles
--------------------------------------------*/


/*------------------------------------------
Contact Us Page Styles
--------------------------------------------*/
		

/*------------------------------------------
Hyperlinks Page Styles
--------------------------------------------*/



	
/*------------------------------------------
2010 - 2012 Page Styles
--------------------------------------------*/

/*------------------------------------------
Timber 920 W Oregon 7/2010 Page Styles
--------------------------------------------*/
#Oregon920Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_timber/oregon920/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-right: 80px;
}

#timber_video {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

/*
#TimberImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/page_timber/timber/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;
	box-shadow: 10px 10px 5px #888888;
	margin: 20px 20px 20px 15px;
}
*/
/*------------------------------------------
TBD 924 W Oregon 7/2010 Page Styles
--------------------------------------------*/
#oregon924Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_oregon924/oregon924/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#fam_oregon924Img {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_oregon924/partner_fam/img_rotator.php)	 no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}

/*------------------------------------------
kristene 932 W Oregon 7/2010 Page Styles
--------------------------------------------*/

#oregon932Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_kristene/oregon/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#kristeneImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_kristene/kristene/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}


/*------------------------------------------
Jarrod Mello Kristy Jorden 1013 W Boston 5/2010 Page Styles
--------------------------------------------*/
#boston1013Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_jarrod/boston1013/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#jarrodImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_jarrod/jarrod/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}

/*---------------------------------------
Brenda Handy 918 W Oregon 1/2010 Page Styles
--------------------------------------------*/
#oregon918Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_brenda/oregon918/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#brendaImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_brenda/brenda/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}


/*------------------------------------------
2007 - 2009  Page Styles
--------------------------------------------*/

/*------------------------------------------
Tina Turner 918 W. Oregon 1/2009 Page Styles
--------------------------------------------*/
#boston1133Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_tina/boston1133/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#tinaImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_tina/tina/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}

/*------------------------------------------
Darrell Eddins 1224 W. Boston 1/2009 Page Styles
--------------------------------------------*/
#boston1224Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_darrell/boston1224/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#darrellImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_darrell/darrell/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}

/*------------------------------------------
Becky Bachinski 904 W. Oregon 7/2008 Page Styles
--------------------------------------------*/
#oregon904Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_becky/oregon_904/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#beckyImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_becky/becky/img_rotator.php) no-repeat;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	border: 4px solid #E7EFF4;
	margin: 20px 20px 20px 15px;
}

/*------------------------------------------
Shawna Buckies 432 S Gateway 7/2008 Page Styles
--------------------------------------------*/
#gateway432Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_shawna/gateway432/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#shawnaImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_shawna/shawna/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}

/*------------------------------------------
Doris Carbajal 1912 W Mariposa, 6/2007 Page Styles
--------------------------------------------*/
#mariposa1012Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_doris/mariposa1012/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#dorisImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_doris/doris/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}

/*------------------------------------------
2004 - 2006 Page Styles
--------------------------------------------*/

/*------------------------------------------
Jessica Sandoval 1040 Iowa 6/2006 Page Styles
--------------------------------------------*/
#iowa1040Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_jessica/iowa1040/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#jessicaImg {
	clear: both;
	float: left;
	width: 450px;
	height: 300px;
	background: url(../Images/partner_jessica/jessica/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}


/*------------------------------------------
Tammy Sangehan 428 S. Gatway Page Styles
--------------------------------------------*/
#gateway428Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_tammy/gateway428/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#tammyImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_tammy/tammy/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}

/*------------------------------------------
Kathleen Burnett 1017 W Boston 9/2005 Page Styles
--------------------------------------------*/
#boston1017Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_kathleen/boston1017/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#kathleenVideo {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin: 20px 20px 20px 15px;
}

#kathleenImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_kathleen/kathleen/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 5px;
	margin-right: 25px;
}

/*------------------------------------------
Phu 1013 W. Boston 10/22/04 Page Styles (2ed owner Kristy Jorden)
--------------------------------------------*/
#phu_page_bottom  {
	clear:both;
	height:400px;
}

#boston1013aImg {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_phu/boston_1013/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#phuImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_phu/phu/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}


/*------------------------------------------
Sandy Kisor 1008 W. Mariposa 7/2004 Page Styles
--------------------------------------------*/
#mariposa1008Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_sandy/mariposa1008/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#sandyImg {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_sandy/sandy/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin: 20px 20px 20px 15px;
}


/*------------------------------------------
2001 - 2003 Page Styles
--------------------------------------------*/

/*------------------------------------------
Collette Pierce 216 W. Graff 10/2003 Page Styles
--------------------------------------------*/
#graaf216Img {
	clear: both;
	float: right;
	width: 450px;
	height: 300px;
	background: url(../Images/partner_collette/graaf216/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#colletteVideo {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}


/*______________________________________
Robin 907 Oregon
__________________________________________*/
#oregon907Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_robin/oregon907/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#robinVideo {
	clear: both;
	float: left;
	width: 450px;
	height:300px;
	background: url(../Images/partner_robin/robin/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

/*------------------------------------------
Liz Allen 712 W Robertson 6/2001 Page Styles
--------------------------------------------*/
#robertson712Img {
	clear: both;
	float: right;
	width: 450px;
	height:300px;
	background: url(../Images/partner_liz/robertson712/img_rotator.php) no-repeat;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-left:30px;
	margin-bottom:30px;
}

#lizVideo {
	clear: both;
	float: left;
	width: 450px;
	height:337px;
	border: 4px solid #E7EFF4;
	border-radius:15px;	/*css 3*/
	box-shadow: 10px 10px 5px #888888; 	/*css 3*/
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 25px;
}

