@charset "utf-8";
/* CSS Document */



/* notes-----------
LITERAL PotatoShop color is: #77ba17
Screengrabbed and PSP'd: #7ABC26
*/


/* define fonts 
------------------------------------------------------------------------*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

@font-face {
font-family: 'Museo500';
src: url('/fonts/Museo500-Regular.eot');
src: local('Museo 500'), local('Museo-500'), url('/fonts/Museo500-Regular.otf') format('opentype');
}

@font-face {
font-family: 'Museo300';
src: url('/fonts/Museo300-Regular.eot');
src: local('Museo-300'), local('Museo-300'), url('/fonts/Museo300-Regular.otf') format('opentype');
}

@font-face {
font-family: 'Museo500';
src: url('/fonts/Museo500-Regular.eot');
src: local('Museo-500'), local('Museo-500'), url('/fonts/Museo500-Regular.otf') format('opentype');
}



/* General & wrappers
------------------------------------------------------------------------*/

html { 
height: 100%; margin-bottom: 1px; 
overflow-y:scroll;
}

body {
	/* need a more accurate placing of the logo to have it on the background image
	using a clickable png when this is commented out
	background: #000 url(/images/backgrounds/background.jpg) top center;
	*/
    width:100%; height:100%; 
	background: #000 url(/images/backgrounds/background-nologo.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	/* color: #969694; */
	color: #666;
}

#layout {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


#columns {
    font-family:Apertura-Medium, verdana, Sans-Serif;
   	text-align: left;
	width: 780px;
	margin-bottom:100px;
    /* again to do with the top image. If the logo is in the background you don't need the 150px top margin 
	margin: 150px auto 0 auto;
	*/
	margin: 5px auto 20px auto;
	/* white40.png is more transparent */
	background: transparent url(/images/backgrounds/white60.png) top center;
}



/*  Text & link styling
------------------------------------------------------------------------*/


a {
	color: #7ABC26;
	text-decoration:none;
}

a:hover {
	color: #000;
}

img {
	border: none;
	}
	

img.bioPic{
margin-bottom:24px;
}

.imageSubHeading{
float:left;
clear:right;
margin:30px 0 50px 0;
}



h1{
font-family:"Museo500", Sans-Serif;
font-size:53px;
font-weight:normal;
letter-spacing:-1px;
line-height:24px;
} 
h1.pageTitle
{
line-height:53px;
margin:79px 0 43px;
}
h1.multi-line-h1{
line-height:49px;
margin-top:55px;
}

h2 {
font-family:"Museo500", Sans-Serif;
}
	
h3 {
font-family:"Museo500", Sans-Serif;
font-size:18px;
font-weight:normal;
color:#5b930a;
margin:0 0 20px;
}


p {
     
	}

div.success, div.error, div.message, div.quote {
	padding: 10px;
	border: solid 1px #CCC;
	margin: 20px 0;
}

	div.success {
		background: #CFF;
		border-color: #090;
	}
	
	div.error {
		background: #FCF;
		border-color: #900;	
	}
	
	div.message {
		background: #FFC;
		border-color: #000;
	}
	
	div.quote {
		background: #EEE;
		font-style: italic;
	}

ins {
	background: #FF0;
}

del {
	text-decoration: line-through;
}


/* banner
---------------------------------*/

#banner {
	}
	
#banner img.logo{
margin:23px 0 6px 0;
}	


/* menu
---------------------------------*/

#menu{
position:relative;
}

ul#topMenu {
list-style-type:none;
display:block;
margin:0;
padding:0;
height:70px;
font-size:15px;
line-height:26px;
position:relative;
z-index:2;
top:-6px;
}

ul#topMenu li{
display:inline;
}

ul#topMenu li a{
padding:40px 5px 1px;
text-decoration:none;
float:left;
color:#000000;
margin:0 10px 0 0px;
z-index:3;
}
ul#topMenu li a.active{
background-color:#7ABC26;
color:#FFFFFF;
font-weight:normal;
}

ul#topMenu li a:hover{
/*border-bottom:5px solid #A2993A;
background-color:#F0F0F0;*/
color:#7ABC26
}

ul#topMenu li a.active:hover{
color:#FAFAFA;
}


/* left 
---------------------------------------*/
#left {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}


