/* BASE ELEMENTS */
body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, serif;
	background-color: #DADAD0;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("../_graphics/bgGradient.gif") top left repeat-y;
	color: #303030;	
	}

a:link, a:visited {
	font-size: 12px;
	text-decoration: none;
	_color: #61aa69;
	color:#1e9815;
	}
a:hover, a:active {
	font-size: 12px;
	text-decoration: underline;
	_color: #61aa69;
	color:#1e9815;
	}
	
a.small:link, a.small:visited {
	font-size: 10px;
	text-decoration: none;
	color: #61aa69;
	}
a.small:hover, a.small:active {
	font-size: 10px;
	text-decoration: underline;
	color: #61aa69;
	}

small {	font-size: 10px;}

img { border:0px;}

.note { color: #ff0000;}

#siteContainer { /* entire site containing box */
	position: relative;
	margin: 0px;	
	padding: 0px;
	padding-top:25px;
	font-family: arial, helvetica, serif;
	background-color: #DADAD0;
	line-height: 18px;
	background: url("../_graphics/bgGradient.gif") top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;	
	height: 100%;
	}

/* SITE SPECIFIC */
		
#dpLogo {
	position: absolute;
	left: 12px;
	top: 25px;
	width: 174px;
}	

#siteTitle {
    position: relative;	
	padding-bottom:12px;
	clear: both;
}


/* PAGE CONTENT AREA */
#contentWrapper {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
    position: relative;
    line-height: 18px;
	left: 198px;	
	width:546px;
}


#topImageRow 
{
    position: relative;
	z-index: 9999;
	padding: 0;
	margin-bottom: 12px;
	height: 132px;
}

#img1 {
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	float: left;
	}
	
#img2 {
	position: relative;
	float: left;
	padding-left: 12px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	margin-bottom: 0;
	}


#contentWrapper small
{   
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #303030;
    font-weight: normal;
    text-align: left;
    line-height: 13px;
}

#contentWrapper a.small:link, #contentWrapper a.small:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #005c96;
	}
#contentWrapper a.small:hover, #contentWrapper a.small:active {
	font-size: 10px;
	text-decoration: underline;
	color: #478FB4;
	}

#contentWrapper h1
{	
	background-color: #466473;
	color: #ffffff;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}


#contentWrapper h2
{	
	font-family: Arial, Helvetica, sans-serif;
	color: #377b41;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* --------------------------------- */



/* BOXER LINKS */

#mainCopySidebarWrapper {
	position: relative;
	float: right;
	display: inline;
	/*border-left: 12px solid #ffffff;*/	
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
	clear: both;
	padding-bottom: 12px;
	}

#mainCopySidebarPad {
	border-left: 12px solid #ffffff;
}

.imagePadLeft {
	border-left: 12px solid #ffffff;
}

#linkBox {
	width: 174px;
	margin-bottom: 12px;
	border-left: 12px solid #ffffff;
	}

#linkBox h1 {	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;	
	color: #303030;
	height: 22px;
	overflow: visible;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	text-align: left;
	background-color:#7daf83;
	}
	
#linkBox p 
{
	margin: 0px;	
	color: #466473;
	overflow: visible;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	text-align: left;
	background-color:#e3e9e2;
}

#linkBox a:link, #linkBox a:visited {
	color: #466473;
	text-decoration: none;
	font-size: 11px;
	}
#linkBox a:hover, #linkBox a:active {
	color: #466473;
	text-decoration: underline;
	font-size: 11px;
	}

#topCornerImage {
	border-left: 12px solid #ffffff;
	padding-bottom: 5px;
}

/* --------------------------------- */




/* FAR RIGHT COLUMN - GRADIENT CLIPS */

#rightCol {
    position: absolute;
	top: 24px;
	left: 756px;	
	text-align: left;
	z-index:0;
}

#banner {
	width: 174px;
	background-color: #ffffff;
	background: url("../_graphics/bannerGradient.gif") top left repeat-y;	
	padding: 12px;
	margin: 0px;
	margin-bottom:12px;
	}

/* --------------------------------- */



/* PAGE SPECIFIC */

#floatLeft {
	position: relative;
	float: left;
	display: inline;
	padding-right: 15px;
	padding-bottom: 10px;
	clear: both;
	}

.defaultText { /* used for full staff directory page */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
    line-height: 18px;
	border-bottom:1px solid #666666;
	padding:2px;
}

.defaultTextHeader { /* used for full staff directory page */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
    line-height: 18px;
	border-bottom:1px solid #666666;
	padding:2px;
}

/* -------------------------------- */


/* MAIN NAVIGATION */	
#leftNav { 
	position: absolute;
	left: 12px;
	top: 84px;
	width: 174px;
	background-color: #466473;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	}

#navlist {
	position:relative;
	margin-left:0;
	padding-left:0;
	_overflow:hidden;
	margin-top:0;
	_margin-bottom:0;
	_padding-bottom:0;
	padding-top:0;
	text-transform:uppercase;
	font-size:12px;
	line-height:14px;
	letter-spacing:1px;
	}
