/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                 styles for john-marazzi-nissan         2009                */
/******************************************************************************/ 
@import url("reset.css");


HTML, BODY, .basic{
	height: 100%;
}


.basis{
	margin: auto;
	width: 770px;	/* width of basis */
	margin-bottom: -50px;
	display: table;
	height: auto;
	height: 100%;
	min-height: 100%;
}

.main{
	height: 100%;
}

.header{
	height: 130px;	/* height of header */
}

.contents
{
}
.leftpanel{
	width: 570px;	/* width of left column */
	float: left;
}
.rightpanel{
	width: 160px;	/* width of right column */
	float: right;
}

.footer{
	width: 770px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
}


/*needed to make room for footer*/
.clearfooter{
	clear: both;
	height: 50px;	/* height of footer */
}
* > HTML .clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


/*** standard classes ***********************************************************************************************/
.clear{
	clear:both;
	display: block;
}



/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #02675a;
	behavior: url("js/csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

A,
A:visited
{
	color: #02675a;
	text-decoration: none;
}
A:hover
{
	color: #e96f0b;
	text-decoration: underline;
}
P
{
	padding: 5px 0px 10px 0px;
	line-height: 16px;
	font-size: 12px;
}
H1,
H2,
H3
{
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	border-bottom: 3px solid #e2e2e2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
H2
{
	font-size: 22px;
}

.basis
{
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-image: url(../images/rightpanel-bg.png);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}

STRONG{
	font-weight:bold;
}

EM{
	font-style:italic;
}


/*** header **************************************************************/
.header
{
    position: relative;
    background-color: #78aad7;
    background-color: #e2e2e2;
    border-bottom: 1px solid #ffffff;
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
}

.header A.logo
{
	position: absolute;
	top: 20px;
	left: 20px;
}
.header A.logo IMG
{
	width: 175px;
	height: 82px;
}



/*** navigation **********************************************************/
.navigation
{
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
	padding: 3px 0px 3px 0px;
}
.navigation UL
{
}
.navigation UL LI
{
	float: left;
	padding: 2px 21px 0px 21px;
	background-image: url(../images/navigation-li-bg.png);
	background-repeat: repeat-y;
	height: 17px;
	font-size: 12px;
}
.navigation UL LI.first
{
	background-image: none;
}
.navigation UL LI A,
.navigation UL LI A:visited
{
	color: #ffffff;
}
.navigation UL LI A:hover
{
	color: #000000;
	text-decoration: none;
}



.contents
{
	padding: 10px 10px 0px 10px;
}

/*** leftpanel ***********************************************************/
.leftpanel
{
	color:#333;
}



/*** boxes ****************/
.boxes
{
	margin: 10px 0px 0px 0px;
}
.boxes A,
.boxes A:visited
{
	position: relative;
	display: block;
	/*
	width: 135px;
	height: 120px;
	*/
	float: left;
	font-size: 0px;
	margin: 0px 0px 0px 11px;
}
.boxes A:hover
{
	text-decoration: none;
}
.boxes A.first,
.boxes A:visited.first
{
	margin-left: 0px;
}
.boxes IMG
{
	display:block;
	width:134px
}
.boxes A BIG,
.boxes A:visited BIG
{
	font-size: 12px;
	color: #ffffff;
	display: block;
	width: 134px;
	height: 24px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	position: absolute;
	top: 71px;
	left: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; opacity:0.70;
}
.boxes A:hover BIG
{
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90; opacity:0.90;
}


/*** rightpanel ***********************************************************/
.rightpanel
{
}
.rightpanel H3
{
	font-size: 20px;
	color: #999999;
	border-bottom: 3px solid #ffffff;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 24px;
}
.rightpanel .nav
{
	margin-bottom: 20px;
}
.rightpanel .nav UL
{
}
.rightpanel .nav UL LI
{
	padding: 0px 0px 6px 0px;
}
.rightpanel .nav UL LI A,
.rightpanel .nav UL LI A:visited
{
	padding: 0px 0px 0px 16px;
	background-image: url(../images/nav-li-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	width: 144px;
}
.rightpanel .nav UL LI A:hover
{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/nav-li-hover-bg.png);
}
.rightpanel .nav UL LI.active A,
.rightpanel .nav UL LI.active A:visited,
.rightpanel .nav UL LI.active A:hover
{
	color: #000000;
	background-image: url(../images/nav-li-hover-bg.png);
}

.rightpanel .nav UL UL
{
}
.rightpanel .nav UL UL LI
{
	padding: 3px 0px 0px 20px;
}
.rightpanel .nav UL UL LI A,
.rightpanel .nav UL UL LI A:visited,
.rightpanel .nav UL LI.active UL LI A,
.rightpanel .nav UL LI.active UL LI A:visited
{
	padding: 0px 0px 0px 16px;
	background-image: url(../images/nav-li-li-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	width: 124px;
	color: #58b0a5;
}
.rightpanel .nav UL UL LI A:hover,
.rightpanel .nav UL LI.active UL LI A:hover
{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/nav-li-li-hover-bg.png);
}
.rightpanel .nav UL LI.active UL LI.active A,
.rightpanel .nav UL LI.active UL LI.active A:visited,
.rightpanel .nav UL LI.active UL LI.active A:hover
{
	color: #000000;
	background-image: url(../images/nav-li-li-hover-bg.png);
}


/*** footer **************************************************************/
.footer
{
	width: 760px;
	height: 35px;
	padding: 15px 0px 0px 10px;
}
.footer .cnt
{
	width: 570px;
	border-top: 3px solid #e2e2e2;
	position: relative;
	font-size: 11px;
	color: #848484;
}
.footer .cnt .copyright
{
	width: 32%;
	float: right;
	text-align: right;
	padding: 7px 0px 0px 0px;
}
.footer .cnt .nav
{
	width: 67%;
	float: left;
	padding: 7px 0px 0px 0px;
}
.footer .cnt .nav UL
{
}
.footer .cnt .nav UL LI
{
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #959595;
}
.footer .cnt .nav UL LI.first
{
	padding-left: 0px;
	margin-left: 0px;
	border: none;
}
.footer .cnt .nav UL LI A,
.footer .cnt .nav UL LI A:visited
{
}
.footer .cnt .nav UL LI A:hover
{
}









/* search form */
#QuickSearchTable TD{
	padding:5px 3px;
}
#Min_Price,#Max_Price{
	width:70px;
}

.QsInputBox{
	width:60px;
}

.QsCommunitiesBoxSm{
	width:70px
}


