@charset "utf-8";
body {
	margin: 5 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #00F;
	background-image: url(images/bg.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight: normal;
	padding-left: 15px;
	background: url(images/red.jpg) no-repeat left;
	margin-top: 1.25em ;
}
.oneColFixCtrHdr #mainContent #rightCol{
	float: right;
	width: 320px;
	padding: 10px;
	margin: 0 0 10px 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	
}
.oneColFixCtrHdr #mainContent h1 .top{
	font-size: 90%;
	color:#900;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#900;
	background-image:url(images/bgswsh.png);
	background-repeat:no-repeat;
	background-position: top right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 8px 0; 
	color: #FFF;
}
.oneColFixCtrHdr #footer a {
	color: #FFC;
}
.oneColFixCtrHdr ol li{
	margin-top: .5em;
}

.clearfloat {
	clear:both;
		
}
.newsletterBox{
	width: 300px;
	padding: 10px 10px 0 10px;
	border: 1px solid #000;
}
.newsletterBox input{
	float:left;
	display:block;
	clear:left;
	margin: 3px;
	
}
.newsletterBox label{
	float:left;
	display:block;
	margin: 3px;
	width: 120px;
}
.newsletterBox h3{
	text-align:center;
	border-bottom: 1px solid #000;
	margin: -.5em -.5em 0 -.5em;
	color: #fff;
	padding: 0.25em;
	background-color: #333;
	background-image: url(images/bgH.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#bgShadow {
	position:absolute;
	left: 0px;
	top: 2px;
	width: 100%;
	height: 500px;
	background-image:url(images/bgFade.png);
	background-repeat:repeat-x;
	z-index:-200;
}
.floatRgt{
	float: right;
	margin: .5em;
	
}
.box{
	border: 1px solid #000;	
}
iframe{
	border: 1px solid #000;
	
}
.box2{
	margin: auto;
	border: 1px solid #000;
	padding: 0 10px;
	width: 762px;
}
.box2 img{
	margin-left: -10px;
}
.floatLft{
	float: left;	
}
.3coltag{
	width: 100%;
	margin: auto;
	border: 1px solid #000;
	text-align: center;
}
.col1{
	width: 260px;
	float: left;
	text-align: center;
	padding: .5em 10px;
	display: block;
	position: relative;
}
.col2{
	width: 45%;
	float: left;
	padding: .5em 10px;
	display: block;
	position: relative;
	margin: 0 5px;
}
.boxH{
	height: 200px;
	display: block;
}

form#form2 p input.text{
	width: 150px;
}
.profile{
	height: 302px;
	border: 1px solid #000;	
	margin-top: 10px;
}
.profile p{
	margin: 10px;
}
.profile img{
	margin-right: 20px;
	float: left;
	border: 1px solid #000;
}
.profile h2{
	font-size: 18px;
	border-bottom: 1px solid #000;
	background:#FFC;
	margin-top: 0;
	text-align: center;
}
#form1 div{
	margin: 0;
	clear: left;
	
}
#form1 div label{
	width: 120px;
	float: left;
	text-align: right;
	margin-right: .25em;
}
.imgSpacing {
	margin: 0 20px;
}
#form1 div input.text{
	width: 12em;
	display: block;
	float:left;
	font-weight: bold;
	padding-right: 1.5em;
	text-align: left;
	margin: 0 0 4px 0;
}
#form1 div input.submitBtn{
	margin-left:125px;
}
img{
	border:1px solid #000;
}
.PadBorder{
	background: #FFF;
	padding: 3px;
	border:1px solid #000;
}
.imgLeft{
	float:left;
	margin: 5px 10px 5px 0;
	
}
.sold{
	margin-right: -20px;
	background-image: url(images/SOLD.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: -20px;
}
#rightCol ul li{
	list-style-image: url(images/arrow.jpg);
}
#rightCol ul li a{
	color:#900;
	text-decoration:none;
}
.img-shadowLt {
  float: left;
  background: url(images/layout/bgShadow.png) no-repeat bottom right !important;
  background: url(images/layout/bgShadow.gif) no-repeat bottom right;
  margin: 10px !important;
  margin: 10px;
  }

.img-shadowLt img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #EDD3D3;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
  
.img-shadowRt {
  float:right;
  background: url(images/layout/bgShadowUse.png) no-repeat bottom right !important;
  background: url(images/layout/bgShadow.gif) no-repeat bottom right;
  margin: 10px !important;
  margin: 10px;
}

.img-shadowRt img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #EDD3D3;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
.txtRed{
	color: #900;
}




