/***********************************Layout**************************/

#page {

}

#container {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	overflow:auto;
	overflow:hidden;
	background:#a7cce1 url('images/body-bg-sub.jpg') repeat-x top;
}
.front #container {
	background: transparent;
}
/*----------header----------*/

#header {
	clear:both;
	margin:0;
	padding:0;
	position:relative;
	background: transparent url('images/header-image-mask.png') no-repeat top center;
}
/*----------main content----------*/

#mainContent {
	float:left;
	margin:0;
	overflow:hidden;
	padding:0 0 2em 0; /* width is defined with the _get_mainContent_width function in template.php */

}
.front #mainContent {
	display:none;
}
.sidebar-left #mainContent {
  	padding:0 0 2em 0;
}
.sidebar-right #mainContent {
  	padding:0 0 2em 0;
}
.two-sidebars #mainContent {
  	padding:0 0 2em 0;
}
/*----------side bars----------*/

#sideBars-bg {
	float: left; /*	width is defined with the _get_sideBars_width function in template.php */
}
#sideBars {
	float: left; /* width is defined with the _get_sideBars_width function in template.php */
}
#leftSidebar {
	float:left;
	margin:0 1.4em 0 0;
	padding:0 0 0 0;
	width:170px;
	background:transparent;
	border:0px solid;
}
#rightSidebar {
	float:left;
	margin: 0 0em 0 1.4em;
	width: 203px;
	background: transparent;
}
/*----------footer----------*/

#footer {
	background: url(images/footer-bg.png) repeat-x top #444343;
	clear: both;
	text-align: center;
	padding-top: 20px;
	min-height: 270px;
	color: #FFFFFF;
        padding-bottom: 50px;
}
/******************************** Layout End *****************************/




@font-face {
    font-family: Bitstream Vera Sans;
    font-style: normal;
    font-weight: normal;
	src: url("ttf/Vera.ttf") format("truetype");
}
@font-face {
    font-family: Bitstream Vera Sans;
    font-style: normal;
    font-weight: bold;
	src: url("ttf/VeraBD.ttf") format("truetype");
}
@font-face {
    font-family: DejaVu Serif Condensed;
    font-style: normal;
    font-weight: normal;
    src: url("ttf/DejaVuSerifCondensed.ttf") format("truetype");
}
@font-face {
    font-family: DejaVu Sans Condensed;
    font-style: normal;
    font-weight: normal;
    src: url("ttf/DejaVuSansCondensed.ttf") format("truetype");
} 
 
   
body {
	background:#FFFFFF;
	color:#333333;
	font-family: "Bitstream Vera Sans", Arial, sans-serif;
	font-size:13px;
	letter-spacing: 0;
	margin:0;
	padding:0;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "DejaVu Serif Condensed", serif;
	font-weight:normal;
	letter-spacing: -0.04em;
	margin:0;
	padding:0;
}
h3, h4, h5, h6 {
	color:#333333;
	letter-spacing: 0em;	
}
h1 {
	font-size:218%;
	padding-top: 3px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaaaaa;
}
h2 {
	font-size:175%;
}
h3 {
	font-size: 155%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
ul, quote, code, fieldset {
	margin: .5em 0;
}
p {
	font-size:1em;
	line-height:1.4em;
	margin: 0.5em 0 1.5em;
	padding: 0;
}
.block p {
	line-height:1.3em;
	margin: 0.4em 0 0.6em;
}
.mainblocks .block p {
	line-height:1.3em;
}
a {
	color:#065595;
	text-decoration:none;
}
a:hover {
	color:#4FA3F9;
	text-decoration:underline;
}
.clearer {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:0;	
}
img, a img {
	border: none;
}
span.form-required {
	color: #ffae00;
}
span.submitted, .description {
	font-size: 0.92em;
	color: #898989;
}
input {
	font: 12px/100% "Arial";
	color: #494949;
}
textarea, select {
	font: 12px/160% "Arial";
	color: #494949;
}
#grn_button {
	font-family: "DejaVu Sans Condensed", sans-serif;
    font-size: 0.95em;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	display: block;
	padding: 11px 15px 10px 15px;
}

/*----------site logo, site name, & site slogan----------*/

