@charset "utf-8";
/* CSS Document */


/* Default HTML styles */
* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #c0c0c0 url(images/bg.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #626262;
}

p {
	margin: 10px 5px;
}

a {
	outline: none;
	color: #a0c05d;
}

.clear {
	clear: both;
}

.black {
	color: #000;
}

.grey {
	color: #ccc;
}

.green {
	color: #a0c05d;
}

.dotted-box {
	border: #333 1px dotted;
	width: 150px;
	margin: 10px 0;
}

select {
	border: #ccc 1px solid;
	border-top: #666 1px solid;
}

/* Custom Styles */
#wrapper {
	width: 968px;
	margin: 0 auto;
}

/* Header Styles */
#header {
	width: 968px;
	height: 76px;
	overflow: hidden;
}

#logo {
	float: left;
	display: inline;
	margin: 5px 10px 0 10px;
	font-size: 28pt;
	font-weight: bold;
	height: 56px;
}

#logo a {
	color: #898989;
	text-decoration: none;
}

#logo a span.secondary {
	color: #a0c05d;
}

#logo-tagline {
	color: #868686;
	font-size: 16pt;
	font-weight: normal;
	margin-top: -5px;
}

#tagline {
	float: left;
	display: inline;
	height: 76px;
	width: 530px;
	background: url(images/header-divider.gif) top left no-repeat;
	padding: 15px 0 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
}

/* Top Menu Styles */
#top-menu {
	width: 928px;
	height: 46px;
	margin: 0 auto;
}

#top-menu ul {
	list-style: none;
}

#top-menu li {
	float: left;
	display: inline;
	padding: 0px 15px 5px 15px;
	background-color: #fff;
	color: #000;
	border: #868686 1px solid;
}

#top-menu li a {
	color: #868686;
	font-weight: bold;
	text-decoration: none;
}

#top-menu li a:hover {
	color: #a0c05d;
}

/* Banner Styles */
#banner {
	width: 968px;
	height: 356px;
	background: url(images/banner.png) top left no-repeat;
	overflow: hidden;
}

/* Banner Left Content Style */
#banner-content {
	float: left;
	display: inline;
	width: 603px;
	margin: 10px 10px 10px 50px;
	color: #000;
}

#banner-content h2 {
	font-size: 28pt;
	font-weight: bold;
	color: #fff;
	margin-bottom: 55px;
}

#banner-content ul {
	list-style: none;
}

#banner-content li {
	padding-left: 40px;
	color: #fff;
	font-size: 20pt;
	background: url(images/banner-li-bg.png) top left no-repeat;
	margin-bottom: 5px;
}

#banner-sidebar {
	width: 272px;
	height: 120px;
	float: left;
	display: inline;
	padding-top: 175px;
	text-align: center;
	color: #000;
}

/* Page Content Styles */
#page-wrap {
	width: 968px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: url(images/page-bg.png) top left repeat-y;
}

#page-wrap h2 {
	font-weight: normal;
	margin-bottom: 10px;
}

#left-sidebar {
	width: 175px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0 10px 0 30px;
	float: left;
	display: inline;
}

#left-sidebar ul {
	list-style: none;
}

#left-sidebar li {
	font-size: 9pt;
	margin-bottom: 2px;
}

#left-sidebar li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#left-sidebar li a:hover {
	text-decoration: underline;
}

#content {
	width: 550px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	display: inline;
	text-align: justify;
}

#content li {
	margin: 10px 25px;
}

#right-sidebar {
	width: 175px;
	margin-left: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	display: inline;
}
	
/* Footer Styles */
#footer-wrap {
	width: 100%;
	background-color: #828282;
}

#footer {
	width: 968px;
	height: 156px;
	margin: 0 auto;
	background: url(images/footer-bg.png) top left no-repeat;
}

#progress-wrap {
	width: 200px;
	margin: 0 auto;
	height: 5px;
	border: 1px solid #000;
	margin-top: 10px;
}

.progress-bar {
	background-color:#0C0;
	height: 5px;
}

.submit {
	font-size: 12pt;
}

#credit-page {
	width: 968px;
	height: 356px;
	background: url(images/banner-credit.png) top left no-repeat;
	overflow: hidden;
}

#banner-sidebar-sub {
	width: 272px;
	height: 300px;
	float: left;
	display: inline;
	padding-top: 40px;
	text-align: center;
	color: #000;
}

input {
	border: 1px solid #000;
}