/*
------------------------------------------------------------------------------------------------------
General Stuff
------------------------------------------------------------------------------------------------------
*/

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
}

h1, h2, h3 {
	color: #E4801C;
	letter-spacing: 0px;

}

h1 {
	font-size: 185%;
	margin-bottom: 10px;
	line-height: 24px;

}

h2 {
	font-size: 150%;
	margin-bottom: 10px;
	line-height: 20px;

}

h3 {
	font-size: 120%;
	margin-bottom: 10px;

}

p {
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 110%;

}

p a:link, p a:visited, p a:active{
	color: #687819;
	text-decoration: underline;
}

p a:hover{
	text-decoration: none;
}


strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.error {
 color: red;
}


/*
------------------------------------------------------------------------------------------------------
Button Styling
------------------------------------------------------------------------------------------------------
*/

a.requestMoreInformationButton:link, a.requestMoreInformationButton:visited {
	display: block;
	height: 42px;
	width: 224px;
	background-image: url(../images/requestMoreInformationButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

a.requestMoreInformationButton:hover {
	background-position: -224px 0px;
}


a.requestMoreInformationButton:active {
	background-position: -448px 0px;
}

a.genericButton:link, a.genericButton:visited {
	display: block;
	height: 30px;
	width: 224px;
	background-image: url(../images/genericButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 12px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;

}

a.genericButton:hover {
	color: #000000;
}


a.genericButton:active {
	background-image: url(../images/genericButton.gif);
	background-repeat: no-repeat;
	background-position: -448px 0px;
	color: #000000;

}



/*
------------------------------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------------------------------
*/

#header {
	width: 100%;
	
}

#logo {
	width: 760px;
	height: 115px;
	margin: 0 auto 0 auto;	
}

#logo img.contact{
	float: right;
}

#logo a.logo{
	display: block;
	width: 200px;
	height: 115px;
	float: left;
	background-image: url(../images/BizFundsLogo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo a.logo:hover{
	display: block;
	width: 200px;
	height: 115px;
	float: left;
	background-image: url(../images/BizFundsLogo.gif);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

/* Home page specific style - So logo does not appear to "rollover" when mouse hovers over it */
body.home #logo a.logo:hover{
	display: block;
	width: 200px;
	height: 115px;
	float: left;
	background-image: url(../images/BizFundsLogo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*
------------------------------------------------------------------------------------------------------
Tabbed Navigation Styles
------------------------------------------------------------------------------------------------------
*/

#navigation {
	width: 100%;
	background-color: #687819;
	height: 35px;
}

#navigation div {
	width: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
}

#navigation div ul {
	margin:0px;
	list-style:none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
  
  
#navigation div li {
	float:left;
	background-image: url(../images/leftTabNormal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #536011;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}

  
#navigation div a:link, #navigation div a:visited, #navigation div a:active {
	display:block;
	font-weight:normal;
	font-size: 100%;
	background-image: url(../images/rightTabNormal.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 6px;
	margin: 0px;
	color: #EDECD9;
	letter-spacing: 1px;
	line-height: 14px;
	text-decoration: underline;
}
  
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation div a {
	float:none;
}
/* End IE5-Mac hack */

/*#navigation div a:hover {
  color:#333;
  }
*/
  
#navigation div a:hover {
	background-image: url(../images/rightTabOver.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#FFFFFF;
	text-decoration: none;
}

body.home #navigation div li.home,
body.funding #navigation div li.funding,
body.about #navigation div li.about,
body.qualify #navigation div li.qualify,
body.faqs #navigation div li.faqs,
body.apply #navigation div li.apply,
body.testimonials #navigation div li.testimonials,
body.contact #navigation div li.contact {
	background-image:url(../images/leftTabCurrent.gif);
	background-color: #F6F5EB;
  }

body.home #navigation div li.home a,
body.funding #navigation div li.funding a,
body.about #navigation div li.about a,
body.qualify #navigation div li.qualify a,
body.faqs #navigation div li.faqs a,
body.apply #navigation div li.apply a,
body.testimonials #navigation div li.testimonials a,
body.contact #navigation div li.contact a {
	background-image:url(../images/rightTabCurrent.gif);
	color: #000000;
	font-weight: normal;
	text-decoration: none;
  }


/*
------------------------------------------------------------------------------------------------------
Offer
------------------------------------------------------------------------------------------------------
*/

/* Home Page */

body.home #offer {
	width: 100%;
	background-image: url(../images/offerBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 325px;
}

