/******************************************************************************
* Generic CSS
 *****************************************************************************/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #6f6164;
	border: 0px;
	padding: 0px;
	text-align: center;
	margin: 0px;
	background-color: #bdd930; }

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
******************************************************************************/
p {
	clear: both;
	line-height: 18px;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative; }

a {
	color: #252525;
	text-decoration: none; }

a:hover {
	color: #252525;
	text-decoration: underline; }

h1 {
	clear: both;
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: relative; }

h2 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
	position: relative; }

.hidden { display: none; }

h2 span { font-size: 10px; }

/******************************************************************************
* Title Formatting
******************************************************************************/
h1.title {
	float: left;
	font-size: 12px;
	height: 18px;
	position: relative;
	width: 310px; }
	
h1#homeTitle {
	background: url(../_images/_headings/homeTitle.jpg) no-repeat top left; }
	
h1#applyTitle {
	background: url(../_images/_headings/applyTitle.jpg) no-repeat top left; }

/******************************************************************************
* Normal Images
******************************************************************************/
img {
	border: none;
	margin: 0px;
	padding: 0px; }

/******************************************************************************
* Generic Unordered List
******************************************************************************/	
div#content-body-i ul {
	float: left;
	margin: 0;
	padding: 8px 8px 8px 20px;
	width: 360px; }
	
div#content-body-i li {
	float: left;
	margin: 2px 0;
	width: 337px; }

/******************************************************************************
* List Formatting
******************************************************************************/
.main {
	float: left;
	padding-left: 20px;
	margin: 0; }
	
.main a:hover {
	text-decoration: underline; }

li.mainli {
	background: url(../_images/middleArrow.gif) no-repeat left 50%;
	clear: both;
	float: left;
	list-style: none;
	padding: 8px 7px 7px 10px;
	position: relative;
	width: 513px; }
	
li.mainliNumber {
	clear: both;
	float: left;
	list-style-position: inside;
	padding: 6px 6px 6px 8px;
	position: relative;
	width: 513px; }

li.mainliHidden {
	clear: both;
	float: left;
	list-style: none;
	padding: 7px 7px 7px 8px;
	position: relative;
	background: none; }

li.sub {
	background: url(../_images/smallArrow.gif) no-repeat 18px 50%;
	clear: both;
	float: left;
	list-style: none;
	padding: 7px 7px 7px 26px;
	position: relative; }

/******************************************************************************
* Accessibility Features
******************************************************************************/
p#skipToMainContent { display: none; }

/******************************************************************************
* Misc
******************************************************************************/
div.centered { text-align: center; }

/******************************************************************************
* wrapper
******************************************************************************/
div#wrapper {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 900px; }

* html div#wrapper {
	text-align: left;
	/* Win IE 5 left align after centering */ }

div#wrapper-i {
	float: left;
	width: 900px; }

/******************************************************************************
* header
******************************************************************************/
div#header {
	background: url(../_images/header-bg.jpg) no-repeat;
	color: #fff;
	float: left;
	height: 170px;
	margin: 0px;
	padding: 0px;
	width: 901px; }
	
div#header a { color: #fff; }

div#breadcrumb {
	float: left;
	font-size: 10px;
	padding: 12px 0 0 20px; }

div#siteAccess {
	float: right;
	font-size: 10px;
	padding: 12px 17px 0 0; }

/******************************************************************************
* banner
******************************************************************************/
div.banner {
	background: url(../_images/banner-img.jpg) no-repeat -1px -1px;
	border: 1px solid #d1d1d1;
	float: left;
	height: 106px;
	width: 798px; }

/******************************************************************************
* main-content
******************************************************************************/
div#main-content {
	background: #300c30 url(../_images/mainContent-bg.jpg) repeat-x;
	float: left;
	padding: 0 30px;
	width: 840px; }

div.inline {
	float: left;
	list-style: none;
	margin: 0px auto 22px auto;
	text-align: center;
	width: 460px; }

div.inline span {
	background: url(../_images/smallArrow.gif) no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
	margin-left: 8px;
	padding: 0px 0px 0px 6px; }

.tick { padding: 0px 6px 0px 6px; }

/******************************************************************************
* footer
******************************************************************************/	
div#footer {
	background: url(../_images/footer-bg.jpg) no-repeat;
	color: #fff;
	float: left;
	height: 129px;
	margin: 0 auto 36px auto;
	padding: 0px;
	width: 901px; }
	
div#footer a { color: #fff; }

div#footer-textLeft {
	float: left;
	height: 14px;
	padding: 98px 0 6px 20px;
	text-align: left; }
	
div#footer-textRight {
	float: right;
	height: 14px;
	padding: 98px 21px 6px 0px; }

/******************************************************************************
* debug
******************************************************************************/
/*.debug { background-color: red; opacity: 0.5; }*/