#navlist a, #navlist a:visited{
	font-family: Arial, Verdana, sans-serif;
	color:#ffffff;
	font-weight:bold;
	display:block;	
	padding:12px 12px 12px 30px;
	width:132px;
	background-image:url("../_graphics/nav/navOff.gif");
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	border-bottom: 1px solid white;	
	}
#navlist a.state, #navlist a.state:visited, #navlist a:hover{
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	display:block;	
	padding:12px 12px 12px 30px;
	width:132px;
	background-image:url("../_graphics/nav/navOn.gif");
	background-color:#22515f;
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	border-bottom: 1px solid white;	
	}
#leftNav #navlist .uberlink{
	background-image:url("../_graphics/nav/navOn.gif");
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#22515f;
	border-bottom: 1px solid white;	
	}

#secondary_nav {
	width:144px;
	_width:141px;
	padding-right:8px;
	padding-top:12px;
	padding-left:22px;
	_padding-left:25px;
	padding-bottom:12px;
	background-color:#d6dbdd;
	border-bottom: 1px solid white;
	font-size:11px;
}

#secondary_nav a, #secondary_nav a:visited{
	font-size:11px;
	color:#4d4d4d;
	}
#secondary_nav #secondary_nav a:hover{
	font-size:11px;
	color:#4d4d4d;
	text-decoration:underline;
	}

#secondary_nav .selected{
	font-size:11px;
	color:#4d4d4d;
	text-decoration:underline;	
}

#secondary_nav ul.third_level{
	margin: 0;
	margin-left:17px;
	padding: 0;
}

#secondary_nav li.third_level{
	list-style-image: url("../_graphics/bulletDash.gif");	
	*list-style-image: url("../_graphics/bulletDashIE.gif");	
}

#secondary_nav li.third_level a{
	margin-left:-5px;	
}

#iconLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#787878;
	background-color:#ffffff;
	padding-top:1px;
	padding-left:5px;
	line-height:20px;
	margin:0px;
	}

#iconLink p {
	background-position:center left;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:0px;
}

#iconLink p a:link, #iconLink p a:visited{
	padding-left:25px;
	text-decoration:none;
	color:#787878;
	padding-bottom:0px;
	}

#iconLink p a:hover, #iconLink p a:active{
	padding-left:25px;
	text-decoration:none;
	color:#303030;
	margin:0px;
	}

.icon_computer {
	background-image:url("../_graphics/icons/computer.gif");
}

.icon_compass {
	background-image:url("../_graphics/icons/compass.gif");
}

.icon_email {
	background-image:url("../_graphics/icons/email.gif");
}
.icon_facebook {
	background-image:url("../_graphics/icons/icon_facebook20x20-v1.png");
}
/* ------------------ */

#headerWrapper {
	position:relative;	
	height:59px;
}

/* HOUSEKEEPING STUFF */

#houseLinks {	LINE-HEIGHT: 14px}

#houseLinks A:link, #houseLinks A:visited {	FONT-SIZE: 9px;						
						COLOR: #666666; 
						LETTER-SPACING: 1px; 
						TEXT-DECORATION: none}

#houseLinks A:hover, #houseLinks A:active {	COLOR: #003366; 
						TEXT-DECORATION: none}
/* ------------------ */


/* SEARCH BOX FEATURE */	
#search 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	width: 210px;
	position: relative;
	float: right;	
	padding-top: 5px;
}
#search .text 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 2px;
	margin-left: 2px;
	color: #999999;
}

#search a:link, #search a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	}
#hsearch a:hover, #search a:active {
	color: #003366;
	text-decoration: underline;
	}
#search p {
	margin-top: 5px;
	padding-left: 23px;
	color: #666666;
	}
/* ------------------ */


/* SITE FOOTER BAR */
#footer { 
	z-index: 1000;
	padding-right: 5px;
	padding-top: 45px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	vertical-align: bottom;
	}
#footer a:link, #footer a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #61aa69;
	}
#footer a:hover, #footer a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #61aa69;
	}


/* ----------------- */

.fyi{
	width:186px;
	_width:191px;
	padding:15px 6px 0px 6px;
	_padding-left:0px;	
	background: url("../_graphics/bannerFYIGradient.gif") top left repeat-y;
	background-color:#e9d561;
	}
.fyi p{
	margin-top:0;
	padding-top:0;
	_padding-left:10px;
	margin-bottom:0;
	padding-bottom:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#466473;
	}
.fyi p.line{
	text-align:center;
	margin-top:15px;
	margin-bottom:12px;
	border-top:1px solid #4B4B4B;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:10px;
	color:#4B4B4B;
	letter-spacing:1px;
	width:84px;
	padding:10px 0px 15px; 0px;
	margin:13px 65px 0 49px;
	_margin:13px 25px 0 57px;
	}

/* ----------------- */
#contribTopContentImage {
	width:174px;
	height:132px;
	background-color:#e0e0e0;
	background-image:url("../_graphics/contributionImageHolder.gif");
}

#contribContent {
	font-family:arial, verdana, sans-serif;
	padding-left:20px;
	font-size:12px;
	width:600px;
}
#contribHeader {
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#005c96;
	width:300px;
	border-bottom:1px solid #005c96;
	margin-bottom:15px;
}

/* ----------------- */


#thessm {display:none;}
/* ----------------- */





