
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #E2E2E2 url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 160%;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(images/homepage16.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 a {
	padding-left: 17px;
	background: url(images/homepage15.gif) no-repeat left center;
	color: #828282;
}

strong {
	color: #555555;
}

/** LINKS */

a {
	color: #69A143;
}

a:hover {
	text-decoration: none;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

/*img.left {
	float: left;
	margin: 3px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 25px;
}

img.border {
}*/

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	width: 949px;
	padding: 15px 14px 15px 15px;
	background: #FFFFFF;
}

/** MENU */

#menu {
	height: 29px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 228px;
	list-style: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:9999;
}

#nav a {
	display: block;
}

#nav a.mainlinks {
	width: 79px;
	height: 23px;
	padding: 6px 0px 0px 0px;
	background: url(images/subpage01_2.gif) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}

#nav a.mainlinks2 {
	width: 99px;
	height: 23px;
	padding: 6px 0px 0px 0px;
	background: url(images/subpage01.gif) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#nav li.small { /* all list items */
	float: left;
	padding-left: 2px;
	width: 79px; /* width needed or else Opera goes nuts */
}

#nav li.large { /* all list items */
	float: left;
	padding-left: 2px;
	width: 99px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-bottom:0px;
}

#nav li ul li a {
	width: 170px;
	height: 24px;
	padding-top:0px;
	padding-left:6px;
	padding-bottom:0px;
	padding-right:0px;
	background: url(images/rollover_1.jpg) repeat-x left top;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size:11px;
}

#nav li ul li a:hover {
	background: url(images/rollover_2.jpg) repeat-x left top;
	text-decoration:underline;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nave li.hover {
	position:static;
}

/** PAGE */

#page {
	width: 949px;
	background: #ffffff url(images/homepage06.gif) repeat-y left top;
}

/** CONTENT */

#content {
	width: 707px;
	padding: 20px 21px 0px 21px;
	background: url(images/homepage07.jpg) no-repeat left top;
}

/** BOX STYLE A */

.boxA {
}

.boxA .title h2 {
	font-size: 18px;
	color: #494949;
}

.boxA .title h3 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #f7921d;
}

.boxA .content h3 {
	font-size:15px;
}

/** BOX STYLE B */

.boxB {
	margin: 0px 0px 25px 0px;
	background: #F8A800 url(images/homepage10.gif) repeat-x 0px 5px;
	color: #ffffff;
}

.boxB h2.line {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage12.gif) repeat-x left bottom;
	font-size: 18px;
	color: #FFFFFF;
}

.boxB h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	color: #FFFFFF;
}

.boxB a {
	color: #FFFFFF;
}

.boxB .bgtop {
	height: 5px;
	background: url(images/homepage09.gif) no-repeat left top;
}

.boxB .bgbtm {
	height: 5px;
	background: url(images/homepage11.gif) no-repeat left bottom;
}

.boxB .column-one {
	float: left;
	width: 200px;
	padding: 15px 0px 5px 30px;
}

.boxB .column-two {
	float: left;
	width: 200px;
	padding: 15px 0px 5px 20px;
}

.boxB .column-three {
	float: right;
	width: 200px;
	padding: 15px 30px 5px 0px;
}

.boxB .column-home {
	float: left;
	width: 350px;
	padding: 15px 0px 5px 15px;
}



/** BOX STYLE C */

.boxC {
}

.boxC .title {
	height: 39px;
	background: url(images/homepage13.gif) repeat-x left top;
}

.boxC .title h2 {
	padding: 10px 0px 0px 13px;
	font-size: 14px;
	color: #006e53;
}

.boxC .content {
	padding: 10px 15px;
}

.boxC .bgbtm {
	/*background: url(images/homepage14.gif) no-repeat left bottom;*/
}

.boxC h3 {
	font-size: 11px;
	color: #FA7600;
}

/** SIDEBAR */

#sidebar {
	width: 200px;
	padding: 0px 0px 0px 0px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

.sidebardate {
	height:28px;
	padding-top:15px;
	color:#000;
	font-size:11px;
	text-align:center;
}

/** FOOTER */

#footer {
	clear: both;
	height: 70px;
	padding: 0px 20px;
	background: url(images/homepage17.gif) no-repeat left top;
	color: #ffffff;
}

#footer p {
	padding-top: 36px;
}

#footer .links {
	float: left;
}

#footer .legal {
	float: right;
	font-size:.85em;
}

#footer a {
	color: #ffffff;
}

.center {
	text-align:center;
}

.blackborder {
	border:1px solid #000;
}

#sidemenu {
width: 14em;
}

#sidemenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidemenu a {
display: block;
margin: 0;
padding-left: 10px;
}


