
/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

fieldset, img {
	border: 0;
}

dt, address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/* END reset */


body {
	margin: 0;
	padding: 0;
	background-image: url(../images/texture.jpg); /* Al likes the Brown texture. texture1.jpg is the green version */
	background-repeat: repeat;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #008080;
	font-weight: normal;
	padding: 15px 15px 5px 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666666;
	font-weight: lighter;
	padding: 10px 15px 5px 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F4D4D;
	font-size: 120%;
	font-style: italic;
	padding: 5px 25px 5px 10px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F4D4D;
	font-size: 110%;
	font-style: italic;
	padding: 5px 25px 5px 10px;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #008080;
	font-weight: lighter;
}

.ttable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ttable td {
	padding: 15px 4px 0;
	vertical-align: top;
}

.ftable {
	font-size: 12px;
}

input {
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #006666;
}

div.content p {
	font-size: 80%;
	padding: 5px 25px 10px 10px;
	text-align: justify;
	line-height:120%;

}

div.content ul, li {
	font-size: 85%;
	margin-left: 5px;
	margin-right: 5px;
}

div.content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../images/bullet_diamond.jpg);	
}

div.content ol, li {
	margin-left: 35px;
}

div.content ol {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../images/bullet_diamond.jpg);
}

div#wrapper {
	width: 960px;
	background-color: transparent;
	margin: 0 auto 0px auto;
}

div#header {
	background: transparent url('../images/topbar.jpg') no-repeat left top;
	height: 165px;
	width: 960px;
}

div#headerNoImage {
	height: 165px;
	width: 960px
}


div.imagearea {
  height: 491px;
  width: 960px;
  margin: 0;
  padding: 0;
}

div.backdrop {
	background: transparent url('../images/stucco1.png') repeat left top; /* Stucco background */
}

/*TOP NAV - Support*/
ul#topnav {
	list-style: none;
	margin: 0;
	padding:100px 9px 0 0px;
	overflow: hidden;
	float: right;
}

ul#topnav li {
	margin: 0;
	padding:0 0 0 5px;
	list-style-type: none;
	list-style: none;
	float:left;
}

ul#topnav li a, ul#topmenu li a:link, ul#topmenu li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4a413a; /* Brown */
	text-decoration: none;
	font-size:12px;
	padding:6px 7px 6px 7px;
	line-height:30px;
}

ul#topnav li a:hover, ul#topmenu li a:active, ul#topmenu li a.active {
	color: #ffffff;
	text-decoration: none;
	background-color: #017165; /* Green */
	padding:6px 7px 6px 7px;
}

/*TOP NAV - MAIN MENU*/
div.topmain {
	width: 960px;
	height: 33px;
	float:left;
	display:block;
}
ul#topmain {
	list-style: none;
	margin: 0;
	padding:0 10px;

	text-align: left;
	display:block;
	float:left;
}
ul#topmain li {
	display: block;
	margin:0px 0px 0px 10px; /*Al like it at 10px*/
	padding:0;
	list-style: none;
	list-style-type: none;
	float:left;
}
ul#topmain li a, ul#topmain li a:link, ul#topmain li a:visited, ul#topmain li a.active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height:33px;
	margin:0;
	overflow:hidden;
	padding:3px 7px 0px 6px; /*tbrl*/
	text-decoration: none;
	text-transform: uppercase;

}
ul#topmain li a:hover, ul#topmain li a:active, ul#topmain li a.active {
	background-position: 0 0;
	text-decoration: none;
	background-color: #c8c4bb; /* Grey */
	padding:3px 7px 0px 6px;

}

/*TOP NAV - MAIN MENU*/
ul#topnav2 {
	list-style: none;
	margin: 0;
	padding:0px 8px 0 0px;
	overflow: hidden;
	float: right;
}

ul#topnav2 li {
	margin: 0;
	padding:0 0 0 5px;
	list-style-type: none;
	list-style: none;
	float:left;
}

ul#topnav2 li a, ul#topmenu li a:link, ul#topmenu li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff; /* White */
	text-decoration: none;
	font-size:11px;
	text-transform: uppercase;
	padding:6px 7px 6px 7px;
	line-height:30px;
}

ul#topnav2 li a:hover, ul#topmenu li a:active, ul#topmenu li a.active {
	color: #ffffff;
	text-decoration: none;
	background-color: #c8c4bb; /* Grey */
	padding:6px 7px 6px 7px;
}

