/* Elements
----------------------------------------*/


body
{	
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #402B18;
	text-align: center;
	margin: 0px;
	height: 100%;
}


#mainContainer
{	
	width:1075px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* Header
----------------------------------------*/
#header
{
	width:1075px;
	/*height:70px;
	background-image: url(../images/header.jpg);*/
	background-repeat: no-repeat;
	background-position:center;
	margin-bottom: 1px;
}


/* Nav
----------------------------------------*/
#nav {
	width: 1075px;
	height:20px;
}


/* content
----------------------------------------*/
#content{
	width: 1075px;
	height:100%;
	padding-top: 30px;
}

	

/* Elements
----------------------------------------*/

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/brownTitle.jpg);
	height: 38px;
	font-size:16px;
	color:#f2e8d0;
	padding-left: 15px;
	text-align: left;
}

.subMenuBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/subMenuBig.jpg);
	background-position: bottom;
	background-color: #E8E7E3;
	height: 53px;
	font-size:11px;
	color:#352705;
	border: solid 1px #9c968b;
	background-repeat: repeat-x;
}

.subMenuSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/subMenuBG.jpg);
	background-position: bottom;
	background-color: #E8E7E3;
	background-repeat: repeat-x;
	height: 21px;
	font-size:11px;
	color:#352705;
	padding-left: 5px;
	border: solid 1px #9c968b;
	text-align: left;
	text-transform: uppercase;
}

.subMenuSmall a, .subMenuBig a {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-image: url(../images/subMenuBG.jpg);*/
	font-size:11px;
	color: #000000;
	text-decoration:none;

}

.subMenuSmall a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}


/* Footer
----------------------------------------*/
#footer
{
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:1075px;
	height:70px;
	text-align: center;
}


.footerTxt {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #f2e8d0;
	text-align: center;
	padding-top: 30px;
}



#footer a {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #f2e8d0;
	text-decoration: none;
}

/* Sailfin Additions
----------------------------------------*/
#header img 
{
    border: 0;
}
#header table 
{
    width: 98%;
    border: 0;
}
#header table td 
{
    vertical-align: top;
    text-align: left;
}
#header table td, #header table tr, #form1
{
    padding: 0;
    margin: 0;
}
.subMenuSmall th, .subMenuBig th
{
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
}
.subMenuSmall td , .subMenuBig td
{
    text-align: right;
}
.dealer-expand 
{
    padding-right: 20px;
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.dealer-collapse 
{
    padding-top: 2px;
    padding-right: 20px;
    font-weight: bold;
}

#search-box input 
{
    margin-left: 15px;
}
#search-box input[type="submit"] 
{
    font-family: Georgia, "Times New Roman", Times, serif;
	color:#4A3B12;
	margin-left: 15px;
}
input[type="checkbox"] 
{
    float: right;
    margin: 10px 10px 0 0;
}
#lblStreetView 
{
    padding-right: 10px;
    font-size: small;
    float: right;
}
.not-found 
{
    background-color: #fff;
    color:  #AF1515;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}