/* -------------------------------------------------------------- 
   Lemon Aid CSS
    * Filename:        style.css
    * Version:         1.0 (26-08-2009) DD-MM-YYYY
    * Website:         http://www.lemonaid.org.uk/workspace/css/style.css
	
  Created by:
    * Morgan Faichney
    * Al Macmillan
    * Neil Albrock
	Copyright 2009 Atomised Co-operative Ltd
-------------------------------------------------------------- */
/*****************************************************
* Reset
*****************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body{line-height:1.5em;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a { outline: none;
	cursor:pointer;
}
ul {
	list-style:none;
}
/*****************************************************
* 960 Grid
*****************************************************/
/* Sets up basic grid floating and margin. */
.width-1, .width-2, .width-3, .width-4, .width-5, .width-6, .width-7, .width-8, .width-9, .width-10, .width-11, .width-12 {display:inline;float:left;margin-left: 10px;margin-right: 10px;}
/* Use these classes to set the width of a column. */
.width-1  { width: 60px;}
.width-2  { width: 140px;}
.width-3  { width: 220px;}
.width-4  { width: 300px;}
.width-5  { width: 380px;}
.width-6  { width: 460px;}
.width-7  { width: 540px;}
.width-8  { width: 620px;}
.width-9  { width: 700px;}
.width-10 { width: 780px;}
.width-11 { width: 860px;}
.width-12 { width: 940px;}
/* Add these to a column to append empty cols after. */
.after-1  { padding-right: 80px;}
.after-2  { padding-right: 160px;}
.after-3  { padding-right: 240px;}
.after-4  { padding-right: 320px;}
.after-5  { padding-right: 400px;}
.after-6  { padding-right: 480px;}
.after-7  { padding-right: 560px;}
.after-8  { padding-right: 640px;}
.after-9  { padding-right: 720px;}
.after-10 { padding-right: 800px;}
.after-11 { padding-right: 880px;}
.after-12 { padding-right: 960px;}
/* Add these to a column to prepend empty cols before. */
.before-1  { padding-left: 80px;}
.before-2  { padding-left: 160px;}
.before-3  { padding-left: 240px;}
.before-4  { padding-left: 320px;}
.before-5  { padding-left: 400px;}
.before-6  { padding-left: 480px;}
.before-7  { padding-left: 560px;}
.before-8  { padding-left: 640px;}
.before-9  { padding-left: 720px;}
.before-10 { padding-left: 800px;}
.before-11 { padding-left: 880px;}
.before-12 { padding-left: 960px;}

/*add these to remove the padding*/
.left-nopad{margin-left:0px;}
.nopad{margin-left:0px; margin-right:0px;}	
/*****************************************************
* navigation 
*****************************************************/
h1.logo{margin-bottom:21px;}
h1.logo a{
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
	width:190px;
	height:39px;
	float:left;
	overflow:hidden;
	position: relative;
	margin-top: 27px;
	left: 14px;
}
#navwrap{
	position: relative;
	margin-top:0px;
	display:inline;
	float:left;
	left: 10px;
	margin-right: 10px;
	width: 940px;
}
.navbar {
	position: relative;
}

ul#nav { background:url(../images/nav.png);}
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:31px; display:block; text-indent:-9999px; outline:none }

li#navHome a, li#navAbout a, li#navProjects a, li#navPartners a, li#navGetInvolved a, li#navDonate a, li#navContact a , li#navPress a { background:url(../images/nav.png)}

li#navHome a 						{ background-position:0 0; width:69px; left:0 }
li#navHome a:hover					{ background-position:0 -31px }
body#pagehome li#navHome a 			{ background-position:0 -31px }

li#navAbout a 						{ background-position:-69px 0; width:72px; left:69px }
li#navAbout a:hover					{ background-position:-69px -31px }
body#pageabout li#navAbout a 		{ background-position:-69px -31px }

li#navProjects a 						{ background-position:-141px 0; width:83px; left:141px }
li#navProjects a:hover					{ background-position:-141px -31px }
body#pageprojects li#navProjects a 		    { background-position:-141px -31px }

li#navPartners a 						{ background-position:-224px 0; width:84px; left:224px }
li#navPartners a:hover					{ background-position:-224px -31px }
body#pagepartners li#navPartners a 		    { background-position:-224px -31px }

li#navGetInvolved a 					{ background-position:-308px 0; width:118px; left:308px }
li#navGetInvolved a:hover				{ background-position:-308px -31px }
body#pagegetinvolved li#navGetInvolved a 	{ background-position:-308px -31px }