.header-container {
    width:100%;
	margin: 0 auto;
	background: transparent;
}
.front .header-container {
        width: 100%;
	margin: 0 auto;
	background: #8bbddb url('images/body-bg.jpg') repeat-x top;
}
.header-edge {
    width:100%;
	margin:0 auto;
}
.front .header-edge {	
	background:transparent url('images/header-image-edge.png') repeat-x bottom;
}
.header-back {
	width:960px;
	margin: 0 auto;
	position:relative;
	background:transparent url('images/header-bg.jpg') no-repeat top center;
}
.logo-name {
	clear:both;
	height:131px;
	padding-left:36px;
}
.logo {
	float:left;
	padding:0 0 0 0;
	margin:0;
}
.site-name {
    display:none;
	padding:3em 1em 0 0em;
	float:left;
}
#header h1 {
	letter-spacing:2px;
	line-height:1.2em;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#header h1 a {
	color:#223458;
	text-decoration:none;
}
#header h2 {
	color:#fff;
	font-size:1.8em;
	letter-spacing:2px;
	margin:0;
	padding:0.25em 0 0;
	text-transform:lowercase;
	white-space:nowrap;
}
.top-menu {
	display:none;
	color:#ced9ec;
	font-size:13px;
	margin-top:0px;
	height:37px;
	width:100%;
}
.top-menu-pad {
	float:right;
	padding-right:80px;
}
.top-menu a {
	color:#ced9ec;
}
.top-menu .block {
	margin:0px;
	height:37px;
	float:right;
}
.top-menu .title {
	visibility:hidden;
}
.top-menu ul.menu {
	margin:0;
	margin-top:-10px;
	float:right;
}
.top-menu ul.menu li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	background:none;
	float:left;
	margin:0;
}
.header-content-area {
    clear:both;
	padding-left:0;
	padding-right:0;
	overflow:auto;
	overflow:hidden;
	height:100%;
	width:960px;
}
.not-front .header-content-area {
	display:none;
}
.header-image {
    position:relative;
	float:right;
	width:400px;
	margin: 0 auto;
	padding:0;
}
.header-image p {
	margin:0px;
}
.top-login {
	font-size: 0.85em;
	font-weight:bold;
    float: right;
	margin-right:2.5em;
    padding: 1px 19px 8px;	
	background: url(images/btn-bg-login.png) no-repeat top center;
}
.top-login a {
	color: #FFFFFF;
}
.top-search {
    position: absolute;
	top: 96px;
    right: 25px;
	margin:0;
    vertical-alignment: middle;
}
.top-search label {
	display:none;	
}
/*.top-search input.form-item {
	float: left;
	font-size: 11px;
        margin: 2px 4px 2px 0;
}*/
.top-search input.form-submit {
	float: left;
	font-size: 12px;
	padding:1px 3px;
    margin: 3px 4px 2px 0;
}
.top-search input.form-text {
	float: left;
	width:193px;
	font-size: 13px;
	color:#000;
	padding:3px;
    margin: 4px 4px 2px 0;
    opacity: .6;
	border:1px solid #000;
	border-radius:4px;	
	-moz-border-radius:3px; 	
	-webkit-border-radius:3px;
}
.admin_hover {
  top: -22px;
}
.header-text {
    clear:both;
	width:960px;
	padding-left:25px;
	padding-top: 30px;
	margin:0px auto 20px auto;
	line-height:21px;
	height:auto;
	*margin-top:-20px;
}	
.front .header-text {	
	background: transparent url(images/header-block-mask.png) repeat-x top center;
}
.header-text .block {
	width: 295px;
	float:left;	
	margin: 0 5px;
  	background: transparent url(images/block-header-bg.png) no-repeat left 47px;		
}
.header-text .block h3.title {
	font-size: 53px;
	color: #7bd002;
	margin:0 0 0 10px;
	padding:27px 0 20px 65px;
    text-shadow: #FFFFFF 0px 2px 2px;	
}
.header-text #block-block-learn h3.title {
  	background: transparent url(images/icon-learn.png) no-repeat 0 1px;	
}
.header-text #block-block-act h3.title {
  	background: transparent url(images/icon-act.png) no-repeat 0 2px;	
}
.header-text #block-block-join h3.title {
  	background: transparent url(images/icon-join.png) no-repeat 0 3px;	
}
.header-text .block .content {
	margin-top: 20px;
	*margin-top:0;	
	padding-left:16px;
    padding-right:16px;
    display:table-cell;
}
.header-text .block .inner-content {
    min-height:150px;
}
.header-text .block .content ul {
    margin-left:-1em;
}
.header-text .block .content ul li {
/*	color:#065595;*/
	line-height:1.15em;
	padding-bottom: 3px;
}
.header-text .block .content div.button {

}
.header-text .block .content #grn_button {
    width:216px;
	margin-left:3px;
	background: transparent url('images/btn-bg-216px.png') no-repeat left;
}
h1.header-title {
	font-size: 45px;
	color: #7bd002;
	margin:0;
	padding:27px 0 20px 65px;
}
.content-top-block {
	width:960px;
}
.content-top {
	width:960px;
	background: transparent;
}
.content-top h3 {
	font-size:16px;
	color:#a72f00;
	margin-bottom:10px;
}
.cont-top1 {
	width:255px;
	float:left;
	padding:7px 0 5px 7px;
	margin-top:10px;
}
.cont-top2 {
	background:url(images/home-top-content-sep.jpg) left top no-repeat;
	width:250px;
	float:left;
	padding:7px 0 0 10px;
	margin-top:10px;
	margin-left:15px;
}
.slant-end {
}
.admin-panel h3,
.profile h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing:0;
  border-bottom: 1px dotted #aaaaaa;
}
/*----------primary links---located in header----------*/

#menu {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3em;
	white-space:nowrap;
	width:960px;
	overflow:auto;
	overflow:hidden;
	clear:both;
	margin: 0 auto;
	padding-top:10px;
}
#menu ul#navlist {
	float:right;
	list-style:none;
	list-style-image:none;
	margin:0 40px 1px 0;
	padding:0;
}
#menu li {
	background-image:none;
	display:inline;
	margin:5px 0 0 0;
	padding:0 2px;
}
#menu li a {
	border:medium none;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
}





/*----------mainContent----------*/\  .content-container {
 clear:both;
}
.content-container-full {
 	background: transparent;
}
.content-container-header {
	width:878px;
	padding-top:0.5em;
	margin:0 auto;
}
.front .content-container-header {
	display:none;
}
.content-back {
    padding-top: 15px;
	background:#FFFFFF;
}
.content-edge {
    padding-bottom: 20px;
	background:transparent url('images/header-image-edge.png') repeat-x top;
}
.front .content-edge {
    padding-bottom: 0;
    background:none;
}
.content-container {
    width:900px;
	margin:0 auto;
	padding-left:20px;
}
.front .content-container {
	padding-left:10px;
}
#mainContent h2 {
	color:#a72f00;
	font-size:2em;
	font-weight:normal;
	line-height:1.2em;
	margin:0;
	padding:0;
}
#mainContent h2 a {
	color:#a72f00;
	text-decoration:none;
}
#mainContent h2 a:hover {
	color:#4FA3F9;
	text-decoration:none;
}
/*----------sideBars----------*/

