/* Cascading Style Sheet for the Stoney Brook Site
 Copywrite 2008 All Rights Reserved.
 Date last modified:  February 23, 2009 */
 
 /* For all pages except the homepage */

body {
	background-color: #666633;
	color: #000000;
	font-family: calibri, helvetica, arial, verdana, sans-serif;
	font-size:1em;
	min-width:760px;
	text-align:center;
	}

* {margin:0; padding:0;}

#wrapper {
	background-image:url(../images_pres/bgmain.jpg);
	margin: 0 auto; /* centers layout when > max width */
	min-width:720px;
	max-width:880px;
	text-align:left;
	}

#header {
		background-color: transparent;
		background: url(../images_pres/green.png) left-top;
		text-align: center;
		}

#header h1 {
	color: #006600;
	text-align: center;
	}

/* -------------------------------------------
   =NAVIGATION CODE
   ------------------------------------------- */

#navp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-align: center;
	} /* page navigation */
#navp ul {
	background-color:#6F6146;
	float:left;
	line-height:1.5em;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	} /* page navigation */
#navp ul li {
	display:block;
	float:left;
	font-size:0.75em;
	font-weight: bold;
	padding:0 1em;
	} /* page navigation */
#navp ul a {
	color:#FFFFFF;
	float:left;
	text-decoration:none;
	}
#navp a:hover {
	background-color:#996633;
	color:#000;
}

/* #navp a:visited {
	color:#99FFFF;
} */

/* -------------------------------------------
   =Main Content Code
   ------------------------------------------- */

#main {
	padding: 1em 0;
	text-align:center;
	}

.cen {text-align: center;}

/* -------------------------------------------
   =BARS CODE
   ------------------------------------------- */

.bar1 {
	background: #00BFFF;
	background-color: #90EE90;
	color: #0000FF;
	font-size: 2.0em;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	} /* Main bar - used in cell headings */

.bar2 {
	background: #669999;
	color: #000;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	} /* Second bar */

.bar3 {
	background: #6495ED;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	} /*  Third bar, used in committees.htm */

.bare {
	background: transparent;
	color: #FFF;
	} /* Bar used to hold a separating line */

/* -------------------------------------------
   =BACKGROUND CODE
   ------------------------------------------- */
.b2 {
	background-color: transparent;
	color: #006400;
	font-weight:bold;
	text-align:left;
	} /* used in index.html */

.bg1 {
	background-color : #90EE90;
	color: black;
	font-weight: bold;
	} /* Used in staff.htm */

.bg2 {
	background-color: transparent;
	color: black;
	font-weight: bold;
	}
	
.bg3 {
	background-color: transparent;
	color: black;
	font-size:1.2em;
	font-weight: bold;
	}

.bg4 {
	background-color: white;
	color: #800000;
	text-align: left;
	} /* Used in staff.htm, committees.htm, forms.htm */

.cell {
	background-color: #7FFFD4;
	color: #00008B;
	font-weight: bold;
	margin:100px;
	padding:5px;
	text-align: left;
	} /* used in index.html */

.unitbg {
	background-color: transparent;
	padding:5px;
	} /* 17 occurrences in 15 files */

/* -------------------------------------------
   =REMAINING CODE
   ------------------------------------------- */

hr.green {
	background-color: green;
	border: 0;
	height: 5px;
	margin:auto;
	text-align:center; /* A work around for IE 7 which does not center with margin:auto */
	width: 50%;
	} /* Green horizontal rule */

img {border: 0;}

p {font-size:1.0em;}

p.ann {
	font-size:1.3em;
	font-weight:bold;
	}
p.ann1 {
	color: #00008B;
	font-size:.75em;
	font-weight: bold;
	}
p.ann2 {font-size:1.1em;}
p.ann3 {
	color: #00008B;
	font-size:1.25em;
	font-weight: bold;
	text-align:center;
	text-decoration:underline;
	}

p.ret {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top:1em;
	text-align: center;
	}

p.txt1 {
	margin:0 auto;
	text-align:left;
	width:60%;
	}

table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

td.border {
	border: medium solid #00008B;
	color: black;
	font-size: 1.3em; 
	vertical-align: top;
	}

.border {
	background-color: transparent;
	border: medium solid #00008B;
	font-size: 1.3em;
	margin:0 auto;
	text-align:left;
	padding:5px; 
	width:60%;
	}
	
.border85 {
	width:85%;
	background-color: #FFFF99;
	border: medium solid #000000;
	font-size: 1em;
	margin:0 auto;
	text-align:left;
	padding:5px;
}

.border90 {
	width:90%;
	background-color: transparent;
	border: medium solid #00008B;
	font-size: 1.3em;
	margin:0 auto;
	text-align:left;
	padding:5px; 
}

div.border ul {margin-left:20px;}

table.sales {
	border:1;
	border-style:solid;
	text-align:center;
	width:288px;
	}

.title1 {
	color: #0000CD;
	font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
	text-align : center;
	}

.txt1 {
	background-color: transparent;
	color: #00008B;
	font-size:1.2em;
	font-weight: bold;
	}

/* -------------------------------------------
   =FOOTER CODE
   ------------------------------------------- */

#footer {
	background-color:#999900;
	border-top: 1px solid #b9d2e3;
	text-align: center;
	width: 100%;
	}

#footer p {
	font-size: 90%;
	color: #000000;
	padding: 0.2em 0 0.2em 0;
	}