li#navDonate a 					{ background-position:-426px 0; width:73px; left:426px }
li#navDonate a:hover				{ background-position:-426px -31px }
body#pagedonate li#navDonate a 	{ background-position:-426px -31px }

li#navContact a 						{ background-position:-499px 0; width:78px; left:499px }
li#navContact a:hover					{ background-position:-499px -31px }
body#pagecontact li#navContact a 		{ background-position:-499px -31px }

li#navPress a 						{ background-position:-577px 0; width:70px; left:577px }
li#navPress a:hover					{ background-position:-577px -31px }
body#pagepress li#navPress a 		{ background-position:-577px -31px }

h2.h2logo a {
	text-indent:-9999px;
	background:url(../images/h2_logo.png) no-repeat;
	height:12px;
	width:220px;
	float:right;
	overflow:hidden;
	margin-top: 11px;
	margin-bottom:0;
}

/* -------------------------------------------------------------- */

body {
	font-size: 16px;
	line-height: 19px;	
	color:#000000;
	font-family: Helvetica, Arial, Trebuchet, Calibri, sans-serif; 
	font-weight:100;
	font-style: normal;
	background-color: #fed341;
}

#header_wrapper {
	width: 100%;
}
.header_container {
  width: 960px;
  margin: 0 auto;
  height:118px;
}

.header_container ul{
	list-style:none;
	display:inline;
}
#footer_wrapper {
	width: 100%;
	height:190px;
}
.footer_container {
  width: 960px;
  height: 86px;
  margin: 0 auto;
  padding-bottom: 10px;
  position:relative;
  background: url(../images/footer.png) no-repeat;

}
.container {
  	width: 960px;
  	overflow:hidden;
  	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top {
	background:url(../images/top.png) no-repeat 0 0;
	height:15px;
}

.middle {
	background: url(../images/middle.png) repeat-y;
	height:100%;
}
.bottom {
	background:url(../images/bottom.png) no-repeat 0 0;
	height:15px;
	margin-bottom:40px;
}
.extra-left{
	padding-left:13px;
	margin-left: 5px;
}
#quote{	
	background:url(../images/quote_box.png) no-repeat;
	width:338px;
	height:289px;	
	margin-bottom:26px;
	padding:15px;
}
#quote p{
	font-family:Helvetica,Arial,Geneva,sans-serif;
	font-size:15px;
	line-height: 23px;
	margin-bottom:18px;
}
#quote p.name{
	font-family:"Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
}
span.bigyeller{
	color:#FED240;
	font-weight: bold;
	font-size: 45px;
	position:absolute;
	margin-top:5px;
	margin-right:10px;
}
span.spacer{
	margin-right:20px;
}
.lineheight {
margin-top: 19px;
}
.clear{clear:both;}

.main_image img {
	margin-bottom: 25px;
}

.panel_1 {
	margin-bottom: 22px;
}

