body {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
}
.bodyText {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	padding: 0px 0px;
	vertical-align: top;
	border-top: 1px solid #336699;
	border-right: 1px none #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
}
.rightNav {
	padding: 0px;
	color: #666666;
	border-top: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
}
.content {
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a {
	text-decoration: none;
	color: #003366;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}
ul {
	/*margin: 0px;
	font-weight: bold;*/
	list-style-type: square;
	/*list-style-position: inside;*/
}
li {
	padding: 5px;
	font-size: 11px;
}
hr {
	border: #999999;
	height: 1px;
	background-color: #CCCCCC;
}
.lightText {
	font-size: 11px;
	color: #999999;
}
.footer {
	padding-left: 0px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.1pxborder {
	border:1px solid #666666;
}
.header {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
input {
	font-family: Arial;
	font-size: 11px;
}
th {
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: left;
}

#location, #map-container {
    overflow:hidden;
    margin-bottom:20px;
}
#location .title, #map-container .title {
    padding:5px 10px;
    background:#ddd;
    width:433px;
}
#location .section {
    width:205px;
    float:left;
    padding:10px;
    border:1px solid #ddd;
}
#map {
    border:1px solid #ddd;
    width:451px;
    height:220px;
}
.directions-form {
    padding:5px 10px;
    background:#fafafa;
    width:431px;
    border:1px solid #ddd;
    border-top:none;
    overflow:hidden;
    height:22px;
}
.directions-form label {
    display:block;
    float:left;
    width:95px;
    padding:3px 0;
}
.directions-form input[type="text"] {
    width:230px;
}
.directions-form input[type="submit"] {
    width:90px;
}

.image-barn {
    margin-top:20px;
}
