/* Settings for the entire site */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	margin: 0px;
}

p, ul {
	margin-top: 1em;
	margin-bottom: 1em;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
/* Link formating */
a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/Images/Word_Icon.jpg) center left no-repeat;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/Images/pdf_icon.png) center left no-repeat;
}


/* Top banner bar */
#TopBannerLayer {
	width: 749px;
	height: 102px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color: #235C83;
	border: 0px none;
}

#TopCalloutLayer {
	position:absolute;
	left: 496px;
	top: 0px;
	width:239px;
	height: 20px;
	padding-top: 4px;
	z-index: 2;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #21738D;
	border-bottom-color: #21738D;
	border-left-color: #21738D;
}

#TopCalloutLayer a:link, #TopCalloutLayer a:visited, #TopCalloutLayer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}


/* Green menu bar at top of page */
#MenuLayer {
	position:absolute;
	width:725px;
	height:30px;
	z-index:4;
	left: 12px;
	top: 72px;
	text-decoration: line-through;
}



/* Green gradient that is background for left bar and outlines main content */
#GreenBackgroundLayer2 {
	position: absolute;
	width:725px;
	z-index:5;
	left: 0px;
	top: 102px;
	background-color: #7BB231;
	background-image: url(./images/background2.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 0px 12px 0px 12px;
	border-color: #235C83;
	height: 450px;
}

#GreenBackgroundLayer3 {
	position: absolute;
	width:725px;
	z-index:5;
	left: 0px;
	top: 102px;
	background-color: #7BB231;
	background-image: url(./images/background2.gif);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 0px 12px 0px 12px;
	border-color: #235C83;
	height: 580px;
}

#copyright {
	Position: absolute;
	width: 737px;
	height: 25px;
	z-index:1;
	top: 550px;
	left: 0px;
	background: #235C83;
	color: #ffffff;
	padding-left: 12px;
	padding-top: 5px;
}
#copyright2 {
	Position: absolute;
	width: 737px;
	height: 25px;
	z-index:1;
	top: 680px;
	left: 0px;
	background: #235C83;
	color: #ffffff;
	padding-left: 12px;
	padding-top: 5px;
}

.bubble {
	position:absolute;
	top:118px;
	left:13px;
	width:198px;
	display:none;
	background-image:url(images/bullet_whatpeople.png);
	background-position:top-left;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:10px;
}


#GreenBackgroundLayer {
	position: absolute;
	width:725px;
	z-index:5;
	left: 0px;
	top: 102px;
	background-color: #7BB231;
	background-image: url(./images/background2.gif);
	background-repeat: repeat-x;
	border-left-color: #235C83;
	border-left-width: 12px;
	border-left-style: solid;
	border-right-color: #235C83;
	border-right-width: 12px;
	border-right-style: solid;
}

.BackgroundTable2 {
	padding: 0px;
	border: 0px none;
	width: 725px;
	height: 455px;
}

.BackgroundTable {
	padding: 0px;
	border: 0px none;
	width: 725px;
	height: 455px;
}




/* Page footer */
.footer{
	background-color: #235C83;
	font-size: 10px;
	color: #cccccc;
 	height: 20px
}

/* Left navigation bar */
#left_bar {
	width: 199px;
	padding-top: 8px;
}

#left_bar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a383d;
	list-style-type: none;
	margin-top: -5px;
	padding-left: 18px; 
}

#left_bar a {
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #2a383d;
	margin-left: 0px;
}

#left_bar li {
	margin-bottom: 7px;
}

#left_bar li.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f4f4f;
	list-style-image: url(images/arrow2.gif);
	margin-top: -4px;
	margin-bottom: 7px;
}

#left_bar_title_image {
	margin-left: 15px; 
	margin-top: -5px;
}

/* Main content area */
#content, #content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
}

#content {
	width:488px;
	background-image: none;
	background-color: #FFFFFF;
	padding-left: 17px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0.8em;
}

#content h2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -1.0em;
	padding-bottom: 0.2em;
}

#content a:link, a:visited, a:hover {
	color: #336699;
}

#content ul {
	padding-left: 35px;
}

#content li {
	margin-left: -15px;
	list-style-image: url(images/orange_bullet.gif);
	padding-bottom: 0.5em;
}

#content li.subbullet {
	margin-left: -15px;
	list-style-image: url(images/sub_bullet.gif);
	padding-bottom: 0.5em;
}

#content ul.subbullet {
	margin-top: 0.2em; 
	margin-bottom: 0.2em;
}


#blue_callout {
	position: relative;
	left: 0px;
	width: 480px;
	background-color: #eaf6fb;
	border: 2px solid #d4eeff;
	padding:5px;
}

#blue_callout h2 {
	margin-top: 0px;
	margin-bottom: 1.0em;
}

#blue_callout p {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}

#blue_callout ul {
	margin-top: -0.8em;
	margin-bottom: 0em;	
}

#blue_callout_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#blue_callout_td p {
	padding-top: 1.0em;
	padding-bottom: 0em;
	margin-bottom: 0.8em;
}

#blue_callout td.image {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.staff_name:link, .staff_name:hover, .staff_name:visited {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -1.0em;
	color: #336699;
}

.staff_position {
	font-weight: bold;
	font-size: 11px;
}

.staff_photo {
  margin-right: 10px;
	margin-bottom: 1.0em;
}

.orangeText {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e09a14;
}
