/* Fix for IE6 and Transparent PNGs */

IMG.png {
	behavior: url('/includes/png.htc');
	}

@media print
{
	BODY {
		overflow: visible;
		margin: 0px;
		background-color: #ffffff;
		font-family: arial;
		}

	DIV.body {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: visible;
		z-index: 1;
		font-family: arial;
		font-size: 12px;
		}
}

@media screen
{
	BODY {
		overflow: hidden;
		margin: 0px;
		font-family: arial;
		}

	DIV.body {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 1;
		font-family: arial;
		font-size: 12px;
		}

	DIV.background {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 0;
		background-color: #006225;
		background-image: url('/images/background_site.gif');
		background-repeat: repeat-x;
		background-position: top center;
		}
}

TD {
	font-family: arial;
	/* text-align: justify; */
	}

TD.locations_list {
	font-size: 11px;
	}

A {
	color: black;
	text-decoration: underline;
	}

A:hover {
	color: green;
	text-decoration: underline;
	}

A.mainmenu {
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: -1px;
	}

A.mainmenu:hover {
	text-decoration: none;
	color: #BBFFBB;
	}

A.footermenu {
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	}

A.footermenu:hover {
	text-decoration: underline;
	}

.bodytext {
	font-family: arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	}

INPUT.txt {
	font-family: arial;
	font-size: 11px;
	color: #0340bf;
	height: 18px;
	border: 1px solid #969696;
	}

SELECT {
	font-family: arial;
	font-size: 10px;
	color: #0340bf;
	height: 17px;
	border: 1px solid #969696;
	}

INPUT.btn {
	font-family: tahoma;
	/* padding-right: 25px; */
	}

INPUT.btn_sml {
	font-family: tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	}

TEXTAREA.txt {
	font-family: arial;
	font-size: 11px;
	color: #0340bf;
	border: 1px solid #969696;
	overflow: auto;
	}

.small {
	font-size: 10px;
	}

.tiny {
	font-size: 9px;
	}

.micro {
	font-size: 8px;
	}

.toplabel {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	}

TD.label {
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	padding-right: 3px;
	white-space: nowrap;
	}

TD.field {
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	}

TD.fieldvalue {
	text-align: left;
	vertical-align: middle;
	color: black;
	font-size: 11px;
	}