#sidemenu a {
color: #000;
text-decoration: none;
}

#sidemenu a:hover {
color: #a00;
}

#sidemenu li {
position: relative;
}

#sidemenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#sidemenu ul ul ul,
div#sidemenu ul ul li:hover ul ul
{display: none;}

div#sidemenu ul ul li:hover ul,
div#sidemenu ul ul ul li:hover ul
{display: block;}

#sidemenu ul ul ul li {
	height: 20px;
	padding: 4px;
	background-color:#fafbf5;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #8A8A8A;
	font-size:11px;
}

.historyyear {
	float:left;
	width:50px;
	font-weight:bold;
	margin-bottom:3px;
}

.historyevent {
	float:left;
	width:657px;
	margin-bottom:3px;
}

.rightimg {
	float:right;
	margin-left:30px;
	margin-bottom:20px;
	border:5px solid #e8e8e8;
}

.rightimg2 {
	float:right;
	margin-left:30px;
	margin-bottom:20px;
}

#calendartemplate td .MiniHeadingBar a {
	color:#f7921d;
}

.pdf {
	margin-right:20px;
	padding-right:20px;
	background: url(images/pdf_button.png) top right no-repeat;
}

.camera {
	margin-left:60px;
	padding-left:60px;
	background: url(images/camera.jpg) top left no-repeat;
}

#mealboxes {
	text-align:center;
	margin-left:50px;
}

.mealbox {
	float:left;
	width:200px;
	margin-right:120px;
	border:1px solid #e8e8e8;
	margin-bottom:15px;
}

#mealboxes .mealbox h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
}

.mealname {
	float:left;
	width:60px;
	text-align:left;
	margin-left:10px;
}

.mealprice {
	float:left;
	text-align:right;
	width:120px;
	margin-right:10px;
}

#twoimages {
	margin-top:10px;
	margin-bottom:10px;
}

#twoimages img {
	float:left;
	margin-right:40px;
	border:2px solid #e8e8e8;
	margin-bottom:10px;
}

#twoimages .split {
	float:left;
	width:300px;
	margin-right:40px;
	margin-bottom:10px;
}

#threeimages {
	margin-top:10px;
	margin-bottom:10px;
}

#threeimages .imagebox {
	width:209px;
	float:left;
	margin-right:25px;
}

#threeimages .imagebox ul {
	margin-left:20px;
}

#threeimages .imagebox ul ul {
	margin-left:20px;
}

#threeimages h2 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	background-color:#d4d4d4;
	border-top:2px solid #e8e8e8;
	border-left:2px solid #e8e8e8;
	border-right:2px solid #e8e8e8;
	margin:0px;
}

#threeimages a {
	font-size:14px;
	color:#000;
}

#threeimages img {
	border:2px solid #e8e8e8;
}

#mealplanning {
	width:600px;
	border-collapse: collapse;
	border:1px solid #e8e8e8;
	text-align:center;
}

table#mealplanning td.nomeals {
	width:75px;
}

table#mealplanning td.meals {
	text-align:left;
	width:80px;
}

.graybox {
	padding:5px;
	border:2px solid #e8e8e8;
	margin-top:15px;
	margin-bottom:15px;
	width:250px;
	text-align:center;
}

.border {
	border:1px solid #000;
}

.indent {
	margin-left:50px;
	margin-right:50px;
}

#recreationbanner {
	width:640px;
	height:300px;
	border:5px solid #e8e8e8;
	margin-top:20px;
	margin-bottom:20px;
}

#flashbanner {
	text-align:center;
}

.biggerfont {
	font-size:1.3em;
}

#sidesubmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 205px;
padding: 0px;
margin-left:40px;
margin-bottom:40px;
float:right;
border:3px solid #f27400;
background:#f69900 url(images/sidesubmenu.jpg) repeat-x top left;
}

#sidesubmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#sidesubmenu ul li {
margin: 0px;
padding: 0px;
}

#sidesubmenu ul li a {
font-size: 90%;
display: block;
border-bottom: 1px dashed #e8e8e8
padding: 5px 5px 2px 4px;
text-decoration: none;
color: #ffffff;
width:200px;
height:25px;
}

#sidesubmenu a {
	padding-left:5px;
}

#sidesubmenu a.white {
	padding-left:0px;
	color:#ffffff;
}

#sidesubmenu ul li a:hover, #sidesubmenu ul li a:focus {
color: #000000;
background-color: #f8a900;
}

#sidesubmenu p {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0px;
	color:#ffffff;
	line-height:16px;
}

#sidesubmenu h2 {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0px;
	color:#ffffff;
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}

