html {
	min-height: 100%;
	height: auto;
}

Body{
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#8F9B60;
	margin: 0;
	padding: 0;
	text-align: left;
	direction:ltr;
	background-image: url(/SharedImages/Body-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.Container {
	background-image: url(/SiteTemplates/LTR/Images/Main-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 874px;
	margin: 0em auto;
	margin-top: 21px;
	font-size: 80%;
}
.MainContainer {
	background-color: #FFFFFF;
	width: 874px;
	background-image: url(/SiteTemplates/LTR/Images/Main-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
Img  {
	margin:0;
	padding: 0;
	border: none;
	overflow: hidden;
}
form{
	padding:0;
	margin:0 0 0px 0;
	vertical-align: top;
}
.FloatOppDir{
	float:right;
}
.FloatDir{
	float:left;
}
.TextOppDir{
	text-align:right;
}
.TextDir{
	text-align:left;
}
.ImgFloatDir {
	float: left;
	margin: 0 10px 10px 0;
}
.ImgFloatOppDir {
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #8DAA42;
}
h1 {
	font-size: 300%;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #607330;
	font-family: "Times New Roman", Times, serif;
}
h2{
	font-size: 150%;
	color: #00335A;
	padding: 0;
	margin: 15px 0 6px 0;
	font-weight: normal;
}
h3{
	font-size: 110%;
	color: #00335A;
	padding: 0;
	margin: 15px 0 6px 0;
	font-weight: bold;
}

p{
	line-height: 140%;
	text-align: left;
	padding: 0;
	margin: 0px 0px 10px 0px;
	color: #003058;
}

/*** utility styles *****************/
.Utility{
	color: #000000;
	font-size: 90%;
	text-align: right;
	margin-top: 5px;
	width: 624px;
	float: right;
	margin: 5px 0px 10px 0px;
}
.Utility a:link {
	color: #003058;
	text-decoration: none;
}
.Utility a:visited {
	color: #003058;
	text-decoration: none;
}
.Utility a:hover, .Utility a:active {
	color: #6F8534;
	text-decoration: none;
}
/*Header*/
.Header {
	width: 874px;
	height: 205px;
	background-image: url(/SiteTemplates/LTR/Images/Header-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.Logo {
	float: left;
	width: 218px;
}
.Strip {
	float: right;
}
/*****Link*****/
a:link {
	color: #6E8533;
	text-decoration: none;
}
a:visited {
	color: #819B3C;
	text-decoration: none;
}
a:hover, a:active	{
	color: #6E8533;
	text-decoration: underline;
}
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 95%;
	margin-bottom: 5px;
	color: #003058;
	line-height: 140%;
}
/************ BreadCrumbs styles **************/
.BreadCrumbs	{
	color: #00345B;
	font-size: 90%;
	margin-bottom: 0px;
	clear: both;
	text-align: left;
	padding: 0px 5px 5px 0px;
	}
.BreadCrumbs a	{
	color: #00345B;
	text-decoration: none;
	}
.BreadCrumbs a:visited	{
	color: #00345B;
	text-decoration: none;
	}
.BreadCrumbs a:hover, .BreadCrumbs a:active	{
	color: #6F8534;
	text-decoration: none;
}
.ltrlBreadCrumbCurrent
{
    font-weight:bold;
}
/*SideBar*/
.SideBar {
	width: 190px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0 0 0 15px;
	float: left;
	margin: 30px 0px 0px 1px;
}
.SideMenu {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 190px;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.SideMenu ul {
	line-height: 120%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	width: 190px;
	border-bottom: 1px dotted #999;
}
.SideMenu ul ul{
	font-size: 85%;
	margin: 0px;
	font-weight: normal;

}
.SideMenu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
.SideMenu a {
	text-decoration:none;
	color: #003058;
	padding: 6px 5px 6px 25px;
	display: block;
	border-top: 1px dotted #999;
	width: 160px;
	background-image: url(/SiteTemplates/LTR/Images/Side-menu-bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}
.SideMenu a:link, .SideMenu a:visited {
	text-decoration:none;
	color: #003058;
}
.SideMenu a:hover, .SideMenu a:active {
	text-decoration:none;
	color: #607330;
	background-color: #FBF9DF;
	border-top: 1px dotted #999;
	background: none;
}
.uberlink a:link, .uberlink a:visited, .uberlink a:hover, .uberlink a:active {
	text-decoration:none;
	color: #42501F;
	background-color: #FBF9DF;
	background-image: url(/SiteTemplates/LTR/Images/Uberlink-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.SideMenu ul ul  a {
	padding: 6px 5px 6px 40px;
	width: 145px;
}

.SideMenu ul ul a:link, .SideMenu ul ul a:visited {
	text-decoration:none;
	color: #333333;
}

.SideStory {
	background-image: url(/SharedImages/SideStoryBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	width: 190px;
	margin: 0 0 10px 0;
	background-color: #EAEDF0;
}
.FormField{
	font-style: italic;
	color: #003058;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: left;
}
.FormFieldRight{
	font-style: italic;
	color: #003058;
	font-size: 90%;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: right;
}
/*MainBody*/
.MainBody {
	float: right;
	margin: 0;
	padding: 0;
	width: 668px;
}
.Content {
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0px 16px 20px 27px;
	color: #003058;
}
.MainBody ul {
	line-height: 140%;
	margin: 0;
	padding: 0 0 0px 20px;
	list-style-image: url(/SharedImages/Main-bullet.gif);
}
.MainBody li {
	margin: 0;
	padding: 0 0 5px 0;
}
/*news*/
.NewsBox {
	background-color: #EEEEEE;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-bottom: 12px;
}														
.NewsItemDate {
	color: #00335A;
	font-size: 90%;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
.NewsBox h1 {
	font-size: 150%;
}
/*Footer*/
/* for understanding browsers */
.Footer {
	width: 874px;
	font-size: 70%;
	color: #FFF;
	padding: 30px 0px 0px 0px;
	background-image: url(/SiteTemplates/LTR/Images/Footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0em auto;
	height: 50px;
	font-weight: bold;
}
/* for Internet Explorer */
/*\*/
* html .Footer {
	margin-top: 0px;
}
/**/
.Footer a, .Footer a:active, .Footer a:visited {
	text-decoration:none;
	color:#FFF;
}
.Footer a:hover {
	text-decoration:underline;
	color:#FFF;
}
.FooterLogo {
}
/*** NavBar Tags *****************/
#nav{
	padding:0;
	width: 624px;
	direction: rtl;
	font-size: 110%;
}
#nav, #nav ul{
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	background-image: url(/SiteTemplates/LTR/Images/Nav-bg.gif);
	height: 26px;
	background-repeat: repeat-x;
	text-align: center;
	background-position: center;
	list-style-image: none;
}
#nav a{
	display:block;
	text-decoration:none;
	padding: 4px 13px 4px;
	margin:0;
	color: #FFF;
}
#nav a:hover{
	background-color:#E0E8C8;
	color: #758A3C;
	
}
#nav a:hover, #nav :hover > a {
	background-color:#EAEDF0;
	color: #6F8532;
}	
#nav li{
	float:left;
	position:relative;
	list-style-image: none;
	padding:0;
	margin:0;
}
#nav li #Current {
	color:#758A3C;
	background-color: #E0E8C8;
}
#nav ul {
	position:absolute;
	display:none;
	width:140px;
	padding:0;
	margin:0;
}
#nav li li ul{
	display:none;
}
#nav li li ul li{
	display:none;
}
#nav li ul a{
	height:auto;
	float:left;
	padding:4px 10px;
	background-color:#EAEDF0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:144px;
	display:block;
	color: #6F7C8C;
	font-size: 90%;
}
#nav li ul{
	width:174px;
	background-image: none;
	margin:0;
	padding:0;
	text-align: left;
	border-top:1px solid #fff;
	left: 0px;
	/**right: -15px;*/
}
#nav li li a:hover{
	background-color:#7F8E57;
	color:#FFF;
	background-image:none;
}
#nav li:hover ul, #nav li li:hover ul{
	display:block;
	color: #FFFFFF;
}
.ClearBoth {
	clear: both;
}
/* Contact*/
.ContactInfo td{
	font-weight: normal;
	color: #003058;
	padding: 2px 0px 2px 0px;
	font-size: 90%;
}
.Contact {
	background-color: #D5E1B6;
	background-image: url(/SiteTemplates/LTR/Images/Side-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.ContactInfo select {
	width: 170px;
	padding: 4px 4px 4px 0px;
}
.ContactInfo textarea {
	width: 160px;
}
.HomeSearch {
}
.HomeSearch td{
	font-weight: normal;
	color: #617430;
	padding: 2px 0px 2px 0px;
	font-size: 90%;
}
.HomeSearch .FormField{
	font-style: normal;
	color: #617430;
	border: 1px solid #617430;
	text-align: left;
	padding: 0px;
}
.HomeSearch select{
	font-style: normal;
	color: #617430;
	border: 1px solid #617430;
	text-align: left;
	padding: 0px;
}

.TableDetails {
	color: #333;
	text-align: left;
	font-weight: normal;
}
.MustAsterix {
	color: #CC0000;
}
.TableDetails th {
	font-weight: normal;
}
input[type=submit] {
	background-color:#607330;
	border: 1px solid #607330;
	color: #FFFFFF;
	display: block;
	font-size: 120%;
}
/*News*/
.TableList{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 100%;
	margin: 10px 0;
}
.TableList td {
	padding: 5px 5px 5px 10px;
	text-align: left;
	border-bottom: 1px dotted #617430;
	vertical-align: top;
	color: #666666;
}
.TableList th {
	vertical-align: top;
	text-align: left;
	color: #003058;
	padding-bottom: 1px;
	font-weight: bold;
	border-bottom: 1px dotted #617430;
	padding: 5px 5px 5px 10px;
}
.PageNumbers {
	color:#003058;
	direction:ltr;
	font-size:85%;
	font-weight:normal;
	text-align:center;
	padding: 10px 0;
}
.PageNumbers a {
	color:#003058;
	font-weight:normal;
	text-decoration:none;
	padding: 3px 5px 3px 5px;
}
.PageNumbers a:visited {
	color:#666;
	font-weight:normal;
	text-decoration:none;
}
.PageNumbers a:hover {
	background-color:#EAEDF0;
	color:#003058;
}
.Selected {
	color:#FFF;
	font-weight:normal;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	background-color: #6E8533;
}
/*News*/
.NewsItem {
	border-bottom:1px dotted #617430;
	margin-bottom: 10px;
}
.NewsItem h2{
	padding-bottom:0px;
	text-decoration:none;
	margin: 0px 0px 5px 0px;
}
.NewsItem h2 a:link, .NewsItem h2{
	color:#00335A;
	text-decoration:none;
}
.NewsItem h2 a:visited {
	color:#00335A;
	text-decoration:none;
}
.NewsItem h2 a:hover, .NewsItem h2 a:active {
	color:#607330;
	text-decoration:none;
}
.NewsImage {
	float: left;
	border: 1px solid #42501F;
}
.NewsContent {
	float: right;
	width: 485px;
}
.HeaderContainer {
	padding: 10px 16px 0px 16px;
}
.HeaderDate {
	color:#666666;
	text-align:right;
	}
.SideStory h2 {
	margin: 0;
	font-size: 130%;
	font-weight: normal;
	padding: 7px 7px 7px 7px;
}
.SideStoryContent {
	padding: 7px;
}
.SideStory.Contact h2 {
	padding-bottom: 0px;
}
/*Home*/
.HomeContainer {
	float: left;
	width: 640px;
}
.HomeContant {
	float: left;
	padding: 20px 0px 0px 16px;
}
.HomeSideBar {
	width: 205px;
	float: right;
	padding: 20px 16px 0px 0px;
}
.HomeContant h1 {
	font-size: 230%;
	color: #003058;
	margin-bottom: 3px;
}
.HomeNewsBox {
	background-color: #E0E8C8;
	padding: 8px 8px 1px 8px;
}
.HomeNewsBox h2 {
	margin: 0;
}
.HomeNewsBox ul {
	padding: 10px 0 7px 20px;
	margin: 0;
}
.HomeNewsBox li {
	margin: 0;
	padding: 0px 0 5px 5px;
	list-style-image: url(/SharedImages/Home-bullet.gif);
	line-height: 120%;
}
.HomeNewsBox li a:link {
	color: #003058;
	text-decoration: none;
}
.HomeNewsBox li a:visited {
	color: #003058;
	text-decoration: none;
}
.HomeNewsBox li a:hover, .HomeNewsBox li a:active	{
	color: #069;
	text-decoration: underline;
}
.Arrow {
	background-image: url(/SharedImages/Arrow-green.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 140%;
	padding: 0 0 0 15px;
	
}
.HomeMainBox {
	background-color: #F1F3F5;
	padding: 10px;
	margin-top: 10px;
}
.HomeMainBox h2 {
	margin: 0px 0 10px 0px;
	font-size: 130%;
}
.HomeSideBox {
	padding: 3px 11px 8px 11px;
}
.HomeSideBox h2 {
	font-size: 180%;
	margin-top: 2px;
}
.SearchBox {
	background-color: #DCE6C1;
	padding: 7px;
	margin-bottom: 15px;
}
.PropertyBox {
	width: 193px;
	float: left;
	border: 1px solid #DBE0CC;
	padding: 3px;
	margin-bottom:8px;
	height:305px;
}
.PropertyBox h2 {
	font-size: 140%;
	margin: 4px 0 2px 3px;
}
.PropertyBox p .Arrow {
	color: #004782;
	background-image: url(/SharedImages/Arrow-blue.gif);
	float: right;
}
.Spacer {
	width: 4px;
	float: left;
}
.PropertyBoxContent {
	height:120px;
	padding: 0px 3px 0px 3px;
	overflow: hidden;
}
.PropertyBoxParameters {
	padding: 0px 3px 0px 3px;
	font-size: 90%;
	border-top: 1px solid #DBE0CC;
	margin-top: 3px;
}
.MainFlash {
	float: left;
	margin-right:13px;
}
.HomeProperty {
	width: 169px;
	border: 1px solid #DCE1CE;
	background-color: #FEFEFF;
	height: 290px;
}
.HomeProperty .PropertyBoxContent {
	height: 110px;
	padding: 0px 3px 0px 3px;
	overflow: hidden;
	font-size: 90%;
}
.HomeSearchBox {
	background-color: #F1F3F5;
	padding: 0px;
}
.Important {
	color: #FFFFFF;
	font-size: 90%;
	padding: 0px;
	margin: -20px 0 0;
	line-height: 120%;
	font-weight:bold;
	opacity: 0.8;
	background-color: #FF0000;
	position:absolute;
	z-index:100;	
}
.SearchResultsTable {
	text-align: left;
	font-weight: normal;
	border-collapse: collapse;
	border-color: #CCC;
	background-color: #FCFBDF;
	border-style: solid;
	font-size: 90%;
	border-width: 1px;
	margin:0px 0px 15px 0px;
}
.SearchResultsTable td {
	border-style: solid;
	border-spacing: 0px;
	border-color: #CCC;
	border-width: 1px;
}
.DonationBox {
	float: right;
	width: 153px;
	background-color: #EAEDF0;
	border: 1px solid #00345B;
	padding: 0px 10px 10px 10px;
}
.SkipLinks
{
    display:none;
}
.PopUp {
	background-color: #FFFFFF;
	height:240px;
	font-size:80%;
	padding:10px 5px 0px 15px;
}
.SearchResultsBox{
	width: 240px;
	float: right;
	margin-left: 10px;
}
.ImageGallery {

}
.ImageGalleryItem {
	float: left;
	margin: 10px 10px 0px 0px;
}
.ComboItemLevel1	{
	background-color: #E0E8C8;
	color:#000000;
	padding: 1px 5px 1px 2px;
	border-bottom: 1px solid #C0C0C0;
}
.ComboItemLevel2	{
	background-color: #FFFFFF;
	color:#003058;
	padding: 1px 5px 1px 15px;
	border-bottom: 1px solid #C0C0C0;
}
.ComboItemLevel3	{
	background-color: #FFFFFF;
	color:#617430;
	padding: 1px 5px 1px 30px;
	border-bottom: 1px solid #C0C0C0;
}
.SearchResultsBox .SideStory {
	width: 240px;
}
.MoreProperties {
	border-top: 1px solid #CCCCCC;
	margin-top:15px;
}