* {
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100%;
}
body {
	min-height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small; /*
	scrollbar-base-color: white;
	scrollbar-track-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #47556B;
	scrollbar-3d-light-color: #47556B;
	scrollbar-darkshadow-color: #47556B;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: #47556B;*/
}
input,textarea {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 1em;
}
label {
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
	margin: 7px 0;
	font-weight: normal;
}
h1 {
	font-size: 2.3em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
a:link,a:visited {
	color: #04003F;
}
a:active,a:hover {
	color: #42556B;
}
a img {
	border: none;
}
p {
	padding: 6px 0px;
}
.clearer {
	clear: both;
}
.inner {
	margin: 10px;
}
#main_container {
	height: 100%;
	font-size: 1.1em;
	min-width: 980px;
	width: 980px;
	margin: 0px auto;
}

#top_bar {
    height: 70px;
}
#top_bar #logo_box {
    float: left;
    width: 190px;
    margin: 22px 0px 0px 0px;
}
#top_bar #logo_box img {
    float: right;
}
#top_bar #top_menu_bar {
    float: left;
    width: 790px;
}
#top_bar #top_menu_bar ul {
    list-style: none;
}
#top_bar #top_menu_bar li {
    float: right;
    margin: 5px 5px 5px 0px;
    height: 60px;
    width: 90px;
}
#top_bar #top_menu_bar a {
    display: block;
    height: 38px;
    width: 100%;
    color: white;
    text-decoration: none;
    text-align: center;
    padding-top: 22px;
}
#top_bar #top_menu_bar a:link,#top_bar #top_menu_bar a:visited {
    font-weight: normal;
}
#top_bar #top_menu_bar a:hover,#top_bar #top_menu_bar a:active {
    font-weight: bold;
}
#top_bar #top_menu_bar .box_1 {
    width: 45px;
    background: #F3F5F6;
}
#top_bar #top_menu_bar .box_2 {
    width: 70px;
    background: url('../images/logos/litchfield-group.gif') center center no-repeat #ECEEEF;
}
#top_bar #top_menu_bar .box_3 {
    background: #DCDFE2;
}
#top_bar #top_menu_bar .box_4 {
    background: #B0B6BB;
}
#top_bar #top_menu_bar .box_5 {
    background: #7C868D;
}
#top_bar #top_menu_bar .box_6 {
    background: #98C23C;
}
#top_bar #top_menu_bar .box_6 a {
    padding-top: 15px;
    height: 45px;
}
#top_bar #top_menu_bar ul li {
    position: relative;
}
#top_bar #top_menu_bar ul ul {
    position: absolute;
    background: #ABCC58;
    display: none;
    top: 90%;
    left: -1px;
}
#top_bar #top_menu_bar ul li:hover ul {
    display: block;
}
#top_bar #top_menu_bar ul ul li {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0px;
    height: 42px;
}
#main_container #top_bar #top_menu_bar ul ul li a {
    height: 27px;
}
#menu_bar {
    float: left;
    width: 190px;
    background: #7C868D;
    border-top: 1px solid #7C868D;
    border-bottom: 1px solid #7C868D;
    z-index: 20;
    height: 506px;
}

#menu_bar ul {
    display: block;
    list-style: none;
    width: 190px;
}
#menu_bar ul li {
    margin: 3px 0px;
    position: relative;
    height: 30px;
    width: 190px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    float: left;
    background: transparent;
}
#menu_bar ul li:hover {
    z-index: 21;
    background: #DCDFE2;
}
#menu_bar ul li:hover span,#menu_bar ul li:hover span {
    color: #7C868D;
}

#menu_bar a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    line-height: 30px;
}
#menu_bar a span {
    padding-left: 10px;
}
#menu_bar li a:link,#menu_bar li a:visited {
    color: white;
}
#menu_bar li a:hover,#menu_bar li a:active {
    color: white;
}
#menu_bar li.selected a:link,#menu_bar li.selected a:visited {
    background: white;
    color: black;
}
#menu_bar li:hover ul {
    display: block;
}

#menu_bar ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 90%;
    border-top: 1px solid #7C868D;
    border-left: 1px solid #7C868D;
    border-right: 1px solid #7C868D;
    background: #DCDFE2;
    color: #7C868D;
}
#menu_bar ul ul li {
    margin: 0px;
    border-bottom: 1px solid #7C868D;
    border-top: none;
    height: 21px;
}
#menu_bar ul ul li a {
    line-height: 21px;
}
#menu_bar ul ul li a:link span,#menu_bar ul ul li a:visited span {
    color: #7C868D;
}
#menu_bar ul ul li a:hover span,#menu_bar ul ul li a:active span {
    color: black;
}

#main {
    float: left;
    width: 780px;
    margin-left: 10px;
    border-top: 1px solid #ABB4BA;
    border-bottom: 1px solid #ABB4BA;
    padding: 7px 0px;
}