.sidebar-left-top {
}
.sidebar-left-bottom {
}
.leftbar-content {
	width:100%;
	padding:0 0 0 0;
	border:0px solid;
}
#sideBars h3 {
	font-size:140%;
	font-weight:normal;
	line-height:1.3em;
	margin:0.3em 0 0.55em;
	padding:0;
	color:#a72f00;
}

/*---------- footer content ------------*/



.footer-content {
	width:960px;
    font-family: "DejaVu Sans Condensed", serif;	
	font-size:0.95em;	
	margin-left:auto;
	margin-right:auto;
}
.footer-message {
	float:left;
	text-align:left;
	/*width:48%;*/
	padding-top:20px;
        font-size: 90%;
        color: #ccc;
        width: 100%;
}
.footer-link {
	float:right;
	text-align:right;
	width:200px;
	margin-top:10px;
}
#footer a {
	color:#FFFFFF;
}

.footer-message .copyright {
        float: left;
}
.footer-message .site-credits {
        float: right;
}
.footer-message .charitable {
        display: block;
        clear: left;
}

/*---------- page styles----------*/

.pageTitle {
	font-size: 40px;
	color: #7bd002;
	line-height:1em;
	padding-top: 22px;
	padding-bottom: 20px;
	padding-right:0;
	margin:0 0 0 0;
	border:none;
    text-shadow: #FFFFFF 0px 1px 2px;	
}
.node-type-page .pageTitle,
.page-page .pageTitle {
	padding-left: 62px;
	background: url(images/icon-global.png) no-repeat left 15px;
}
.page-companies .pageTitle,
.node-type-company .pageTitle,
.page-company .pageTitle {
	padding-left: 63px;
	background: url(images/icon-supporters.png) no-repeat left 9px;
}
.node-type-community .pageTitle,
.page-community .pageTitle {
	padding-left: 55px;
	background: url(images/icon-community.png) no-repeat left 14px;
}
.node-type-resources .pageTitle,
.page-resources .pageTitle {
	padding-left: 52px;
	background: url(images/icon-resources.png) no-repeat left 8px;
}
.node-type-projects .pageTitle,
.page-projects .pageTitle {
	padding-left: 67px;
	background: url(images/icon-projects.png) no-repeat left 5px;
}
.node-type-story .pageTitle,
.node-type-news .pageTitle,
.page-news .pageTitle {
	padding-left: 63px;
	background: url(images/icon-news.png) no-repeat left 0px;
}
.page-admin .pageTitle {
	padding-left: 60px;
	background: url(images/icon-admin.png) no-repeat left 15px;
}
.mission {
	background-color:#F7F7F7;
	border:1px solid #ccc;
	color:#354A7B;
	font-size:1em;
	line-height:1.35em;
	margin:0.32em 0 0.85em;
	padding:1em;
}
#breadcrumb {
	font-family: "DejaVu Sans Condensed", sans-serif;
	font-size:0.95em;
	font-weight:bold;
	color: #777777;
	padding:0 0 0.6em 0;
}
#breadcrumb .title {
	font-weight:normal;
}
.breadcrumb {
	display: inline;
}
.breadcrumb a {
	font-weight:normal;
	letter-spacing:0;
	text-decoration:underline;	
}
.breadcrumb .location {
	color: #333333;
	margin-right:8px;
	letter-spacing:0;	
}
.front #breadcrumb {
	display:none;
}
.messages {
	color:red;
	margin:0.75em 0 0.75em;
	padding:0.5em 1em;
}
.messages ul {
	margin:0;
}

/*----------block styles----------*/

.block {
	margin:0 0 1.5em;
	padding:0;
}
.block-region {
	margin-top:0;
}
#leftSidebar .block {
	background: transparent url(images/block-left-bg.gif) repeat-y top left;
}
#leftSidebar .block-top {
    padding: 2px 0;
	background: transparent url(images/block-left-bg-top.gif) no-repeat top left;
}
#leftSidebar .block-bottom {
    padding-top: 7px;
	background: transparent url(images/block-left-bg-btm.gif) no-repeat bottom left;
}
#leftSidebar .block h3.title {
    margin: 0 2px;
	padding: 5px 3px 5px 10px;
	background: transparent;
}
#leftSidebar .block .content {
	padding: 5px 10px 10px;
	margin:0 2px;
	background: transparent url(images/block-bg-content.gif) repeat-x bottom center;	
}
#rightSidebar .block {
	background: transparent url(images/block-right-bg.gif) repeat-y top left;
}
#rightSidebar .block-top {
    padding: 2px 0;
	background: transparent url(images/block-right-bg-top.gif) no-repeat top left;
}
#rightSidebar .block-bottom {
    padding-top: 2px;
	background: transparent url(images/block-right-bg-btm.gif) no-repeat bottom left;
}
#rightSidebar .block h3.title {
    margin: 0 2px;
	padding: 5px 3px 5px 10px;
	background: transparent url(images/block-right-bg-header.gif) repeat-x top left;
}
#rightSidebar .block .content {
	font-family: "DejaVu Sans", sans-serif;
	font-size: 1em;
	padding: 5px 10px 10px;
	margin:0 2px;
	background: transparent url(images/block-bg-content.gif) repeat-x bottom center;	
}
#rightSidebar .block .content li {
   font-size:0.85em;
   line-height:1.2em;
   margin-bottom:0.3em;
   padding:0.2em 0 0.1em 2em; 
   background:url("images/list.gif") no-repeat scroll 0 0 transparent;    
}
.front #rightSidebar .block .content {
	font-size: 1em;
}
/*----------individual block styles----------*/

