/* CSS stylesheet */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #2E5E0C; /* default */ 
	/*background-color: #F9C; /* pink */
	/*background-color: #BFFF00; /* lime */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
 
#wrapper_home { /* pages that need all 3 columns */
	margin: 0 auto;
	width: 1000px;
	background-image: url(images/wrapper_bg_home.jpg);
	/*background-image: url(images/wrapper_bg_home_pink.jpg); */
	/*background-image: url(images/wrapper_bg_home_lime.jpg); */
	background-repeat: repeat-y;
}

#wrapper { /* all other pages */
	margin: 0 auto;
	width: 1000px;
	background-image: url(images/wrapper_bg.jpg);
	/*background-image: url(images/wrapper_bg_pink.jpg); */
	/*background-image: url(images/wrapper_bg_lime.jpg); */
	background-repeat: repeat-y;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	height: 126px;
	background-image: url(images/header.jpg);
	/*background-image: url(images/header_Christmas.jpg); */
	/*background-image: url(images/header_pink.jpg); */
	/*background-image: url(images/header_lime.jpg); */
	background-repeat: no-repeat;
}

#header div.top {
	height: 67px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}

#header .formtext {
	padding: 2px 5px;
	border: 1px solid #666;
	font-size: 13px;
	width: 100px;
}

#header .formbutton {
	padding: 2px 5px;
	border: 1px solid #666;
	font-size: 13px;
}

#header div.nav1 {
	padding-top: 12px;
	padding-right: 10px;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
}

#header span.spacer {
	padding: 0 8px;
	font-weight: bold;
}

#header a.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#header a.nav1:link, #header a.nav1:visited {
	color: #FFF;
	text-decoration: none;
}
#header a.nav1:hover {
	color: #F93;
	text-decoration: none;
}
#header a.nav1:active {
	color: #FFF;
	text-decoration: none;
}

#header div.nav2 {
	margin-left: 225px;
	margin-right: 10px;
	padding-top: 5px;
	height: 21px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	overflow: hidden;
}

#header a.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 0 8px;
}
#header a.nav2:link, #header a.nav2:visited {
	color: #000;
	text-decoration: none;
}
#header a.nav2:hover {
	color: #000;
	text-decoration: underline;
}
#header a.nav2:active {
	color: #000;
	text-decoration: none;
}

#header span.spacer {
}


/**********************************/
/* left sidebar                   */
/**********************************/
#leftsidebar {
	margin-left: 10px;
	border-top: 1px solid #666;
	width: 213px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

#leftsidebar table.lb {
	margin-bottom: 25px; 
	width: 213px;
	border: none;
	border-collapse: collapse;
}

#leftsidebar div.label {
	margin-bottom: 10px;
	width: 213px;
	line-height: 26px;
	vertical-align: middle;
	background-image: url(images/orangebar_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#leftsidebar p {
	margin-bottom: 10px;
	padding: 0 5px;
	text-align: left;
}

#leftsidebar ul, #leftsidebar ol {
	margin: 0 10px 15px 15px;
	text-align:left;
}

#leftsidebar li {
	margin-bottom: 8px;
}

#leftsidebar p.features {
	font-size: 12px;
 margin:0 auto;
 text-align:center;
}

#leftsidebar div.features {
	font-size: 12px;
 margin:0 auto;
 text-align:center;
}

#leftsidebar a.features {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	line-height: 21px;
	display: block;
	text-align: left;
	vertical-align: middle;
}
#leftsidebar a.features:link, #leftsidebar a.features:visited {
	color: #000;
}
#leftsidebar a.features:hover {
	color: #2C5E0B;
}
#leftsidebar a.features:active {
	color: #000;
}


/**********************************/
/* content                        */
/**********************************/
#content {
/* width is set on includes/content.inc.php */
	float: left;
	text-align: left;
}

#content div.news {
	width: 584px;
}

#content div.ontap {
	margin: 10px 0;
	padding: 5px 20px;
	width: 542px;
	border: 1px solid #2D5E0B;
	background-color: #FFE2C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content div.ontapinfo {
	min-height: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 542px;
	border-bottom: 1px dashed #999;
}