#header_bar {
    width: 100%;
    margin: 3px 0px;
}
#header_bar #header_text {
    float: left;
    border: 1px solid #aaaaaa;
    width: 515px;
    height: 128px;
    overflow: hidden;
}
#header_bar #header_image {
    float: left;
    margin-left: 5px;
    width: 250px;
    height: 130px;
}
#header_text .top {
    height: 55px;
    border-bottom: 1px solid #98C23C;
    padding-left: 10px;
    padding-top: 40px;
}
#header_text .bottom {
    padding-left: 10px;
    line-height: 1.5em;
}
#header_text .top h1,#header_text .top h2,#header_text .top h3,#header_text .top h4,#header_text .top h5,#header_text .top h6,#header_text .top p {
    font-size: 3.4em;
    font-weight: normal;
    font-family: trebuchet ms;
    color: #98C23C;
}
#header_text .bottom h1,#header_text .bottom h2,#header_text .bottom h3,#header_text .bottom h4,#header_text .bottom h5,#header_text .bottom h6,#header_text .bottom p {
    font-size: 1.5em;
    font-weight: bold;
    font-family: arial;
    color: #6A737B;
}

#content_bar {
    width: 100%;
    margin: 3px 0px;
}
#content_bar #content_container {
    border: 1px solid #6A737B;
    background: white;
    float: left;
    width: 597px;
    margin-right: 3px;
    min-height: 351px;
    color: #585E64;
    line-height: 1.4em;
}
#content_bar #content_container .top {
    background: #E2E6E9;
}

#content_bar #content_container .inner {
    margin: 0px;
    padding: 10px;
}

#content_container table {
    border-collapse: collapse;
}
#content_container td {
    padding: 3px;
}

#content_bar #content_images {
    float: left;
}
#content_bar #content_images .top {
    width: 170px;
    height: 100px;
}
#content_bar #content_images .bottom {
    margin-top: 3px;
    width: 170px;
    height: 250px;
}

#content_bar ul {
    margin-left: 20px;
}
#footer_bar {
    background: #98C23C;
    height: auto;
    padding-top: 9px;
    margin-top: 10px;
}
#footer {
    height: 65px;
    border-top: 1px solid white;
    color: white;
    padding-left: 10px;    
}
#footer p {
    width: 50%;
    float: left;
    margin: 0px;
}
#footer_bar #footer_links {
    float: right;
    width: 40%;
}
#footer_bar #footer_links ul {
    float: right;
    list-style: none;
    margin-right: 10px;
    padding-top: 3px;
    height: 21px;
    width: 100%;
}
#footer_bar #footer_links ul li {
    line-height: 21px;
    float: right;
    padding: 0px 10px;
}
#footer_bar #footer_links ul li a:link,#footer_bar #footer_links ul li a:visited {
    color: white;
    text-decoration: none;
}
#footer_bar #footer_links ul li a:hover,#footer_bar #footer_links ul li a:active {
    color: white;
    text-decoration: underline;
}

.contact_form .row {
    margin-top: 3px;
}
.contact_form .caption {
    float: left;
    line-height: 21px;
    width: 100px;
}
.contact_form .input {
    float: left;
}
.thankyou {
    margin: 10px 0px;
    border: 2px solid #98C23C;
    padding: 20px;
    font-weight: bold;
    background: #ABCC58;
}   
.required {
    color: #EF1829;
}
.error {
    color: #EF1829;
    font-weight: bold;
}
.error input,.error textarea {
    background: #EF1829;
    color: white;
}   
.sitemap ul {
    margin: 5px 0px;
}


.news_year {
    display: none;
}
.news_story_list {
    margin: 10px 0px;
    border-top: 1px solid #dfdfdf;
}
.news_story_list .show_all {
    display: none;
}
.news_item {
    padding: 15px 5px;
    border-bottom: 1px solid #dfdfdf;
}
.news_item .image img {
    width: 80px;
}
.news_item .image {
    float: left;
    height: 100px;
}
.news_item .headline, .news_item .subheadline {
    margin-left: 10px;
    float: left;
}
.news_item .headline {
    font-size: 1.3em;
    font-weight: bold;
}
.news_item .date {
    float: right;
    font-style: italic;
    color: black;
}
.news_item .subheadline {
    padding-top: 7px;
    width: 470px;
}

.news_story {
    margin-top: 10px;
}
#content_bar #content_container .news_story .top {
    background: transparent;
}
.news_story .back_button a {
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    background: #E2E6E9;
}
.news_story .back_button a span {
    padding-left: 10px;
    font-weight: bold;
}
.news_story .back_button a:hover,.news_story .back_button a:active {
    background: #98C23C;
    color: white;
}
.news_story .image {
    float: right;
}
.news_story .headline h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    margin-bottom: 0px;
}
.news_story .story {
    padding-bottom: 10px;
}
.news_story .date {
    padding: 5px 0px;
    font-weight: bold;
    color: black;
}
