/* 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 { background:#daeafc url(/images/FE/chain270siteType8/site230/body_bg.jpg) 0 0 repeat-x;
	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: 976px;
	margin: 0 auto;
	}

#content {
	clear: both;
  background:#FFF;
  overflow: hidden;
	}

#content_alt {
	clear: both;
  background:url(/images/FE/chain270siteType8/site230/main_bg.jpg) 0 0 no-repeat;
  overflow: hidden;
	}

.h5, h5 {
	color: #d9910e;	
}

a.list {
	color: #d9910e;	
	text-align: left;
}

#primary {
	float: left;
	width: 607px;
	}
.oneCol #primary {
	width: 930px;
	border: 0;
	}
.threeCol #primary {
	width: 528px;
	}

.content,
.sidebar {
	
	min-height: 100px; /* Fixes odd no-content disappearing bug. */
	}

#left { 
	float: left;
}

#right { 
	float: right;
  width:270px;
  margin:0 30px 0 0;
}

.sidebar {
	margin: 0 0px;
	width: 609px; 
	
}

div.sidebar {
  background:url(/images/FE/chain270siteType8/site230/contact_bg.png) 0 0 repeat-y;
  font-family:Arial, Helvetica, sans-serif;
  padding:0px 30px;
}

div.sidebar h2 {
  color:#d9910e;
  font-size:24px;
  font-weight:bold;
  font-family:"Helvetica Neue Heavy", Helvetica, Arial, sans-serif;
  line-height:22px;
}

/* @group Layout - Header
===================================== */

#header {  height:129px; 
	position: relative; overflow:hidden;
	}

div.logo {
  padding:6px 0 0 0;
  float:left;
  width:860px;
}

div.logo h1 {
  margin:0px;
  font-family:GothamBook, sans-serif;
  font-weight:normal;
  padding:0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div.logo h2 {
	padding-top: 0px;
	margin-top: 0px;	
  color:#575e65;
  font-family:GothamMedium, sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height: 22px;
}

div.logo h1 a {
  font-size:43px;
  line-height: 44px;
  color:#3264a1;
  text-decoration:none;
  text-decoration:none;
}

div.logo h1 a span {
  color:#000;
}

div.project {
  width:108px;
  height:68px;
  color:#003366;
  font-family:GothamMedium;
  text-transform:uppercase;
  font-size:12px;
  padding:5px 0 0 8px;
  float:right;
}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	}

div#footer {
  background:#3264A1;
  padding:30px 0;
  color:#FFF;
  margin:50px 0 0 0;
}

div#footer_container {
  margin:auto;
  width:960px;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */

div.content_box {
  background:url(/images/FE/chain270siteType8/site230/member_bg.png) 0 0 no-repeat;
  width:256px;
  height:210px;
  overflow: hidden;
  text-align:center;
  font-family:Helvetica , Arial, sans-serif;
  font-size:21px;
  color:#FFF;
  padding:25px 55px;
  margin:20px 0 0 10px;
}

div.content_box span {
  font-size:116px;
  color:#FFF;
  display:block;
}

div.content_box .arrow {
  overflow:hidden;
  padding:20px 0 0 95px;
}

div.content_box .arrow a.pre {
  background:url(/images/FE/chain270siteType8/site230/pre_bg.png) 0 0 no-repeat;
  text-indent:-9999px;
  display:block;
  width:24px;
  height:24px;
  float:left;
  margin:0 5px 0 0;
}

div.content_box .arrow a.next {
  background:url(/images/FE/chain270siteType8/site230/next_bg.png) 0 0 no-repeat;
  text-indent:-9999px;
  width:24px;
  height:24px;
  display:block;
  float:left;
}

div.contactform {
  color:#FFF;
  font-size:10px;
  font-weight:bold;
  overflow:hidden;
  width:270px;
  margin:0 0 25px 0;
}

div.contactform h3 {
  font-size:18px;
  font-weight:bold;
  font-family:"Helvetica Neue Heavy", Helvetica, Arial, sans-serif;
  color:#FFF;
  margin:20px 0 10px 0;
}

div.contactform ul {
  list-style:none;
  margin:15px 0 0 0;
  padding:0;
  overflow:hidden;
}

div.contactform ul li {
  font-size:10px;
  text-transform:uppercase;
  font-weight:bold;
  float:left;
  width:131px;
  padding:0 3px 0 0;
}

div.contactform ul li.larg {
  width:181px;
}

div.contactform ul li.small {
  width:83px;
}

div.contactform ul li input {
  border:none;
  font-size:12px;
  color:#FFF;
}

div.contactform ul li input.input_midum {
  background:url(/images/FE/chain270siteType8/site230/midum_input_bg.png) 0 0 no-repeat;
  width:131px;
  padding:5px 0 6px 0;
}

div.contactform ul li input.input_larg {
  background:url(/images/FE/chain270siteType8/site230/larg_input_bg.jpg) 0 0 no-repeat;
  width:181px;
  padding:5px 0 6px 0;
}

