@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navbackground
{
	float: left;
	width: 100%;
	background-image: url(images/bg_stripe.gif);
	background-repeat: repeat-x;
}


#overallcontainer
{
	width: 940px;
	margin: 0 auto;
}

#shadowcontainer
{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/shadow_repeat.png);
	background-repeat: repeat-y;
	width: 940px;
}

#header
{
	float: left;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 900px;
}

#logo
{
	float: left;
	margin: 25px 0 0 40px;
	width: 520px;
	display: inline;
}

#locations
{
	float: left;
	width: 150px;
	margin: 20px 0 0 20px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#locations a
{
	color: #257b9b;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#locations a:hover, #locations a:active
{
	border-bottom: 1px dotted #257b9b;
} 

p.index{		color: #666;
				font-size: 1.5em;
				font-weight: bold;
				text-align: justify;}	/*--- larger paragraph font for front page. ---*/			

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding-bottom: 3px; 	
	font-size: 14px;
	margin: 0;
}

#rightnav
{
	float: right;
	margin: 20px 50px 0 0;
	padding: 0;
}


#rightnav
{
	text-align: right;
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#rightnav a
{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
				
#rightnav a:hover
{
	border-bottom: 1px dotted #fff;
} 

#navigation
{
	float: left;
	margin-top: 27px;
	width: 675px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	float: left;
	display: inline;
	position: relative;
}

#navigation ul li a
{
	float: left;
	width: 101px;
	border-right: 1px dotted #a4dae3;
	display: block;
	height: 34px;
	text-decoration: none;
	color: #fff;
	padding: 10px 0 5px 10px;
	background-color: #257b9b;
	text-transform: uppercase;
}

#navigation ul li a:hover
{
	color: #fff;
	background-color: #135d7b;	
}

#navigation ul li:hover ul, #navigation ul li.over ul
{
	display: block;
}

#navigation ul li ul
{
	display: none;
	position: absolute;
	width: 102px;
	padding: 0;
	top: 49px;
	left: 0;
}

#navigation ul li ul li a
{
	display: block;
	text-decoration: none;
	background-color: #596468;
	line-height: 15px;
	text-transform: capitalize;
	border: 0;
	height: auto;
	border-top:1px dotted #a2a8ab;
	border-bottom:1px dotted #a2a8ab;
}

#navigation ul li ul li a:hover 
{
	background-color:#a2a8ab;
}

#content
{
	float: left;
	width: 900px;
	background-image: url(images/bg_white.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px dotted #a4dae3;
	padding-bottom: 20px;
}

#mainimage
{
	float: left;
	background-image: url(images/bg_homepg.jpg);
	width: 635px;
	height: 385px;
	overflow: hidden;
	margin: 20px 20px 0px 20px;
	display: inline;
	background-repeat: no-repeat;
}

#title
{
	float: left;
	margin-left: 320px;
	margin-top: 20px;
	width: 290px;
	display: inline;
}

h2
{
	color: #393;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 6px 0;
	line-height:25px;
}

#bodycopy
{
	float: left;
	margin-left: 320px;
	margin-top: 35px;
	width: 290px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	display: inline;
}

#rigthcolumn
{
	float: left;
	width: 136px;
}

h4
{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	padding-bottom: 5px;
	margin: 0;
}

#rightcolumn a
{
	text-decoration: none;
	color: #036;
	border-bottom: 1px dotted #036;
}
				
#rightcolumn a:hover
{
	color: #06C;
	border-bottom: 1px dotted #06C;
}

.rightbox_wrapper
{
	background-color: #c8e9ee;
	border: 1px dotted #fff;
	padding: 15px;
	margin: 20px 40px 0 0;
	width: 136px;
	float: right;
	display: inline;
}

.rightbox
{
	width: 140px;
	float: left;
	overflow: hidden;
}

.rightbox_wrapper p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	margin: 0;
}

img.rightbox_left
{
	margin: 0 3px 1px 0;
	float: left;
}
				
img.rightbox_right
{
	margin: 0 0 1px 3px;
	float: right;
}

#footer
{
	float: left;
	width: 900px;
	background-image: url(images/bg_footer.jpg);
	font-size: 11px;
	line-height: 16px;
	color: #333;
	padding-top: 15px;
	display: inline;
	padding-bottom: 15px;
}

#footer a
{		
	color: #333;
	text-decoration: underline;
}

#footerleft
{
	float:left;
	width: 300px;
	margin: 5px 0 0 20px;
	display: inline;
}
				
#footercenter
{
	float: left;
	width: 330px;
	text-align: right;
	margin: 5px 20px 0 0;
	display: inline;
}
				
#footerright
{
	float:left;
	width: 200px;
	text-align: left;
	margin: 0 0 0 15px;
	line-height: 11px;
	font-size: 10px;
	display: inline;
}
				
#footer img
{
	padding-right: 8px;
	float: left;
}






/* Interior Pages */
#interiorcontent
{
	float: left;
	width: 625px;
	margin: 10px 20px 20px 22px;
	padding: 0;
}

.article_wrapper p
{
	padding-bottom: 20px;
	font-size:13px;
	margin: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

h3
{
	color: #036;
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 5px;
	margin: 0;
}

.floatRight
{
	float: right; 
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 0 5px 15px;
} 

#breadcrumb
{
	float: left;
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 9px;
	color: #666;
	width: 625px;
	margin-bottom: 10px;
}
				
#breadcrumb a
{
	text-decoration: none;
	color:#666;
	border-bottom: 1px dotted #666;
}
				
#breadcrumb a:hover
{
	color: #333;
	border-bottom: 1px dotted #666;
}

floatLeft
{
	float: left; 
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 15px 5px 0;
} 

#interiorcontent a, #mainimage a
{
	text-decoration: none;
	color: #036;
	border-bottom: 1px dotted #036;
}
				
#interiorcontent a:hover, #mainimage a:hover
{
	color: #06C;
	border-bottom: 1px dotted #06C;
}

/* -----------------------------------------*/
/* ------> Staff Directory <<<-----------*/
/* -----------------------------------------*/
 
table.contacts
{ width: 600px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }	/*--- Defines table).  ---*/

td.contactDept
{ background-color: #a4dae3;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #666; }/*--- Defines Table Header  ---*/

td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10px;
color: #404040;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }/*--- Defines table cells.  ---*/

tr.rollover:hover
{color: #666;
background-color: #c8e9ee;} /*--- Defines table row bg color on rollover.  ---*/
