/* CSS Document */
body 	{
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background-color:#5b5b5b;
		}

.error	{ font-family:Tahoma; font-size:11px; color:#FF0000; }

.palmtree	{
				background-color:#FFFFFF;
				background-image:url(../images/bg_palmtree.jpg);
			}

a:link		{ font-family:tahoma; font-size:11px; color:#5c503e; font-weight:bold; text-decoration:underline; }
a:visited	{ font-family:tahoma; font-size:11px; color:#5c503e; font-weight:bold; text-decoration:underline; }
a:hover		{ font-family:tahoma; font-size:11px; color:#5c503e; font-weight:bold; text-decoration:none; }

		
.smalltext	{
				font-family:Tahoma;
				font-size:11px;
				color:#000000;
			}

.smalltextbold	{
				font-family:Tahoma;
				font-size:11px;
				color:#5c503e;
				font-weight:bold;
				}
.mediumtext	{
				font-family:Tahoma;
				font-size:13px;
				color:#000000;
			}

.mediumtextbl	{
				font-family:Tahoma;
				font-size:12px;
				color:#004682;
			}
			
.mediumtextblb	{
				font-family:Tahoma;
				font-size:12px;
				color:#004682;
				font-weight:bold;
			}

.mediumtextbold	{
				font-family:Tahoma;
				font-size:12px;
				color:#5c503e;
				font-weight:bold;
				}
				
.largetextbold	{
				font-family:Tahoma;
				font-size:20px;
				color:#004682;
				}

.allboxes	{
				background-color:#FFFFFF;
				border:solid 1px #a6a29d;
			}
			
.formtext	{	font-family:Tahoma;
				font-size:11px;
				font-weight:bold;
				color:#000000;
			}
.formfields	{	font-family:Tahoma;
				font-size:11px;
				color:#000000;
				/* border:solid 1px #594e3c; */
			}

.searchlisting	{ background-image:url(../images/btn_search.gif); border:none 0px #FFFFFF; width:109px; height:27px; cursor:pointer; }
.getnotified	{ background-image:url(../images/btn_getnotified.gif); border:none 0px #FFFFFF; width:90px; height:27px; cursor:pointer; }
.clearform		{ background-image:url(../images/btn_clearform.gif); border:none 0px #FFFFFF; width:85px; height:27px; cursor:pointer; }

/* Nav Bar Menus Formatting */
.navbarmenu{
position:absolute;
visibility: hidden;
border:1px solid #584d3b;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height: 22px;
z-index: 100;
background-color: #8b7f6c;
width: 160px;
background:transparent;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}

.navbarmenu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #584d3b;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.navbarmenu a:link	{
					font-family:Tahoma;
					font-size:11px;
					font-weight:bold;
					color:#ffffff;					
					background-color:#8b7f6c;
					text-decoration:none;
					}

.navbarmenu a:visited	{
					font-family:Tahoma;
					font-size:11px;
					font-weight:bold;
					color:#ffffff;					
					background-color:#8b7f6c;
					text-decoration:none;
						}

.navbarmenu a:hover	{
					font-family:Tahoma;
					font-size:11px;
					font-weight:bold;
					color:#564b39;					
					background-color:#c5b9a5;
					text-decoration:none;
					}

h3, li				{
					font-family:Tahoma;
					font-size:13px;
					font-color:#5c513f;
					font-weight:bold;
					text-decoration:none;
					list-style:none;
					margin-left:-25px;
					}

#sitemapcss li		{
					list-style:url(../images/img_arrow.gif);
					padding:0;
					margin-left:-25px;
					}