.news_panel {
	height: 358px;
	background-image: url(../images/news_home.png);
	float: left;
	width: 300px;
}
.news_panel a.press{
	float: right;
	margin-right:20px;
	margin-top:2px;
	color:#4B4B4B;
	font-size:13px;
	font-family:Helvetica, Arial, Trebuchet, Calibri, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.news_panel a.press:hover{
	text-decoration:underline;
}

div.news_panel_header {
	height: 48px;
	width: 300px;
	float: left;
	background:url(../images/news_home_header.png) no-repeat;
}
h3.news a {
	text-indent:-9999px;
	height:48px;
	width: 100px;
	float:left;
	overflow:hidden;	
}
a.rss{
	position:relative;
	float:right;
	margin-right:9px;
	bottom: 4px;
	height: 23px;
	right: 2px;
}
a.rss img{	
	height: 23px;
	width: 23px;
}
.involved {
	position: relative;
	float: left;
	top: 26px;
}
.part1{
	position:relative;
	display:inline;
	float:left;
	background:url(../images/involved_yellow.png) no-repeat;
	width:109px;
	height:133px;
	padding:15px;
}
.part2{
	position:relative;
	display:inline;
	float:left;
	width:150px;
	height:163px;
}
.part1 a{
	font-size: 15px;
	line-height: 17px;
	color: #676767;
	font-family:  Helvetica, Arial, Geneva, sans-serif;
	text-decoration:none;
	display:block;
	margin-bottom:21px;
	font-weight:bold;
	margin-top: 3px;
}
span.get{
	font-size: 20px;
	color: #4B4B4B;
	display:block;
	margin-top:18px;
	font-weight:bold;
}
img.part2-img {
	position:relative;
	left:0;
	top:-42px;
	display:block;
}
img.part2-arrow {
	position:relative;
	left:0;
	top:56px;
	z-index: 2;
	display:block;
}
.news_items {
	padding-left: 16px;
	padding-right: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height: 152px;
	padding-top: 14px;
}

.news_items p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.news_items p a:hover {
	text-decoration: underline;
}
div.news_items p {
	color: #fff;
	font: 12px/16px "Helvetica Neue",Helvetica, Arial, Geneva, sans-serif;
}
.news_items h4 {
	color: #FED240;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

h3.involved a {
	text-indent:-9999px;
	background:url(../images/involved.png) no-repeat;
	height:163px;
	width: 300px;
	float:left;
	overflow:hidden;

}

/*****************************************************
* Typography styles
*****************************************************/

.footer{
	font-size:11px;
	padding-left: 182px;
	width:768px;
	display:inline;
	float:left;
	margin-right: 10px;
}
ul#nav_footer{width:700px;}
ul#nav_footer li {
	list-style-type:none;
	float: left;
	padding-right: 13px;
	margin-top: 14px;
	margin-bottom: 9px;
}
div.foot-wrap{margin-top:9px;}
a img.atom {
	float: right;
	position: relative;
	top: -24px;
	right: 16px;
}
dl.project_sidebar dt a{
	display:block;
	color:#fff;
	text-decoration: none;
 	font: bold 18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	position:relative;
	padding: 25px 0 0 9px;
}
a img.project-img:hover {
	opacity: 0.75;
}
dl.project_sidebar a:hover{
	opacity: 0.75;
}
dl.project_sidebar dt {	
 	position:relative;
	width: 121px;
	height: 103px;
	margin-bottom: 20px;
	float:left;
}
dl.project_sidebar dd {
	width: 73px;
	height: 103px;
	float:right;
}
dt#ps_green {
	background-image: url(../images/green2.png);
}
dt#ps_dgreen {
	background-image: url(../images/dgreen.png);
}
dt#ps_purple {
	background-image: url(../images/purple.png);
}
dt#ps_orange {
	background-image: url(../images/orange.png);
}
dt#ps_red {
	background-image: url(../images/red.png);
}
dt#ps_grey {
	background-image: url(../images/grey.png);
}
dt#ps_blue {
	background-image: url(../images/blue.png);
}
dt#ps_yellow {
	background-image: url(../images/yellow.png);
}

img.project-img {
	position:relative;
	left:0;
	top:-28px;
	display:block;
}
img.arrow {
	position:relative;
	left:0;
	top:40px;
	z-index: 2;
	display:block;
}

div#project_sidebar {
	width: 194px;
}

span.green_arrow {
	float: left;
	position: fixed;
	top: 105px;
	z-index: 1;
}

span.dgreen_arrow {
	float: left;
	position: fixed;
	top: 596px;
	z-index: 1;
}

span.red_arrow {
	float: left;
	position: fixed;
	top: 596px;
	z-index: 1;
}
span.blue_arrow {
	float: left;
	position: fixed;
	top: 596px;
	z-index: 1;
}
span.grey_arrow {
	float: left;
	position: fixed;
	top: 596px;
	z-index: 1;
}
span.yellow_arrow {
	float: left;
	position: fixed;
	top: 596px;
	z-index: 1;
}
span.gr{
	color:#696969;
}

ul#nav_footer li a {
	text-decoration: none;
	font: bold 12px Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
}
ol.projects{
	margin-left:16px;
}
ol.projects li{
	color:#4C4C4C;
	font-size:14px;
	line-height: 21px;
	margin-bottom:10px;
}