HR.dashed {
	background-color: white;
	color: white;
	border-top: 1px dashed darkgreen;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

.heading {
	letter-spacing: -1px;
	font-size: 20pt;
	font-family: "helvetica";
	color: darkgreen;
	font-weight: normal;
	}

.subheading {
	font-size: 11pt;
	font-family: "Helvetica", "sans-serif";
	color: darkgreen;
	font-weight: bold;
	line-height: 25px;
	}

.map_desc {
	font-family: arial;
	color: black;
	font-size: 10px;
	}

.map_name {
	color: #0247d2;
	font-weight: bold;
	text-decoration: none;
	}

A.map_link {
	font-size: 9px;
	color: red;
	font-weight: bold;
	}

.heading_location {
	color: #0247d2;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	}

.subheading_statename {
	color: #0247d2;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	}

.testimonials {
	font-size:8pt;
	font-family:"Tahoma";
	font-weight: normal;
	color: 0c6c28;
	line-height: 19px;
	}


/* Print/Screen Styles **********************************************************/

@media print
{
	.onlyprint {
		visibility: visible;
		display: ;
	}

	.onlyscreen {
		visibility: hidden;
		display: none;
	}
}

@media screen
{
	.onlyprint {
		visibility: hidden;
		display: none;
	}

	.onlyscreen {
		visibility: visible;
		display: ;
	}
}


/* Special Styles **********************************************************/

INPUT.txt#pass {
	font-family: system, arial;
	}

/****************************************************************************/


.href_b:link {color:#ffffff;text-decoration:none}
.href_b:visited {color:#ffffff;text-decoration:none}
.href_b:active {color:#ffffff;text-decoration:none}
.href_b:hover {color:#ffffff;text-decoration:none}

.href_C:link {color:#035BB1; text-decoration:none}
.href_C:visited {color:#035BB1; text-decoration:underline}
.href_C:active {color:#035BB1; text-decoration:none}
.href_C:hover {color:#035BB1; text-decoration:underline}

.href_D:link {color:#CC0000; text-decoration:none}
.href_D:visited {color:#CC0000; text-decoration:underline}
.href_D:active {color:#CC0000; text-decoration:none}
.href_D:hover {color:#CC0000; text-decoration:underline}

.href_S:link {color:#11AEC0; text-decoration:none}
.href_S:visited {color:#11AEC0; text-decoration:none}
.href_S:active {color:#11AEC0; text-decoration:none}
.href_S:hover {color:#11AEC0; text-decoration:underline}

.href_T:link {color:#0066FF; text-decoration:none}
.href_T:visited {color:#0066FF; text-decoration:none}
.href_T:active {color:#0066FF; text-decoration:none}
.href_T:hover {color:#0066FF; text-decoration:none}

.href_sh:link {color:#0066FF; text-decoration:underline}
.href_sh:visited {color:#0066FF; text-decoration:underline}
.href_sh:active {color:#0066FF; text-decoration:underline}
.href_sh:hover {color:#0066FF; text-decoration:underline}

.font1 {font-size:10pt; font-family:"Tahoma"; letter-spacing:-3px;}
.font2 {font-size:8pt; font-family:"Tahoma"; color: #FFFFFF; }
.font3 {font-size:9pt; line-height:17px; font-family:"Helvetica", "sans-serif"; color: #373737; font-weight: normal;}
.font4 {font-size:8pt; line-height:13px ; font-family:"Tahoma"; letter-spacing:1px;}
.font-4 {font-size:8pt; line-height:13px ; font-family:"Tahoma"; letter-spacing:-1px;}

.font6 {font-size:7pt; font-family:"Tahoma"}
.font7 {font-size:10pt; font-family:"Arial", "Helvetica", "sans-serif"; color: 0c6c28;font-weight: bold;}
.font8 {font-size:10pt; font-family:"Tahoma"}
.font9 {font-size:7pt;font-family:"verdana";color: #FFFFFF;font-weight: normal;line-height: 25px;}

.font13 {font-size:15pt;font-family:"helvetica";color: 0c6c28;font-style: normal;font-weight: bold;}
.font14 {font-size:11pt;font-family:"Times New Roman", "Times", "serif";font-weight: normal;color: #000000;line-height: 20px;}
.font15 {font-size:15pt;font-family:"Helvetica", "sans-serif";color: 02628c;font-weight: bold;line-height: 27px;}
.font16 {font-size:12pt;font-family:"Helvetica", "sans-serif";color: #336600;font-weight: bold;}
.font17 {font-size:16pt;font-family:"Helvetica", "sans-serif";color: #ffffff;font-weight: bold;line-height: 25px;}

.fonts {font-size: 9pt; line-height: 11pt; font-family: "tahoma"; color:"#000000";}
.fonts1 {font-size:9pt; font-family:"Arial"; letter-spacing:-3px;}
.fonts2 {font-size:8pt; font-family:"Arial"}
.fonts00 {font-size:8pt; font-family:"Arial"; text-decoration:underline}
.fonts3 {font-size:8pt; line-height:13px ; font-family:"Arial"}
.fonts4 {font-size:8pt; line-height:13px ; font-family:"Arial"; letter-spacing:1px;}
.fonts4 {font-size:8pt; line-height:13px ; font-family:"Arial"; letter-spacing:-1px;}
.fonts5 {font-size:7pt; font-family:"Arial"}
.fonts6 {font-size:7pt; font-family:"Arial"}
.fonts7 {font-size:9pt; font-family:"Arial"}
.fonts8 {font-size:10pt; font-family:"Arial"}
.fonts9 {font-size:11pt; font-family:"Ariala"}
.fonts13 {font-size:13pt; font-family:"Arial"}
.fonts14 {font-size:14pt; font-family:"Arial"}
.fonts15 {font-size:15pt; font-family:"Arial"}
.fonts20 {font-size:20pt; font-family:"Arial"}

.fonts_1 {font-size:9pt; font-family:"Arial"}
.fonts_2 {font-size:8pt; line-height:22px ; font-family:"Arial"}
