/*
      Created by Ben Boykin of Emergent Graphics
	  
	  E-Mail: ben@emergentgraphics.com
	  

	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Georgia,Times New Roman, serif;
	font-size: 13px;
	line-height: 1.4em;
	background: #f1f1e7;
	text-align: center;
	font-weight: 600;
}

p contentcontainer{
line-height: 1.7em;
margin-top: 5px;
margin-bottom: 20px;
}


h1,h2,h3,h4{
font-family: Georgia,Times New Roman, serif;
font-size: 1.3em;
color: #000;
padding: 0 0 3px 0;
margin: 10px 0 10px 0;
text-align: left;
border-bottom: 1px solid #c4c6b2;
}

ol{
list-style-position: inside;
padding: 15px 25px;
margin: 10px 0 10px 0;
border-top: 1px dotted #777;
border-bottom: 1px dotted #777;
background: #CCCEBD;
}

#wrapper { 
 margin: 0 auto;
 text-align: left;
 position: relative;
 width: 760px;
 height: auto;
 border-right: 1px solid #636363;
 border-left: 1px solid #636363;
}

ul#items {
	list-style-position: inside;
	padding: 15px 25px;
	list-style-type: square;
}

ul#instructions {
	list-style-position: inside;
	padding: 5px 25px 15px 25px;
	list-style-type: square;
	font-family: Georgia,Times New Roman, serif;
    font-size: 12px;
    text-align: justify;
    line-height: 1.4em;
}

#header {
 color: #000;
 border-bottom: 1px solid #000;
 margin: 0 0 10px 0;
 height: 153px;
}

#maincontainer{
background: #d5d7c3;
border-top: 1px solid #000;
padding: 0 0 55px 0;
height: 290px;
}

#leftcontainer{
display: inline;
float: left;
margin: 15px;
min-height: 290px;
width: 400px;
}

#picturecontainer{
background: url(images/pictures.png) no-repeat center center;
behavior: url(iepngfix.htc);
height: 290px;
width: 400px;
}

#flashcontainer{
position: absolute;
top: 233px;
left: 33px;
}

#rightcontainer{
display: inline;
float: right;
background: url(images/business-desc.gif) no-repeat;
margin: 55px 15px 0 0;
height: 240px;
width: 307px;
}

#contentcontainer{
background: #d5d7c3;
border-top: 2px solid #CACCBA; 
border-bottom: 1px solid #afb19f;
padding: 25px;
text-align: justify;
line-height: 1.7em;
color: #000;
}

#footer{
background: #c4c6b2;
height: 200px;
}

#affiliations{
padding: 40px 0 20px 30px;
float: left;
behavior: url(iepngfix.htc);
}

#credits{
float: right;
margin: 30px 0 0 0;
padding: 55px 20px 20px 20px;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 10px;
text-align: left;
line-height: 1.2em;
color: #333333;
}

img.displayed {
display: block;
margin-left: auto;
margin-right: auto
}

img.sidepic {
margin: 10px 0px 10px 15px;
border: 0;
float: right;
behavior: url(iepngfix.htc);
}


#nav{
padding: 5px 0;
margin-left: 0;
font: bold normal 12px "Trebuchet MS";
text-transform: uppercase;	
list-style-type: none;
text-align: center;
}

#nav li{
display: inline;
margin: 0;
}

#nav li a{
text-decoration: none;
padding: 7px 10px 5px 10px;
border: 1px solid black;
background: #3d5071;
color: #fff;
}

#nav li a:visited{
color: #fff;
}

#nav li a:hover{
background: #d5d7c3;
color: #000;
border-bottom: 1px solid #d5d7c3;
}

#nav li a:active{
color: black;
}

#contentcontainer a {
text-decoration: underline;
color: #000;
}

#contentcontainer a:hover{
text-decoration: none;
color: #000;
}

#footer a {
text-decoration: underline;
color: #000;
}

#footer a:hover{
border-bottom: 0px;
background: #D5D4C2;
color: #000;
}

#mssHolder {
margin: 10px 0 0 18px;
padding: 25px 0 0 0;
}

#flashHolder {
}

#slideshow-instructions {
font-family: Georgia,Times New Roman, serif;
font-size: 12px;
text-align: justify;
line-height: 1.4em;
color: #000;
padding: 0 10px 20px 10px;
}


/* ^^^^^^^^ BELOW IS THE CODE FOR THE FORM ^^^^^^^^^^ */


/**** Form Section ****/
.appnitro
{
	font-family:Georgia,Times New Roman, 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: #D6D7BD;
	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: Georgia,Times New Roman, serif;
	font-size: .85em;
	padding: 2px 4px;
	color: #000;
	background-color: #FDFCF1;
	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:#FDFCF1 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: Georgia,Times New Roman, serif;
	font-size:100%;
	margin:0;
	padding:2px;
}

textarea.textarea
{
	background:#FDFCF1;
	border-bottom:1px solid #C9C8B7;
	border-left:1px solid #C9C8B7;
	border-right:1px solid #C9C8B7;
	border-top:1px solid #C9C8B7;
	color:#333;
	font-family:Georgia,Times New Roman, serif;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#FDFCF1;
	border-bottom:1px solid #C9C8B7;
	border-left:1px solid #C9C8B7;
	border-right:1px solid #C9C8B7;
	border-top:1px solid #C9C8B7;
}


label.choice
{
	color:#444;
	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 ^^^^^^^^^^ */

