/*------BASE.CSS----------*/
/*--Box model layout for:-*/
/*-----Fine Estates------*/
/*--Copyright: Jim Friend--*/

/*---------Colors---------
white = #fff
lightgray = #ccc
medgray = #666
#444
darkgray = #333
#222
#111
black = #000
errors red = #F03E3E
--------------------------*/

/*---------Global---------*/
*{
	margin:0;
	padding:0;
	/*border:1px solid red;/*puts a red border around everything in order to see the positioning*/
}
/*--------Layout----------*/
#wrapper{
	width:800px;
	margin:0 auto;
	position:relative;
}

#header{
	width:470px;
	margin:20px auto;
}

#content{
	margin:50px 5px;
}

#footer{
	clear:both;
	margin-bottom:10px;
}

#nohr{/*put the img of the flur de li here*/
	visibility:hidden;
}

.comingup{
clear:both;
}
/*--------Background------*/
body{
	background:#000 url(http://www.fineestatesaz.com//images/bg.jpg) repeat-x top left;
}


.hide{
	visibility:hidden;
}

#right_column{
	position:absolute;
	top:130px;
	right:0px;
	background:url(http://www.fineestatesaz.com//images/sidebg.gif) repeat top left;
	width:245px;
	font-size:85%;
}

#slideshow{
	margin:7px 5px 15px 5px;
}

/*-------NAV-------*/
#nav{
	float:left;
	width:600px;
}

#nav a{
	text-decoration:none;
	color:#eee;
}

#nav a:hover{
	color:#fff;
}

#nav h1{
	font-size:150%;
	text-align:center;
}

.navbox{
float:left;
	/*border: 1px solid #ccc;*/
	width:250px;
	padding-right:15px;
}

#nav img{
	float: left;
	padding:20px 10px 5px 10px;
}

#nav p{
	font-size:95%;
	padding:10px;
}

/*side bar*/
.featureditem,.comingup{
	padding:20px;
}

#history{
clear:left;
}
/*----------Text----------*/
body{
	font: 95%/160% "Big Caslon","Times New Roman",Baskerville,serif;
	color:#eee;
}

p{
	margin:5px 0;
}

#copyright, #valid{
	clear:left;
	margin-top:10px;
	text-align:center;
	color:#ccc
}

#service{
	font-size:110%;
	padding-top:15px;
}

#right_column h1{
font-family: georgia,serif;
font-size:230%;
}

#valid{
	margin-top:0;
}

/*---------Headings-------*/
h1,h2,h3{
	text-transform:small-caps;
	padding:15px 0 5px 0;
	word-spacing:.1em;
	line-height:120%;
}

a h2{
color:#fff;
}

#right_column h1,#right_column h2{
	text-align:center;
	line-height:80%;
}
.uppercase{
	text-transform:uppercase;
	font-size:80%;
}
/*---------Forms----------*/
form{
	margin-top:10px;
}

label,input,textarea{
	display:block;
	float:left;
	margin-bottom:3px;
}

input,textarea,button{
	border:1px solid #999;
	width:250px;
}

input:focus,textarea:focus,input:hover,textarea:hover{
	background:#fff;
	border-top:1px solid #555;
	border-left:1px solid #555;
}

label{
	width:120px;
	font-size:110%;
	text-align:right;
	padding-right:10px;
}

br{
	clear:left;
}

input{
	padding:2px;
	font-size:1.2em;
	font-size:100%;
}

textarea{
	position:relative;
	left:0px;
	width:350px;
	height:230px;
	font:110%/130% helvetica, arial, sans-serifs;
	padding:3px;
}

#privacy{
	font-size:70%;
	margin:0 0 5px 132px;
	line-height:80%;
	text-align:left;
}

#submit{
	color:#666;
	position:relative;
	left:130px;
	width:100px;
	padding:3px 0;
	cursor:pointer;
	font-weight:bold;
	
}

#submit:hover{
	color:#000;
	background:#fff;
	border-top:1px solid #999;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #999;
}

#submit:active{
	background:#ccc;
	border-top:1px solid #666;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #666;
}

/*for some reason, this kept peeking through*/
#submited{
	display:none;
}

#submit img{
 	padding:0;
	margin:0 3px -4px -3px;
}
/*---------Lists----------*/
ul{
	line-height:20px;
	list-style:disc;
	margin:5px 0;
}

ul a{
	text-decoration:none;
}

/*---------Links----------*/
a img{
	border: none;
}

a{
color:#C80000;
}
/*---------Images--------*/
#featureditem,#calendar{
	padding:15px 0 0 0;
	float:left;
}

.featureditem img{
float:left;
padding:0 10px 0 0;
}

#calendar{
	margin:15px 10px 0 0;
	padding:0 10px;
	background:url(http://www.fineestatesaz.com//images/calendar.gif) no-repeat top center;
}

#month{
	margin-top:-4px;
	color:#fff;
}

#day{
	color:#000;
	font-size:200%;
	padding-bottom:10px;
}

#credentials{
	float:left;
	margin-right:50px;
}
/*------Javascript-------*/