.block-menu {
  width:950px;
  margin:20px auto 0 auto;
  background: #ddd;
}
.block-menu {
	background:transparent;
}
.block-menu .content {
	padding: 0 10px;
	overflow:hidden;
	background: transparent url(images/nav-bg.png) repeat-y top left;
}
.block-menu ul.menu {
    margin: -1px 10px;
    list-style-type:none;	
}
.block-menu ul.menu li,
.block-menu ul.menu .item-list ul li, 
.block-menu ul.menu li.leaf  {
	float:left;
	margin: 2px 0 -1px 0;
	padding: 6px 0 7px 0;
	width:auto;
	background:none;
}
.block-menu ul.menu li.active-trail {
	background: transparent url(images/nav-bg-active.png) no-repeat center 25px;
}

.block-menu ul.menu li a {
	color:#000000;
	padding: 3px 16px 3px 16px;
	border-left: 1px solid #f8f7f7;
	border-right: 1px solid #a3a2a2;
}
.block-menu ul.menu li a.active {
	color: #065595;
}
.block-menu ul.menu li.first a {
	border-left:none;
}
.block-menu ul.menu li.last a {
	border-right:none;
}
.block-menu h3,
.front #menu,
.front .block-menu,
.front .feed-icon,
#block-menu-primarylinks h3.title {
 	display:none;
}
.not-logged-in .block-user {
}

.view-Headlines-sideblock .item-list .views-field-created {
	font-size: 0.85em;
	color: #888;
}
.view-Headlines-sideblock .view-footer {
	padding-left:18px;
}

/*----------Mainblocks block styles----------*/

.mainblocks {
	width:915px;
	padding-left:9px;
}
.mainblocks .block {
	float:left;	
	width: 265px;
	margin-bottom:0px;
}
.mainblocks .block h3.title {
	font-size: 2.1em;
	color: #444444;
	padding-bottom: 11px;
	margin-bottom:10px;
	border-bottom: 1px dotted #aaaaaa;
}
.block-views #grn_button,
.mainblocks .block .content #grn_button {
    width:126px;
	margin-left: 156px;
	background: transparent url('images/btn-bg-126px.png') no-repeat left;
}
.block-views #grn_button,
.mainblocks #block-views-headlinesblock {
	margin: 0;
}
.mainblocks .block .inner-content,
.mainblocks #block-views-headlinesblock .view-content {
	min-height:220px;
}
.mainblocks #block-block-communityteaser {
	margin-left: 38px;
	margin-right: 39px;
}
.mainblocks #block-block-communityteaser #grn_button {
	margin-left: 137px;
	margin-top: 10px;	
}
.mainblocks #block-block-aboutus #grn_button {
	margin-top: 10px;
}
.mainblocks #block-views-headlinesblock #grn_button {
	margin-top: 14px;
	margin-top: 10px;	
}
.mainblocks #block-views-headlinesblock li {
	padding: 0 0 0 1.7em;
	background: transparent url(images/list.gif) no-repeat 0 0;
}
/*----------node styles----------*/

.node {
	margin:0 0 1em;
	padding:0 0 00;
	background: transparent;
}
h3, h4, h5, h6, .nodeTitle a {
	color:#a72f00;
}
#mainContent h3 {
	width:90%;
	padding-bottom: 5px;
	border-bottom:1px dotted #aaa;
}
.nodeTitle a:hover {
	color:#a72f00;
	text-decoration:none;
}
.taxonomy  /* tag icon for taxonomy located in icons.css */ {
	clear:left;
	font-size:0.95em;
	padding:0 0 0.5em 1.5em;
}
.submitted {
	font-size:0.85em;
	padding:0.1em 0 0 0;
	color:#777777;
}
#mainContent .content {
	padding:0.8em 0 0;
}
.node .links {
	font-size:0.9em;
	padding:0.35em 0;
	margin:0;
	text-align:right;
}
.picture {
	float:right;
	padding-left:1em;
}
.preview .node {
	border:1px solid #ccc;
	padding:0.75em;
}

/*----------views styles------------*/


.view-News .views-row,
.view-Projects .views-row {
   border-bottom:1px dotted #aaaaaa;
   padding-bottom: 10px;
	margin-bottom: 15px;
}
.view-News .views-field-name,
.view-News .views-field-created-1,
.view-Projects .views-field-name,
.view-Projects .views-field-created-1 {
	display:inline;
	font-size: 0.85em;
	color: #999999;
}


.view-News .views-field-title,
.view-latest-news .views-field-title,
.view-Company .views-field-title,
.view-Projects .views-field-title {
  font-family:Georgia,"DejaVu Serif Condensed",serif;
  font-size: 1.5em;
  margin-bottom:5px;
  line-height:1.2em;
  letter-spacing:0;	
}


#block-views-latestnews .view-latest-news .views-field-title {
  font-size: 1.1em;
}

.view-News .views-field-teaser .field-content p,
.view-Projects .views-field-teaser .field-content p {
   margin:0;
   padding:0;
   display:inline;
}
.view-Projects .view-header {
   margin-bottom:15px;
}

