@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}

div.main_container {
	width: 963px;
}

table {
	border: none;
}

table.main_container {
	border: none;
	width: 950px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
}

td.shadow_left {
	width: 4px;
	background-image: url(/images/layout/bg_L_tile.gif);
	background-repeat: repeat-y;
}

td.shadow_right {
	width: 6px;
	background-image: url(/images/layout/bg_R_tile.gif);
	background-repeat: repeat-y;
}

td.main_content {
	width: 930px;
	padding: 11px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
}

div.header {
	background-image: url(/images/layout/bg_Header.jpg);
	background-repeat: no-repeat;
	width: 930px;
}
div.header1 {
	background-image: url(/images/layout/bg_Header11.jpg);
	background-repeat: no-repeat;
	width: 930px;
}

div.menuold {
	background-color: #90c89a;
	width: 930px;
	height: 31px;
	margin-bottom: 7px;
}

td.menuold {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #90c89a;
	height: 31px;
	vertical-align: middle;
}

div.menuold_cell {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #90c89a;
	padding-top: 7px;
	padding-bottom: 6px;
}

div.menuold_cell:hover {
	color: #005f27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #59ac64;
	padding-top: 7px;
	padding-bottom: 6px;
	cursor: pointer;
}

td.menuold a {
	color: #FFFFFF;
	text-decoration: none;
}

td.menuold a:hover {
	color: #005f27;
	text-decoration: none;
}

span.menuold_selected {
	color: #005f27;
	text-decoration: none;
}

td.sub_link {
	font-size:12px;
 	color: #FF6600;
}

td.sub_link a {
 	color: #006600;
	text-decoration: none;
}

td.sub_link a:hover {
 	color: #FF6600;
	text-decoration: underline;
}

div.main_content {
	width: 930px;
}

img {
	border: none;
}

div.search_form {
	color: #333333;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

input.input_ok {
	border: none;
	background-color: #FFFFFF;
	border:solid 1px #666666;
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

div.title {
	margin-top: 10px;
	margin-right: 25px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 22px;
	font-weight: bold;
	display: inline;
	text-shadow: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-shadow: #333333;
}


a {
 	color: #FF6600;
	text-decoration: none;
}

a:hover {
 	color: #006600;
	text-decoration: underline;
}

div.content_copy {
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
	float:right;
	clear:both;
	height:auto;
	font-size:14px;
	width:700px;
}

div.content_copy_big {
	margin-top: 10px;
	margin-right: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 17px;
}

.hot {
	color: #FF6600;
}

ul.efl_list {	
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 14px;
	list-style-type: square;
	float:left;
	clear:both;
	padding-right:10px;
	display:block;
	width:650px;
}

ul.efl_list li {
	line-height: 24px;
	font-size:18px;
	float:left;
	text-align:left;
	clear:both;
	padding:5px;
	list-style-type: square;
	display:block;
	width:100%;
	
	
}

ul.efl_list li.li_small{
	line-height: 16px;
	font-size:10px;
}

ul.efl_list li a {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background:#87c18e;
	display:block;
}
ul.efl_list li a img {
	margin: 2px;
}
ul.efl_list li a:hover {
	font-weight: bold;
	color: #87c18e;
	text-decoration: none;
	background:#006600;
}

.date {
	color: #FFFFFF;
}

.HeaderTxt{
	color:#FFFFFF;
	font-size:26px;
	font-weight:bold;
	text-shadow:#000000 1px 1px 4px;
	/*height:107px;*/
	margin:0;
	overflow:hidden;
	padding-right:10px;
}
#clickstream{
	margin-left:10px;
	color:#006600;
}

/* ==========================
Overlays
============================*/

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 5%;
    left: 50%;
    
    margin-left: -320px;
    width: 640px;
	max-height:500px;
    
    background-color: #FFFFFF;
    color: #333;
    border: 5px solid #06A229;
    padding: 12px;
	overflow:scroll;
	z-index:
}

.jqmOverlay { background-color: #000; }
.jqmClose {float:right; display:block; margin:5px; clear:both;}
.jqmWindowContent {
	clear:both;
}
h3.jqmWindowName{
	color:#ff5a00;
	font-size:16px;
}
.address_box { border: 1px solid #CCCCCC;}
.tiny {
	color: #666666; 
	font-size: 9px;
}
.map_text {
	color: #000000; 
	font-size: 12px;
}

/* =end overlays=*/
