body,
td,
input,
select {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bounding {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	border: 1px solid #663300;
	background-color: white;
}

#header {
	margin: 0;
	padding: 0;
	width: 776px;
	height: 100px;
	border: 3px solid white;
}

#navigation {
	background-image: url('/Images/QuillGordon/bg_navigation.png');
	background-repeat: repeat-y;
	border: 3px solid white;
	border-top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-variant: small-caps;
	color: #999999;
}
#navigation a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
}
#navigation a:link {
	color: #666600;
}
#navigation a:visited {
	color: #666633;
}
#navigation a:hover,
#navigation a:active {
	background-color: #999900;
	color: white;
}
#navigation a.selected {
	background-color: #666600;
	color: white;
}

#content {
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#content a {
	color: #666600;
}
#content a:hover {
	color: #999900;
}
h1,
#content .PageTitle {
	color: #663300;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 17px;
	font-weight: bold;
}
h2 {
	color: #132C63;
	font-size: 19px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	font-weight: bold;
	
}
h3 {
	color: #0A1836;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 {
	color: #02050A;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 14px;
	font-weight: bold;
}
/* h6 is 15px, h5 is 16px... */
p,
div {
	padding: 0px;
	margin: 0px;
	/* margin-bottom: 15px; */
}
ul,
ol {
	/* margin-bottom: 15px; */
}

#copyright {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 10px;
	color: #999999;
}
#copyright a {
	color: #666666;
}
#copyright a:hover {
	color: #333333;
}

#content .Review {
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 14px;
	margin-bottom: 0px;
}
#content .ReviewDate {
	font-size: 11px;
}
#content .ReviewByLine {
	font-size: 12px;
}
#content .ReviewContent {
	font-size: 13px;
	margin-top: 7px;
	padding-left: 21px;
	padding-right: 21px;
}

#content .EventName {
	font-weight: bold;
	font-size: 110%;
	color: #653D00;
}
#content .EventTitle {
	font-weight: bold;
	font-style: italic;
}
#content li.EventListing,
#content li.DayOfWeek li.EventListing {
	margin-bottom: 21px;
}
#content .EventDescription,
#content li.DayOfWeek .EventDescription {
	font-size: 90%;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .EventFee {
	font-size: 90%;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 10px;
}
#content .EventLocation,
#content li.DayOfWeek .EventLocation {
	font-style: italic;
	font-size: 80%;
}
#content .EventContact,
#content li.DayOfWeek .EventContact {
	font-style: italic;
	font-size: 80%;
}
#content li.DayOfWeek {
	font-weight: bold;
	margin-bottom: 21px;
}
#content li.DayOfWeek span {
	font-size: 120%;
}
#content li.DayOfWeek li.EventListing {
	font-weight: normal;
}
#content li.DayOfWeek ul {
	margin-top: 21px;
}

hr {
	margin: 0;
}

#infoRequestForm {
	font-size: 11px;
	width: 440px;
	margin: 16px auto;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #E6E6B3;	
}
#infoRequestForm legend {
	display: none;
}
#infoRequestForm fieldset {
	border: 0;
	margin: 0;
}
#infoRequestForm label {
	width: 160px;
	text-align: left;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 0;
}
#infoRequestForm textarea{
	width: 340px;
	height: 65px;
	float: left;
}
#infoRequestForm label[for=Comments] {
	width: 150px;
	text-align: right;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 0;
}
#infoRequestForm input {
	width: 160px;
	padding: 2px;
	margin: 0 0 10px;
	color: #3a3a3a;
}
#infoRequestForm input[type=checkbox] {
	width: 14px;
	margin: 0;
	display: inline;
}
#infoRequestForm input[type=radio] {
	width: 30px;
	margin: 0;
}
#infoRequestForm input.button {
	background: white;
	width: 160px;
	font-size: 11px;
	margin: 12px 0;
}
#infoRequestForm input.button:hover {
	background: #CCCCCC;
	color: black;
}
#infoRequestForm #City {
	width: 75px;
}
#infoRequestForm #State {
	width: 15px;
}
#infoRequestForm #Zip {
	width: 35px;
}
#infoRequestForm #Email {
	clear: left;
	float: left;
}
#infoRequestForm #centerTop {
	width: 350px;
	text-align: left;
	margin: 12px auto;
}
#infoRequestForm #centerBottom {
	width: 350px;
	text-align: center;
	margin: 12px auto;
	clear: both;
}
#infoRequestForm #formError{
	font-color:red;
}

#linksList li {
	margin-bottom: 13px;
}
