 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline:none}

body {
	background: #f2e9df;
	background-image:url(../images/bg_body2.gif);
	background-repeat:repeat;
	font: 0.750em/1.75em 'helvetica neue',sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	

}
/* rules */
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

hr.dotted-rule {
	border: 0 #bbb dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin:10px 0px;
}


/* global paragraph */
p {text-align:justify;}



/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}

a:hover {
	color: #383d44;
	background: inherit;
}

a img {border:none; outline:none}

/* headers */
h1, h2, h3 {
	font-family: 'helvetica neue',sans-serif;
	font-weight: Bold;
	color: #666;
}
h1 {
	font-size: 180%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3{
	padding: 5px 0px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

p.intro {
}

p.intro:first-line {
font-weight:bold;
text-transform: uppercase;
}



/* images */
.img-styled {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}



/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}


.row-a {
background-image:url(../images/tbl_body_a.gif);
background-repeat:repeat;
}

.row-b {
background-image:url(../images/tbl_body_b.gif);
background-repeat:repeat;}
/* end - table */

/* form elements */
form {
	padding: 0 5px;
	background: #fff;
	/* background-image:url(../images/bg_body2.gif);*/
	
}
label {
	display:block;
	margin:5px 0;
	/*font-weight:bold;
	text-transform:uppercase;
	color:#6d8c24;*/
}
input {
	padding:2px;
	width:300px;
	border:1px solid #D6CEBF;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:200px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #cbbeb0;
	height:100px;
	display:block;
	color:#777;
}
.submit { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	width:80px;
	margin: 0;
	color: #333;
	background: url(../images/button-submit.png);
	border: none;
	cursor:pointer;
}




form#seedmailQuickform{
display:block;
float:right;
margin-top:-10px;
}

form#seedmailQuickform label{
font-size:10px;
margin-bottom:0px;
}

form#seedmailQuickform input.email{
    border: 1px solid #dddddd;
	height:20px;
	font-size:11px;
	color:#333333;
	float:left;
	width:150px;
	line-height:20px;
}


form#seedmailQuickform input:focus.email{
    border: 1px solid #cbbeb0;
	background:#f8f7f7;
}


form#seedmailQuickform input.submit{
margin:-4px 0 0 0 ;
float:left;
}




/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#outter-wrap { /*****!!!!THIS PUTS THE FULL BORDER AROUND THE SITE!!!!!****/
	position: relative;
	width: 802px;	
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-left:1px solid #cbbeb0;
	border-right:1px solid #cbbeb0;
	border-bottom:1px solid #cbbeb0;
}


#wrap {
	position: relative;
	width: 800px;	
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;
}

#content-wrap {
	float: left;
	width: 760px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	background: #fff; 
}

#home-wrap {
	float: left;
	width: 800px;
	display: inline;
	padding: 0; 	
	border-top: 1px solid #fff;
	background: #fff; 
}






/* header */
#header{
	background-color:#FFFFFF;
	position: relative;
	clear: both;
	margin: 0;
	height: 100px;
	width: 800px;
}
#header h1#logo-text a {
	position: absolute;
	background-image:url(../images/header-soa-logo.gif);
	width:410px;
	height:70px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 15px;
	left: 20px;
}

#header h2#promo a {
	position: absolute;
	background-image:url(../images/promo-seedmail-slidingdoor.png);
	width:159px;
	height:64px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px;
	left: 620px;
}

#header h2#promo a:hover.promo-rollover {
	background-position: -159px 0;
}


#header h2#donate a {
	position: absolute;
	background-image:url(../images/promo-donate-slidingdoor.png);
	width:159px;
	height:64px;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px;
	left: 620px;
}

#header h2#donate a:hover.donate-rollover {
	background-position: -159px 0;
}



/* Main Column */
.three-col #main {
	margin: 10px 205px 0 380px;
}
.two-col #main {
	margin: 10px 20px 0 375px;
}

.one-col #main {
	margin: 10px 5px 0 10px;
}

.one-col-home #main {
	margin: 0px 0px 0 0px;
}

.one-col-interior{
padding:20px;
}


#main{padding-bottom:10px;}



.framed-pic img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}


/* col-left */	
#col-left {
	float: left;
	width: 335px;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}	
/* right column */
#rightcolumn {
	float: right;
	width: 170px;
	margin-top: 10px;	
	padding-top: 0px;
	padding-left:10px;
	padding-right:10px;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 800px;
	font-size: 95%;
	padding: 0;
	background: #fff;
	text-align:center;
}

.uppercase{
text-transform:uppercase;}

#footer-wrap a {
	text-decoration: none;
	color: #666666;
}
#footer-wrap a:hover {
	color: #6d8d23;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;
	margin: 0 auto 0px auto;
	width: 800px;
	padding: 10px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.soa-green{color: #6d8d23}
.soa-red{color: #bf2e1a}

.soa-yellow{color: #f0cc01}




/*  learnmore links  */

.learn-more-selections {
	font-size: 13px;
	line-height:26px;
	text-transform: uppercase;
	position: absolute;
	font-weight:normal;
	letter-spacing:1px;

	z-index: 200;
	left: 32px;
	top: 250px;
	color:#fff
}

.learn-more-selections a{
text-transform:none;
color:#c0ced4;
}

.learn-more-selections a:hover{
color:#ffffff;
border-bottom:1px dotted #cbbeb0;
padding-bottom:3px;
}






/* homepage - callouts below the main image */

div.callout {
  float: left;
  }
  
#callout-wrapper{
padding:5px 0px;
height:84px;
}  
  
/* homepage - callout 1 */  

div.callout1 a.rollover{
  float: left;
  display: block;
  padding:0px;
  margin:0px 10px;
  
  _margin-left:5px; /* IE6 FIXER */  

  width:350px;
  height:84px;
  background-image:url(../images/home-callout1-seedsvideo.jpg);
  }
  
div.callout1 a:hover.rollover {
	background-position: -350px 0;
}


/* homepage - callout 2 */  

div.callout2 a.rollover{
  float: left;
  display: block;
    margin-right:10px;
  width:205px;
  height:84px;
  background-image:url(../images/home-callout2-placeholder.jpg);
  }
  
div.callout2 a:hover.rollover {
	background-position: -205px 0;
}


/* homepage - callout 3 */  

div.callout3 a.rollover{
  float: left;
  display: block;
  width:205px;
  height:84px;
  background-image:url(../images/home-callout2-slidingdoor.jpg);
  }
  
/*div.callout3 a:hover.rollover {
	background-position: -205px 0;
}*/


/* events */ 

.events{
margin:auto 30px;
}

.event-details{
display:block;
float:left;
width:220px;
padding:10px;
margin: 0px 15px 15px 0px;
border:3px double #cccccc;

} 




div#share-this{
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 69px;
	left: 657px;
	width: 20px;
	height:20px;
}