.footer p {
	color: #fff;
	font: normal 11px/14px Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 3px;
	clear:left;
}
h2 {
	font: bold 32px Helvetica, Arial, Geneva, sans-serif;
	color: #333333;
	margin-bottom:18px;
}
h3 {
	font: bold 20px Helvetica, Arial, Geneva, sans-serif;
	color: #FFCF0E;
	margin-bottom:18px;
}
.middle p{
	color:#4C4C4C;
	font-size:14px;
	line-height: 21px;
	margin-bottom:21px;
}
p.intro{
	color:#4D4D4D;
	font-size:16px;
	line-height: 21px;
	margin-bottom:21px;
}
div.proj-links{
	margin-bottom:18px;
	min-height: 162px;
}
div.proj-links p{
	line-height:16px;
	margin-bottom:16px;
	font-size:12px;
	color:#333333;
}
div.proj-links p a{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
div.proj-links p a:hover{
	text-decoration:underline;
}

h2.Overseas{
	font-size:25px;
	font-weight:Bold;
	color:#666;
	margin-bottom:3px;
}
h3.Haiti{
	font-weight: Bold;
	font-style:Italic;
	font-size:22px;
	color:#666666;
}
h3.Haiti a{
	font-weight: Bold;
	font-style:normal;
	font-size:22px;
	color:#fed341;
	text-decoration:none;
}

h4 {
	margin-bottom: 18px;
}
h4.orange{
	background-image:url(../images/orangebar.png);
	width:484px;
	height:35px;
}
h4.purp{
	background-image:url(../images/purplebar.png);
	width:484px;
	height:35px;
}
h4.blue{
	background-image:url(../images/bluebar.png);
	width:484px;
	height:35px;
}
h4.green{
	background-image:url(../images/greenbar.png);
	width:484px;
	height:35px;
}
h4 a{
	position:relative;
	left:81px;
	top:8px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}
.donate h4{
	font-size:18px;
	font-weight:Bold;
	color:#666;
	margin-bottom:6px;	
}
.donate a{
	font-size:14px;
	color:#fed341;
	text-decoration:none;
	font-weight:bold;	
}
.donate a:hover{
	text-decoration:underline;
}
img.right {
	margin-top: 13px;
	margin-left: 35px;
}
img.left {
	float:left;
	margin-right:10px;
}
img.o-frame{
	border: solid 2px #ff9900;
}
img.p-frame{
	border: solid 2px #855D85;
}
img.b-frame{
	border: solid 2px #82ADAD;
}
img.g-frame{
	border: solid 2px #9FCF3E;
}
img.gr-frame{
	border: solid 1px #696969;
}

div.testimony{
	border-top: 1px dashed #696969;	
	margin-bottom: 18px;
}


/****************************************************************
                 ACCORDION MENU STYLES
*****************************************************************/
img.menutop{
	position:relative;
	left:-10px;
	top: 5px;
}
ul#menu{
	position:relative;
	left:-10px;
}
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 184px;
}

ul.menu a {
  display: block;
  text-decoration: none;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
/*top level*/
ul.menu li {
  border-top: 1px dashed #bababa;
}

ul.menu li a {
  background: #bababa;
  color: #000;
	padding: 8px;
}

ul.menu li a:hover {
  background: #565656;
  color:#fed341;
}

/*sub menu*/
ul.menu li ul li a {
  background: #bababa;
  color: #000;
  padding-left: 20px;
}
ul.menu li ul li a:hover {
  background: #565656;
  padding-left: 20px;
}
/*sub sub menu!*/
ul.menu li ul li ul li a {
  background: #bababa;
  color: #000;
  padding-left: 30px;
}
ul.menu li ul li ul li a:hover {
  background: #565656;
  color:#fed341;
  padding-left: 30px;
}
ul.menu li a.active {
  background: #565656;
  color:#fed341;
}
ul.menu li.last{
	height:18px;
	background: #bababa;
  	border-top: 1px dashed #fff;	
}
.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/****************************************************************
                 NON-ACCORDION MENU STYLES
*****************************************************************/
/*date menu*/
ul#press{
	position:relative;
	left:-10px;
	font-size:14px;
}
ul.press, ul.press ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 184px;
}

ul.press a {
  display: block;
  text-decoration: none;
}
/*top level*/
ul.press li {
  border-top: 1px dashed #bababa;
  paddinf-left:10px;
}

ul.press li a {
  background: #bababa;
  color: #fff;	
  padding: 0.5em;
  padding-left: 20px;
}

ul.press li a:hover {
  background: #565656;
  color:#fed341;
}
ul.press li.last{
	height:18px;
	background: #bababa;
  	border-top: 1px dashed #fff;	
}
/*latest news menu*/
ul#news{
	position:relative;
	left:-10px;
	font-size:14px;
	margin-bottom:30px;
}
ul.news, ul.news ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 184px;
}

ul.news a {
  display: block;
  text-decoration: none;
}
/*top level*/
ul.news li {
  border-top: 1px dashed #696969;
  paddinf-left:10px;
}

ul.news li a {
  background: #696969;
  color: #fff;	
  padding: 0.5em;
  padding-left: 20px;
}

ul.news li a:hover {
  background: #bababa;
  color:#fed341;
}
ul.news li.last{
	height:18px;
	background: #696969;
  	border-top: 1px dashed #fff;	
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/****************************************************************
   * jQuery lightBox plugin - Gallery style *
*****************************************************************/
#gallery {
	position:relative;
	left:10px;
	width: 195px;
	height:223px;
	background:url(../images/image_gallery.png);
}
#gallery ul { 
	position:relative;
	top:70px;
	left:16px;
	list-style: none;
}
ul li.show { 
	display: inline;
	height:45px;
	width:45px;
	margin-right:10px;
	margin-bottom:10px;
}
#gallery ul img {
	border: none;margin-bottom:10px;
}
#gallery ul a{ text-decoration: none; }
#gallery ul a:hover img {opacity: 0.75;}

