body { font-family: Verdana, san-serif;
	font-size: 12px;
	margin: 0;
}

h1 { margin: 0;
	padding: 62px 0 0 145px;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active { text-decoration: none;
	color: #FFF;
}
img {border: none;
}
h2 { font-family: inherit;
	font-size: inherit;
	margin: 30px 0 0 0;
	font-size: 11px;
}
h3 { font-family: inherit;
	font-size: inherit;
	margin: 0 0 10px 0;
	font-size: 10px;
}
h4 {	font-family: inherit;
	font-size: inherit;
	margin: 0 0 10px 0;
	font-size: 10px;
}	
em { font-style: normal;
	font-weight: bold;
}
a:link { color: #000000;
}
a:visited { color: #000000;
}
a:hover { color: #000000;
}
a:active { color: #000000;
}
/* contains site */
#container { width: 850px;
	margin: 0;
}

/*  header  */
.header { background: url(gifs/header_background_new.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 150px;
}
/* main content */
/* main content */
.content {margin: 5px 0 0 30px;
	width: 590px;
	float:left;
}
.content p { margin: 25px 0 0 0;
	line-height: 18px;
}
/* career page main content contact info */
ul.careercontact { margin: 20px 0 0 0;
padding: 0;
list-style: none;
}
li.careercontact { margin: 0;
padding: 0;
}

#offices .content img {border: 1px solid black;
margin: 0 15px 15px 0;
}
/* right column */
.rightcol { font-size: 11px;
	float: right;
	width: 190px;
}

.rightcollinks { margin:  6px 0 30px 0;
}
.rightcollinks a {font-weight: bold;
	color: #009999;
	font-size: 10px;
}
.rightcolcontact p { margin:  1px 0 0 0;
	font-size: 10px;
}
.rightcolcontact a {color: #000000;
}
/* footer */
.footer {margin-left: 25px;
	margin-top: 10px;
clear: both;
}
.footer img { padding: 25px 15px 30px 0;
}

/* NAV + left column */

#nav { font-size: 11px;
	font-weight: bold;
	color: #b9e0e0;
	position: absolute;
	top: 5px;
	left: 18px;
}
#nav a { color: #b9e0e0;
	text-decoration: none;
}
#nav a:hover, 
#nav a:active { color: #FFF;
}
#nav ul { padding: 10px 0 0 0;
	margin: 0;
}
#nav li { list-style: none;
	display: inline;
	padding: 0 2px;
	margin: 0;
}

.currpg { color: #FFF;
}
/* class to hide sub-nav (applied by script)*/
.hidenav {display: none}
/* class applied to body to override the subnav hiding */
/* or just leave the script off that page */
body.overridehide .hidenav {display: block}