body.home #offer #wrap {
	width: 760px;
	height: 325px;
	margin: 0 auto 0 auto;
	background-image: url(../images/money.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
	text-align: left;	
}

body.home #intro {
	width: 430px;
	background-image: url(../images/offerIntroBG.gif);
	background-position: left bottom;
	height: 255px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0;
}

body.home #offer #intro p{
	font-size: 12px;
	line-height: 18px;
}

body.home #offer #intro h1{
	font-size: 22px;
	font-weight: normal;
	color: #E4801C;
	letter-spacing: 0;
}

body.home #offer #intro h2{
	font-size: 13px;
	font-weight: bold;
	color: #E4801C;
	letter-spacing: 0;
}


body.home #offer div ul{
	background-image: none;
	padding: 0; 
	margin: 0 0 0 10px;
}

body.home #offer div ul li{
	display: block;
	margin-left: 0px;
	float: left;
	width: 190px;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/* Global */


#offer {
	width: 100%;
	background-image: url(../images/offerBG_global.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 165px;
}

#offer div {
	width: 760px;
	height: 165px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(../images/money_global.jpg);
	background-repeat: no-repeat;
	background-position: 550px bottom;
	cursor: pointer;
}

#offer div img.cashToGrowBy{
	margin: 0 0 0 75px;
}


#offer div ul{
	width: 447px;
	height: 120px;
	background-image: url(../images/offerListBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 24px;
	margin: 0px;
}

#offer div ul li{
	display: block;
	margin-left: 0px;
	float: left;
	width: 190px;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: left top;
}




/*
------------------------------------------------------------------------------------------------------
Content
------------------------------------------------------------------------------------------------------
*/

#content {
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 50px;
	clear: both;
}

#content div.copy {
	float: right;
	width: 58%;


}


#content img.smiling {
	float: left;
}

#content ul{
	padding-left: 15px;
	margin: 0px;
}

#content ul li{
	margin-left: 0px;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------
*/

#footer {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECEBD7;
	clear: both;
}

#footer div {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;

}

#footer div ul{

}


#footer div ul li{
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

}


#footer a:link, #footer a:visited, #footer a:active{
	color: #687819;
	letter-spacing: 1px;
	text-decoration: underline;

}

#footer a:hover{
	text-decoration: none;
}


body.home #footer div li.home a,
body.funding #footer div li.funding a,
body.about #footer div li.about a,
body.qualify #footer div li.qualify a,
body.faqs #footer div li.faqs a,
body.apply #footer div li.apply a,
body.testimonials #footer div li.testimonials a,
body.contact #footer div li.contact a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
  }


/*
------------------------------------------------------------------------------------------------------
New
------------------------------------------------------------------------------------------------------
*/




/*
------------------------------------------------------------------------------------------------------
Sub Section Navigation on Home Page
------------------------------------------------------------------------------------------------------
*/

#sectionNav {
	width: 100%;
	background-image: url(../images/sectionNavBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 175px;
}

#sectionNav div {
	width: 240px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}


#sectionNav div.margin {
	margin: 0 5px 0 0;
}


/*
------------------------------------------------------------------------------------------------------
Form Styling and address div
------------------------------------------------------------------------------------------------------
*/

#address {
	width: 200px;
	float: right;
	background-image: url(../images/addressBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;

}


form {
	float:left;
}

.required {
	color: #F00;
	font-size: 150%;
}

input, legend, fieldset, form p, form p label {
	margin: 0;
	padding: 0;	

}

input.txt, select.txt {
	color: #000;
	border: 1px solid #F3F3F3;
	padding: 4px;
	background-color: #fff;
	background-image: url(../images/TextBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 200px;
}


input.btn {

}

p #btnSubmit {
	margin-left: 222px;
}

form p {
	clear: left;
	margin: 0;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: normal;
}


form p label {
	float: left;
	width: 45%;
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	margin-right: 10px;
}

fieldset {
	border: 1px solid #F4F4F4;
	margin-top: 16px;
	padding: 10px;
	width: 450px;
}

legend {
	font: normal 125% Arial, Helvetica, sans-serif;
	color: #E4801C;
	background-color: #FFFFFF;
	letter-spacing: 1px;
}

/*
------------------------------------------------------------------------------------------------------
Restricted List Styling
------------------------------------------------------------------------------------------------------
*/

body.restricted{
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

body.restricted h1{
	color: red;
}

body.restricted ul{
	margin: 0px;
	width: 90%;
	background-color: #F7F6EE;
	padding: 15px;
}

body.restricted ul li{
	margin-left: 0px;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
	background-image: url(../images/x.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

