/*------------------ DEFAULTS ----------------------*/
html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote {
margin: 0px; padding: 0px; border: 0px; }
body { font: 76%/1.5em Arial, Helvetica, Verdana, sans-serif; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }
h1,h2,h3 { font-weight: normal; line-height:1.4; }
h4,h5,h6 { font-weight: bold; }
h2,h3,h4,h5,h6 { margin: 0; }
h1, h2, h3, h4, h5, h6 { padding: 1px 0 15px 0; color: #7dbc39; }
#content ul, #content ol { padding: 0 0 15px 40px; }
p { padding: 1px 0 15px 0; color: #003E7B; }
li { color: #003E7B; }
a:link, a:visited { color: #7dbc39; }
#news-articles #content ul{ padding: 0 0 15px 15px; }


/*-------------------------------------------------- Layout --*/
body {
	background-image: url(/images/common/bg-body.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #C6DDB1;
}

div#header
{
	display: inline;
	float: left;
	width: 100%;
	height: 105px;
	overflow: hidden;
	background-image: url(/images/common/bg-header-horiz.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div#content
{
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	background-color:#FFFFFF;
}

div#footer
{
	display: inline;
	float: left;
	width: 100%;
	height: 135px;
	overflow: hidden;
	background-image: url(/images/common/bg-footer-horiz.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div.container
{
	width:							950px;
	position:						relative;
	margin-left:					auto;
	margin-right:					auto;
	overflow: hidden;
}

div.inner
{
	display: inline;
	float: left;
	width: 880px;
	margin: 0 0 0px 35px;
}

div#header div.container
{
	height: 105px;
	background-image: url(/images/common/bg-header-container.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#content div.container
{
	background-image: url(/images/common/bg-content-container-full.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

div#footer div.container
{
	height: 130px;
	background-image: url(/images/common/bg-footer-container.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------------- Header --*/
div#header h1
{
	display: inline;
	float: left;
	padding: 0 0 0 0;
	height: 80px;
}

div#header h1 a:link,
div#header h1 a:visited
{
	display: inline;
	float: left;
	width: 501px;
	margin: 9px 0 0 15px;

	background-image: url(/images/common/independent-payroll-consult.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
    padding: 61px 0 0 0;
	overflow: hidden;

    height: 0px !important;
    height /**/:61px;
	
	font-size: 9px;
}

/* --------------------------------------------------------------------- Navigation --*/
ul#nav {
	display: inline;
	float: left;
	margin: 5px 0 0 20px;
	clear: left;
	width: 850px;
}

ul#nav li {
	display: inline;
	float: left;
	padding: 0 6px 0 0;
	background-image: url(/images/common/nav-unselected-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	margin: 0 6px 0 0;
}

ul#nav li a:link, ul#nav li a:visited {
	display: inline;
	float: left;
	text-decoration: none;
	color: #003D7E;
	font-weight: bold;
	background-image: url(/images/common/nav-unselected-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 3px 0 9px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	
}

ul#nav li a:active, ul#nav li a:hover {
	background-image: url(/images/common/nav-hover-left.gif);
}

/* --------------------------------------------------------------------- Selected Navigation --*/
	/* 	
	by indentifying the page ID, we can highlight the current 
	page without the need for additional templates or library items
	*/
body#home li#nav-home,
body#about-us li#nav-about-us,
body#consultancy-services li#nav-consultancy-services,
body#case-studies li#nav-case-studies, 
body#testimonials li#nav-testimonials,
body#news-articles li#nav-news-articles,
body#faqs li#nav-faqs,
body#contact-us li#nav-contact-us,
body#payroll li#nav-payroll,
body#sitemap li#nav-sitemap
{
	background-image: url(/images/common/nav-selected-right.gif);
}

body#home li#nav-home a,
body#about-us li#nav-about-us a,
body#consultancy-services li#nav-consultancy-services a,
body#case-studies li#nav-case-studies a, 
body#testimonials li#nav-testimonials a,
body#news-articles li#nav-news-articles a,
body#faqs li#nav-faqs a,
body#contact-us li#nav-contact-us a,
body#payroll li#nav-payroll a,
body#sitemap li#nav-sitemap a
{
	background-image: url(/images/common/nav-selected-left.gif);
}

/* --------------------------------------------------------------------------- Footer -*/
div#feedback
{
	display: inline;
	float: left;
	margin: 18px 0 0 20px;
	width: 460px;
}

div#feedback h2
{
	color: #7EBD38;
	background-image: url(/images/common/footer-underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 12px 0;
}

div#feedback p
{
	color: #033C81;
	background-image: url(/images/common/footer-underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 2px 0 7px 0;
	font-size: 12px;
	line-height: 18px
}

div#feedback p a:link,
div#feedback p a:visited
{
	color: #7DBC39;
	font-weight: bold;
	text-decoration: none;
}

div#feedback p a:active,
div#feedback p a:hover
{
	text-decoration: underline;
}

div#feedback p.copyright
{
	font-size: 10px;
	background-image: none;
}

div#feedback p.copyright a
{
	color: #033C81;
}

div#repeat-nav
{
	display: inline;
	float: right;
}

div#repeat-nav ul
{
	margin: 25px 25px 0 0;
	width: 250px;
}

div#repeat-nav ul li
{
	display: inline;
	float: left;
	width: 120px;
	background-image: url(/images/common/footer-underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px 0 2px 0;
	font-size: 10px;
	line-height: 18px;
}

div#repeat-nav ul li a:link,
div#repeat-nav ul li a:visited
{
	text-decoration: none;
	color: #033C81;
}

/*-------------------------------------------------------------------- Main Image --*/
div#main-image
{
	display: inline;
	float: left;
	width: 880px;
	background-color: #FFFFFF;
	border-bottom: 5px solid #8DC73F;
	height: 191px;
}
div#main-image img
{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin: 0 0 0 0;
	height: 190px;
	width: 880px;
}

/*-------------------------------------------------------------------- Content Split Standard --*/
#payroll div#content div.inner
{
	background:#fff;
	background-position: left;
	background-repeat: repeat-y;
}

div#content div.inner
{
	background-image: url(/images/common/bg-content-quarter.gif);
	background-position: left;
	background-repeat: repeat-y;
}


div#primary-content
{
	display: inline;
	float: left;
	width: 560px;
	margin: 50px 0 50px 50px;
}

#payroll div#primary-content
{
	display: inline;
	float: left;
	width: 800px;
	margin: 50px 0 50px 50px;
}

div#secondary-content
{
	display: inline;
	float: right;
	width: 180px;
	margin: 50px 20px 50px 0;
}

#payroll div#secondary-content
{
	display:none;
}

/* ------------------------------------ content half split override --*/

body#home div#content div.inner
{
	background-image: url(/images/common/bg-content-half.gif);
}

body#home div#primary-content
{
	width: 390px;
	margin: 25px 0 25px 25px;
}

body#home div#secondary-content
{
	width: 390px;
	margin: 25px 25px 25px 0;
}

body#news-articles div#primary-content
{
	display: inline;
	float: left;
	width: 800px;
	margin: 50px 0 50px 50px;
}

.right-image{
	float:right;
	margin-top:30px;
	margin-right:10px;
	padding-left:50px;
}

.right-image img{
	border:2px solid #7dbc39;
}

.right-image img:hover{
	border:2px solid #ccc;
}



/* ---------------------------------------- back to top --*/
a#back-to-top:link,
a#back-to-top:visited
{
	display: inline;
	float: right;
	width: 25px;
	height: 50px;
	position: absolute;
	position: fixed;
	right: 0px;
	bottom: 130px;
	background-color: #CCCCCC;
}

/* ------------------------------------------ News list --*/
ul#news-list
{
	list-style-type: none;
	padding: 0 0 0 0;
	border-top: 1px solid #7dbc39;
}

ul#news-list li
{
	padding: 5px 0 10px 0;
	height:260px;
	border-bottom: 1px solid #7dbc39;
}

ul#news-pic-list
{
	list-style-type: none;
margin-top:30px;
}

ul#news-pic-list li
{
height:260px;
	padding: 5px 0 10px 0;
}




ul#news-list h2
{
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

ul#news-list h5
{
	color: #999999;
	font-weight: normal;
}

ul#news-list h5 span
{
	font-weight: bold;
}

ul#casestudy-list
{
	list-style-type: none;
	padding: 0 0 0 0;
	border-top: 1px solid #7dbc39;
}

ul#casestudy-list li
{
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #7dbc39;
}

form
{
	display: inline;
	float: left;
	background-color: #F6F7E9;
	width: 100%;
	padding: 20px 0 10px 0;
	margin: 0 0 20px 0;
	border: 1px dotted #CDCCC8;
}

#cse-search-box{
	background-color: #76b81a;
	border:0px;
	text-align:right;
}

form label
{
	display: inline;
	float: left;
	width: 150px;
	text-align: right;
	padding: 0 10px 0 0;
	margin-bottom: 10px;
}

form input.fixed
{
	width: 340px;
}

form br
{
clear: left;
}

form textarea
{
	width: 340px;
	margin: 0 0 5px 0;
}

blockquote
{
	background-color: #E1EFCC;
	color: #7FBF37;
	padding: 0 0 10px 0;
	background-image:url(/images/common/blockquoteBG.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

blockquote p
{
	color: #7FBF37;
	font-size: 14px;
	line-height: 18px;
	background-image: url(/images/common/blockquotePBG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 10px 10px 10px;
	text-indent: 35px;
}


hr
{
	border: 0px;
	border-top: 1px solid #8dc73f;
}

#search{
position:absolute;
left:550px;
top:10px;
background:url(/images/search-back.jpg);
height:35px;
width:304px;
}


#search input.box{
border:1px solid 50792d;
width:240px;
height:15px;
text-transform:uppercase;
margin:8px;
font-weight:bold;
font-size:10px;
padding-left:10px;
}

#search-input{}
#search-go{
position:absolute;
top:19px;
left:308px;
}