@charset "UTF-8";
/* CSS Document */

@import url('grass_orchid_css_narrow.css');


/*============================================================
					normal
===============================================================*/

body {
	background-image: url(../images/GrassOrchid_background-header_768.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#superhead h1 {
	font-size:1.2em;
	margin-top:100px;
	float:right;}
	
/*=============================[Navigation]===================================*/

#mainNav{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	width:225px;
	margin-top: 275px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 0;
	}
#mainNav ul{
	list-style:none;
	}

#mainNav ul li{
	/*removed border and made a class NavBorder*/
	/*background:#000000;*/
	margin:5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	


.NavBorder {
	border: 2px solid #9C0;
}
nav.utility{
	width:100%;
	clear:both;
	}	

nav.utility p{
	color: #060;
	text-align: center;
}	

nav.utility ul{
	list-style:none;
	}

nav.utility ul li{display:inline-block; padding:0px 0px;}
nav.utility ul li a{ font-size:.8em}


.SubNav{
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.SubNav ul{
	list-style:none;
	}

.SubNav ul li{
	margin:5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #006600;
	border-bottom-color: #FFF;
	border-left-color: #006600;
	}





/*=============================[main content]===================================*/

#mainTop{
	float:left; 
	width:45%;
	margin:0 10px;
	display:inline-block;
	margin-top: 200px;
	}
#mainbottom{
	float:left; 
	width:45%;
	margin:0 10px;
	display:inline-block;
	}
#mainbottom p{
	line-height:2em;font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300; 
	}
#mainTop p{
	line-height:2em;font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	}
#mainTop.column2{width:80%}

aside{float:left; margin-top: 210px;}

.Link a:hover { color: #9C0; }


/* ===========================================================================
 				FORMS
   ========================================================================== */
#form2.wufoo{margin-bottom:25px;}
#form2.wufoo ul{list-style: none; margin: 0 auto; width:80%; padding:0; }

#form3.wufoo ul{list-style: none; margin: 0 auto; width:80%; padding:0; }

#form1.wufoo{}
#form1.wufoo ul{list-style: none; margin: 0 auto; width:90%; padding:0; }
#mainTop hgroup{clear:both; display:block;}
