body {
	margin: 0;
	padding: 0;
	background: #e9e6da url(../images/background.gif) repeat-x;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	margin-top: 165px;
	margin-bottom: 0;
	font-size: .7em;
}

h2 {
	font-size: .7em;
	margin-top: 2.5em;
	margin-bottom: -.5em;
	color: #4c4c4c;
}

h3 {
	font-size: .7em;
	margin-top: 1em;
	margin-bottom: -.5em;
	color: #4c4c4c;
}

h3.gold {
	font-size: .7em;
	margin-top: 1em;
	margin-bottom: -.5em;
	color: #a18a44;
}

p {
	font-size: .7em;
	line-height: 1.5em;
}

p.short {
	line-height: 1.2em;
	margin-top: 12px;
	margin-bottom: 12px;
}

ul {
	font-size: .7em;
	line-height: 1.5em;
}

ol {
	font-size: .7em;
	line-height: 1.5em;
}

sup {
	font-size: .65em;
}

a:link {
	color: #004cbe;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color : #1d8c55;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color : #3284d9;
	font-weight: bold;
	text-decoration:underline;
}

hr.white {
	border: 0;
	width: 100%;
	background-color: #fff;
	color: #fff;
	height: 2px;
}

#navbutton {
	width: 230px;
	padding: 0;
	}
	
#navbutton ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
#navbutton li {
	    border-top: 1px #e2e2e2 solid;
		}
		
#navbutton li a {
		display: block;
		height: 15px;
		color: #004cbe;
		font-size: .9em;
		font-weight: normal;
		text-decoration: none;
		}
		
html>body #navbutton li a {
		width: auto;
		}

#navbutton li a:hover {
		display: block;
		background-color: #fff;
		color: #004cbe;
		font-weight: normal;
		text-decoration: none;
}

#navbutton li a:visited{
		display: block;
		color: #187748;
		font-weight: normal;
		text-decoration: none;
}
		
.youarehere {
		display: block;
		font-size: .95em;
		background: #fff url(../images/subnav_over2.gif);
}

#tier1b {
	padding: 1px 0;
	background: #c7ced6 url(../images/subnav2.gif);
}

#tier2b {
	padding: 1px 0;
	background: #dfe7ee url(../images/subnav2.gif);
}

#tier3b {
	padding: 1px 0;
	background: #dfe7ee url(../images/subnav2.gif);
}

a.footerlink:link {
	color: #999;
	text-decoration: underline;
}

a.footerlink:visited {
	color: #999;
	text-decoration: underline;
}

a.footerlink:hover {
	color: #999;
	text-decoration: underline;
}

.header {
	padding: 50px 0 20px 0;
}

.banner-home {
	padding-top: 130px;
	background: #fff url(../images/banner_home.jpg) no-repeat;
}

.banner-page {
	background: #fff url(../images/banner_page.jpg) no-repeat;
}

.date-home {
	font-size: .65em;
	color: #fff;
	padding: 4px 0 4px 10px;
	background: url(../images/banner_home_top.jpg) no-repeat;
}

.date {
	font-size: .65em;
	color: #fff;
	padding: 4px 0 4px 10px;
	background:  url(../images/banner_page_top.jpg) no-repeat;
}

.content {
	padding: 0 20px 20px 35px;
}

.content-home {
	background-color: #fff;
	padding: 4px 28px 20px 20px;
}

.content-home2 {
	background-color: #fff;
	padding: 10px 30px 0 0;
}

.content-page {
	background-color: #fff;
	padding: 20px 0 0 0;
}

.side {
	background: #e2e2e2 url(../images/side1.gif) no-repeat;
	border-right: 1px solid #fff;
}

.side1 {
	background: #e2e2e2 url(../images/side1.gif) no-repeat;
	padding: 20px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.side2 {
	background: #e2e2e2 url(../images/side2.gif) no-repeat;
	padding: 30px 20px 30px 17px;
}

.side-home1 {
	background: #e2e2e2 url(../images/side2.gif) no-repeat;
	padding: 20px 0 0 0;
}

.side-home2 {
	padding: 30px 20px 10px 17px;
}

.side-home3 {
	padding: 0 20px 30px 17px;
}

.row {
	font-size: .7em;
	padding: 3px;
	background-color: #e4f5d7;
}

.row-heading {
	font-size: .7em;
	padding: 15px 3px;
}

.field {
	border: 1px solid #999;
	background-color: #fff;
	padding: 2px;
}

input {
	font-size: 1em;
	color: #4c4c4c;
}

textarea {
	font-size: 1em;
	color: #4c4c4c;
	background-color: #fff;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans serif;
	padding: 2px;
}

.quote {
	border-left: 10px solid #fff;
	border-bottom: 7px solid #fff;
}

.quote-text {
	font-style: italic;
	padding: 7px 0 7px 5px;
	font-size: 1.2em;
	line-height: 25px;
}

.accent {
	font-style: italic;
	color: #A18A44;
}
		
.footer {
	color: #999;
	font-size: .65em;
	padding: 5px 0 20px 0;
}

.rss_feed {
	font-size: 1em;
}

.rss_feed_title {
	display: none;
}

.rss_item_list {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #b4b4b4;
}

.rss_item_list li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #b4b4b4;
	line-height: 1.2em;
}

.rss_item_desc { 
    display: none;
}

.rss_item_list li a {
	text-decoration: none;
}

.rss_item_list li a:hover {
	text-decoration: underline;
}

#cases {
	position: relative;
	left: 0;
	padding: 10px;
	width: 175px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	
#news-scroll {
	margin-top: 0;
	padding: 3px;
	height: 150px;
	width: 180px;
	overflow: auto;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	background-color: #fff;
	}
	
.green {
	color: #1d8c55;
	font-weight: bold;
	}