/*----------comment styles----------*/

.commentTitle {
	font-size:1.3em;
}
.comment {
	background-color:transparent;
	border-bottom:1px dotted #aaaaaa;
	margin:0 0 1em;
	padding:0 0 1em 0;
}
.comment .links {
	font-size: 0.9em;
}
.comment .links ul li a {
	background-position: left -2px;
}
.comment .new {
    display:none;
}
.comment-folded {
	margin-bottom:0.5em;
	padding-left:10px;
	background: url(images/list.png) no-repeat left;
}
#comments {
   padding:5px 8px;
   background: #f7f7f7; 
}   
#comments .odd {
   padding:10px;
   background: #f7f7f7;
}
#comments .indented .comment {
	padding-left:1em;
	border-left: 4px solid #DDD;
}
#comments .indented .comment-folded  {
	border-left: none;
}
#comments .form-item label {
	display:inline;
}
#comments .form-item .form-text {
  width:400px;
}
#mainContent .comment .content {
	padding-top:0;
}
/*----------misc. styles----------*/

hr {
	margin:0;
	padding:0;
	border:none;
	height:1px;
	background:#5294c1;
}
dl {
	margin:0.5em 0 1em 0;
}
dl dd {
	margin:0 0 .5em 0;
}
dt {
	font-size:1.285em;
	margin:0.65em 0 0;
}
dl {
	margin:0.5em 0 1em 0;
}
dl dd {
	margin:0 0 .5em 0;
}
span.form-required {
	color:#ffae00;
}
.description {
	font-size:0.92em;
	color:#5A5A5A;
	margin-bottom:0.75em;
}
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
	margin:0.25em 0;
}
#center form {
	margin-bottom:2em;
}
.form-button, .form-submit {
	margin:0.5em 0.5em 1em 0;
}
#watchdog-form-overview .form-submit,  .confirmation .form-submit,  .search-form .form-submit,  .poll .form-submit,  fieldset .form-button, fieldset .form-submit,  .sidebar .form-button, .sidebar .form-submit,  table .form-button, table .form-submit {
	margin: 0;
}
.box {
	margin-bottom:2.5em;
}
div.admin {
	margin:0;
	padding:0;
}
blockquote {
	margin:0 0 14px;
	padding:0 0 0;
	background:url('images/close-quote.png') no-repeat right bottom;	
}
blockquote p {
	color:#666666;
    font:italic 1.3em Georgia,"Times New Roman",Times,serif;
	margin:10px 20px;
	padding-left:29px;
	padding-bottom:0px;
	text-indent:-29px;
	width:auto;
	line-height:1.3em !important;	
}
blockquote p:first-letter {
	background:url('images/open-quote.png') no-repeat 0 -1px;
	padding-left:29px;
}
.front blockquote {
	padding-bottom:0;
}
.front blockquote p  {
	padding-left:0px;
	padding-bottom:0;
	font-size:1.25em;
	text-indent:0;
	line-height:1.3em !important;			
}
.front blockquote p:first-letter {
	padding-left:30px;
}
.user-signature {
	color:#949494;
	font-family:Cursive, sans;
	font-size:0.80em;
	margin:0;
	padding:0;
}
/**

 * Admin Styles

 */

div.admin-panel,  div.admin-panel .description,  div.admin-panel .body,  div.admin,  div.admin .left,  div.admin .right,  div.admin .expert-link,  div.item-list,  .menu {
	margin: 0;
	padding: 0;
}
div.admin .left {
	float: left;
	width: 48%;
}
div.admin .right {
	float: right;
	width: 48%;
}
div.admin-panel {
	padding: 1em 1em 1.5em;
}
div.admin-panel .description {
	margin-bottom: 1.5em;
}
div.admin-panel dl {
	margin: 0;
}
div.admin-panel dd {
	color: #666666;
	font-size: 0.92em;
	line-height: 1.3em;
	margin: 3px 0 15px 0;
	padding: 0;
}
/*----------list styles----------*/

ul {
	margin: 0.5em 0 0.5em;
	padding: 0;
}
ol {
	margin: 0.75em 0 1.25em;
	padding: 0;
}
ol li, ul li {
	margin: 0.4em 0 0.4em .5em;
	
}
ul.menu, .item-list ul {
	line-height:1.3em;
	margin: 0.35em 0 0 -0.5em;
	padding: 0;
}
ul.menu ul, .item-list ul ul {
	margin-left: 0em;
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
	margin: 0.15em 0 0em .5em;
}
ul li, ul.menu li, .item-list ul li, li.leaf {
	padding: 0 0 0 1em;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/list.png) no-repeat 2px 3px;
}
ol li {
	padding: 0 0 .3em;
	margin-left: 2em;
}
li a.active {
    color:#333333;
	font-weight:bold;
}
ul li.expanded {
	background: transparent url(images/list-dwn.png) no-repeat 1px 4px;
}
ul li.collapsed {
	background: transparent url(images/list.png) no-repeat 2px 0.3em;
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}
ul.inline li {
	background: none;
	margin: 0;
	padding: 0 1em 0 0;
}
ol.task-list {
	margin-left: 0;
	list-style-type: none;
	list-style-image: none;
}
ol.task-list li {
	padding: 0.5em 1em 0.5em 2em;
}
ol.task-list li.active {
	background: transparent url(images/task-list.png) no-repeat 3px 50%;
}
ol.task-list li.done {
	color: #393;
	background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
}
ol.task-list li.active {
	margin-right: 1em;
}
fieldset ul.clear-block li {
	margin: 0;
	padding: 0;
	background-image: none;
}
ul.primary, ul.primary li, ul.secondary {
	background: none;
	height:auto;
	margin:5px 0 5px 3px;
	padding:8px 0 4px 0;
}
ul.secondary li {
	background: none;
	border-right:1px solid #CCCCCC;
	display:inline;
	padding:0 1em;
}
ul.links li {
	background:none;
	list-style:none;
	margin:0 1em 0 0;
	padding:0;
}
.node ul.links li {
	margin-left:1em;
	color:#777777;		
}
ul.primary li a {
    padding:0.3em 1em;
	margin-right:0;
}
.tabs {
	margin: 0.5em 0 1.4em 0;
}
/*---------------user-login-form---let's get rid of the center alignment---------------*/

