/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
	background: white;
	font-family: Arial;
	font-size: 13px;
	color: #0000ab;
}
body {
	text-align: center;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {
	color: #0000cc;
	font-weight: bold;
}
/*=WRAPPER
=== === === === === === === === === === */
#wrapper {
	width: 929px;
	height: 650px;
	margin: 20px auto;
	text-align: left;
	background: #d9cece;	
	background: #d9cece url(../cssimg/bg_all.gif);
	border: 1px solid #a39c9b;
}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	height: 70px;
	width: 100%;
	background: #ffff00 url(../cssimg/bg_masthead.gif);
	text-indent: -9999px;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	width: 109px; 
	height: 580px;	
	float: left;
	/*background: transparent url(../cssimg/bg_nav.gif);*/
}
#menu {
    width: 109px;
	height: 240px;
    background: url(../cssimg/nav.gif);
    margin-top: 19px;
	margin-left: 0px;
	padding: 0;
    position: relative;
}
#menu li {
    margin: 0;
	padding: 0;
	left: 0px;
	list-style: none;
    position: absolute;
}
#menu li, #menu a {
    width: 109px;
	display: block;
	height: 40px;
	text-indent: -9999px;
	outline:none;
}
#home {
	top: 0px;
}
#group {
	top: 40px;
}
#services {
	top: 80px;
}
#listings {
	top: 120px;
}
#about {
	top: 160px;
}
#contact {
	top: 200px;
}
#home a:hover, #homeOn {
	background: transparent url(../cssimg/nav.gif) -109px 0px no-repeat;
}
#group a:hover, #groupOn {
	background: transparent url(../cssimg/nav.gif) -109px -40px no-repeat;
}
#services a:hover, #servicesOn {
	background: transparent url(../cssimg/nav.gif) -109px -80px no-repeat;
}
#listings a:hover, #listingsOn {
	background: transparent url(../cssimg/nav.gif) -109px -120px no-repeat;
}
#about a:hover, #aboutOn {
	background: transparent url(../cssimg/nav.gif) -109px -160px no-repeat;
}
#contact a:hover, #contactOn {
	background: transparent url(../cssimg/nav.gif) -109px -200px no-repeat;
}
/*=CONTENT
=== === === === === === === === === === */
#content {	
	margin-left: 109px;
	_margin-top: -580px;
	width: 820px;
	height: 550px;	
	padding-top: 30px;
	/*background: transparent url(../cssimg/bg_content.gif);*/
}
#footer {
	text-indent: -9999px;
}
/*----------------- home -----------------*/
#home-title {
	background: transparent url(../cssimg/script-proudly.gif);	
	margin-left: 228px;
	width: 361px;
	height: 25px;
	text-indent: -9999px;	
}
#home-photo {
	margin-top: 30px;
	margin-left: 116px;
}
#home-copy {
	width: 700px;
	margin-top: 30px;
	margin-left: 52px;
	text-align: left;	
}
/*----------------- group -----------------*/
#group-title {
	background: transparent url(../cssimg/script-company.gif) no-repeat;
	margin-left: 254px;	
	width: 288px;
	height: 25px;
	text-indent: -9999px;	
}
#group-photo {
	margin-top: 30px;
	margin-right: 30px;
	float: right;
}
#group-copy {
	width: 510px;
	margin-top: 30px;
	margin-left: 52px;
	text-align: left;	
}
#group-strong {
	margin-top: 40px;
	font-size: 18px;	
	color: black;	
	line-height: 120%;
}
/*----------------- services -----------------*/
#services-title {
	background: transparent url(../cssimg/script-services.gif) no-repeat;
	margin-left: 297px;	
	width: 169px;
	height: 20px;
	text-indent: -9999px;	
}
#services-photo {
	margin-top: 30px;
	margin-right: 38px;
	float: right;
}
#services-copy {	
	margin-top: 30px;
	text-align: left;	
}
#services-copy p {
	margin-left: 36px;
	float: left;	
}
#services-copy b {
	font-size: 14px;
}
/*----------------- listings -----------------*/
#listings-title {
	background: transparent url(../cssimg/script-listings.gif) no-repeat;
	margin-left: 297px;	
	width: 151px;
	height: 25px;
	text-indent: -9999px;	
}
/*----------------- arizona -----------------*/
#arizona-title {
	background: transparent url(../cssimg/script-arizona.gif) no-repeat;
	margin-left: 297px;	
	width: 173px;
	height: 25px;
	text-indent: -9999px;	
}
#arizona-photo {
	margin-top: 30px;
	margin-right: 60px;
	float: right;
}
#arizona-copy {
	margin-top: 30px;
	text-align: left;	
	margin-left: 60px;
	float: left;	
	line-height: 190%;
}
#arizona-copy b {
	font-size: 14px;
}
#arizona-copy a {
	font-weight: bold;
	font-size: 13px;
}
/*----------------- contact -----------------*/
#contact-title {
	background: transparent url(../cssimg/script-contact.gif) no-repeat;
	margin-left: 297px;	
	width: 102px;
	height: 23px;
	text-indent: -9999px;	
}
#contact-copy {
	margin-top: 30px;
	text-align: left;	
	margin-left: 80px;
	float: left;	
}
#contact-copy b {
	font-size: 14px;
}
#contact-copy #click {
	font-size: 12px;
	margin-top: 30px;
}
#contact-photo {
	margin-top: 30px;
	margin-right: 80px;
	float: right;
}
