/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** DEFAULT HTML
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
*
{
	padding:0;
	margin:0;
}
a
{
	text-decoration:none;
	/*color:#333333;*/
	color:#6A2B00;
}
a:hover
{
	text-decoration:underline;
}
body
{
	background:url("../images/bgimage.jpg");
	text-align:center;
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0;
}
h1
{
	border-bottom:solid 1px #112637;
	font-size:17px;
	margin-top:10px;
	margin-bottom:1px;
	color:#3B1004;
}
h2
{
	font-size:15px;
	margin-top:10px;
	margin-bottom:1px;
	color:#7D3908;
}
h2 a
{
	color:#7D3908;
}
h3
{
	font-size:13px;
	margin-top:10px;
	margin-bottom:1px;
	color:#7D3908;
	font-style:oblique;
}
p
{
	margin-bottom:5px;
}
address
{
	margin:10px 30px 10px 30px;
}
ul, ol
{
	list-style-position:inside;
	
}
ul li
{
	background:url("../images/bullet_sitemap.gif") no-repeat left 5px;
	list-style:none;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** HEADER TOP
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#headertop
{
	width:760px;
	height:115px;
	background:#000 url("../images/bgheader.jpg") repeat-x top center;
	margin:0 auto 0 auto;
	text-align:left;
	clear:both;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** xxx TOP SEARCH FORM xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#searchholder
{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:180px;
	height:30px;
}
#searchholder .textfield
{
	border:none;
	padding:3px;
}
#headertop_right
{
	width:235px;
	float:right;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** xxx TOP NAVIGATION xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#top_navigation_wrapper
{
	width:220px;
	height:45px;
	text-align:center;
	margin-bottom:10px;
	background:url("../images/header_link_bg.gif") no-repeat left top;
}
#top_navigation
{
	padding-top:10px;
}
#top_navigation li
{
	display:inline;
	background:none;
}
#top_navigation a
{
	color:#FFF;
	padding-right:5px;
	padding-left:5px;
	border-right:solid 1px #FFF;
}
#top_navigation a.last
{
	padding-right:0;
	border:none;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** HEADER IMAGE
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#headerimage
{
	width:760px;
	height:224px;
	margin:0 auto 0 auto;
	background:#FFF url("../images/home_header_img.jpg");
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** NAVIGATION
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#navigation, #navigation_pavement
{
	width:718px;
	_width:718px;
	height:53px;
	text-align:center;
	margin: 0 auto 0 auto;
	padding:0 20px 0 20px;
	background: #666 url("../images/nav_full_bg.jpg") repeat-x left top;
	border-left:solid 1px #99999A;
	border-right:solid 1px #99999A; 
}
#navigation li, #navigation_pavement li
{
	display:inline;
	background:none;
	padding-left:0;
}
#navigation li a, #navigation li p
{
	background:url("../images/nav_img_border.jpg") no-repeat right top; 
	line-height:45px;
	color:#000000; 
	padding:15px 10px 15px 10px; 
	font-weight:bold; 
	display:inline;
}
#navigation li a:hover, #navigation li .active, #navigation_pavement li a:hover, #navigation_pavement .active
{
	color:#CC3300;
}
#navigation li .last
{
	background:none;
}
#navigation ul.level_2, #navigation_pavement ul.level_2	
{
	display:none; 
	visibility:hidden;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** NAVIGATION
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#navigation_pavement li a,#navigation_pavement li p	
{
	line-height:20px;
	color:#000000;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	display:inline;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** NAVIGATION
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#nav_pavement_guide, .mod_customnav
{
	margin:0;
	padding:0;
	background:#FFF;
}
#nav_pavement_guide li, .mod_customnav li
{
	display:inline;
	background:none;
}
#nav_pavement_guide a, .mod_customnav a
{
	padding:5px;
	color:#333333;
	font-weight:bold;
}
#nav_pavement_guide p, .mod_customnav p
{
	display:inline;
	background:none;
	padding:5px;
}
#nav_pavement_guide .active, .mod_customnav.active
{
	font-weight:bold;
	color:#800000;
}
.mod_customnav .invisible
{
	display:none;
	visibility:hidden;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** MAIN WRAPPER
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#main
{
	width:728px;
	_width:728px;
	padding:10px 15px 0 15px;
	margin:0 auto 0 auto;
	background:#666;
	border-left:solid 1px #99999A;
	border-right:solid 1px #99999A;
}
.body
{
	background:#FFF;
	padding:5px 15px 1px 15px;
	margin:0;
	text-align:left;
}
.body ul
{
	margin-left:15px;
}
.body li
{
	padding-left:15px;
	_padding-left:0;
	line-height:18px;
}
.body table
{
	border-collapse:collapse;
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
.body thead
{
	background:#E6E6E6;
	text-align:center;
}
.body td
{
	padding:3px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** CONTENT
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#leftcolumn
{
	width:495px;
	padding-bottom:10px;
	overflow:hidden;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** RIGHT COLUMN / NEWS
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#rightcolumn
{
	float:right;
	width:213px;
	padding-bottom:10px;
	overflow:hidden;
}
#rightcolumn .rightgray
{
	margin-bottom:10px;
	text-align:left;
	padding-bottom:5px;
	color:#FFFFFF;
	background:#333 url("../images/right_gray_bottom.jpg") no-repeat left bottom;
}
#rightcolumn .rightgray h1
{
	width:183px;
	height:35px;
	background:#333 url("../images/right_gray_header.jpg") no-repeat left top;
	color:#F8D501;
	font-size:24px;
	font-weight:bold;
	padding:4px 15px 0 15px;
	text-align:center;_width:183px;
	
}

#mainbody .rightgray h1{
    border:none;
}
 
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** FOOTER
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#footer
{
	width:760px;
	height:25px;
	_height:25px;
	margin:0 auto 0 auto;
	padding-top:20px;
	color:#FDCC00;
	text-align:center;
	background:#000 url("../images/footer_bg.jpg") no-repeat 0 0;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** UPDATED CUSTOM HEADING
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#custom_main_title
{
	background:#000 url("../images/custom_head_bg.jpg") repeat-x left top;
	padding-bottom:9px;
	text-align:left;
}
#custom_main_title .title
{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	display:block;
	padding-top:5px;
}
#custom_main_title .head_start
{
	float:left;
	height:29px;
	width:15px;
	background:url("../images/custom_head_start.jpg") no-repeat left top;
}
#custom_main_title .head_end	
{
	float:right;
	height:29px;
	width:15px;
	background:url("../images/custom_head_end.jpg") no-repeat right top;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** UPDATED CUSTOM BOTTOM
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#custom_main_bottom
{
	height:16px;
	background:#FFF;
	margin-bottom:15px;
	clear:both;
}
#custom_main_bottom	.head_start
{
	float:left;
	background:url("../images/custom_bottom_start.jpg") no-repeat left bottom;
	height:16px;
	width:15px;
}
#custom_main_bottom	.head_end
{
	float:right;
	background:url("../images/custom_bottom_end.jpg") no-repeat right bottom;
	height:16px;
	width:15px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** CALENDAR
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.calendar
{
	margin:auto;
	background:#FFE37D;
	border:solid 1px #666666;
}
.calendar .head
{
	background:#FFEC99;
	height:50px;
	padding:5px;
	color:#DF3F0F;
}
.calendar .previous
{
	text-align:left;
	width:200px;
}
.calendar .current
{
	text-align:center;
	font-size:20px;
}
.calendar .next
{
	text-align:right;
	width:200px;
}
.calendar .previous a, .calendar .next a
{
	color:#CF0202;
}
.calendar .label
{
	height:30px;
	text-align:center;
	padding:5px;
	width:75px;
	background:#FFDB6E;
}
.calendar .days
{
	height:75px;
	border:solid 1px #FFEC99;
	vertical-align:top;
}
.calendar .days .header
{
	font-weight:bold;
	width:15px;
	height:15px;
	background:#FFEC99;
	padding:3px;
}
.calendar .today	
{
	background:#FFDB6E;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** CONTACT US FORM
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#f3
{
	border:solid 1px #7F9DB9;
	width:410px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#f3 label
{
	display:block;
	line-height:20px;
	margin-top:10px;
}
#f3 .mandatory
{
	font-weight:bold;
	color:#112637;
}
#f3 .error
{
	font-size:11px;
	color:#800000;
}
#f3 .text,#f3 .textarea
{
	width:400px;
	color:#000000;
	padding:3px;
	font-weight:normal;
}
#f3 .textarea
{
	height:150px;
	margin-bottom:10px;
}
#f1
{
	border:solid 1px #7F9DB9;
	width:410px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#f1 label
{
	display:block;
	line-height:20px;
	margin-top:10px;
}
#f1 .mandatory
{
	font-weight:bold;
	color:#112637;
}
#f1 .error
{
	font-size:11px;
	color:#800000;
}
#f1 .text,#f1 .textarea
{
	width:400px;
	color:#000000;
	padding:3px;
	font-weight:normal;
}
#f1 .textarea
{
	height:150px;
	margin-bottom:10px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** CUSTOMED TYPOLIGHT CLASSES
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.back
{
	line-height:36px;
	background:#FFFFFF;
	margin-bottom:-5px;
	_margin-bottom:0;
	padding-bottom:5px;
}
.back a
{
	color:#990000;
}
.info
{
	font-style:oblique;
	color:#999999;
	margin-top:5px;
}
.clear
{
	clear:both;
}
.more
{
	margin-bottom:25px;
}
.all_records
{
	border:solid 1px #112637;
	width:100%;
}
.all_records .head	
{
	padding:3px;
	text-align:center;
	background:#D7E2E8;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** CUSTOMED TYPOLIGHT CLASSES
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#member_table
{
	margin:10px auto 0 auto;
	border:none;
	font-size:0.9em;
	background:#F3F3F3;
}
#member_table .tr_separator
{
	background:#FFF;
}
#member_table .label
{
	text-transform:none;
	display:block;
	width:110px;
}
#member_table .value
{
	display:block;
	width:250px;
}
#member_table .image
{
	width:200px;
	margin:3px;
}
#member_table img
{
	background:#FFF;
	margin:auto;
	border:solid 1px #000;
	padding:3px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
** CUSTOMED TYPOLIGHT CLASSES
**xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#link_table
{
	margin:10px auto 0 auto;
	border:none;
	background:#F3F3F3;
}
#link_table .tr_separator
{
	background:#FFF;
}
#link_table .title
{
	font-weight:bold;
	line-height:18px;
}
#link_table a
{
	font-weight:normal;
	color:#00009B;
}
#link_table td
{
	padding:3px;
}

.ce_text a
{
	border-bottom:dashed 1px #999999;
}
.ce_text blockquote
{
	margin-left:50px;
}

.pagination{
    margin-top:10px;
	text-align:center;
}
.pagination p{
	font-weight:bold;
}
.pagination ul {
    list-style:none;
}
.pagination ul li{
    display:inline;
    background:none;
}
.pagination_current{
	font-weight:bold;
}
ol li div{
display:inline;
}