/* CSS Document */

body {
	background-color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #382823;
	font-size: .95em;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399; */
}

div#wrapper {
	text-align:left;
/*	background-color: #FFFFD2;*/
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

/*-- Main Navbar --*/
div#navcontainer {
	border: solid 1px #000;
	background-image: url(images/bg_on_brown.jpg);
	width: 898px;
}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 13px;
}

div#navcontainer ul li {
display: inline;
}

div#navcontainer ul li a {
padding: 5px 20px 5px 20px;
color: white;
text-decoration: none;
border-left: 1px solid #000;
border-right: 1px solid #000; /* the borders have the same size */
margin-right: -1px; /* the value has to be like the above but negative */
}

div#navcontainer ul li a:hover {
	color: white;
	background-image: url(images/bg_ov_brown.jpg);
}


body#home a#homenav,
body#about a#aboutnav,
/* body#staff a#staffnav, */
body#physical a#physicalnav,
body#recreation a#recreationnav,
body#emotional a#emotionalnav,
 {
	color: #C4FFFF;
	background-image: url(images/bg_ov_brown.jpg);
	cursor: default;
}
/*--Main Navbar end --*/

/*--Home Page stuff --*/
#homecontainer {
	width: 100%;
	height: 638px;
	background-attachment: scroll;
	background-image: url(images/homephoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


div#trans {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: relative;
	left: 55px;
	top: 500px;
	background-color: #FFFFFF;
	width: 800px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

div#trans p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: .5em 0;
	padding: 0;
}

div#trans a {
	color: #333399;
	text-decoration: none;
}

div#trans a:hover {
	text-decoration: underline;
}

div#trans .sbfc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

#insetpics ul {
	/*-- padding-right: 20px; --*/
	display: block;
	top: 0px;
	position: absolute;
	top:31px;
	left: 817px;
	width: 238px;
	height: 479px;
}

#insetpics ul li {
	display: block;
	list-style-type: none;
	/*-- float: right; --*/
	padding-right: 10px;
}

#insetpics img {
	border: 1px solid #FFFFFF;
}

div#creditshome {
	clear: both;
	width: 100%;
	position: relative;
	text-align: right;
	top: 490px;
}

div#creditshome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
	margin-right: 30px;
}

div#creditshome a {
	color: #FFFFFF;
	text-decoration: none;
}

div#creditshome a:hover {
	text-decoration: underline;
}
/*-- End Home page stuff--*/

/* Main Container Backgrounds*/
/* You need to set the overflow to auto in order to make sure that the backgrounds show up */
body#about div#container {
	background-color: #a49e8f;
	height: auto;
	overflow: auto;
}

/* body#staff div#container, div#credits {
	background-color: #fdf6d9;
	height: auto;
	overflow: auto;
} */

body#physical div#container, div#credits {
	background-color: #cfc7ac;
	height: auto;
	overflow: auto;
}

body#recreation div#container, div#credits {
	background-color: #bfa175;
	height: auto;
	overflow: auto;
}

body#emotional div#container, div#credits {
	background-color: #fdf6d9;
	height: auto;
	overflow: auto;
}

/* body#genl div#container, div#credits {
	background-color: #E7DFF7;
	height: auto;
	overflow: auto;
}*/
/* END Main Container Backgrounds*/

div#content1 {
	width:420px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: left;
	float: left;
	height: 100%;
}

div#content2 {
	padding: 20px;
	float: right;
	width: 400px;
	clear: right;
	height: 100%;
}

.pghead {
	margin-top: -20px;
	margin-bottom: -10px;
}

#container li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-bottom: 15px;
	margin-top: -10px;
	margin-left: -15px;
	list-style-image: url(images/arrow_filled.gif);
	list-style-position: outside;
}

#container a {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	font-size: .9em;
	margin-top: -20px;
	margin-bottom: -5px;
}

#container a:hover {
	text-decoration: underline;
}
.picctr {
	padding-left: 60px;
}

div#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	position: relative;
	padding-right: 30px;
	padding-bottom: 2px;
	font-weight: bold;
}

body#about div#credits {
	background-color: #a49e8f;
}

/* body#staff div#credits {
	background-color: #fdf6d9;
} */

body#physical div#credits {
	background-color: #cfc7ac;
}

body#recreation div#credits {
	background-color: #bfa175;
}

body#emotional div#credits {
	background-color: #fdf6d9;
}

/* body#genl div#credits {
	background-color: #E7DFF7;
} */

/* Recreation Schedule */
#sched th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #BFEEBF;
	color: #006633;
	padding-left: 5px;
}

#sched td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding-left: 10px;
	padding-bottom: 2px;
}

#sched tr {
}

/*--Footer --*/
#footer {
	clear: both;
}

#footer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	margin-bottom: 0;
	background-color: #000;
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: .7em;
}

#footer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	font-weight: bold;
}

#footer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	font-weight: normal;	/*border-right: 1px solid #fff;*/
}

#footer ul li a:hover {
	color: white;
	text-decoration: underline;
}

body#home a#homebot,
body#about a#aboutbot,
/* body#staff a#staffbot, */
body#physical a#physicalbot,
body#recreation a#recreationbot,
body#emotional a#emotionalbot {
	color: #C4FFFF;
	cursor: default;
	text-decoration: underline;
}
