/* ------------------------------------------------------------------------
CSS sheet for Sarkis & Associates Realty
Author: Chris Robinson
Date Created: 3-3-2009

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS:
Tan: #faf0d8;
Green: #5c7266;
Blue: #225a7b;

------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;

}
body{
	color: #000;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bodybg.jpg) repeat-y center center #faf0d8;
}
#outer{
	width: 100%;
	text-align: center;
	background: url(images/outerbg.gif) repeat-x;
}
body > #outer{
	background: url(images/outerbg.jpg) repeat-x;
}
#wrap{
	width: 1004px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 10px 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 1004px;
	height: 290px;
	margin: auto;
}
#header a.logo{
	display: block;
	float: left;
	margin: 5px 15px;
	width: 248px;
	height: 49px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
}
#header ul.topNav{
	float: right;
	list-style-type: none;
	margin: 5px 5px 0 0;
}
#header ul.topNav li{
	float: left;
	padding: 0 5px;
	border-left: 1px solid #000;
}
#header ul.topNav li.first{
	border: 0;
}
#header ul.topNav li a{
	color: #000;
	text-decoration: none;
}
#header ul.topNav li a:hover{
	text-decoration: underline;
}
#header ul.nav{
	display: block;
	clear: both;
	padding-top: 10px;
	list-style-type: none;
	width: 100%;
	height: 52px;
	background: url(images/navbg.png) center bottom no-repeat;
}
#flash {
	margin-top: -23px;
}
#header ul.nav li{
	float: left;
	border-left: 1px solid #faf0d8;
	padding: 0 11px;
	margin-top: 8px;
}
#header ul.nav li.first{
	border: 0;
	margin-left: 15px;
}
#header ul.nav li a{
	color: #faf0d8;
	font-family: Georgia, serif;
	text-decoration: none;
	font-size: 16px;
	padding-bottom: 2px;
}
#header ul.nav li a:hover{
	border-bottom: 1px solid #faf0d8;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	clear: both;
	width: 944px;
	margin: auto;
	text-align: left;
	padding: 10px 30px;
}
#content h3{
	font-size: 15px;
	margin: .5em 0;
}
#content a.blog{
	width: 234px;
	height: 170px;
	display: block;
	float: right;
	margin: 10px;
	text-indent: -9999px;
	background: url(images/jimsBlog.jpg) no-repeat;
}
#content a.blog:hover{
	background-position: bottom left;
}
#content img.imgLeft{
	margin: 10px;
	float: left;
}
#content img.imgRight{
	float: right;
	margin: 10px 0 10px 10px;
}
#content img.imgLeft{
	float: left;
	margin: 10px 10px 10px 0;
}
/* -----------------------------------------------------------------------
=LISTING ELEMENTS
-------------------------------------------------------------------------*/
dl.listing{
	overflow: hidden;
	display: block;
	clear: both;
	border-bottom: 1px solid #beaf89;
	margin: 1.5em 0;
	padding: 0 0 1.5em 0;
}
dl.listing dt{
	font-weight: bold;
}
dl.listing dd.image{
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
}
dl.listing dd.image img{
	border: 10px solid #fff;
}
dl.listing a img{
	border: 0;
}
dl.listing dd.tourLink{
	float: right;
	margin: 0 10px;
}
dl.listing dd .reduced{
	font-weight: bold;
	color: red;
}
/* -----------------------------------------------------------------------
=HOUSES ELEMENTS
-------------------------------------------------------------------------*/
#homes{
	display: block;
	clear: both;
	width: 946px;
	margin: auto;
	background: url(images/housesbg.jpg) repeat-x #104e73;
	overflow: hidden;
	border: 1px solid #000;
}
#homes a{
	color: #faf0d8;
	display: block;
	clear: both;
}
#homes h3{
	display: none;
}
#homes ul li{
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 8px 28px 0 28px;
	color: #faf0d8;
}
#homes ul li a img{
	border: 2px solid #faf0d8;
}
ul#tabnav{
	display: block;
	float: left;
}
ul#tabnav li{
	display: block;
	clear: both;
	list-style-type: none;
	margin: 0;
}
ul#tabnav li a{
	color: #faf0d8;
	text-decoration: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(images/tavNavbg.jpg) repeat-x;
	width: 174px;
	height: 24px;
	padding-top: 10px;
	font-family: Georgia, serif;
	font-size: 16px;
}
ul#tabnav li a.active{
	border: 0;
	border-bottom: 1px solid #000;
	background: url(images/arrow.png) 152px center no-repeat;
}
ul#tabnav li a:hover{
	background: url(images/arrow.png) 152px center no-repeat #5c7266;
	text-decoration: none;
}
ul#tabnav li a.active:hover{
	background: url(images/arrow.png) 152px center no-repeat;
}
/* -----------------------------------------------------------------------
=STAFF BIO ELEMENTS
-------------------------------------------------------------------------*/
dl.staff{
	width: 90%;
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #beaf89;
	margin: 1.5em 0;
	padding: 0 0 1.5em 0;
}
dl.staff dd.photo{
	float: left;
	width: 90px;
	padding: 0 10px;
}
dl.staff dd.photo img{
	border: 1px solid #000;
}
dl.staff dd.photo .name{
	display: block;
	text-align: center;
	font-weight: bold;
}
dl.staff dt{
	padding: 10px 0;
	font-weight: bold;
}
dl.staff dd a{
	display: block;
	margin-top: 10px;
	color: #000;
}
div.photo{
	float: left;
	width: 94px;
	margin: 0 10px;
	display: block;
	clear: both;
}
div.staff{
	float: left;
	width: 500px;
	border-bottom: 1px solid #beaf89;
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
}
div.staff p{
	margin-top: 0;
}
div.staff p a{
	display: block;
	color: #000;
}
/* -----------------------------------------------------------------------
=FORM ELEMENTS
-------------------------------------------------------------------------*/
form label{
	display: block;
	clear: both;
	width: 150px;
	float: left;
}
form input[type="text"]{
	width: 258px;
}
form select{
	width: 262px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	width: 926px;
	margin: auto;
	text-align: left;
	border-top: 1px solid #000;
	margin-top: 10px;
	padding: 0 30px;
}
#footer ul{
	float: left;
	list-style-type: none;
}
#footer ul li{
	float: left;
	margin: 0 10px 0 0;
}
#footer p{
	float: right;
	text-align: center;
	margin: 0;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}











