/* CSS Document */

body  {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	
	margin: 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; 
	color: #000000;
}

img{border:0px;}
/* Misc. KM styles */

a {color:#009933;
	text-decoration: none;
	}
	
a:hover {text-decoration: underline;}

.choices{color:#009933;}
#promo{margin: 0 20px; padding:10px;  text-align:center;}
#usa{margin: 0 15px 100px 0px;}
#listings{margin: 7px 0px 12px 10px; width:652px; border:0px solid red;}
#hdrSpacer{float:left; height: 200px;width:1px;}

#listings a {color:#009933;
	text-decoration: underline;
	}
	
#listings a:hover {text-decoration: underline;}

.homeTxt {line-height: 130%; font-size: 14px; width: 90%; margin-left: 30px;}

.sidebox{background: #DCDCCF;
	padding:10px 0 10px 10px;
	margin:10px;
	border: 1px solid #8B8681;}
	
.sidebox p {font-size: 10px;
		margin: 3px;}
.style1 {
	color: #006633;
	font-weight: bold;
}

.hlRow{background:#DAE4D6;}

.twoColElsRtHdr #container { 
	width: 751px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background-image: url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
} 

.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


*/
.twoColElsRtHdr #mainContent {
  	margin: 0 13em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
} 

.twoColElsRtHdr #mainContent P{
  	margin: 7px 20px 7px 30px; /* the left margin will look best if you match the padding amount to the header and footer. */
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 10px;
	
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




