body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.header {
	background-image: url(images/bkg_top.gif);
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height:61px; /* this determines how much height the header bar has (except on the home page, that style is in-line with the logo div) */
}
.logo{
	position:absolute;
	left:800px;
	top:25px;
	/*float:right;
	margin-right:18px;
	margin-top:25px; */
}
/*.getfundednow{
	position:absolute;
	left:815px;
	top:125px;
}*/

.getfundednow {
	position: absolute;
	left:815px;
	top: 65px;
}



.nav {
	width:auto;
	position:absolute;
	padding-top:6px;
	padding-bottom:6px;
	top:50px; /* this determines how much the navigation overlaps the white content area */
}
.nav a{
	background-color:#c7d92c;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.nav a:hover{
	background-color:#333333;
	color:#FFFFFF;
	text-decoration:underline;
	border-bottom: 1px solid #FFFFFF;
}
.nav a.active{
	background-color:#8d8d8d;
	border-bottom:#8d8d8d;
	color:#FFFFFF;
	text-decoration:none;
}
.nav .active:hover{
	background-color:#8d8d8d;
	color:#FFFFFF;
	text-decoration:underline;
}






.subnav {
	width:auto;
	position:absolute;
	padding-top:6px;
	padding-bottom:6px;
	top:73px; /* this determines how much the navigation overlaps the white content area */
}
.subnav a{
	background-color:#8d8d8d;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.subnav a:hover{
	border-top: none;
	color:#FFFFFF;
	background-color:#8d8d8d;
	color:#333333s;
	text-decoration:underline;
}
.subnav .active{
	color:#FFFFFF;
	background-color:#a2a2a2;
	text-decoration:none;
}
.subnav .active:hover{
	color:#FFFFFF;
	background-color:#a2a2a2;
	text-decoration:none;
}





.content {
	z-index:1;
}


h1 {
	font-size: 22px;
	color: #c7d92c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.content{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#737c85;
	min-height:425px;
}

.content .leftSide{
	width:418px;
}
.content .content-text{
	padding-top:60px;
	padding-bottom:30px;
	padding-right:15px;
	padding-left:15px;
	line-height:20px;
}

.content a{
	color: #c7d92c;
}
.content .topBkg{
	background-image: url(images/bkg_topOfContent.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content .bottomBkg{
	background-image: url(images/bkg_bottomOfContent.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


.footer {
	z-index:2;
	color:#FFFFFF;
	background-image: url(images/bkg_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 185px;
	width: 100%;
	background-color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bottomOrangeBar{
	background-color:#c7d92c;
	height:11px;
	position:relative;
	top:-5px; /* this determines how much the bar overlaps the white content area */
	margin-left:343px;
	border: 1px solid #FFFFFF;
}

.footernav {	
	margin-top:50px;
}
.footernav a{	
	color: #c7d92c;
}


.getFundedNowLink{
	text-align:right;
	height:48px;
}
.getFundedNowLink a{ 
	font-size: 24px;
	color: #c7d92c; 
	text-decoration:none;
}
















/* FORM */
.formTable table{
	border-collapse: collapse;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}
.formTable td{
	padding:3px;
    line-height:12px;
	vertical-align:top;
}
.formTable th{
	border: 1px solid #cccccc;
	padding:2px;
	color: #FFFFFF;
	background-color: #c7d92c;
	font-size: 12px;
	background-image: url(images/table_header_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.formTable .row2{	background-color:#FFFFFF;}
.formTable .row1{	background-color:#e6e6e6;}
.formTable .label {
  vertical-align: top;
  text-align:left;
  line-height:12px;
  width:200px;
}

.formTable .input {
  text-align:left;
}

.formTable .text {
  width: 325px;
  
}

input.text.half {
  width: 47%;
}

textarea.text {
  width: 97%;
  height: 50px;
}



.Q {
	font-weight: bold;
	color: #c7d92c;
	padding: 6px;
	margin-top: 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-size: 12px;
}
.A {
	padding: 6px;
}






.inputTable table{
	border-collapse: collapse;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}
.inputTable td{
	padding:3px;
    line-height:12px;
	vertical-align:top;
}
.inputTable th{
	border: 1px solid #cccccc;
	padding:2px;
	color: #333333;
	background-color:#DADADA;
	font-size: 12px;
	vertical-align:top;
	text-align:right;
	background-repeat: repeat-x;
	background-position: top;
}




.recordset{
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	
}
.recordset .theDate{
	color: #CC0000;
	float:right;
}
.recordset .title{
	font-size:14px;
	font-weight:bold
}
.recordset .tagline{
	font-size:12px;
	font-weight:bold
}