#user-login-form {
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
}
#user-login-form input#edit-name,
#user-login-form input#edit-pass {
	width:120px;
}
#user-login-form ul {
	font-size:0.9em;
}
.form-item {
	text-align:left;
	margin:0 0 5px 0;
	padding:0;
}
.form-item label {
	margin-bottom: 3px;
}
#mainContent .form-item {
	margin:0 0 18px 0;
}
/*---------------TinyMCE editor---------------*/

body.mceContentBody {
	background:#fff;
	color:#000;
	font-size:14px;
}
body.mceContentBody a:link {
	color:#ff0000;
}
/*---------------table styles---------------*/

table {
	margin: 1em 0;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #bbb;
	color: #494949;
	font-weight: bold;
}
thead div.sticky-header {
	border-bottom: 2px solid #ddd;
}
td, th {
	padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
	border: solid #D5D6D7;
	border-width: 1px 0;
}
tr.odd, tr.info {
	background-color: #EEEEEE;
}
tr.even {
	background-color: #fff;
}
tr.drag {
	background-color: #fffff0;
}
tr.drag-previous {
	background-color: #ffd;
}
tr.odd td.active {
	background-color: #D3DAE9;
}
tr.even td.active {
	background-color: #E6EAF7;
}
#attachments tr td {
    padding: 10px 5px;
	border-top: 1px solid #BBBBBB;	
	border-bottom: 4px solid #FFFFFF;
	background: transparent url(images/stripe3.png) top left;
}
td.region, td.module, td.container, td.category {
	border-top: 1.5em solid #fff;
	border-bottom: 1px solid #B9C2DC;
	background-color: #D0D5E0;
	color: #455067;
	font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
	border-top-width: 0;
}
table.system-status-report th {
	border-color: #d3e7f4;
}
#autocomplete li.selected, tr.selected td, tr.selected td.active {
	background: #027ac6;
	color: #fff;
}
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
	color: #d3e7f4;
}
tr.taxonomy-term-preview {
}
tr.taxonomy-term-divider-top {
	border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
	border-top: 1px dotted #CCC;
}
/**

 * Watchdog.module

 */

tr.watchdog-user {
	background-color: #fcf9e5;
}
tr.watchdog-user td.active {
	background-color: #fbf5cf;
}
tr.watchdog-content {
	background-color: #fefefe;
}
tr.watchdog-content td.active {
	background-color: #f5f5f5;
}
tr.watchdog-warning {
	background-color: #fdf5e6;
}
tr.watchdog-warning td.active {
	background-color: #fdf2de;
}
tr.watchdog-error {
	background-color: #fbe4e4;
}
tr.watchdog-error td.active {
	background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
	background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
	background: #c7eec7;
}
/**

 * Status report colors.

 */

table.system-status-report tr.error, table.system-status-report tr.error th {
	background-color: #fcc;
	border-color: #ebb;
	color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
	background-color: #ffd;
	border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
	background-color: #dfd;
	border-color: #beb;
}
/************************ KAV Menus  *****************************/





#kav {
	MARGIN: 0px 0px 0px 0px;
}
#kav {
	PADDING-LEFT: 0px;
	FLOAT: left;
	WIDTH: 700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	HEIGHT: 41px;
}
#kav .select {
	PADDING-RIGHT: 3px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 6px 0px 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}
#kav .current {
	PADDING-RIGHT: 3px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 6px 0px 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}