/* content 
---------------------------------------*/

#topcontent{
overflow:hidden;
}

#topcontent p{
line-height:24px;
margin:0 0 23px;
padding:0;
}

#bottomcontent{
margin-bottom:0px;
padding-bottom:20px;
border-bottom:4px solid #7ABC26;
}

#bottomcontent img{
margin-bottom:10px;
}

#bottomcontent blockquote, #bottomcontent p{ 
font-size:13px;
line-height:18px;
color:#000;
}

ul#accordion ul li blockquote p{
background:url(/images/icons/bullet.gif) no-repeat 0 8px;
padding:0 0 0 20px;
margin: 0 0 15px 0;
}


#bottomcontent p {
margin:0 0 10px 0;
}
#bottomcontent ul{
font-family:Museo500, Sans-Serif;
font-size:19px;
list-style-type:none;
padding-left:0;
color:#7ABC26;
margin:25px 0 15px 0;
}

#bottomcontent ul li{
padding-left:0;
margin-left:0;
line-height:25px;
}


#middle {
	float: left;
	margin: 0 60px 0 60px;
}

.world-map{
background:url("/images/backgrounds/dottedworld.gif") no-repeat 325px 56px;
}

/*  News
-------------------------------------------------------------*/
#news_list{
list-style-type:none;
padding-left:5px;
margin-left:0;
}

#news_list li{
margin-bottom:53px;
}

#news_list li p {
margin-top:3px;
line-height:22px;
}

.news_headline{
	font-size:24px;
	color: #333;
}

.news_meta{
	display:block;
	font-size:14px;
	margin-top:8px;
	color: #333;
}

.news-image{
float:right;
margin:0 0 25px 25px;
}



/* Footer
-------------------------------------------------------------*/

#footer {
	clear: both;
	font-size: 13px;
	color:#000000;
	text-align:left;
	overflow:auto;
}

#footer p {
display:block;
width:660px;
margin:73px auto 25px auto;
}

#footer a {
}

#footer a:hover {
}
	
	
/*Forms
-------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

#middle form {
	margin: 40px 0;
}

#middle form fieldset {
	background: #EEE;
	border: solid 1px #DDD;
	padding: 10px 10px 10px 10px;
	margin: 0 0 60px 0;
	position: relative;
}

#middle form legend span {
	margin: -40px 0 0 -10px;
	padding: 0 0 20px 0;
	font-weight: normal;
	font-size: 18px;
	color: #FD8240;
	position: absolute;
	left: 0;
	
}

#middle form label {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#middle form label.error {
	clear: left;
 	color: red; 
 	padding: 5px 0 0 0;	
}	

#middle form span.extra {
	font-style: italic;
	padding: 0 0 10px 0;
	display: block;
}
	
#middle form input, #middle form select, #middle form textarea {
	width: 90%;
	border: solid 1px #CCC;
	font-size: 14px;
	color: #666;
	padding: 5px;
}

#middle form input {
}

#middle form select {
}

#middle form select optgroup {
	border-top: solid 1px #666;
	padding: 10px 0;
}

#middle form textarea {
	font-family: inherit;
	height: 100px;
}

#middle form input.button {
	width: auto;
}

#footer p.footer-logos{width:100%;text-align:right;float:right;display:block;clear:both;}
.footer-logo{margin:0 25px 0 0}


/* homepage
------------------------------------------*/
#homepageColumnWrapper{
float:left;
background:url(/images/backgrounds/hpcolumns.gif) bottom center no-repeat;
margin-bottom:45px;
}

#homepageColumn1, #homepageColumn2, #homepageColumn3{
width:180px;
margin-right:60px;
float:left;
color:#000000;
font-size:11px;
line-height:15.5px;
padding-bottom:5px;
}

    
h1.homepageTitle{
    margin-top:93px;
}

#homepageColumn1{
clear:left;
}

#homepageColumn3{
margin-right:0px;
}

#homepageBlog{
clear:both;
}
#homepageBlog h1{
    font-size:41px;
    line-height:10px;
    padding-top:9px;
}


/* helpful classes */
.bottom50{
margin-bottom:50px;
}

/* font colors */
.light-green{color:#7ABC26;}
.dark-green{color:#a2993a;}
.light-brown{color:#2e4c18;}
.black{color:#000000;}