#gallery ul a:hover { color: #fff; }

#gallery p{
	position:relative;
	top:70px;
	left:15px;
}

#vid{
	position:relative;
	left:10px;
	width: 195px;
	margin-top:20px;
}

/****************************************************************
   * get involved list *
*****************************************************************/
/*dl.get-involved img{
	position:relative;
	display:block;
	left:-10px;
	width:460px; 
	height:13px;
}*/
div.involve{
	background:url(../images/curvedbox.png) no-repeat;
	background-color:#EAEAEA;
	padding:10px;
	margin-bottom:20px;
}
div.involve img{
	left:-10px;
	width:460px; 
	height:13px;		
}
div.involve p{
	position:relative;
	margin-top:-30px;
	padding-left:35px;	
}
span.number{
	position:relative;
	top: 25px;	
	font-size:52px;
	color:#fed341;
	font-weight:bold;	
}
div.get-involved a{
	color:#fed341;
	text-decoration:none;
	font-weight:bold;
}
div.get-involved a:hover{
	text-decoration:underline;
}
/****************************************************************
   * FORM STYLES *
*****************************************************************/

fieldset {
	margin: 0;
	border: 0;
	text-indent:0;
	clear: left; /* make sure a new fieldsset starts cleam (omni) */
	border: 0 solid; /* older operas */
	position: relative; /* make legend move horizontally correct with rest of form in ie 5-6 */
	left:-20px;
	background:url(../images/contact_form_background.png) no-repeat;
	height: 586px;
	width:484px;
	color:#000;
	padding:10px;
}
fieldset.comment {
	background:url(../images/comment_form_background.png) no-repeat;
}
form label {
	display: block;
	float: left;
	width: 320px;
	padding:5px;
	margin-top:20px;
	margin-left:10px;
	font-size: 14px;
}
form label.comment {
	margin-top:10px;
}
form input {
	display: block;
	background:url(../images/field_background_text.png) no-repeat;
	padding:6px;
	height:20px;
	width: 300px;
}
form input.reset {
	display: block;
	background:none;
	padding:0;
	height:47px;
	width: 160px;
}
form select {
	float: left;
	display: block;
	padding:6px;
	width:312px;
	height:32px;
}
textarea {
	display: block;
	background:url(../images/field_background_textarea.png) no-repeat;
	padding:6px;
	width: 300px;
	padding:5px;
	height:126px;
	border-style: none;
}
input#submit-button {
	position:relative;
	left:105px;
	top:-10px;
	background-image: url(../images/contact_submit.png);
	width: 79px;
	height: 33px;
	text-indent:-9999px;
	border-style: none;
	cursor: pointer;
	float:right;
}
input#submit-button:hover {
	background-position:0 -32px;
}
input.noshow{display:none;}
div#contact_sidebar {
	width: 194px;
	margin-top:55px;
	margin-left:10px;
}
div#contact_sidebar_top {
	background:url(../images/contact_sidebar_top.png) no-repeat;
	width: 194px;
	height:14px;
}
div#contact_sidebar_middle {
	background-color:#797979;
	width: 194px;
	padding-bottom:10px;
}
div#contact_sidebar_middle p {
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:21px;
	padding-top:9px;
	margin-left:23px;
	margin-bottom:10px;
	width:160px;
}
span.big{
	font-size:16px;
}
span.wee{
	font-size:12px;
}
.news-item{
	margin-top:40px;
}
.news-item h4{
	font-size:18px;
	font-weight:Bold;
	color:#666;
	margin-bottom:6px;	
}
.news-item p.posted{
	font-size:12px;
	color:#fed341;
	font-weight:bold;
}
.news-item p.tags{
	background-color:#dedede;
	font-size:11px;
	padding:4px 10px;
}
.news-item a{
	font-size:14px;
	color:#fed341;
	text-decoration:none;
	font-weight:bold;	
}
.news-item a:hover{
	text-decoration:underline;
}
.news-item img{
	margin-bottom:10px;
}
span.yellow{
	color:#fed341;
	font-weight:bold;
}
span.iti{font-style:italic;}
img.news-img {
	position:relative;
	left:0;
	top:0;
}
li.hide{display:none;height:0px; width:0px;}