/* This file is part of Mura CMS. 

Mura CMS is free software: you can redistribute it and/or modify 
it under the terms of the GNU General Public License as published by 
the Free Software Foundation, Version 2 of the License. 

Mura CMS is distributed in the hope that it will be useful, 
but WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
GNU General Public License for more details. 

You should have received a copy of the GNU General Public License 
along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>. 

However, as a special exception, the copyright holders of Mura CMS grant you permission 
to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 

In addition, as a special exception,  the copyright holders of Mura CMS grant you permission 
to combine Mura CMS  with independent software modules that communicate with Mura CMS solely 
through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS 
plugin installation API, (b) must not alter any default objects in the Mura CMS database 
and (c) must not alter any files in the following directories except in cases where the code contains 
a separately distributed license.

/trunk/www/admin/ 
/trunk/www/tasks/ 
/trunk/www/config/ 
/trunk/www/requirements/mura/ 

You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
the source code of that other code when and as the GNU GPL requires distribution of source code. 

For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
for your modified version; it is your choice whether to do so, or to make such modified version available under 
the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception 
to your own modified versions of Mura CMS. */



/* @group GLOBALS
===================================== */

body {
font-size: 62.5%;
}

textarea {
font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}

ul, ol, dl { margin-bottom: 1.5em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
width: 1002px; 
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

#content {
clear: both;
}

#primary { 
float: right;
width: 330px;
padding: 0 0px;
}
.oneCol #primary {
width: 930px;
border: 0;
}
.threeCol #primary {
width: 528px;
}

.content,
.sidebar { margin:0 0 70px 0; 
min-height: 100px; /* Fixes odd no-content disappearing bug. */
}

#left { float: left; }
#right { float: right; }

.sidebar {
margin: 0 0px;
width: 664px;
}

#left.sidebar {}
#right.sidebar {}


/* @group Layout - Header
===================================== */

