/* CSS Document */
body {
	background: url(_images/line_shadow.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footerWrapper {
	background: url(_images/line_shadow.gif) repeat-x top;
	width: 100%;
	clear: both;
	margin: 20px 0px 0px 0px;
}
#footer {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
}
#contentWrapper {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
}
#header {
	float:left;
	width: 230px;
	margin: 20px 0px;
}
#address {
	float: right;
	text-align: right;
	padding: 0px 45px 0px 0px;
	margin: 20px 0px;
}
#contact {
	float: right;
	text-align: right;
	padding: 0px 0px 0px 5px;
	margin: 20px 0px;
}
#menuTop {
	background: url(_images/menu_bar_top.gif) no-repeat top;
	height: 10px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#menuBottom {
	background: url(_images/menu_bar_bottom.gif) no-repeat bottom;
	padding: 0px;
	height: 25px;
	margin: 0px 0px 20px 0px;
}
ul.menuItems {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.menuItems li {
	background: url(_images/menu_divider.gif) no-repeat center right;
	float: left;
	margin: 0px;
	padding: 0px 29px;
	font-size: 80%;
	color: #868686;
}
ul.menuItems li a {
	color: #868686;
	text-decoration: none;
}
ul.menuItems li a:hover {
	color: #01264c;
	text-decoration: underline;
}
ul.menuItems li.lastItem {
	background: none;
}
ul.menuItems li.selected {
	color: #01264c;
}
ul.menuItems li.selected a, ul.menuItems li.selected a:hover {
	color: #01264c;
	text-decoration: none;
}
ul.menuItems li.selected span {
	background: url(_images/contentBoxDivider.gif) repeat-x bottom;
}
ol {
	font-size: 76%;
	color: #868686;
	padding: 0px 0px 0px 40px;
}
ul.leftNav {
	list-style: none;
	font-size: 76%;
	color: #000000;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 40px;
}
ul.leftNav li {
	background:url(_images/icon_arrows.gif) no-repeat left center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
ul.leftNav li a {
	color: #000000;
	text-decoration: none;
}
ul.leftNav li a:hover {
	color: #01264c;
	text-decoration: underline;
}
#introPanel {
	background: url(_images/intro_banner.gif) no-repeat;
	height: 180px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#introPanel p {
	padding: 120px 0px 0px 20px;
	color: #FFFFFF;
	font-size: 80%;
}
#introPanel p.title {
	display: none;
}
.contentWelcome {
	background: url(_images/menu_divider.gif) repeat-y right;
	float: left;
	width: 615px;
	margin: 0px 0px 20px 0px;
}
.contentFullWidth {
	float: left;
	width: 920px;
	margin: 20px 0px;
}
.contentTwoThirds {
	float: left;
	width: 604px;
	margin: 20px 0px;
	padding: 0px 0px 0px 10px;
}
.contentBlogPosts {
	float: right;
	width: 285px;
	margin: 0px 0px 0px 20px;
}
.contentBoxLeft {
	background: url(_images/contentBoxTop.gif) no-repeat top left;
	float: left;
	width: 306px;
	margin: 20px 0px;
}
.contentBoxMiddle {
	background: url(_images/contentBoxTop.gif) no-repeat top center;
	float: left;
	width: 308px;
	margin: 20px 0px;
}
.contentBoxRight {
	background: url(_images/contentBoxTop.gif) no-repeat top right;
	float: left;
	width: 306px;
	margin: 20px 0px;
}
.contentBoxBottomLeft {
	background: url(_images/contentBoxBottom.gif) no-repeat bottom left;
	height: 10px;
}
.contentBoxBottomMiddle {
	background: url(_images/contentBoxBottom.gif) no-repeat bottom center;
	height: 10px;
}
.contentBoxBottomRight {
	background: url(_images/contentBoxBottom.gif) no-repeat bottom right;
	height: 10px;
}
.contentBoxTitle {
	padding: 11px 20px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 76%;
	color: #868686;	
}
#footer p {
	padding: 20px 0px;
	color: #868686;
	font-size: 80%;
}
p.contentBox {
	padding: 0px 20px 10px 20px;
	color: #868686;
}
p.contentBoxIntro {
	font-weight: bold;
	color: #000000;
	padding: 20px 20px 0px 20px;
}
p.contentBoxNav {
	font-weight: bold;
	color: #000000;
	padding: 10px 20px 5px 20px;
}
p.contentTitle {
	display: none;
}
p.buttonMore {
	text-align: right;
	padding: 5px 20px 10px 0px;
}
p a {
	color: #868686;
	text-decoration: none;
}
p a:hover {
	color: #01264c;
	text-decoration: underline;
}
p.header {
	color: #00254c;
}
p.header a {
	color: #00254c;
	text-decoration: none;	
}
p.welcomeIntro, p.welcomeIntro a, p.welcomeIntro a:hover {
	font-weight: bold;
	color: #3d6f92;
	padding: 15px 20px 0px 0px;
	text-decoration: none;
}
p.welcomeContent {
	padding: 15px 20px 0px 0px;
	color: #868686;
}
p.welcomeContentSubmit {
	text-align: center;
	padding: 15px 20px 0px 0px;
	color: #01264c;
}
p.blogDate {
	background:url(_images/icon_blog.gif) no-repeat left center;
	color: #000000;	
	padding: 0px 0px 0px 20px;
	height: 16px;
	margin: 15px 0px 0px 0px;
}
p.blogTitle {
	padding: 5px 20px 0px 0px;	
}
p.blogTitle a {
	color: #3d6f92;
	text-decoration: underline;
}
p.linkRight {
	background:url(_images/icon_arrows.gif) no-repeat right center;
	height: 16px;
	text-align: right;
	padding: 0px 12px 0px 0px;
	margin: 20px 20px 0px 0px;
}
p.linkRightBlog {
	background:url(_images/icon_arrows.gif) no-repeat right center;
	height: 16px;
	text-align: right;
	padding: 0px 12px 0px 0px;
	margin: 20px 0px 0px 0px;
}
p.linkRight a, p.linkRightBlog a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
p.footer a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
p a:hover {
	color: #01264c;
	text-decoration: underline;
}
form.contact {
	font-size: 76%;
	color: #868686;
	margin: 20px 0px 0px 0px;
}
.textField {
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textareaField {
	width: 206px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
}