div.contactform ul li input.input_small {
  background:url(/images/FE/chain270siteType8/site230/small_input_bg.jpg) 0 0 no-repeat;
  width:83px;
  padding:5px 0 6px 0;
}

div.contactform ul li input.submit {
  background:url(/images/FE/chain270siteType8/site230/submit_btn.png) 0 0 no-repeat;
  width:191px;
  font-size:12px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:-.5px;
  padding:4px 0 4px 0;
}

div.contactform ul li input.sign {
  background:url(/images/FE/chain270siteType8/site230/sign_bg.png) 0 0 no-repeat;
  width:141px;
  font-size:12px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:-.5px;
  padding:4px 0 4px 0;
}

div.contactform ul li label {
  display:block;
}

div.contactform h3, H3 {
   color:#d9910e;
   margin-bottom: 3px;
}


div.message {
  color:#FFF;
  font-size:12px;
  border-bottom:#616161 solid 1px;
  padding:0 0 10px 0;
  margin:0 0 70px 0;
}

div.message h3 {
  font-size:16px;
  color:#d9910e;
  font-weight:normal;
  border-bottom:#616161 solid 1px;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
}

div.newsbox {
  background:url(/images/FE/chain270siteType8/site230/video_box_top.png) 0 0 no-repeat;
  padding:13px 0 0 0;
  width:684px;
  margin:5px 0 0 -5px;
}

div.newsbox_bg {
  background:url(/images/FE/chain270siteType8/site230/video_box_bg.png) 0 100% no-repeat;
  padding:13px 20px 13px 30px;
  overflow:hidden;
}

div.newsbox_title {
  font-family:Helvetica, Arial, sans-serif;
  color:#003366;
  font-size:32px;
  width:130px;
  overflow:hidden;
  float:left;
}

div.newsbox_title a.pre {
  background:url(/images/FE/chain270siteType8/site230/pre1.png) 0 0 no-repeat;
  width:22px;
  height:22px;
  display:block;
  float:left;
  margin:10px 3px 0 0;
  text-indent:-9999px;
}

div.newsbox_title a.next {
  background:url(/images/FE/chain270siteType8/site230/next.png) 0 0 no-repeat;
  width:22px;
  height:22px;
  display:block;
  float:left;
  text-indent:-9999px;
  margin:10px 0 0 0;
}

div.news_videos {
  float:left;
  
}

div.news_videos ul {
  list-style:none;
  float:right;
}

div.news_videos ul li {
  background:url(/images/FE/chain270siteType8/site230/newsvideo_sep.jpg) 0 100% no-repeat;
  padding-left:15px;
  padding-right:15px;
  float:left; 
  width:130px
}

div.news_videos ul li:first-child {
  background:none;
}

div.news_videos ul li a {
  display:block;
  color:#333333;
  font-size:11px;
}

div.gunshow {
  font-family:Arial, Helvetica, sans-serif;
}

div#error {
  color:#FF0000; 
  padding:0px 0 0 30px;
}

div.gunshow_title {
  color:#666666;
  font-size:16px;
  padding:30px 0 0 30px;
}

div.gunshow_title h1 {
  font-size:36px;
  color:#d9910e;
  font-size:36px;
  font-weight:bold;
  margin:0 0 10px 0;
}

div.gunshow_wide {
  width:530px;
  margin:0 40px 0 0;
  float:left;
  padding:10px 0 0 30px;
  color:#666666;
  font-size:12px;
  line-height: 16px;
  overflow:hidden;
}



div.gunshow_left {
  width:265px;
  margin:0 40px 0 0;
  float:left;
  padding:30px 0 0 30px;
  color:#666666;
  font-size:12px;
  overflow:hidden;
}

