/* CSS Document */

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

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: #333399;
	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(assets/bg_on.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(assets/bg_ov.jpg);
}


body#home a#homenav,
body#swim a#swimnav,
body#tennis a#tennisnav,
body#pdtenn a#pdtennnav,
body#events a#eventsnav,
body#memb a#membnav,
body#genl a#genlnav {
	color: #C4FFFF;
	background-image: url(assets/bg_ov.jpg);
	cursor: default;
}
/*--Main Navbar end --*/

/*--Home Page stuff --*/
#homecontainer {
	width: 100%;
	height: 638px;
	background-attachment: scroll;
	background-image: url(assets/homephoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


div#trans {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: relative;
	left: 450px;
	top: 150px;
	background-color: #FFFFFF;
	width: 400px;
	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 {
	float: right;
	padding-right: 20px;
	top: 250px;
	position: relative;
}

#insetpics ul li {
	display: inline;
	list-style-type: none;
	float: left;
	padding-right: 10px;
}

#insetpics img {
	border: 1px solid #FFFFFF;
}

div#creditshome {
	clear: both;
	width: 100%;
	position: relative;
	text-align: right;
	top: 245px;
}

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#swim div#container {
	background-color: #FFFFD2;
	height: auto;
	overflow: auto;
}

body#tennis div#container, div#credits {
	background-color: #E1FDFF;
	height: auto;
	overflow: auto;
}

body#pdtenn div#container, div#credits {
	background-color: #FFE8F3;
	height: auto;
	overflow: auto;
}

body#events div#container, div#credits {
	background-color: #E4F8E4;
	height: auto;
	overflow: auto;
}

body#memb div#container, div#credits {
	background-color: #FFEACA;
	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(assets/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#swim div#credits {
	background-color: #FFFFD2;
}

body#tennis div#credits {
	background-color: #E1FDFF;
}

body#pdtenn div#credits {
	background-color: #FFE8F3;
}

body#events div#credits {
	background-color: #E4F8E4;
}

body#memb div#credits {
	background-color: #FFEACA;
}

body#genl div#credits {
	background-color: #E7DFF7;
}

/* Events 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;
}


/*--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#swim a#swimbot,
body#tennis a#tennisbot,
body#pdtenn a#pdtennbot,
body#events a#eventsbot,
body#memb a#membbot,
body#genl a#genlbot {
	color: #C4FFFF;
	cursor: default;
	text-decoration: underline;
}
