/* Hack for ie6 and below */
* html #nav a:hover{
	background-color: #e5e8b5;
	background-image: none;
	color: #000;
}
/* end browser hacks */
body{
	margin: 0;
	padding: 0;
	background-color: #e5e8b5;
}
body, p{
	
}

a{
	color: #020f96;
}

a:visited{
	color: #41057f;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}
p{
	margin-top: 0;	
}
img.no-border{
	border: 0 none;	
}
#header{
	display: block;
	background: url(../images/design/header.gif) no-repeat;
	height: 91px;
	clear: both;
}
/* Optional. In case an extra spot is needed for ranch contact info. Not plugged into HTML by default. */
#contact{
	
}
#container{
	margin: auto;
	width: 769px;
	display: block;
}
#wrapper{
	display: block;
	float: right;
	width: 586px;
}

#wrappernav{
	display: inline;
	float: left;
	width: 168px;
}

#content{
	display: block;
	float: right;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 586px;
}
#calendar{
	background-color: #dce6f0;
	border-bottom: 1px solid #020f96;
	border-left: 1px solid #020f96;
}
#calendar th, #calendar td{
	padding: 3px;
	border-top: 1px solid #020f96;
	border-right: 1px solid #020f96;
}

.cutline{
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}
#nav{
	display: block;
	width: 166px;
	height: 312px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
	background: url(../images/design/nav.gif) no-repeat;
}

#nav a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
}

#nav a:hover{
	color: #020f96;
	background-image: url(../images/design/over.gif);
}

#adspace{
	display: block;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 167px;
	text-align: center;
}

#footer{
	display: block;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#footer a{
	color: #020f96;
	display: inline;
}

#footer a:hover{
	background-color: #cbcfa2;
}

#join{
	text-align: center;
	padding-top: 11px;
	padding: 11px;
}


#join a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	background-color: #c03;
	border: 2px outset #ff003f;
	padding: 6px;
}

#join a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	background-color: #c03;
	border: 2px inset #ff003f;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	padding: 14px;
	text-align: center;
}
.center{
	text-align: center;
	margin: auto;	
}
#clear{
	display: block;
	clear: both;
}
.clear{
	clear: both;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.sale_report{
	background-color: white;
	border-bottom: 1px solid brown;
	border-left: 1px solid brown;
}
.sale_report th, .sale_report td{
	padding: 3px;
	border-top: 1px solid brown;
	border-right: 1px solid brown;
}
.col-left{
	float: left;
	width: 49%;
	border-right: 1px solid black;
}
.col-right{
	float: right;
	width: 49%
}
.black{
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.highlight{
	background-color: yellow;
	border-bottom: 1px dashed #000;
}
