@charset "UTF-8";
/* CSS Document */

/* Global Styles */

body {
	line-height:1.3em;
	color:#58595B;
	font-family:Arial, Helvetica, sans-serif;
}

a {color:#4A54A4;}

.blue_text {
	color:#4A54A4; 
	font-size:1.3em;
	line-height:1.2em;
	}

h2 {
	color:#4A54A4;
	margin-bottom:10px;
	margin-top:10px;
}

h3 {
	color:#4A54A4;
	font-weight:bold;
	line-height:1.6em;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0;
}

#page_wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	background-image:url(logo.jpg);
	background-repeat:none;
	background-position:top left;
	width:452px;
	height:96px;
	float:left;
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.1em;
	color:#4A54A4;
	clear:both;
	float:right;
	margin-top: -55px;
}

#menu a {
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

#menu a:hover {
	background-color:#4A54A4;
	color:#ffffff;
}

#phone {
	clear:right;
	float:right;
	color:#999999;
	margin-top:-40px;
	padding-right:10px;
	font-style:italic;
}

#phone p {
	margin-top:-5px;
}

/* Home page */

#home_text {
	clear:left;
	float:left;
	margin-top:20px;
	margin-bottom:0px;
	color:#58595B;
	width:900px;
}

#home_photos {
	background-image:url(home_photos.jpg);
	background-repeat:none;
	width:900px;
	height:375px;
	clear:left;
	float:left;
	margin-top:30px;
}

#projects_home1, #projects_home2, #projects_home3 {
	clear:both;
	float:left;
	margin-top:10px;
}
#projects_home1 {padding-top:20px;}
#projects_home2 {padding-left:0px;}
#projects_home3 {padding-left:0px;}
#projects_home1 p, #projects_home2 p, #projects_home3 p {
	margin-top:0px;
	margin-bottom:5px;
}

#home_logo1, #home_logo2, #home_logo3 {
	clear:left;
	float:left;
	background-repeat:none;
	margin-top:20px;
	width:360px;
	height:100px;
}

#home_logo1 {
	background-image:url(AZlogo.gif);
}

#home_logo2 {
	background-image:url(McCormick_logo.jpg);
}

#home_logo3 {
	background-image:url(southMountainFreeway.jpg);
}

#logo_text {
	float:left;
	margin-top:20px;
	padding-left:20px;
	width:500px;
}


/* About page  */

#about_text {
	width:570px;
	padding-right:20px;
	clear:left;
	float:left;
	margin-top:20px;
	margin-bottom:0px;
	color:#58595B;}

#about_photos {
	clear:right;
	float:right;
	width:300px;
	margin-top:20px;
}

/*  Contact page  */

#contact_photo {
	width:540px;
	height:304px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-image:url(southMountainFreeway_lg.jpg);
}

/*  Footer  */

#footer {
	clear:both;
	float:left;
	padding-top:30px;
	width:900px;
}

.footer_left {
	color:#808285;
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	line-height: 1.3em;
}

.footer_right {
	color:#808285;
	font-size:.8em;
	font-style:italic;
	text-align:right;
	line-height: 1.3em;
	margin-top:-1.3em;
}

.footer_right a {
	text-decoration:none;
	font-weight:normal;
}

.footer_right a:hover {
	color:#000;
}
