@import url("/apps/js/polls/polls-pack.css");

.HPNews, .HPBBMessages, .HPEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 501px;
	background-color: #FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
}

.HPBBMessages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 501px;
	margin-top:-3px;
	background-color: #FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
}

.HPLinks, .HPDirectory, .HPMemoirs, .WorkProgram, .HPSotm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 201px;
	background-color: #FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
}

.neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #081120;
}

.neutral, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #005B3D; }
.neutral a:hover, .neutral a:active { color: #B30000; }

.contentIndex {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
}

.content {
	padding:8px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
	height: 250px;
}

a, a:link, a:visited {
	color: #005B3D;
	font-weight: bold;
}
a:hover, a:active { color: #B30000; }

.light {
	background-color: #ECE7E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}
.light  a, .light a:link, .light a:visited {
	color: #005B3D;
}
.light a:hover, .light a:active {
	color: #B30000;
}

.dark {
	background-color: #005B3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #FFFFFF;
}
.dark a, .dark a:link, .dark a:visited { color: #FFFFFF; }
.dark a:hover, .dark a:active { color: #FFFFFF; }

body {
	margin: 0px;
	color: #1E227C;
	background-color: #B4C6B9;
	font-family: Arial, Helvetica, sans-serif;
}

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	background-color: #004F42;
	background-image: url(/pics/pg_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px!important;
	height: 30px;
	padding: 6px 0px 0px 15px;
}

.bottomNav, .bottomNav a:link, .bottomNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFE201;
	text-decoration: none;
	font-weight: bold;
}
.bottomNav a:hover, .bottomNav a:active {
	color: #ffffff; text-decoration: underline;
}

#topNav {
	position: relative;
	height: 26px!important;
	height: 25px;
	width:100%;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: -20px;
	top: -40px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 25px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 85px;}
#topNav3Sub {left: 83px;}
#topNav4Sub {left: 170px;}
#topNav5Sub {left: 255px;}
#topNav6Sub {left: 312px;}
#topNav7Sub {left: 340px;}
#topNav8Sub {left: 460px;}
#topNav9Sub {left: 600px;}
#topNav10Sub {left: 596px;}

#topNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 10px  Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#topNav .list li {
	background-color: #005B3D;
	width: 160px;
	line-height: 18px;
}

#topNav2Sub .list li{width: 190px;}
#topNav3Sub .list li{width: 210px;}
#topNav4Sub .list li{width: 180px;}
#topNav5Sub .list li{width: 180px;}
#topNav6Sub .list li{width: 180px;}
#topNav9Sub .list li{width: 180px;}

#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 0px 0px 6px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
	zoom:1;
}
#topNav .list a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #01A387;
}

table.sitewide {
	width:99%;
	text-align:justify;
}

/***   Quick Poll Styles  ***/
/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 201px;       /* header width  */
    padding-top: 33px;  /* header height */
    *height: 33px;
    /* default background image is /pics/quick_poll_header.png  */
}

.HPQuickPoll .bar-color {
    background-color: #005B3D;   /* results bar color */
}


/***  Optional  ***/
.HPQuickPoll {
     width: 201px;
     padding-bottom: 9px;
     background: url(/pics/poll_right_bottom.gif) no-repeat bottom;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
     margin:0 auto;
     width:80%;
     text-align: left;
     *padding-left: 10px;
}

.HPQuickPoll .question {
    padding: 9px;
    margin: 0;
    text-align: left;
}

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    background: url(/pics/poll_hp_bg.gif) repeat-y;
    padding-bottom: 5px;
}

/* new css */
.headPic {
	background: url(/pics/header2.jpg) no-repeat;
	height: 147px;
	width: 759px;
	text-align: right;
	position: relative;
}

img#facebook {
	position: absolute;
	width: 43px;
	top: 87px;
	right: 68px;
}

.headPic form {
	float: right;
	padding-left: 20px;
}

#address {
	padding: 110px 150px 0 0;
	font-weight: bold;
	color: #005b3c;
	z-index: 999;
	
}

.pngfix {
	behavior: url('/apps/shared/iepngfix.htc');	
}

#quicklinks {
	width: 225px;
	margin: 0;
	padding: 0;
}

#quicklinks ul {
	width: 199px;
	list-style: none;
	margin: 0 auto 8px auto;
	padding: 0;
	*text-align:center;
}

#quicklinks li a {
	display: block;
	width: 199px;
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

#quicklink1 a {background: url(/pics/quicklinks1.gif) 0 0 no-repeat;}
#quicklink2 a {background: url(/pics/quicklinks2.gif) 0 0 no-repeat;}
#quicklink3 a {background: url(/pics/quicklinks3.gif) 0 0 no-repeat;}
#quicklink4 a {background: url(/pics/quicklinks4.gif) 0 0 no-repeat;}
#quicklink5 a {background: url(/pics/quicklinks5.gif) 0 0 no-repeat;}
#quicklink6 a {background: url(/pics/quicklinks6.gif) 0 0 no-repeat;}
#quicklink7 a {background: url(/pics/quicklinks7.gif) 0 0 no-repeat;}

#quicklink1 a:hover, #quicklink2 a:hover, #quicklink3 a:hover, #quicklink4 a:hover, #quicklink5 a:hover, #quicklink6 a:hover, #quicklink7 a:hover {background-position: -199px 0;}