#kav .sub {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}
#kav LI {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	Z-INDEX: 100;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	POSITION: relative
}
#kav .current LI {
	Z-INDEX: 50
}
#kav .select A {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold;
	BACKGROUND: url(left_both.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 29px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #765 0px solid;
	WHITE-SPACE: nowrap;
	HEIGHT: 29px;
	TEXT-DECORATION: none;
	text-align:center;
}
#kav .current A {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold;
	BACKGROUND: url(left_both.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 29px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #765 0px solid;
	WHITE-SPACE: nowrap;
	HEIGHT: 29px;
	TEXT-DECORATION: none;
	text-align:center;
}
#kav .one A {
	WIDTH: 10em
}
#kav .two A {
	WIDTH: 19em
}
#kav .three A {
	WIDTH: 9.5em
}
#kav .four A {
	WIDTH: 9em
}
#kav .select A B {
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 1px;
	background-color:#F9ECCC;
	BACKGROUND: url(right_both.gif) no-repeat right top;
	PADDING-BOTTOM: 0px;
	COLOR: #fff;
	PADDING-TOP: 0px;
	HEIGHT: 100%
}
#kav .current A B {
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	background-color:#F9ECCC;
	PADDING-LEFT: 1px;
	BACKGROUND: url(right_both.gif) no-repeat right top;
	PADDING-BOTTOM: 0px;
	COLOR: #fff;
	PADDING-TOP: 0px;
	HEIGHT: 100%
}
#kav .sub {
	DISPLAY: none
}
#kav TABLE {
	FONT-SIZE: 1em;
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
	BORDER-COLLAPSE: collapse;
}
#kav .select A:hover B {
	CURSOR: pointer;
	COLOR: #FFF
}
#kav .current A {
	BACKGROUND-POSITION: 0px -150px;
	BORDER-LEFT-COLOR: #fff;
	BORDER-BOTTOM-COLOR: #fff;
	BORDER-TOP-COLOR: #fff;
	BORDER-RIGHT-COLOR: #fff
}
#kav .current A B {
	BACKGROUND-POSITION: 100% -150px;
	COLOR: #FFF
}
#kav .sub LI A:hover {
	BORDER-LEFT-COLOR: #aba;
	BACKGROUND: #FFF;
	BORDER-BOTTOM-COLOR: #aba;
	COLOR: #FFF;
	BORDER-TOP-COLOR: #aba;
	BORDER-RIGHT-COLOR: #aba
}
#kav .select A:hover .sub LI A:hover {
	BORDER-LEFT-COLOR: #aba;
	BACKGROUND: #FFF;
	BORDER-BOTTOM-COLOR: #aba;
	COLOR: #000;
	BORDER-TOP-COLOR: #aba;
	BORDER-RIGHT-COLOR: #aba
}
#kav .select LI:hover .sub LI A:hover {
	BORDER-LEFT-COLOR: #aba;
	BACKGROUND: #FFF;
	BORDER-BOTTOM-COLOR: #aba;
	COLOR: #000;
	BORDER-TOP-COLOR: #aba;
	BORDER-RIGHT-COLOR: #aba
}
#kav .current .sub .current_sub A {
	BORDER-LEFT-COLOR: #aba;
	BACKGROUND: #FFF;
	BORDER-BOTTOM-COLOR: #aba;
	COLOR: #FFF;
	BORDER-TOP-COLOR: #aba;
	BORDER-RIGHT-COLOR: #aba
}
#kav .current .sub A:hover {
	BORDER-LEFT-COLOR: #aba;
	BACKGROUND: #FFF;
	BORDER-BOTTOM-COLOR: #aba;
	COLOR: #000;
	BORDER-TOP-COLOR: #aba;
	BORDER-RIGHT-COLOR: #aba
}
#kav .current .sub {
	PADDING-RIGHT: 0px;
	MARGIN-TOP: 1px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	BACKGROUND: #fff;
	PADDING-BOTTOM: 20px;
	WIDTH: 730px;
	PADDING-TOP: 10px;
	POSITION: absolute;
	TOP: 2.5em
}
#kav .select A:hover .sub {
	PADDING-RIGHT: 0px;
	MARGIN-TOP: 1px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	BACKGROUND: #000;
	PADDING-BOTTOM: 20px;
	WIDTH: 730px;
	PADDING-TOP: 10px;
	POSITION: absolute;
	TOP: 2.5em
}
#kav .select LI:hover .sub {
	PADDING-RIGHT: 0px;
	MARGIN-TOP: 1px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	BACKGROUND: #fff;
	PADDING-BOTTOM: 20px;
	WIDTH: 730px;
	PADDING-TOP: 10px;
	POSITION: absolute;
	TOP: 2.5em
}
HTML #kav .current .sub {
	MARGIN-TOP: 1px
}
HTML #kav .select A:hover .sub {
	MARGIN-TOP: 1px
}
#kav .current .sub LI A {
	BORDER-RIGHT: #ddd 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #ddd 1px solid;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 0.9em;
	BACKGROUND: #fff;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 10px 0px 0px;
	BORDER-LEFT: #ddd 1px solid;
	WIDTH: auto;
	LINE-HEIGHT: 1.9em;
	PADDING-TOP: 0px;
	WHITE-SPACE: nowrap;
	HEIGHT: 2em
}
#kav .select A:hover .sub LI A {
	BORDER-RIGHT: #ddd 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #ddd 1px solid;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 0.9em;
	BACKGROUND: #fff;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 10px 0px 0px;
	BORDER-LEFT: #ddd 1px solid;
	WIDTH: auto;
	LINE-HEIGHT: 1.9em;
	PADDING-TOP: 0px;
	WHITE-SPACE: nowrap;
	HEIGHT: 2em
}
#kav .select LI:hover .sub LI A {
	BORDER-RIGHT: #ddd 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #ddd 1px solid;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 0.9em;
	BACKGROUND: #fff;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 10px 0px 0px;
	BORDER-LEFT: #ddd 1px solid;
	WIDTH: auto;
	LINE-HEIGHT: 1.9em;
	PADDING-TOP: 0px;
	WHITE-SPACE: nowrap;
	HEIGHT: 2em
}
#kav .select A:hover {
	BACKGROUND-POSITION: 0% -150px;
	BORDER-LEFT-COLOR: #fff;
	BORDER-BOTTOM-COLOR: #fff;
	BORDER-TOP-COLOR: #fff;
	BORDER-RIGHT-COLOR: #fff
}
#kav LI:hover A {
	BACKGROUND-POSITION: 0% -150px;
	BORDER-LEFT-COLOR: #fff;
	BORDER-BOTTOM-COLOR: #fff;
	BORDER-TOP-COLOR: #fff;
	BORDER-RIGHT-COLOR: #fff
}
#kav .select A:hover B {
	BACKGROUND-POSITION: 100% -150px;
	BORDER-LEFT-COLOR: #fff;
	BORDER-BOTTOM-COLOR: #fff;
	COLOR: #000;
	BORDER-TOP-COLOR: #fff;
	BORDER-RIGHT-COLOR: #fff
}
#kav .select LI:hover A B {
	BACKGROUND-POSITION: 100% -150px;
	BORDER-LEFT-COLOR: #fff;
	BORDER-BOTTOM-COLOR: #fff;
	COLOR: #000;
	BORDER-TOP-COLOR: #fff;
	BORDER-RIGHT-COLOR: #fff
}
#kav .one .sub {
	LEFT: 0px
}
#kav .two .sub {
	LEFT: -10em;
	MARGIN-LEFT: -9px
}
#kav .three .sub {
	LEFT: -29em;
	MARGIN-LEFT: -18px
}
HTML #kav .three .sub {
	MARGIN-LEFT: -18px
}
#kav .four .sub {
	LEFT: -38.5em;
	MARGIN-LEFT: -27px
}
HTML #kav .four .sub {
	MARGIN-LEFT: -27px
}
.quest, li.style1 {
	COLOR: #496315;
	font-weight:bold;
	font-size:14px;
	padding-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p b {
	COLOR: #496315;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.page_contents {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.page_contents ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
}
ul#navlist {
	padding:0 0 0 0;
	margin:-6px 0 1px 0;
	list-style:none;
	background:transparent;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
ul#navlist li {
	display:block;
	float:left;
	margin-right:4px;
	background:url(images/pro_drop4_0b.jpg) right top;
	padding:0px;
}
ul#navlist li a {
	display:block;
	float:left;
	height:29px;
	line-height:29px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 6px 0 6px;
	cursor:pointer;
	background: url(images/pro_drop4_0a.jpg) no-repeat;
}
ul#navlist li a:hover {
	color:#fff;
	line-height:29px;
}
ul#navlist li:hover > a {
	color:#fff;
	line-height:29px;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */



