/* Basic Elements */

body {
	background: #3E4B4F url(../images/background-repeat.jpg) repeat-y 0 0;
	font: 80% Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
}
body#learnMore {
	background: #3E4B4F url(../images/background-repeat2.jpg) repeat-y 0 0;
}

#header {
	background: transparent url(../images/background-header.gif) repeat-x 0 27px;
	
}

h1 {
	background: #000 url(../images/header.jpg) no-repeat 0 0;
	width: 591px;
	margin: 0;
	overflow: hidden;
	padding-top: 97px;
	height: 0 !important;
	height /* */: 97px; /* False value for IE4-5.x/Win. */
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

p { margin-top: 0; }

ul { list-style: square; }

a:link { color: #99CC33; }
a:visited { color: #99CC33; }
a:hover { color: #AEFF30; }
a:active { color: #99CC33; }


/* Main Elements */
#main {
	margin-left: 198px;
	padding-top: 10px;
	width: 645px;
}

#col1 {
	float: left;
	width: 393px;
}
#col1 .content {
	background-color: #FFF;
	color: #000;
	padding: 20px;
}
#col1 .content a:hover { color: #669900; }

#col2 {
	margin-left: 393px;
}
#col2 img {
	display: block;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background: transparent url(../images/background-footer.gif) repeat-x 0 0;
}
#footerInner {
	background: #000 url(../images/footer.jpg) no-repeat 0 0;
	width: 591px;
	margin: 0;
	overflow: hidden;
	padding-top: 37px;
	height: 0 !important;
	height /* */: 37px; /* False value for IE4-5.x/Win. */
}

#flashContent {
	position: absolute;
	top: 65px;
	left: 0;
}

#linkbox {
	line-height: 20px;
	border-top: 1px solid #FFF;
	font-size: 90%;
}


/* Home Page Elements */
#homeIntro {
	background: #ADCF00 url(../images/homeIntro.gif) no-repeat 0 0;
	width: 393px;
	margin: 0;
	overflow: hidden;
	padding-top: 110px;
	height: 0 !important;
	height /* */: 110px; /* False value for IE4-5.x/Win. */
}

#homeBullets {
	background: transparent url(../images/homeBullets.gif) no-repeat 0 0;
	width: 255px;
	margin: 12px 0 0 0;
	overflow: hidden;
	padding-top: 222px;
	height: 0 !important;
	height /* */: 222px; /* False value for IE4-5.x/Win. */
	float: left;
}

#homeNav {
	width: 129px;
	margin: 130px 0 0 264px;
	padding: 0;
	list-style: none;
}
#homeNav li {
	display: inline;
	padding: 0;
	margin: 0;
	background-position: 0 0;
}
#homeNav li a {
	display: block;
	width: 129px;
	margin: 0;
	overflow: hidden;
	padding-top: 50px;
	height: 0 !important;
	height /* */: 50px; /* False value for IE4-5.x/Win. */
}
#homeNav li a:link { background-position: 0 0; }
#homeNav li a:visited { background-position: 0 0; }
#homeNav li a:hover { background-position: 0 -50px; }
#homeNav li a:active { background-position: 0 0; }


#homeNav li#linkFAQ, #homeNav li#linkFAQ a { background-image: url(../images/nav-faq.gif); }
#homeNav li#linkMore, #homeNav li#linkMore a { background-image: url(../images/nav-learnmore.gif); }
#homeNav li#linkApplication, #homeNav li#linkApplication a { background-image: url(../images/nav-application.gif); }
#homeNav li#linkEmail, #homeNav li#linkEmail a { background-image: url(../images/nav-email.gif); }



