/*
      Created by Ben Boykin of Emergent Graphics
	  
	  E-Mail: ben@emergentgraphics.com
	  

	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 1.4em;
 background: #fff;
 text-align: center;
}

#wrapper { 
 margin: 0 auto;
 width: 760px;
 border-right: 1px solid #636363;
 border-left: 1px solid #636363;
 position: relative;
}

#header {
 background: url(images/header-background.gif) no-repeat;
 height: 150px;
 width: 760px;
 margin: 0;
}

h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
padding: 15px 0 0 0;
}

h2 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.4em;
margin: 0 0 20px 0;
}

ul#items {
list-style-position: inside;
padding: 15px 25px;
list-style-type: square;
}

#logo-ctnr {
 margin: 0px 0px 0px 10px;
 padding: 8px 0px 0px 0px;
 float: left;
}

#contact-cell {
 width: 281px;
 height: 81px;
 top: 15px;
 right: 15px;
 position: absolute;  
}

#content { 
color: #000;
background: #fff; 
margin: 0;
padding: 25px 25px 40px 25px;
line-height: 1.7em;
text-align: justify;
}

#footer {
height:39px;
background: url(images/footer.gif) no-repeat;
}

img.displayed {
display: block;
margin-left: auto;
margin-right: auto
}

img.sidepic {
margin: 15px 5px 10px 15px;
border: 0;
float: right;
}

#nav{
padding: 5px 0;
margin-right: 10px;
font: bold normal 12px "Trebuchet MS";
text-transform: uppercase;	
list-style-type: none;
text-align: right;
position: absolute;
top: 115px;
right: 10px;

}

#nav li{
display: inline;
margin: 0;
}

#nav li a{
text-decoration: none;
padding: 6px 10px 5px 10px;
border: 1px solid black;
background: #000;
color: #fff;
}

#nav li a:visited{
color: #fff;
}

#nav li a:hover{
color: #FFFF00;
text-decoration: underline;
}

#nav li a:active{
color: black;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE FORM ^^^^^^^^^^ */


/**** Form Section ****/
.appnitro
{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:small;
}

.appnitro li
{
	width:61%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}

form li
{
	display:block;
	margin:0;
	padding:0px 0px 0px 2px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	margin: 0px 0px 25px 0px;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
	background-color: #fff;
	border: 1px solid #666666;

}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 5px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:10px;
	line-height:9px;
	margin:0 2px;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:10px;
	line-height:9px;
	margin:0 2px;
	padding-top:3px;
}

.form_description[class]
{
	display:block;
}

form hr
{
	display:none;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}


form li.highlighted
{
	background-color:#C9C8B8;
}

/**** Buttons ****/
input.button_text
{
	width:auto;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: .85em;
	padding: 2px 4px;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	border: 1px solid #C9C8B7;

}

.buttons input
{
	font-size:100%;
	margin-right:2px;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#000;
	display:block;
	font-size:1.0em;
	font-weight:700;
	line-height:150%;
	padding:0px 0px 4px 2px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #C9C8B7;
	border-left:1px solid #C9C8B7;
	border-right:1px solid #C9C8B7;
	border-top:1px solid #C9C8B7;
	color:#333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:100%;
	margin:0;
	padding:2px;
}

textarea.textarea
{
	background:#fff;
	border-bottom:1px solid #C9C8B7;
	border-left:1px solid #C9C8B7;
	border-right:1px solid #C9C8B7;
	border-top:1px solid #C9C8B7;
	color:#333;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff;
	border-bottom:1px solid #C9C8B7;
	border-left:1px solid #C9C8B7;
	border-right:1px solid #C9C8B7;
	border-top:1px solid #C9C8B7;
}


label.choice
{
	color:#fff;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;}

 
/** Embedded Form **/

.embed #form_container{
	border: none;
}

.embed #top, .embed #bottom, .embed h1{
	display: none;
}

.embed #form_container{
	width: 100%;
}

.embed #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success{
	text-align: center;
}

.embed form.appnitro
{
	margin:0px 0px 0;
	
}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE FORM ^^^^^^^^^^ */


