/* these stlyes apply to the green area on th home page */

/* Home Callout Area Structure Styles
-----------------------------------*/
#mission-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	/*background: #f3fdc1 url(../img/mission-bg.gif) repeat-x 0 0;*/
	background: #5d8512 url(../img/bgMission.gif) repeat-x 0 0;
	text-align: left;
	overflow: hidden;
	color: #fff;
	}
/*div#mission-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}*/
#mission-wrapper .mission-content {
	/*width: 33%;*/
	text-align: left;
	line-height: 1.8em;
	margin: 0 0 0 16em;
	padding: 0;
	}
#mission-wrapper .mission-search {
	width: 16em;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.33em;
	margin: 0;
	padding: 0;
	}
.mission-content p {
	/*padding-bottom: 10px;*/
	font-size: 1.2em;
	margin-bottom: 0;
	}

/* Home Callout Area Search Styles
-----------------------------------*/

body#home #search-wrap {
	padding: 0;
	margin: 2em 0 3em 10px;
	text-align: left;
	}
body#home #search-wrap form {
	display: inline;
	}
body#home #search-wrap label {
	display: block;
	}
body#home #search-wrap #searchbox {
	width: 75%;
	background: #fff;
	border: 1px solid #798759;
	padding: 4px 2px;
	margin: 2px 0 4px 0;
	}
body#home #home #search-wrap {
	padding: 0;
	margin: 2em 0 100px;
	text-align: left;
	}
html>body#home input.btn-search {
	margin: 2px 0 0 0;
	padding: 1px 0 1px;
	vertical-align: top;
	border: 2px solid;
	border-color: #a8d72e #6f940f #6f940f #a8d72e;
	cursor: pointer;
	border-style: ridge;
	background: #ebf0e4;
	font-weight: bold;
	color: #3c3c3c;
	/*font: bold .9em arial, sans-serif;
    color:#273405;
    background: #E0FA76 url(../img/bgInputButton.gif) repeat-x scroll 0 -3px;
    border-style:double;
    border-color:#a3db16 #ACE320 transparent #ACE320;
    border-width:3px;
    width: 28px;
    height: 24px;
    padding: 0;
    margin: 0;*/
	}
html>body#home input.btn-search {
	font: bold .9em arial, sans-serif;
	color:#273405;
	background: #E0FA76 url(../img/bgInputButton.gif) repeat-x scroll 0 -3px;
	border-style:double;
	border-color:#a3db16 #ACE320 transparent #ACE320;
	border-width:3px;
    width: 28px;
    height: 23px;
    padding: 0;
    margin-bottom: 0;
	}
html>body input.btn-search {
	font: bold .9em arial, sans-serif;
	color:#273405;
	background: #E0FA76 url(../img/bgInputButton.gif) repeat-x scroll 0 -3px;
	border-style:double;
	border-color:#a3db16 #ACE320 transparent #ACE320;
	border-width:3px;
    width: 28px;
    height: 23px;
    padding: 0;
    margin-bottom: 0;
	}
*:first-child+html input.btn-search {
	font: bold .9em arial, sans-serif;
	color:#273405;
	background: #E0FA76 url(../img/bgInputButton.gif) repeat-x scroll 0 -3px;
	border: 1px solid #a3db16;
    width: 28px;
    height: 25px;
    padding: 0;
    margin: 0 0 0 0;
	position: relative;
	top: -3px;
	}
*:first-child+html #home input.btn-search {
	font: bold .9em arial, sans-serif;
	color:#273405;
	background: #E0FA76 url(../img/bgInputButton.gif) repeat-x scroll 0 -3px;
	border: 1px solid #a3db16;
    width: 28px;
    height: 25px;
    padding: 0;
    margin: 3px 0 0 0;
	position: relative;
	top: 0;
	}