#recreationright {
	float:right;
	margin-right:10px
	margin-left:20px;
	width:300px;
}

#recreationright #flashcontent {
	width:300px;
	height:225px;
	border:3px solid #e8e8e8;
	margin-bottom:20px;
}

#recreationright #sidesubmenu_wide {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 300px;
padding: 0px;
border:3px solid #f27400;
background:#f69900 url(images/sidesubmenu.jpg) repeat-x top left;
}

#recreationright #sidesubmenu_wide a.white {
	padding-left:0px;
	color:#ffffff;
}

#recreationright #sidesubmenu_wide p {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0px;
	color:#ffffff;
	line-height:16px;
}

#recreationright #sidesubmenu_wide h2 {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0px;
	color:#ffffff;
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}

.areatitle {
	padding-bottom:5px;
	border-bottom:1px solid #e8e8e8;
}

.blockquote {
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
	margin-bottom:15px;
	font-style:italic;
}

.normal {
	font-style:normal;
}

#boxquote {
	border:2px solid #e8e8e8;
	margin-left:100px;
	margin-right:100px;
	margin-bottom:10px;
}

#boxquote p {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	margin:0px;
}

.righttext {
	text-align:right;
	padding-right:10px;
	padding-top:0px;
	margin:0px;
}

#flashcontent {
	border:2px solid #e8e8e8;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#facility {
	margin-top:10px;
	margin-bottom:10px;
}

#facility .imagebox {
	width:315px;
	float:left;
	margin-right:25px;
	margin-bottom:15px;
	border-bottom:2px solid #e8e8e8;
	border-left:2px solid #e8e8e8;
	border-right:2px solid #e8e8e8;
}

#facility .imagebox ul {
	margin-top:10px;
	margin-left:30px;
}

#facility .imagebox ul ul {
	margin-left:20px;
}

#facility h2 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	background-color:#d4d4d4;
	border-top:2px solid #e8e8e8;
	margin:0px;
}

#facility a {
	font-size:14px;
	color:#000;
}

#facility .smallimage {
	border:1px solid #000000;
	float:left;
	width:147px;
	margin-right:3px;
	margin-left:5px;
	margin-top:5px;
}

#facility p {
  margin:5px;
}

#facility .otherimage {
	border:1px solid #000000;
	width:300px;
}


#facility2 {
	margin-top:10px;
	margin-bottom:10px;
}

#facility2 .imagebox {
	width:210px;
	float:left;
	margin-right:25px;
	margin-bottom:15px;
	border-bottom:2px solid #e8e8e8;
	border-left:2px solid #e8e8e8;
	border-right:2px solid #e8e8e8;
}

#facility2 .imagebox ul {
	margin-top:10px;
	margin-left:30px;
}

#facility2 .imagebox ul ul {
	margin-left:20px;
}

#facility2 h2 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	background-color:#d4d4d4;
	border-top:2px solid #e8e8e8;
	margin:0px;
}

#facility2 a {
	font-size:14px;
	color:#000;
}

#facility2 .smallimage {
	border:1px solid #000000;
	margin-right:3px;
	margin-left:5px;
	margin-top:5px;
}


.recitem {
	float:left;
	width:350px;
	margin-bottom:8px;
}

.recprice {
	float:left;
	width:300px;
	text-align:right;
	margin-bottom:8px;
}

.push {
	margin-top:20px;
}

.googleimages {
	float:left;
	margin-right:10px;
	border:2px solid #e8e8e8;
}

.googlep {
	width:200px;
}

ul#googlemap {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#googlemap li a {
font-size: 90%;
display: block;
border-bottom: 1px dashed #e8e8e8
padding: 5px 5px 5px 4px;
text-decoration: none;
color: #ffffff;
width:190px;
height:20px;
}

ul#googlemap a {
	padding-left:5px;
}

ul#googlemap li a:hover, ul#googlemap li a:focus {
color: #000000;
background-color: #f8a900;
}

.asterick {
	font-weight:bold;
	font-size:1.5em;
}

.campusmap {
	width: 695px; height: 738px; margin-left:auto;margin-right:auto; border:4px solid #e8e8e8;
}

.red {
	color:#ff0000;
	font-weight:bold;
}

#eventcalendar {
	margin-top:15px;
}

#eventcalendar h4 {
	margin-top:10px;
	padding-bottom:3px;
	border-bottom:1px solid #e8e8e8;
}

#eventcalendar  .eventdate {
	width:110px;
	float:left;
	margin-bottom:10px;
}

#eventcalendar  .eventname {
	float:left;
	margin-bottom:10px;
	margin-right:20px;
}

#eventcalendar  .eventdescription {
	float:left;
	margin-bottom:10px;
}