.prodrop4 a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.prodrop4 li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */

.prodrop4 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
/********************************* Icons CSS ************************************



.taxonomy

{

	background:url('icons/tag_blue.png') no-repeat 0 6px;

}



/*----------icons for links----------*/

.comment_comments a {
	background:url('icons/comment.png') no-repeat 0 2px;
	padding-bottom:5px;
	padding-left:20px;
}
.node_read_more a {
	background:url('icons/page_white_go.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.comment_add a, .comment_reply a {
	background:url('icons/comment_add.png') no-repeat;
	padding-bottom:7px;
	padding-left:20px;
}
.comment_delete a {
	background:url('icons/comment_delete.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.comment_edit a {
	background:url('icons/comment_edit.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.blog_usernames_blog a {
	background:url('icons/user_comment.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.book_printer a {
	background:url('icons/printer.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.book_add_child a {
	background:url('icons/page_add.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.print-link {
	float:right;
	width:auto;
	padding:10px;
	margin:0 10px 10px;
	background: #f0f0f0;
	text-align:center;
	-moz-border-radius:10px;	
}
.print-link span {
	margin: 3px;
}
#login-close {
  float:right;
  padding:0 15px 0 0;
}
#popup {
  position:absolute;
  top:25px;
  right:28px;
  width:195px;
  min-height:200px;
  z-index:100;
  background: url(images/login-bg.png) no-repeat top left;
  display:none;
  padding: 25px 5px;
}

/*--------pager styles--------*/


.pager {
	font-size: 0.85em;
	margin-top: 35px !important;
}
.pager .pager-last,
.pager .pager-next,
.pager .pager-first,
.pager .pager-previous {
	border:1px solid #DDD;
}
.pager .pager-item {
    background:#f0f0f0;
	border:1px solid #DDD;
}

/* views lists */
#mainContent .view .view-content .item-list .views-row {
  background: none;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ccc;
  padding-left: 0px;
}

#mainContent .view .view-content .item-list .views-row.views-row-last {
  border-bottom: none;
}

#mainContent .view .view-content .item-list .views-row p {
  margin-bottom: 8px;
}

#mainContent .view .view-content .item-list .views-row .views-field-created {
  font-size: 0.8emx;
  color: #888;
}

/* membership info */
.block-nzoss_membership .membership-links .full-member {
  font-weight: bold;
  color: #000;
}

/** Council Gallery **/
.view-council-gallery tbody td { padding-top: 0px; padding-bottom: 20px; vertical-align: top; }
.view-council-gallery tbody td.col-2 { padding-left: 50px; }
.view-council-gallery tbody td a.fullname { font-size: 130%; font-weight: bold; }

/** Sponsor graphics **/
#block-block-sponsorshipblock {
    width: 100%;
}
#block-block-sponsorshipblock a {
    display: block;
    float: left;
    margin: 0 40px 0 0;
}
#block-block-sponsorshipblock a span {
    display: block;
    min-height: 170px;
}

#sponsorship2014 {
    height: 70px;
    display: block;
    float: left;
}

#sponsorship2013 {
    height: 100px;
    display: block;
    float: left;
}

#osdc {
    background:#fff url('images/osd_ak13_logo-100h.png') no-repeat top;
    width: 201px;
}
#nethui {
    background:#fff url('images/nethui-2013_logo-100h.png') no-repeat top;
    width: 269px;
}
#fairdeal {
    background:#fff url('images/a-fair-deal_logo-100h.png') no-repeat top;
    width: 153px;
}

#multicoreworld {
    background:#fff url('images/mw2014_logo_70h.png') no-repeat top;
    width: 488px; 
}