#content img.ontap {
	float: left;
	margin-right: 15px;
	width: 60px;
	height: 40px;
}

#content div.sections { /* not used on home page */
	padding: 0 10px;
	border-top: 1px solid #666;
}

#content h1 {
	padding: 0 10px;
	padding-bottom: 15px;
	font-size: 17px;
	color: #000;
}

#content h2 {
	padding: 0 10px;
	font-size: 15px;
	color: #000;
}

#content h3 {
	padding: 0 10px;
	font-size: 14px;
}

#content p {
	padding: 0 10px;
	padding-bottom: 15px;
}

#content p.featnewslabel {
	margin-top: 15px;
	background-color: #F60;
	color: #2C5E0B;
	font-size: 16px;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
}
	
#content ul, #content ol {
	padding: 10px 10px 0 40px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #000;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #2C5E0B;
	text-decoration: none;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}


/**********************************/
/* right sidebar                  */
/**********************************/
#rightsidebar {
	margin-right: 10px;
	float: right;
	display: inline;
	width: 179px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#rightsidebar div.label {
	margin-bottom: 10px;
	padding-top: 5px;
	height: 21px;
	background-image: url(images/orangebar_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#rightsidebar a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	line-height: 21px;
	display: block;
	text-align: left;
	vertical-align: middle;
}
#rightsidebar a:link, #rightsidebar a:visited {
	color: #000;
}
#rightsidebar a:hover {
	color: #2C5E0B;
}
#rightsidebar a:active {
	color: #000;
}

#rightsidebar span.bull {
	padding-right: 5px;
	color: #2C5E0B;
}

#rightsidebar div.features {
	font-size: 12px;
}

#rightsidebar a.features {
	font-size: 12px;
	text-decoration: underline;
}

#rightsidebar p {
	margin-bottom: 15px;
	padding-right: 5px;
	text-align: left;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	/* background image set on includes/footer.inc.php */
	background-repeat: no-repeat;
	height: 30px;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding-top: 10px;
}

#footer a {
	font-size: 11px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}


/**********************************/
/* news & alumni news             */
/**********************************/
div.newslist {
	font-size: 12px;
	text-align: left;
}
.newsheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#content a.news {
	font-size: 12px;
	color: #2C5E0B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 23px;
}
#content a.news:link, #content a.news:visited {
	color: #2C5E0B;
	text-decoration: underline;
}
#content a.news:hover {
	color: #000;
	text-decoration: none;
}
#content a.news:active {
	color: #2C5E0B;
	text-decoration: underline;
}

.newscontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
}

/**********************************/
/* contact page                   */
/**********************************/
/*
#contact {
	margin: 0 auto;
	width: 540px;
	font-size: 13px;
	text-align: center;
}

#contact div.info {
	width: 325px;
	float: left;
}

#contact div.map {
	margin-left: 325px;
	width: 215px;
	text-align: center;
}

#contact div.form {
	margin-top: 20px;
	width: 540px;
}

#contact div.req {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact table.form {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #999999;
}
#contact td.form {
	width: 176px; /* not 200 due to padding
	padding: 2px;
	vertical-align: top;
	text-align: right;
}
#contact td.form2 { /* not 300 due to padding
	width: 296px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
#content .text { /* set parameters for form text field
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .textarea { /* set parameters for form textarea field
	width: 250px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact p.errmsg {
	margin: 10px auto;
	width: 300px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #999999;
}

#contact p.formmsg {
	margin: 15px 35px;
	color: #000000;
	text-align: left;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contact .submit { /* submit button
	padding: 2px 4px;
	border: 1px solid #000000;
}
*/

/**********************************/
/* misc                           */
/**********************************/
.center {
	text-align: center;
}

.orange {
	color: #F60;
}

.peach {
	color: #FFE2C6;
}

.green {
	color: #2C5E0B;
}

/**********************************/
/* image rotator                  */
/**********************************/

#ticker ul{ display:none; list-style:none; }
#ticker li{ overflow:hidden; list-style:none; }
-->
