/* -------------------------------------------------------------
	Cerium Learning.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		all.css
	Version:		1.0
	Date:			16 Feb 2008
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
height: 100%;
}

body {
	background: #fff;
	font-family: georgia, times, serif;
	color: #235478;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #bf060a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
color:#bf060a;
}

h2 {
	font-size: 2.3em;
}

h3 {
font-size: 1em;
color: #687d77;
font-weight: bold;
text-transform: uppercase;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
}

em{
font-style: italic;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/indexBg.gif) repeat-y;
}

p{
margin-bottom: 15px;
}

strong{
font-family: Arial, sans-serif;
color: #1995a3;
font-size: 1.4em;
line-height: 1;
}

/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.mainMessage{
width: 595px;
height: 344px;
float: left;
clear:both;
text-indent: -9999em;
background: url(/images/mainPhoto.jpg) no-repeat;
}

.mainMessageCourses{
width: 595px;
height: 185px;
float: left;
clear:both;
text-indent: -9999em;
background: url(/images/coursesHeader.jpg) no-repeat;
}

.mainMessageContact{
width: 595px;
height: 185px;
float: left;
clear:both;
text-indent: -9999em;
background: url(/images/contactHeader.jpg) no-repeat;
}

.mainMessageResources{
width: 595px;
height: 185px;
float: left;
clear:both;
text-indent: -9999em;
background: url(/images/resourcesHeader.jpg) no-repeat;
}

#inner .mainMessage{
height: 185px;
background: url(/images/aboutHeader.jpg) no-repeat;
}

.logoArea{
width: 385px;
height: 344px;
float: right;
text-indent: -9999em;
background: url(/images/ceriumLogo.gif) no-repeat;
}

.logoArea a{
display:block;
width: 385px;
height: 186px;
}

#inner .logoArea{
height: 186px;
background: url(/images/ceriumLogoInner.gif) no-repeat;
}

.leftCol{
width: 535px;
padding: 35px 30px 30px 30px;
float:left;
background: #eef6e0;
font-size: .8em;
line-height: 1.8;
}

.leftCol p{
margin-top: 20px;
}

.leftCol a, .leftCol span{
font-size: .9em;
color: #bf060a;
}

.leftCol ul{
list-style: square;
margin: 0 0 20px 30px;

}

hr{
border: none;
background: #ade0e2;
height: 1px;
margin: 30px 0 30px 0;
}

.rightCol{
width: 367px;
padding: 9px 9px 20px 9px;
float: right;
color: #235478;
background: #ade0e2;
}

.homeRightArrow{
margin-top: 25px;
font-family: arial, sans-serif;
font-size: .7em;
font-weight: bold;
background: url(/images/iconArrow.gif) no-repeat 20px 10px;
padding-left: 55px !important; 
line-height: 2;
}

.rightCol p{
font-family: arial, sans-serif;
font-size: .7em;
padding: 0 20px 0 20px; 
line-height: 2;
}

.rightCol a{
color: #235478 !important;
}

.contactBlock{
width: 321px;
height: 186px;
margin: 50px 0 0 18px;
background: url(/images/contactBlock.gif) no-repeat;
}

.contactBlock p{
text-indent: -9999em;
}

.footer{
height: 63px;
clear:both;
background: #fff url(/images/footerBg.gif) no-repeat;
}

.fLeft{
float: left;
margin-top: 24px;
}