@charset "utf-8";
/* CSS Document */
*html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background-color: #A68444;
	font: .8em Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	color: #886B33;
}
h2, h3 {
	margin-bottom: -10px;
}
h4 {
	font-size: 10px;
	padding: 4px 0px 4px 8px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted Black;
}
ul li {
	list-style: none url(imgs/bullet.gif);
}

/* IDs*/

#container {
	margin: auto;
	width: 960px;
	background: url(imgs/tile.jpg) repeat-y;
}
#masthead {
	height: 134px;
	background: url(imgs/masthead.jpg) no-repeat;
}
#topNav {
	float: left;
	width: 600px;
	margin-top: 90px;
	margin-left: 70px;
	
}
#topNav ul {
	font-size: 10px;
}
#topNav ul li{
	display: inline;
	margin: 5px;
	padding-bottom: 10px
}
#topNav a:link {
	color: Black;
	text-decoration: none;
}
#topNav a:visited {
	color: Black;
	text-decoration: none;
}
#topNav a:hover {
	color: Black;
	text-decoration: none;
	border-bottom: 3px solid #A68444;
}
#contact {
	width: 170px;
	float: right;
	margin-top: 20px;
	margin-right: 42px;
}
#contentWrapper {
	width:960px;
	position: relative;
	top: 0px;
	background: url(imgs/gradient.jpg) no-repeat;
	}
#gradient {
	background: url(imgs/gradient.jpg) no-repeat;
}	
#mainCol {
	margin: 30px 0px 0px 42px;
	float: left;
	width: 600px;	
	}
#mainCol a:link {
	color: #67522A;
}
#mainCol a:visited {
	color: #CCB27F;
}
#mainCol a:hover {
	color: #463919;
}
#rtCol {
	float: right;
	margin: 20px 37px;
	padding: 0px 5px 5px 5px;
	width: 232px;
}
#rtCol a:link {
	color: #67522A;
}
#rtCol a:visited {
	color: #CCB27F;
}
#rtCol a:hover {
	color: #463919;
}
#contactLink {
	float: right;
	margin-bottom: 70px;
	font-size: 10px;
}
#contactLink a:link {
	color: Black;
	text-decoration: none;
}
#contactLink a:visited {
	color: Black;
	text-decoration: none;
}
#contactLink a:hover {
	color: Black;
	text-decoration: none;
	border-bottom: 3px solid #A68444;
}

#rtContent {
	clear: both;
}
#footer {
	height: 190px;
	background: url(imgs/footerbkgrd.jpg) no-repeat;
	clear: both;
}

/* Classes */
.calendar {
	margin: 0px 0px 30px 30px;
}
.rtWrapper {
	background: url(imgs/rtCol-bkgrd.jpg) no-repeat top;
}
.rtWrapper p {
	margin-left: 6px;
}
.threeColwrapper {
	width: 600px;
	background: url(imgs/threeCol-bkrgd.gif) repeat-y;	
}
.colOne {
	float: left;
	width: 180px;
	margin-right: 30px;

}
.colTwo {
	float: left;
	width: 180px;
	margin-right: 30px;

}
.colThree {
	float: left;
	width: 180px;
}
.clear {
	clear: both;
}
.img-r {
	float: right;
	margin: 5px 0px 10px 10px;
}
.img-l {
	float: left;
	margin: 5px 10px 10px 0px;
}
