@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
img {
	border:none;
	display:block;
}
.shdwContainer, .shdwFooter, .mainContainer {
	margin:0 auto;
	width:767px;
}
.shdwContainer {
	background:url(../img/shdw.png) repeat-y;
}
.mainContainer {
	width:751px;
	background:url(../img/links.png) repeat-y left;
}
.content {
	width:455px;
	margin-left:173px;
	min-height:350px;
}
.contentFull {
	margin-left:173px;
	min-height:350px;
}

/*=====NAVIGATION=====*/
ul.navigation {
	position:absolute;
	top:133px;
	width:157px;
	background:#000 url(../img/links_grad.png) no-repeat;
	margin:0;
}
ul.navigation li {
	font-weight:bold;
	border-bottom:1px solid #7f85ce;
	padding:4px 0 5px 10px;
	list-style-type:none;
	line-height:16px;
	background-image:none;
}
ul.navigation li a {
	color:#fff;;
	text-decoration:none;
	background:url(../img/arrow.gif) left center no-repeat;
	padding:0 0 0 25px;
}
ul.navigation li a.selected {
	text-decoration:underline;
}
ul.navigation li a:hover {
	color:#919191;
}
ul.navigation li a.selected:hover {
	color:#fff;
}
/*END NAVIGATION*/

h1 {
	font-size:24px;
	margin:5px 0 12px 0;
	color:#3e437d;
	font-weight:normal;
}
h2 {
	font-size:22px;
	font-weight:normal;
	color:#3e437d;
	margin:18px 0 10px 0;
}
p {
	margin:0 0 16px 0;
	line-height:16px;
}
p span.bolder {
	font-weight:bold;
	color:#3e437d;
}
a {
	text-decoration:none;
	color:#3e437d;
}
a:hover {
	text-decoration:underline;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 2px;
}
ul li {
	list-style-type:none;
	background:url(../img/bullet.gif) left center no-repeat;
	padding-left:13px;
}
.heading {
	height:155px;
	background-color:#3f447e;
	font-size:18px;
	color:#fff;
}
.heading span {
	display:block;
	width:751px;
	height:155px;
	position:absolute;
	background:url(../img/heading.png) no-repeat;
}
#date {
	position:absolute;
	font-size:10px;
	top:6px;
	text-align:right;
	width:745px;
	padding-right:6px;
	line-height:1.2em;
}
.shdwFooter {
	background:url(../img/shdw_footer.png) no-repeat;
	height:8px;
}
.footer {
	text-align:center;
	font-size:10px;
	padding:14px 0 20px 0;
}
.footer a {
	text-decoration:none;
	color:#000;
}
.contactContainer {
	width:546px;
	margin-left:173px;
}
.contactContainer p {
	width:auto;
}
.contactContainer .location {
	float:right;
	border:5px solid #3e437d;
	margin:0 0 0 14px;
}
.linkWrapper {
	height:170px;
}
.linkWrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.linkWrapper div {
	float:left;
	text-align:center;
	width:45%;
}
.linkWrapper img {
	margin:0 auto;
}
.services ol {
	list-style-position:outside;
	margin-bottom:24px;
	padding-left:36px;
}
.services ol li {
	margin-bottom:2px;
}
.services p {
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
	color:#3e437d;
	width:24em;
}
ul.bios {
	margin-left:0;
}
ul.bios li {
	background-image:none;
	padding-left:0;
}


/*=====TARGET IE6=====*/
* html body .content {
	height:350px;
}
* html body .contentFull {
	height:350px;
}
* html body .footer {
	padding-top:7px;
}
/*=====END IE6=====*/