/*SIDEBAR NAV*/
#tdSidebar a {
	color: #008080;
	font-size: 90%;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A59A8F;
	width: 148px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 17;
	margin-bottom: -1px;
	float:right;
	font-weight: bold;
}

#tdSidebar {
	font-size: 75%;
	padding-right: 16px;
	margin-top: 0px;
	margin-bottom: -1px;
}

#tdSidebar a:hover {
	background-color: #F9F2D5;
}

.subPageHeaderActive {
	color: #645A51;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px 3px 3px 3px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #A59A8F;
	border-bottom-color: #A59A8F;
	width: 148px;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: 17;
	font-weight: bold;
	float:right;
	font-size: 95%;
}


/*Footer NAV - Support*/
div.placefooter {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	display:block;
	overflow:auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:0px;
	height:67px;
}

ul#footernav {
	list-style: none;
	margin: 0;
	padding:0px 8px 0 0px;
	overflow: hidden;
	float: left;
}

ul#footernav li {
	margin: 0;
	padding:0 0 0 200px;
	list-style-type: none;
	list-style: none;
	float:left;
}

ul#footernav li a, ul#topmenu li a:link, ul#topmenu li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff; /* White */
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	padding:6px 7px 6px 7px;
	line-height:30px;
}

ul#footernav li a:hover, ul#topmenu li a:active, ul#topmenu li a.active {
	color: #ffffff;
	text-decoration: none;
	background-color: #c8c4bb; /* Grey */
	padding:6px 7px 6px 7px;
}

div.footeraddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; /* White */
	text-decoration: none;
	font-size:10px;
	padding:0px 7px 6px 7px;
	line-height:25px;
}

.slideshow { height: 491px; width: 960px; margin: auto }
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; }

/*Style not being used yet, these are from the original Saddlebrook Site SAVE*/
DIV.separator {
	height: 2px;
	padding: 0;
	margin: 0;
	background-color:#eaebe2;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}

a.buttonlink{
	color: #635D51;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 240px;
	font-weight: bold;
	margin-left: 30px;
}

div.request p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 25px 25px 10px 35px;
	text-align: justify;
}

#nestedList{
	list-style: none;
	list-style-image: url(images/bullet_diamond.jpg);
	padding-left: 10px;
	text-indent: 1px;
	margin-bottom: -.2em;
}

.checkbox{
	background-color: #FEF9E6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#clear_button {
	border: 1px solid #fef9e6;
	background-image: url(images/clear_button_up.jpg);
	height: 24px;
	width: 66px;
}

#submit_button {
	border: 1px solid #fef9e6;
	background-image: url(images/submit_button_up.jpg);
	height: 24px;
	width: 66px;
}

a.button:link{
	border: 1px solid #fef9e6;
	background-image: url(images/submit_button_up.jpg);
	height: 24px;
	width: 66px;
}

a.button:hover{
	border: 1px solid #fef9e6;
	background-image: url(images/submit_button_up.jpg);
	height: 24px;
	width: 66px;
}

a.button:active{
	border: 1px solid #fef9e6;
	background-image: url(images/submit_button_down.jpg);
	height: 24px;
	width: 66px;
}

#overnightRooms {
	border-collapse:collapse;
	border: 1px solid #006666;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #006666;
}

select {
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #006666;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.tourCourse{
	color: #635D51;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #A59A8F;
	border-bottom-color: #A59A8F;
	width: 140px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	font-weight: bold;
}


.subPageActive {
	color: #008080;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A59A8F;
	border-bottom-color: #A59A8F;
	width: 148px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: 17;
	float:right;
	font-weight: bold;
	background-color: #F9F2D5
}

.subPageActive2 {
	color: #635D51;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 240px;	
	margin-left: 30px;
	font-weight: bold;
	background-color: #F9F2D5
}

.subPageHeaderActive {
	color: #645A51;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px 3px 3px 3px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #A59A8F;
	border-bottom-color: #A59A8F;
	width: 148px;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: 17;
	font-weight: bold;
	float:right;
	font-size: 90%;
}

.subPageHeaderActiveRed {
	color: #ff0000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px 3px 3px 3px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #A59A8F;
	border-bottom-color: #A59A8F;
	width: 148px;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: 17;
	font-weight: bold;
	float:right;
	font-size: 13px;
}

