/*-------------------------------------------------------

doc title: stylesheet
filename: primary.css
author: JBMoss Ltd - http://www.jbmoss.com
developer: JBMoss Ltd - DPETRIE
date: 14/01/2009

-----------------------

1. master reset
2. typography
3. listography
4. base structure
5. navigation
6. page specific structure
7. images
8. tables
9. forms


-------------------------------------------------------
---------- 1. master reset ----------*/
*
{
	padding: 0;
	margin: 0;
	border: 0px solid #FF0000;
}
.managed
{
	color: #6B6B6C;
	font-size: 1.3em;
	width: 348px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 29px;
}
.payroll
{
	color: #6B6B6C;
	font-size: 1.3em;
	width: 366px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 55px;
	margin-bottom: 43px;
	margin-top: 29px;
	margin-left: 24px;
}
H1, H2, H3, H4, H5, H6, P, PRE, BLOCKQUOTE, LABEL, UL, OL, DL, FIELDSET, ADDRESS
{
	margin: 0.6em 4%;
}
.managed UL
{
	margin-left: -7px;
}
LI, DD
{
	margin-left: 5%;
}
.payroll UL
{
	margin-left: -9px;
}
FIELDSET
{
	padding: 0.5em;
}
A
{
	text-decoration: none;
	outline: none;
}
.clr
{
	clear: both;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}
*
{
	behavior: url(iepngfix.htc);
}
/*---------- 2. typography ----------*/
P
{
	color: #6B6B6C;
	font-size: 1.3em;
	/*[empty]margin-top:;*/
}
P.cost
{
	margin-top: -11px;
}
P A
{
	color: #13A89E;
}
P A:hover
{
}
P.lrg
{
	font-size: 1.6em;
}
H1
{
}
H1 A
{
}
H1 A:hover
{
}
#div-header H1
{
	display: block;
	width: 666px;
	height: 120px;
	background: url(../images/care-finance-logo.jpg) no-repeat;
	text-indent: -9000px;
	padding: 0;
	margin: 0;
}
H2
{
	color: #13A89E;
	font-size: 1.5em;
}
.managed H2
{
	margin-left: 0px;
}
.payroll H2
{
	margin-left: 0px;
}
H2 A
{
}
H2 A:hover
{
}
H3
{
}
H3 A
{
}
H3 A:hover
{
}
H4
{
	color: #13A89E;
	font-size: 1.5em;
	font-weight: normal;
}
H4 A
{
	color: #13A89E;
}
H4 A:hover
{
}
H5
{
}
H5 A
{
}
H5 A:hover
{
}
/*---------- 3. listography ----------
---------- 4. base structure ----------*/
HTML
{
}
BODY
{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}
#div-wrap
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
#div-header
{
	position: relative;
	width: 666px;
	margin: 20px auto;
}
#div-nav
{
	position: relative;
	width: 1000px;
	height: 40px;
	background: #13A89E;
}
#div-main
{
	position: relative;
	width: 1000px;
	background: #E0F2F1 url(../images/main-bg.jpg) repeat-x;
	padding-bottom: 362px;
}
#div-banner
{
	position: relative;
	width: 859px;
	height: 299px;
	margin: 0 auto 20px;
}
#div-content
{
	position: relative;
	width: 800px;
	padding: 20px 100px;
}
#div-content UL
{
}
#div-content LI
{
	color: #6B6B6C;
	font-size: 1em;
}
#div-footer
{
	position: relative;
	width: 1000px;
	background: url(../images/footer-bg.jpg) repeat-x;
	padding-top: 36px;
	height: 37px;
	padding-bottom: 6px;
}
#div-ftr-l
{
	position: relative;
	float: left;
	width: 1000px!important;
}
#div-ftr-r
{
	position: relative;
	float: right;
	text-align: right;
	margin-right: 10px;
	width: 0px;
	color: #333;
	font-size: 0.85em;
	line-height: 37px;
}
#div-ftr-r A
{
	color: #333;
}
#div-ftr-r A:hover
{
	color: #333;
}
/*---------- 5. navigation ----------*/
#div-nav UL
{
	margin: 0px 0px 0px 110px;
	padding: 0;
}
#div-nav UL LI
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#div-nav UL LI A
{
	margin: 0 20px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
#div-nav UL LI A:hover
{
	color: #A7A9AC;
}
#div-ftr-l UL
{
	margin: 0 0 0 70px;
	padding: 0;
}
#div-ftr-l UL LI
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#div-ftr-l UL LI A
{
	line-height: 37px;
	margin: 0 10px;
	color: #578C89;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
#div-ftr-l UL LI A:hover
{
	color: #333;
}
/*---------- 6. page specific structure ----------
---------- 7. images ----------
---------- 8. tables ----------
---------- 9. forms ----------*/
