html {

}

body {
	background-color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
}

/** styles for text **/

td, th, p, div, ul, ol, blockquote {
	font-family: "verdana","arial",sans-serif;
	font-size: 11px;
	color: #333;
}

table {
	border: 1px solid #666666;
	border-collapse: collapse;
}

td { 
	border: 1px solid #666666; 
}

th {
	border: 1px solid #666666; 
	background-color: #eee;
}

.noBorder {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: "verdana","arial",sans-serif;
	color: #002a60;
	margin-top: 0;
}

.tanText {
	color: #999966;
	font-size: 11px;
}

.goldText {
	color: #cc9900;
}

.whiteText {
	color: #fff;
}

.boldText {
	font-weight: bold;
}

.errorText {
	font-weight: bold;
	color: #990000;
}

.smallText {
	font-size: 9px;
}

.centerText {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.noMargin {
	margin: 0;
}

.horizontalDivider {
	background-image: url(../images/site.horizontalDivider.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	margin: 10px 0;
}

.justifyText {
	text-align: justify;
}

/** styles for links **/

a, a:active, a:visited {
	color: #999966;
}

a:hover {
	text-decoration: none;
}

a.calendarTitle, a.calendarTitle:active, a.calendarTitle:visited, a.calendarTitle:hover {
	color: #999966;
	font-weight: bold;
	text-decoration: none;
}

#subNav ul {
	list-style-type: none;
	float: right;
	margin: 0;
}

#subNav ul li {
	float: left;
}

#subNav ul li a {
	display: block;
	margin-left: 20px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#subNav ul li a:hover {
	color: #999966;
}

#subNav2 ul {
	list-style-type: none;
	float: left;
	margin: 0;
}

#subNav2 ul li {
	float: left;
}

#subNav2 ul li a {
	display: block;
	margin-left: 1px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#subNav2 ul li a:hover {
	color: #999966;
}

#sideNav a {
	display: block;
	height: 15px;
}

#sideNav a {
	display: block;
	height: 15px;
}

#middleContent a {
	color: #0000ff;
}

a:link.blueLink, a:visited.blueLink, a:active.blueLink {
	color: #002a60;
	text-decoration: none;
}

#middleContent a:link.blueLink, #middleContent a:visited.blueLink, #middleContent a:active.blueLink {
	color: #002a60;
	text-decoration: none;
}


/*
#navHolder #nav ul {
	list-style-type: none;
	margin: 0;
	margin-left: -20px;
}

#navHolder #nav ul li {
	float: left;
}

#navHolder #nav ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

#navHolder #nav ul li a:hover {
	color: #cc9900;
}
*/

.footerMainLinks a {
	font-size: 11px;
	color: #fff;
}

.footerSubLinks a {
	font-size: 10px;
	color: #fff;
}
/** styles for layout **/

#wrapper {
	margin: 30px auto 5px auto;
	width: 900px;
	text-align: left;	
	background-color: #fff;
	overflow: auto;
}

#header {
	clear: both;
	height: 160px;
}

#subNav {
	width: 627px;
	height: 16px;
	float: right;
	margin: 0;
	background-image: url(../images/site.subNavBackground.png);
	background-repeat: no-repeat;
	text-align: right;
	padding: 8px 35px 7px 0;
}

#subNav2 {
	width: 627px;
	height: 16px;
	float: right;
	margin: 0;
	background-image: url(../images/site.subNavBackground.png);
	background-repeat: no-repeat;
	text-align: right;
	padding: 8px 35px 7px 0;
}

#headerImage {
	padding: 20px 20px 0 20px;
	margin-top: -10px;
}

#logo {
	padding-top: 10px;
}

#hours {
	padding: 12px 0 0 0;
	font-size: 8px;
}

#navHolder {
	background-image: url(../images/site.navBackground.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 22px;
	padding: 8px 0 10px 0;
}

#content {
	background-color: #fff;
	padding: 40px 0 10px 20px;
}

