/* J & S Home Main Site CSS */

a:link,a:visited { text-decoration:none}

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1.em;}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dd, dt
{ margin:0; padding:0;}

a img,:link img,:visited img { border:0px solid black;}

img {border-style: none;}

html { min-height:100%; margin-bottom:1px; }

body {
	background: #FFFFFF;
	font: small Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
* html body {
font-size: small; /* for IE5/Win */
f\ont-size: small; /* for other IE versions */
}

#wrapper {
	margin: 20px auto;
	width: 756px;
}

#topper {
	width: 756px;
	height: 270px;
	margin: 0px auto;
	background: url(images/topperJSHomes.jpg) no-repeat center top;
}

#topper .logo {
	height: 75px;
	width: 174px;
	float: right;
/*	padding-top: 25px;
*/}

#topper .icons {
	float: left;
	height: 30px;
	width: 170px;
	padding: 235px 5px 5px 10px;
}
#navLeft {
	float: left;
	width: 160px;
	padding-left: 3px;
}
#content {
	padding: 12px 15px 15px;
	width: 550px;
	margin: 0px;
	float: right;
}

#content p {
	padding-top: 7px;
	padding-bottom: 7px;
                padding-left: 2px;
	line-height: 1.75em;
        font-size: 110%;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}


#formcontent {
        padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.75em;
        font-size: 110%;
}
h1 {
	font-size: 115%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
	margin-bottom: 7px;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CC0000;
	margin-bottom: 7px;
}



.floatleft {float: left; 
               margin: 3px;
               padding: 15px;
}

#footer {
	margin: 0px auto;
	height: 50px;
	width: 580px;
	float: right;
	text-align: center;
	border-top: 1px solid #CC0000;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .copyright {
	font-size: 95%;
	color: #999999;
}
#footer a:link {
	font-size: 95%;
	color: #CC0000;
	text-decoration: none;
}
#footer a:visited {
	font-size: 95%;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	font-size: 95%;
	color: #666666;
	text-decoration: none;
}


.clearboth {
	clear: both;

}
