/******************************************************************************
* Generic CSS
 *****************************************************************************/
body {
	background: url(../_images/body-bg.jpg) repeat-x center top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #252525;
	border: 0px;
	padding: 0px;
	text-align: center;
	margin: 0px;
	background-color: #ea3125; }

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

/******************************************************************************
* GENERIC FORMATTING
******************************************************************************/
p {
	float: left;
	clear: both;
	line-height: 18px;
	margin: 16px 0 8px 0;
	position: relative;
	width: 500px; }

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 {
	background: url(../_images/quotes.jpg) no-repeat left 50%;
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0 0 0;
	padding: 0 0 0 22px;
	position: relative;
	width: 500px; }

.hidden { display: none; }

/******************************************************************************
* Title Formatting
******************************************************************************/
h1.title {
	float: left;
	font-size: 12px;
	height: 17px;
	position: relative;
	width: 561px; }
	
h1#testimonialsHeader {
	background: url(../_images/_headings/testimonialsHeader-bg.jpg) no-repeat top left;
	float: left;
	height: 42px;
	width: 239px; }	
	
h1#homeTitle {
	background: url(../_images/_headings/homeTitle.jpg) no-repeat top left; }
h1#aboutTitle {
	background: url(../_images/_headings/aboutTitle.jpg) no-repeat top left; }
h1#coursesTitle {
	background: url(../_images/_headings/coursesTitle.jpg) no-repeat top left; }
h1#processTitle {
	background: url(../_images/_headings/processTitle.jpg) no-repeat top left; }
h1#bookLearnTitle {
	background: url(../_images/_headings/bookLearnTitle.jpg) no-repeat top left;
	margin: 0 0 24px 0; }
h1#adminMonitorTitle {
	background: url(../_images/_headings/adminMonitorTitle.jpg) no-repeat top left; }
h1#stage1Title {
	background: url(../_images/_headings/stage1Title.jpg) no-repeat top left; }
h1#stage2Title {
	background: url(../_images/_headings/stage2Title.jpg) no-repeat top left; }
h1#stage3Title {
	background: url(../_images/_headings/stage3Title.jpg) no-repeat top left; }
h1#stage4Title {
	background: url(../_images/_headings/stage4Title.jpg) no-repeat top left; }
h1#joinTitle {
	background: url(../_images/_headings/joinTitle.jpg) no-repeat top left; }
h1#caseStudiesTitle {
	background: url(../_images/_headings/caseStudiesTitle.jpg) no-repeat top left; }
h1#contactTitle {
	background: url(../_images/_headings/contactTitle.jpg) no-repeat top left; }
h1#sitemapTitle {
	background: url(../_images/_headings/sitemapTitle.jpg) no-repeat top left; }
h1#accessibilityTitle {
	background: url(../_images/_headings/accessibilityTitle.jpg) no-repeat top left; }

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

/******************************************************************************
* Normal Unordered List
******************************************************************************/
.normal {
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative; }

/******************************************************************************
* 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: 36px;
	margin: 0px;
	padding: 0px;
	width: 900px; }
	
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 Formatting
******************************************************************************/
div.banner {
	background: url(../_images/banner-bg.jpg) no-repeat;
	float: left;
	height: 231px;
	margin: 0;
	padding: 0;
	width: 900px; }
	
div#contactDetails {
	float: left;
	height: 30px;
	padding: 180px 0 0 20px;
	width: 160px; }

div#contactDetails p {
	font-size: 10px;
	margin: 0;
	padding: 0; }

div#contactDetails a {
	color: #282828;
	text-decoration: underline; }

a#email:hover {
	background-position: 0 -14px; }
	

/******************************************************************************
* login
******************************************************************************/
div#login {
	float: right;
	font-size: 10px;
	height: 113px;
	padding: 57px 26px 0 0;
	width: 239px; }
	
form#loginForm label {
	color: #fff;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px 6px;
	text-align: right;
	width: 60px; }

form#loginForm input.text {
	margin: 6px;
	width: 140px; }

form#loginForm input.submit {
	background: url(../_images/_buttons/loginSubmit.jpg);
	border: none;
	height: 11px;
	margin: 7px 0 0 35px;
	width: 97px; }

html>body form#loginForm input.submit {
	margin: 7px 0 0 70px; }

/******************************************************************************
* main-content
******************************************************************************/
div#main-content {
	background: #fff;
	float: left;
	width: 900px; }
	
div#bottomSpacer {
	float: left;
	height: 10px;
	width: 900px; }
	
div#bottomSpacerIE {
	height: 10px;
	width: 900px; }

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;
	font-size: 10px;
	height: 54px;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 900px; }
	
div#footer a { color: #fff; }

div#footer-textLeft {
	float: left;
	height: 33px;
	padding: 9px 0 6px 27px;
	text-align: left;
	width: 466px; }
	
div#footer-textRight {
	float: right;
	height: 33px;
	width: 320px; }

a#footerLogo {
	background-image: url(../_images/infozureLogo.jpg);
	float: right;
	height: 14px;
	margin: 9px 20px 0 0;
	width: 56px; }

a#footerLogo:hover { background-position: 0 -14px; }

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