#header {
position: relative; margin:0 0 5px 0; overflow:hidden; padding:35px 0 0 0; 
}
.logo{ float:left;  }
.logo h1 { margin:0px; padding:0 0 10px 0;}
.logo h1 a{ color:#8e8e8e; font-size:62px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; text-decoration:none; }
.logo h1 a:hover{ text-decoration:none;}
.logo h1 a span{ color:#18538b;}

.navigation{ background:url(/images/FE/chain132siteType6/site72/v2/navigation_bg.png) 0 0 no-repeat; overflow:hidden; padding:10px 0 7px 0px; height:28px; }
.navigation ul{ margin:0px; padding:0px; list-style:none; overflow:hidden;}
.navigation ul li{ float:left;   margin:0 10px 0 15px; padding:0 15px 0 0px; height:33px;}
.navigation ul li a{color:#333; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:0 0 20px 0px; font-size:10px; }
.navigation ul li a:hover{ background:url(/images/FE/chain132siteType6/site72/v2/navigation_hover.png) 50% 20px no-repeat; text-decoration:none;  }
.navigation ul li a.active{ background:url(/images/FE/chain132siteType6/site72/v2/navigation_hover.png) 50% 20px no-repeat; text-decoration:none; color:#18538b;   }

div#login{background:url(/images/FE/chain132siteType6/site72/v2/form_bg.png) 0 0 no-repeat; width:370px; height:43px;  margin:0px 0px 20px 0; float:right; padding:10px;}
div#login h3{color:#20568D;font-size:8px;text-transform:uppercase;margin:0 0 5px 0;}
div#login input.message_input{margin:0px; padding:4px; border:#4f4f4f solid 1px; width:68px; font-size:11px; color:#666666;}
div#login form input.submit{ background:url(/images/FE/chain132siteType6/site72/v2/submit_bg.png) 0 0 no-repeat; width:37px;  height: 22px; border:0; padding-top: 8px;}

div#loginLeft {
	float: left; 
	padding-top: 5px;	
}

div#loginRight {
	float: left; 
	padding-top: 5px; 
	padding-left: 5px;	
}

.headerTop {
	float: left;
}

.headerSubmit {
	padding-left: 10px; 
	padding-top: 1px;
}

.navUtility{ background:url(/images/FE/chain132siteType6/site72/v2/menu_bar.png) 0 0 no-repeat; overflow:hidden; clear:both;   height:41px;}
.navUtility ul{ list-style:none; overflow:hidden; margin:0px; padding:0px; float:left;  }
.navUtility ul li{ float:left; background:url(/images/FE/chain132siteType6/site72/v2/menu_middel.png) 100% 0 no-repeat; line-height:38px; margin:0 0 0 15px; padding:0 15px 0 0px; height:43px; }
.navUtility ul li.last{ background:none;}
.navUtility ul li a{color:#FFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:0 0 14px 0px;  }
.navUtility ul li a:hover{ background:url(/images/FE/chain132siteType6/site72/v2/navigation_hover1.png) 50% 21px no-repeat; text-decoration:none;  }
.navUtility ul li a.active{ background:url(/images/FE/chain132siteType6/site72/v2/navigation_hover1.png) 50% 21px no-repeat; text-decoration:none;  }
a.contribute{ background:url(/images/FE/chain132siteType6/site72/v2/buttun.png) 0 0 no-repeat; width:80px; height:19px; display:block; float:right; margin:8px 15px 0 0; font-size:10px; color:#FFF; font-weight:bold; padding:5px 0 0 8px;   }

div.slideshow{ 
/*padding:23px 16px 0 0; */
overflow:hidden; 
/*margin:0 0 21px 0; */
height:341px; 
width:665px;
display:none;}
/*div.slideshow .delivering{ background:url(/images/FE/chain132siteType6/site72/v2/feature_center.png) 0 0 no-repeat; float:right; width:268px; padding:20px 0 17px 21px; margin:0 0 84px 0;}
div.slideshow .delivering h2{ font-size:32px; font-family:Georgia, "Times New Roman", Times, serif; color:#FFF; line-height:30px;}
div.slideshow .delivering p{ font-size:11px; color:#FFF;}
div.slideshow .delivering a.more{ background:url(/images/FE/chain132siteType6/site72/v2/more_bg.png) 0 0 no-repeat; width:71px; height:15px; display:block;  padding:5px 0 0 7px; color:#FFF; font-size:10px; font-weight:bold;}
div.slideshow .pages{overflow:hidden; clear:both; padding:10px 0 20px 0;}
div.slideshow .pages ul{ list-style:none; margin:0px; padding:0px; }
div.slideshow .pages ul li{ margin:0px; padding:0px; width:100px; float:left; margin:0 0 0 8px;}
div.slideshow .pages ul li img{ display:block; margin:0px 0 0 0; float:left;}
div.slideshow .pages ul li a{ font-size:10px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:block; line-height:13px; color:#FFF; } */

.delivering{ background:url(/images/FE/chain132siteType6/site72/v2/feature_center.png) 0 0; float:right; width:268px; padding:20px 0 17px 21px; margin:0 0 84px 0;}
.delivering h2{ font-size:32px; font-family:Georgia, "Times New Roman", Times, serif; color:#FFF; line-height:36px;}
.delivering p{ font-size:11px; color:#FFF;}
.delivering a.more{ background:url(/images/FE/chain132siteType6/site72/v2/more_bg.png) 0 0 no-repeat; width:71px; height:15px; display:block;  padding:5px 0 0 7px; color:#FFF; font-size:10px; font-weight:bold;}
.pages{overflow:hidden; clear:both; padding:10px 0 0 0;
position: relative; top: -80px; height: 60px; z-index: 1000; background:transparent url(/images/FE/chain132siteType6/site72/v2/backGdBlack.png) no-repeat scroll 0 0;}
.pages ul{ list-style:none; margin:0px; padding:0px; }
.pages ul li{ margin:0px; padding:0px; width:102px; float:left; margin:0 0 0 8px;}
.pages ul li img{ display:block; margin:0px 0 0 0; float:left; margin-bottom: 12px;}
.pages ul li a{ font-size:10px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:block; line-height:13px; color:#FFF; }


.welcome{ width:305px; float:left;}
.welcome h3{ font-size:21px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#18538b;}
.welcome img{ float:left; margin:0 10px 0 0;}

.news{ float:right; width:297px; padding:0 10px 0 0; font-family:Arial, Helvetica, sans-serif;}
.news h3{ font-size:21px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#18538b;}
.news ul{ list-style:none; margin:0 0 20px 0; padding:0px; overflow:hidden;}
.news ul li{ margin:0px; padding:0px; border-bottom:#f0f0f0 dotted 1px;}
.news ul li.last{ border:none;}
.news ul li a{ color:#18538b; font-size:14px; font-weight:bold;}
.news ul li span{ display:block; margin:0px; padding:0px;  color:#333333; font-weight:bold;  }
.news ul li p{ color:#333333; }
.news a.click{ background: url(/images/FE/chain132siteType6/site72/v2/click_bg.png) 0 0 no-repeat; padding:5px 10px 6px 10px; display:block; color:#FFF; font-size:10px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

.district_top{
	background:url(/images/FE/chain132siteType6/site72/v2/district_top.png) 0 0 no-repeat; 
	padding:7px 0 0 0;
}
.district_bg{ background:url(/images/FE/chain132siteType6/site72/v2/district_bg.png) 0 100% no-repeat; padding:0 4px 0px 0px; margin:0 0 15px 0; position:relative; overflow:hidden;}
.district_bg h2{ font-size:25px; font-family:Georgia, "Times New Roman", Times, serif; color:#FFF;  padding:0 0px 0px 13px;}
.district_bg a.pre{ background:url(/images/FE/chain132siteType6/site72/v2/pre_bg.png) 0 0 no-repeat; width:11px; height:9px; display:block; position: absolute; bottom:25px; left:6px;}
.district_bg a.next{ background:url(/images/FE/chain132siteType6/site72/v2/next_bg.png) 0 0 no-repeat;width:11px; height:9px; display:block; position: absolute; bottom:25px; right:8px;}

.slider{ background:url(/images/FE/chain132siteType6/site72/v2/map_img.png) 13px 0 no-repeat; padding:230px 0 0px 0; overflow:hidden;}
.slider ul{ list-style:none; margin:0px 0 0 0px; background:#363770; height:54px; overflow:hidden; padding:7px 0 0 20px;}
.slider ul li{ float:left; margin:0 0px 0 6px;}

.working_top{ background:url(/images/FE/chain132siteType6/site72/v2/right_box_top.png) 0 0 no-repeat; padding:8px 0 0 0;  margin:10px 0 10px 0; }
.working_bg{ background:url(/images/FE/chain132siteType6/site72/v2/right_box_bg.png) 0 100% no-repeat; padding:14px 20px 30px 13px; overflow:hidden; font-family:Arial, Helvetica, sans-serif;}
.working_bg img{ float:left; margin:0 12px 0 0;}
.keep_detial{ width:174px; float:left; }
.working_bg span{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#18538b; font-size:12px;}
.keep_detial p{ margin:10px 0 10px 0;}
.keep_detial a.read{ background:url(/images/FE/chain132siteType6/site72/v2/click_bg.png) 0 0 no-repeat; padding:5px 5px 6px 6px; display:block; width:78px; font-size:10px; font-weight:bold; color:#FFF; }

.link_top{ background:url(/images/FE/chain132siteType6/site72/v2/right_box_top.png) 0 0 no-repeat; padding:8px 0 0 0;  margin:0 0 10px 0; }
.link_bg{ background:url(/images/FE/chain132siteType6/site72/v2/right_box_bg.png) 0 100% no-repeat; padding:5px 20px 10px 13px; overflow:hidden; font-family:Arial, Helvetica, sans-serif;}
.link_bg h3{font-size:21px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#18538b; margin:0px;}
.link_bg span{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#18538b; font-size:12px;}
.link_bg p{ margin:10px 0 10px 0; font-size:11px; color:#333333;}
.link_bg a.read{ background:url(/images/FE/chain132siteType6/site72/v2/click_bg.png) 0 0 no-repeat; padding:5px 5px 6px 6px; display:block; width:78px; font-size:10px; font-weight:bold; color:#FFF; float:left; }
.link_bg a.faq{ background:url(/images/FE/chain132siteType6/site72/v2/faq_bg.png) 0 0 no-repeat; display:block; text-indent:-9999px; width:27px; height:27px; float:right; margin:2px 5px 0 0;}
.link_bg a.in{ background:url(/images/FE/chain132siteType6/site72/v2/in_bg.png) 0 0 no-repeat; display:block; text-indent:-9999px; width:31px; height:31px; float:right;}

.news_letter_top{ background:url(/images/FE/chain132siteType6/site72/v2/right_box_top.png) 0 0 no-repeat; padding:5px 0 0 0;float:left;  }
.news_letter_bg{ background:url(/images/FE/chain132siteType6/site72/v2/right_box_bg.png) 0 100% no-repeat; padding:5px 20px 20px 13px; overflow:hidden; font-family:Arial, Helvetica, sans-serif;width:297px;}
.news_letter_bg h3{ background:url(/images/FE/chain132siteType6/site72/v2/new_bg.png) 0 0 no-repeat;font-size:21px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#18538b; margin:0px; padding:0 0 0 50px;}
.news_letter_bg h3 span{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#7f7f7f; font-size:10px; display:block;}

.massage_box{ background:url(/images/FE/chain132siteType6/site72/v2/massage_bg.png) 0 0 no-repeat; padding:12px 34px 10px 10px; margin:0 0 10px 0;float:left;}
/*.massage_box span{ background:url(/images/FE/chain132siteType6/site72/v2/massage_icon.png) 0 0 no-repeat; display:block; padding:0 0 20px 50px; color:#7bc5f5; font-family:Arial, Helvetica, sans-serif; font-weight:bold;} */
.massage_box span{ float:left;display:block; padding:0 0 0px 0px; color:#7bc5f5; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.massage_box span a{ color:#FFF;}
.massage_box span .icon {float:left;width:55px;}
.massage_box span .touttext {
	float:left; width:231px; margin-top:-2px;
} 
.copyright { padding:20px 0 40px 0;}
.copyright p{ color:#FFF; font-size:11px;  font-weight:bold;}
.copyright p a{ color:#FFF !important; font-size:11px;  font-weight:bold;}

.page_title{ padding:0 20px 0 0; margin:0 0 30px 0; font-size:12px;}
.page_title li{ font-size:12px;}
.page_title h2{ color:#18538b; font-family:Georgia; }
.page_title p{ font-size:12px; color:#333; }
.page_title h4{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; font-weight:bold;}
.banner img{margin:0 0 22px 0;}
.banner p{ color:#18538b; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif;}
.decontrol{ padding:0 0 0 80px;}
.decontrol h5{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; margin:0px; color:#333333;}

.post {
	position: relative;
	margin-top: -75px;
}

.contactFormRow {
	padding-top: 10px;
}

.contactFormText {
	float:left; 
	width: 120px;
}

.contactFormField {
	float:left; 
	padding-right: 20px;
}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
clear: both; background:#18538b;

}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Primary
===================================== */

#navPrimary {
float: left;
clear: both;
width: 100%;
margin: 0;
list-style: none;
}
#navPrimary li {
float: left;
margin: 0 1em 0 0;
line-height: 1.5;
}


/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
position: absolute;
left: -9999px;
z-index: 1000;
width: 12em;
margin: 0;
padding-left: 0;
list-style: none;
}

#navPrimary li li { /* all list items */
float: left;
width: 12em; /* width needed for Opera */
margin: 0;
}

#navPrimary li li a {
display: block;
padding: .5em;
line-height: 1;
text-transform: none;
}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
border: 0;
}

#navPrimary li ul ul { /* third-and-above-level lists */
margin: -2.1em 0 0 12em;
}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
left: -9999px;
}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Secondary
===================================== */

.navSecondary { 
margin: 0 0 2em;
padding: 0;
list-style: none;
}

.navSecondary li ul {
margin-left: 0;
list-style: none;
}

.navSecondary li {
position: relative;
margin: 0 0 1em;
padding: 0 0 0 1em;
line-height: 1;
}

.navSecondary li a { 
display: block;
width: 100%; /* play nice in IE6 */
padding: 0;
text-decoration: none; /* IE6 Bug */
}

.navSecondary li a:hover {
color: #000;
text-decoration: none;
}

.navSecondary li.current a {
color: #000;
font-weight: bold;
}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
margin: 10px 0 0;
padding: 0 0 0 10px;
list-style: none;
}

.navSecondary li.current ul li {
position: relative;
margin: 0 0 6px;
padding: 0;
font-weight: normal;
}

.navSecondary li.current ul li.last { position: relative; }

.navSecondary li.current ul li a {
display: block;
padding: 0;
font-weight: normal;
text-decoration: none; /* IE6 Bug */
}

.navSecondary li.current ul li a:hover { color: #333; }
.navSecondary li.current li.current a { color: #000; }


.bigNav {
	margin:0 10px 0 10px !important;
	padding:0 10px 0 0 !important;
}

.formRow {
	clear: left;
}

.formLabel {
	float:left;
	padding-bottom:10px;
	padding-right:20px;
	width:150px;	
	color:#18538B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.formLabelRight {
	float:left;
	padding-bottom:10px;
	padding-right:20px;
	width:110px;	
	color:#18538B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}



.formField {
	float:left;
	padding-bottom:10px;
	padding-right:20px;
	width:150px;
}

.formBody {
	padding-left: 30px;
	padding-top: 10px;
}

.formBodyRight {
	padding-left: 0px;
	padding-top: 0px;
}


.formBody h3 {
	clear: left;
	color:#18538B;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:21px;
	font-weight:normal;
	margin:0;
	padding-top: 5px;
	padding-bottom: 20px;
}

.formBodyRight h3 {
	clear: left;
	color:#18538B;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding-top: 5px;
	padding-bottom: 10px;
}

.fromFieldContributionAmt {
	padding-right: 10px; 
	width: 80px;
}

.formField span {
	color:#18538B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.formText {
	color:#18538B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.cards {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:20px 0 0;
}

.newsItem {
	clear: left; 
	float:left;
	padding-bottom: 30px;
	width:644px;
}
.newsItem .date {
	font-size:14px; 
	line-height:1.5;	
	clear:left;
	float:left;
}
.newsItem div {
	position:relative;
	font-size:12px;
	float:left;
	clear:left;
}
.newsItemFull {
	font-size:12px; 
	line-height:1.5;
}


.newsItemBrowse {
	padding-top:10px; 
	padding-bottom: 12px; 
	font-size:14px; 
	line-height:1.5;
	clear: left;
}
div.newsItemTitle {
	font-size: 14px;
	font-weight:bold;
}
h3.newsItemTitle {
    color:#18538B; 
	font-size:16px;
}
.mapHolder {
	padding-top: 30px; 
	padding-left: 20px;
}

.mapCanvas {
	padding-top: 20px;
	padding-left: 12px; 
	height: 500px; 
	width: 600px;
}

.mapCanvasSmall {
	height: 230px; 
	width: 325px;
}

.smallMapScroll {
	position: relative; 
	margin-top: -23px; 
	height: 85px; 
	overflow:hidden;
}

.smallMapPrev {
	margin-right: 7px !important;
}

.smallMapScrollable {
	width: 247px !important; 
	height: 74px !important; 
	border: none !important; 
	padding: 10px 0 0 0 !important;
}

.smallMapScrollImages {
	width: 50px !important; 
	height: 46px !important; 
	margin-left: 3px !important; 
	margin-right: 3px !important; 
}

.smallMapNext {
	margin-left: 5px;
}

.homeNewsTitle {
	color:#18538B !important;
	font-weight:bold;
}

.smallMapLargerLink {
	font-size: 11px; 
	position: relative; 
	margin-top: -16px; 
	float: right; 
	padding-right: 12px;
}

.footerLinkSeperator {
	float: left; 
	padding-left: 10px; 
	padding-right: 10px;
}

#s1 {
	width:664px;
	height:341px;
	margin:0 0 21px 0;
}
/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* add modules, components, etc. here */

/* @end MODULES
-------------------------------- */

/* @end */

/* EOF */