.subPageHeaderActiveTennis {
	color: #645A51;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px 3px 3px 3px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #A59A8F;
	border-bottom-color: #A59A8F;
	width: 148px;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: 17;
	font-weight: bold;
	float:right;
	font-size: 11px;
}

#tdContent {
	text-align: justify;
	vertical-align: top;
}

#tdContentNoBtn {
	text-align: justify;
	vertical-align: top;
}

.PL0 {
	color: #645A51;
	text-decoration: none;
	font-weight: bold;
	font-size: 13.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PL0:hover {
	color: #645A51;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13.5px;
}

.PL1 {
	color: #008080;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PL1:hover {
	color: #008080;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.PL2 {
	color: #008080;
	text-decoration: none;
	font-weight: bold;
}

.PL2:hover {
	color: #008080; 
	text-decoration: underline;
	font-weight: bold;
}

.CL1 {
	color: #008080;
	text-decoration: none;
}

.CL1:hover {
	color: #008080; text-decoration: underline;
}

.CL2 {
	color: #008080; text-decoration: none;
}

.CL2:hover {
	color: #008080; text-decoration: underline;
}

.CL3 {
	color: #008080; text-decoration: none;
}

.CL3:hover {
	color: #008080; text-decoration: underline;
}

#tdContentNoBtn a:link {
	color: #008080; text-decoration: none;
}

#tdContentNoBtn a:visited {
	color: #008080; text-decoration: none;
}

#tdContentNoBtn a:hover {
	color: #008080; text-decoration: underline;
}

#tdContentNoBtn a:active {
	color: #008080; text-decoration: none;
}

a.buttonlink{
	color: #635D51;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 240px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 30px;
}

a:hover.buttonlink{
	background-color: #F9F2D5;
}

a.standardlink {
	color: #008080; text-decoration: none;
}

a:hover.standardlink {
	color: #008080; text-decoration: underline;
}

.greenItalic {
	color: #008080;
	font-style: italic;
	font-weight: bold;
}

#trRatesHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #183f6a;
	border-collapse:collapse;
	border: 1px solid #FFFFFF;
	line-height: 25px;
	text-indent: 15px;
}

#trRates {
	color: #000000;
	line-height: 18px;
	background-color: #43725b;
	text-indent: 15px;
	border-collapse:collapse;
	border: 1px solid #FFFFFF;
}

#tdStaff {
	padding-top: 8px;
	padding-bottom: 8px;
}

.staff {
	font-weight: bold;
	color: #008080;
}

.staffform {
	font-weight: bold;
	color: #008080;
	font-size: 12px;

}


#tdRoomsHeader {
	color: #FFFFFF;
	background-color: #008080;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sitemapHeader {
	color: #FFFFFF;
}

#survey td{
	padding: 1px;
}

DIV.separator {
	height: 1px;
	padding: 0;
	margin: 0;
	background-color:#eaebe2;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	overflow: hidden;
}

a.formbutton2:link {
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e3ead2;
	padding: 4px;
	margin: 1px;
}

a.formbutton2:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e3ead2;
	padding: 4px;
	margin: 1px;
}

a.formbutton2:hover {
	color: #5b5f60;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eaebe2;
	padding: 4px;
	margin: 1px;
}

a.formbutton2:active {
	color: #5b5f60;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eaebe2;
	padding: 4px;
	margin: 1px;
}

DIV.photo {
	height: 301px;
	width:752px;
	background-color:#FFFFFF;
	background-image: url(images/saddlebrook_prep/faculty/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 8px;
	overflow: hidden;
}

DIV.smpic {
	height: 191px;
	width: 235px;
	background-image: url(images/saddlebrook_prep/faculty/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

DIV.smpic_admin {
	height: 173px;
	width: 140px;
	background-image: url(images/saddlebrook_prep/faculty/admin_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

DIV.address {
	height: 27px;
	width: 955px;
	background-color:#615a54	
	overflow: hidden;
}

DIV.smpic_admin2 {
	height: 173px;
	width: 140px;
	background-image: url(images/saddlebrook_prep/faculty/admin_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

#smpic_admin {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

DIV.smpic2 {
	height: 14px;
	overflow: hidden;
}