/*** for home page calendar ***/
#calendar {
	width: 307px;
}

#calendarHeader {
	background-image: url(../images/home.calendarHeader.png);
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}

#calendarBody {
	background-image: url(../images/home.calendarBody.png);
	background-repeat: repeat-y;
	min-height: 205px;
	padding: 10px 20px;
}

#calendarFooter {
	background-image: url(../images/home.calendarFooter.png);
	background-repeat: no-repeat;
	height: 14px;
}

.calendarDate {
	background-image: url(../images/home.calendarDateBackground.png);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	width: 45px;
	height: 45px;
}

.calendarDateMonth {
	font-size: 0.9em;
	text-align: center;
	padding-top: 1px;
}

.calendarDateNumber {
	font-size: 1.5em;
	text-align: center;
	padding-top: 3px;
}

.calendarText {
	width: 200px;
	margin-left: 20px;
	font-size: inherit;	
}

#sideNav {
	width: 200px;
	border-right: 1px solid #999;
}

#middleContentHome {
	padding-left: 35px;
	width: 340px;
	text-align: justify;
}

#middleContent {
	margin-left: 230px;
	padding-right: 40px;
}

#historyNav {
	background-color: #d9e0f8;
	width: 150px;
	padding: 10px;
}

#historyContent {
	width: 400px;
	padding: 0 10px 0 30px;
}


#contentFooter {
	margin-top: -5px;
	background-image: url(../images/site.contentFooter.png);
	background-repeat: no-repeat;
	height: 11px;
	background-color: #999;
}

#footer {
	width: 900px;
	clear: both;
	margin: 0 auto;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.3em;
}

#footer .footerMainLinks, .footerSubLinks {
	color: #fff;
	text-align: center;
}

/** styles for forms **/


form {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "verdana","arial",sans-serif;
	font-size: 11px;
	color: #666666;
}

form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	text-align: left;
	border: 0;
}

form legend {
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}

form label, label.short, label.floatshort, label.long { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}

form label.short {
	width: 75px;
}

form label.floatshort {
	margin: 0;
	width: 50px;
	text-align: left;
	float: left;
}

form label.long {
	text-align: left;
	width: 410px;
	margin-bottom: 5px;
}

form input, input.big, input.short, input.reallyshort {
	width: 250px;
	font-family: "verdana", "Arial", sans-serif;
	font-size: 11px;
}

form input.big {
	width: 545px;
}

form input.short {
	width: 150px;
}

form input.reallyshort {
	width: 50px;
}

form textarea {
	width: 250px;
	height: 100px;
	font-family: "verdana", "Arial", sans-serif;
	font-size: 11px;
}

form textarea.short {
	width: 150px;
}

form textarea.big {
	width: 410px;
	height: 150px;
}

form textarea.reallybig {
	width: 400px;
	height: 400px;
}

form select {
	width: 250px;
	font-family: "verdana", "Arial", sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

form select.big {
	width: 250px;
}

form select.short {
	width: 75px;
	margin: 0;
}

form input.checkbox {
	width: auto;
}

form br {
	clear: left;
}

form small { /* form instructions/comments will appear below input elements */
	display: block;
	margin: 0 0 0 160px;
	padding: 1px 3px;
	font-size: 88%;
}

form input.button, input.buttonNoMargin, input.longButton, input.buttonCancel {
    border: 0;
    background-image: url(../images/site.button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #999;
	font-weight: bold;
	width: 117px;
	height: 28px;
	cursor: hand;
	margin: 0 0 0 160px;
	padding: 0 10px 5px 0;
}

form input.longButton {
	width: 150px;
	 background-image: url(../images/site.longButton.png);
}

form input.buttonNoMargin {
	margin-left: 0;
}

form input.buttonCancel {
	width: 100px;
	background-image: url(../images/site.deleteIcon.png);
	cursor: hand;
	cursor: pointer;
}

form .requiredLabel {
	font-weight: bold;
	color: #000033;
}