div.gunshow_right {
  width:194px;
  float:left;
  padding:30px 0 0 0px;
  color:#666666;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}

div.gunshow_right span.first {
  font-size:112px;
  color:#000;
  margin:0 0 0 -5px;
  letter-spacing:-10px;
}

div.gunshow_right span.second {
  font-size:72px;
  color:#666666;
  letter-spacing:-5px;
}

div.pagination {
  clear:both;
  text-align:center;
  padding:20px 0;
}

div.pagination span.next_page {
  color:#666666;
  font-weight:bold;
  font-size:11px;
}

div.pagination a {
  color:#000;
  font-size:11px;
  font-size:12px;
  font-weight:bold;
  background:url(/images/FE/chain270siteType8/site230/arrow.jpg) 100% 0 no-repeat;
  padding:0 28px 0 0;
}

div.petition_signers {
  font-size:12px;
  color:#FFF;
  font-weight:bold;
  position:relative;
  padding:10px 0;
}

div.petition_signers h3 {
  font-size:16px;
  color:#FFF;
  font-weight:normal;
  border-bottom:#616161 solid 1px;
  padding:0 0 8px 0;
  margin:0 0 8px 0;
}

div.petition_signers ul {
  list-style:none;
  margin:0px;
  padding:0px;
}

div.petition_signers ul li {
  margin:0px;
  border-bottom:#3d3d3d dotted 1px;
  padding:0 0 4px 0;
  margin:0 0 4px 0;
}

div.petition_signers ul li a {
  display:block;
  color:#d9910e;
}

div.petition_signers ul li.last {
  border-bottom:#616161 solid 1px;
  padding:0 0 10px 0;
}

div.petition_signers a.see {
  color:#FFF;
  float:right;
  font-size:10px;
  		}
div.petition_signers a.up {
  background:url(/images/FE/chain270siteType8/site230/up.jpg) 0 0 no-repeat;
  width:24px;
  height:24px;
  text-indent:-9999px;
  position:absolute;
  top:0px;
  right:0px;
}

div.petition_signers a.down {
  background:url(/images/FE/chain270siteType8/site230/down_bg.jpg) 0 0 no-repeat;
  width:24px;
  height:24px;
  text-indent:-9999px;
  position:absolute;
  top:0px;
  right:26px;
}

/* @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;
	}

div#topmenu {
  padding:0px 0 0 0;
  overflow:hidden;
}

div#topmenu ul {
  list-style:none;
  overflow:hidden;
  padding:0px;
  margin:0px;
}

div#topmenu ul li {
  float:left;
  margin:0 0px 0 0px;
  padding:6px 0px 0px 2px;
}

div#topmenu ul li a {
  background:url(/images/FE/chain270siteType8/site230/menu_right.png) 100% 0 no-repeat;
  font-weight:bold;
  float:left;
  color:#FFF;
  line-height:25px;
  display:block;
  padding:0 6px 0px 0px;
  font-size:11px;
}

div#topmenu ul li a span {
  background:url(/images/FE/chain270siteType8/site230/menu_left.png) 0 0 no-repeat;
  float:left;
  line-height:25px;
  display:block;
  padding:4px 15px 5px 20px;
  font-size:11px;
}

div#topmenu ul li a:hover, div#topmenu ul li a.active {
  background:url(/images/FE/chain270siteType8/site230/menu_right_hover.png) 100% 0 no-repeat;
  text-decoration:none;
}

div#topmenu ul li a:hover span, div#topmenu ul li a.active span {
  background:url(/images/FE/chain270siteType8/site230/menu_left_hover.png) 0 0 no-repeat;
  text-decoration:none;
  cursor:pointer;
  color:#000;
}

/* Contribute Buttons */

div#topmenu ul li.contributeNow a:hover, div#topmenu ul li.contributeNow  a.active {
  background:url(/images/FE/chain270siteType8/site230/menu_right_hover_Contribute.png) 100% 0 no-repeat;
  text-decoration:none;
}

div#topmenu ul li.contributeNow a:hover span, div#topmenu ul li.contributeNow a.active span {
  background:url(/images/FE/chain270siteType8/site230/menu_left_hover_Contribute.png) 0 0 no-repeat;
  text-decoration:none;
  cursor:pointer;
  color:#000;
}


div#topmenu ul li.contributeNow a {
  background:url(/images/FE/chain270siteType8/site230/menu_right_Contribute.png) 100% 0 no-repeat;
  font-weight:bold;
  float:left;
  color:#FFF;
  line-height:25px;
  display:block;
  padding:0 6px 0px 0px;
  font-size:11px;
}

div#topmenu ul li.contributeNow a span {
  background:url(/images/FE/chain270siteType8/site230/menu_left_Contribute.png) 0 0 no-repeat;
  float:left;
  line-height:25px;
  display:block;
  padding:4px 15px 5px 20px;
  font-size:11px;
}

.dia_field_name_contribution {
	width: 60px;
	height:15px;
	float: left;
}

.contributeOthers {
	clear: left;
	padding-top: 10px; 
	padding-bottom: 10px;
}

/* @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; }


a.rightSmall:link, a.rightSmall:active, a.rightSmall:visited, a.rightSmall:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;	
	color: #FFFFE3;	
}

div#bottomRow {
	width: 986px; 
	clear: left;
}

div#bottomRight {
	float: left; 
	margin-bottom: 40px; 
	padding-left: 3px;
	
}

div#bottomLeft {
	float: left; 
	width: 297px; 
	margin-bottom: 40px; 
	padding-top: 7px;	
	overflow: hidden;
}

div#bottomLeftInside {
	background-image: url(/images/FE/chain270siteType8/site230/footer_left.png); 
	width: 291px; 
	height: 195px;	
}


div#formRow {
	clear: left; 
	padding-top: 6px;	
}
div#formColumnLeft {
	float: left; 
	width: 100px;	
}

div#formColumn {
	float: left; 

}

/* super script */
sup {
	font-size:xx-small !important; 
	vertical-align:top !important;
}

.homePageSource {
	clear: left;
	color:#FFFFFF; 
	position: relative; 
	top: -30px; 
	width: 580px; 
	line-height: 15px;
	text-align: left;
	padding-left: 20px; 
	padding-right:376px;
}

.homePageSource a {
	color:#FFFFFF;
}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* add modules, components, etc. here */

/* @end MODULES
-------------------------------- */

/* @end */

/* EOF */
