﻿@charset "UTF-8";
/* CSS Document */

/*
Theme URI: http://www.YourWayHomeAZ.com
Description: YourWayHomeAZ campaign website
Version: 1.0
Author: Stuart Laybourne, R Squared Design & Advertising, Phoenix, Arizona. 602.956.8229. stuartl@r2az.com

Version: 1.1 - Modified by Chris Kontz, AZDOH
Consolidated common items into this common stylesheet

*/

/*---------------------------------------------------------------------------UNIVERSAL-------------------------*/

body {
	margin: 0;
	background-repeat: no-repeat;
}

.body {
	font: 11.75px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
}

.body_bold {
	font: bold 11.75px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
}

.ghost_body {
	font: 11.75px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #8b9298;
}

.date {
	font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

/*-----------------------Text Link Styles------------------------*/

a:link {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #b2def0;
	text-decoration: none;
}

a:link:hover {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.home {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.home:hover {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

a.community {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #66ac42;
	text-decoration: none;
}

a.community:hover {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.housing {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #cc8a3e;
	text-decoration: none;
}

a.housing:hover {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.eligibile {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #ba6559;
	text-decoration: none;
}

a.eligibile:hover {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.media {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #e6d71b;
	text-decoration: none;
}

a.media:hover {
	font: bold 12.5px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.logins {
	font: bold 9px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.logins:hover {
	font: bold 9px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.out {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: none;
}

a.out:hover {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

a.media_out {
	font: bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #574f47;
	text-decoration: underline;
}

a.media_out:hover {
	font: bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
/*-----------------------Container------------------------*/

#container {
	width:800px;
	height:auto;
	margin: 0 auto;
	position: relative;
}

/*---------------------------------------------------------------------------ABOVE HEADER------------------------*/

/*-----------------------Above Header------------------------*/

#above_header {
	width:800px;
	height:66px;
	margin: 0px
}

#us_flag {
	width:35px;
	height:21px;
	margin-left:64px;
	margin-top:15px;
	float:left;
	display: inline;
}

#mexico_flag {
	width:34px;
	height:21px;
	margin-left:38px;
	margin-top:15px;
	float:left;
}

#logins {
	width:370px;
	height:20px;
	margin-left:250px;
	margin-top:10px;
	float:left;
	text-align: right;
}

/*---------------------------------------------------------------------------HEADER------------------------*/

/*-----------------------Header------------------------*/

#header {
	width:800px;
	height:32px;
	margin: 0px;	
}

#date_time {
	width: 275px;
	height:32px;
	background-image: url(/images/header/date.jpg);
	float:left;
}

#date_location {
	width:215px;
	height:10px;
	margin-left:28px;
	margin-right:25px;
	margin-top:12px;
	float:left;
	display: inline;
}

#home_btn{
	width:66px;
	height:32px;
	float:left;
}

#community_btn{
	width:148px;
	height:32px;
	float:left;
}

#housing_btn{
	width:129px;
	height:32px;
	float:left;
}

#eligible_btn{
	width:108px;
	height:32px;
	float:left;
}

#media_btn{
	width:74px;
	height:32px;
	float:left;
}

/*---------------------------------------------------------------------------LEFT SIDE------------------------*/

/*-----------------------Left Container------------------------*/

#left {
	width:274px;
	height:auto;
	margin: 0px 0px 0px;
	float:left;
}

/*-----------------------Upper Logo------------------------*/

#logo {
	width:274px;
	height:178px;
	margin: 0px 0px 0px;
	float:left;
	background: url(/images/left/left_logo.jpg) no-repeat top;
}

#logo_index {
	width:274px;
	height:178px;
	margin: 0px 0px 0px;
	float:left;
	background: url(/images/left/left_logo_index_only.jpg);
}

/*-----------------------Left Housing Map------------------------*/

#housing_map {
	width:274px;
	height:190px;
	margin: 0px;
	float:left;
}

/*-----------------------Left Main Text------------------------*/

#left_main_container {
	width:274px !important;
	height:auto;
	margin: 0px;
	float:left;
	display: inline;
	background: url(/images/left/index_bottom.jpg) no-repeat bottom;
	padding-bottom: 12px;
}

#left_main {
	width:224px;
	height:auto;
	margin-left:25px;
	margin-right:25px;
	float:left;
	display: inline;
}

/*-----------------------Community Partners Links------------------------*/

#com_links_arizona {
	width:263px;
	height:28px;
	margin-top:53px;
	margin-left:11px;
	float:left;
	display: inline;
}

#com_links_maricopa {
	width:263px;
	height:27px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_pima {
	width:263px;
	height:26px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_avondale {
	width:263px;
	height:24px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_chandler {
	width:263px;
	height:27px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_glendale {
	width:263px;
	height:27px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_mesa {
	width:263px;
	height:27px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_phoenix {
	width:263px;
	height:27px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_surprise {
	width:263px;
	height:27px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#com_links_tucson {
	width:263px;
	height:41px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}
/*-----------------------Housing Options Links------------------------*/

#housing_links_rentvbuy {
	width:263px;
	height:28px;
	margin-top:47px;
	margin-left:11px;
	float:left;
	display: inline;
}

#housing_links_buy {
	width:263px;
	height:27px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

#housing_links_rent {
	width:263px;
	height:26px;
	margin-left:11px;
	margin-top:0px;
	float:left;
	display: inline;
}

/*---------------------------------------------------------------------------RIGHT SIDE------------------------*/

/*-----------------------Right Container------------------------*/

#right {
	width:526px;
	height:auto;
	margin: 0px 0px 0px;
	float:left;
}

/*-----------------------Right Index Page------------------------*/

#right_index_only_container {
	width:526px;
	height:190px;
	margin: 0px;
	background: url(/images/right/index_right.jpg);
	float:left;
	display: inline;
}

#right_index_only {
	width:476px;
	height:auto;
	float:left;
	display: inline;
	margin: 30px 0 0 25px;
}

#right_index_only p { margin: 0; padding: 12px 0 4px 0; }

/*-----------------------Right Picture------------------------*/

#right_picture {
	width:526px;
	height:auto;
	margin: 0px;
	float:left;
}

/*-----------------------Right Text ------------------------*/


#right_text_container {
	width:526px;
	height:auto;
	background: url(/images/right/green_gradient.jpg) no-repeat bottom;
	background-color:#FFFFFF;
	margin: 0px;
	float:left;
}

#right_text_container_site {
	width:526px;
	height:auto;
	background-color:#FFFFFF;
	margin: 0;
	float:left;
}

#right_text {
	width:476px;
	height:auto;
	float:left;
	margin: 0 25px 0 25px;
	padding-bottom: 25px;
}


/*---------------------------------------------------------------------------FOOTERS------------------------*/

/*-----------------------Right Footer------------------------*/
#right_footer {
	width:526px;
	height:40px;
	background: url(/images/footer/right.jpg);
	float:left;
}

/*-----------------------Left Footer------------------------*/
#left_footer {
	width:274px;
	height:80px;
	float:left;
}

/*-----------------------Lender & Map Buttons------------------------*/

#lender_btn {
	width:148px;
	height:32px;
	margin-top:10px;
	margin-left: 85px;
	float:left;
	display: inline;
}

#map_btn {
	width:148px;
	height:32px;
	margin-top:10px;
	margin-left: 10px;
	float:left;
	display: inline;
}

