body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/body_bgd2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1{
	font-family: "Trebuchet MS", Arial;
	font-size: 21px;
	font-weight: normal;
	color: #2a94c9;
	padding-bottom: 3px;
	padding-top: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
h3 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
h3 a{
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
	text-decoration: none;
	padding: 0px;
	line-height: 23px;

}
h3.pink a{
	color: #c1225a;
	background-image: url(../images/sub_arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: 165px 3px;
	display: block;
}
h3.pink a:hover{
	background-position: 165px bottom;
	font-size: 17px;
}
h3.orange a{
	color: #d55500;
	background-image: url(../images/sub_arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 165px 3px;
	display: block;
}
h3.orange a:hover{
	background-position: 165px bottom;
	font-size: 17px;
}
h3.green a{
	color: #849300;
	background-image: url(../images/sub_arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 165px 3px;
	display: block;
}
h3.green a:hover{
	background-position: 165px bottom;
	font-size: 17px;
}
h4{
	color: #738187;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h5{
	color: #c1225a;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1225a;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.teamSize{

	font-size: 16px;

}
.pink{
	color: #c1225a;
}
.orange{
	color: #d55500;
}
.green{
	color: #849300;
}
#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 85px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
#mainContent {
	color: #4a5256;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	vertical-align: top;
	margin-top: 0px;
	font-size: 13px;
	line-height: 19px;
}
#mainContent div.boxes{
	height: 160px;
	margin-left: -20px;
	margin-bottom: 0px;
	margin-right: -20px;
}
#mainContent div.boxes ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
} 
#mainContent div.boxes ul li{
	float: left;
	margin-right: 11px;
	list-style-type: none;
	height: 193px;
	width: 200px;
	margin-top: -48px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
#mainContent div.boxes ul li.one{
	background-image: url(../images/box_mgmt.accounting2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent div.boxes ul li.two{
	background-image: url(../images/box_bookkeeping2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent div.boxes ul li.three{
	background-image: url(../images/box_forensic2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	background-image: url(../images/footer_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 23px;
	padding-bottom: 0;
	padding-left: 23px;
	font-size: 11px;
	line-height: 17px;
	color: #383a43;
	height: 200px;
	margin-top: 25px;
} 



#footer a {
	color:#666;
	text-decoration:none;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dee0e5;
	border-right-color: #c9ccd2;
	border-bottom-color: #c9ccd2;
	border-left-color: #dee0e5;
	margin-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.nav{
	height: 54px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 8px;
}
div.nav ul{
	margin: 0px;
	padding: 0px;
}
div.nav ul li{
	float: left;
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
div.nav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #183c67;
	display: block;
	text-decoration: none;
	height: 15px;
	padding-top: 12px;
	padding-bottom: 5px;
	background-image: none;
	margin-right: 14px;
	margin-left: 14px;
}
div.nav ul li.home{
	background-image: url(../images/select_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.about{
	background-image: url(../images/select_about.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.team{
	background-image: url(../images/select_team.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.services{
	background-image: url(../images/select_services.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.partners{
	background-image: url(../images/select_partners.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.testimonials{
	background-image: url(../images/select_testimonials.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.case{
	background-image: url(../images/select_case_studies.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.faqs{
	background-image: url(../images/select_faqs.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li.clients{
	background-image: url(../images/select_clients.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav ul li a:hover{
	color: #c1235b;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c1235b;
}
div.subnav{
	height: 27px;
	background-color: #c1225a;
}
div.subnav ul{
	margin: 0px;
	padding: 0px;
}
div.subnav ul li{
	float: right;
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2517e;
}
div.subnav ul li.contact{
	background-image: url(../images/ico-contact.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
div.subnav ul li.links{
	background-image: url(../images/ico-links.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-left: 38px;
}
div.subnav ul li.sitemap{
	background-image: url(../images/ico-sitemap.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-left: 35px;
}
div.subnav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 15px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	background-image: none;
}
div.subnav ul li a:hover{
	text-decoration: underline;
}
div.banner{
	background-image: url(../images/guardian_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_team{
	background-image: url(../images/guardian_team.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_links{
	background-image: url(../images/guardian_links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_testimonials{
	background-image: url(../images/guardian_testimonials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_faq{
	background-image: url(../images/guardian_faq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_contact{
	background-image: url(../images/guardian_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_partner{
	background-image: url(../images/guardian_partners.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_caseStudy{
	background-image: url(../images/guardian_caseStudies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_news{
	background-image: url(../images/guardian_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_bookkeeping{
	background-image: url(../images/guardian_bkeeping.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_payroll{
	background-image: url(../images/guardian_paroll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_forensic{
	background-image: url(../images/guardian_forensic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.banner_services{
	background-image: url(../images/guardian_services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 233px;
	width: 980px;
}
div.logo{
	padding-top: 9px;
	padding-left: 75px;
}
img{border:none;}
#mainContent ul{
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent ul li{
	background-image: url(../images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-bottom: 5px;
	padding-left: 16px;
	list-style-type: none;
}
#mainContent  div.faq  ul{
	margin: 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent  div.faq  ul  li{
	background-image: url(../images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-bottom: 5px;
	padding-left: 16px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
div.stripe{
	height: 3px;
	margin-bottom: 27px;
	margin-right: -23px;
	margin-left: -23px;
}
div.artizan{
	color: #727f00;
	padding-top: 17px;
}
div.artizan a{
	color: #727f00;
	text-decoration: none;
}
div.artizan a:hover{color:#dd0066;}
div.groups{
	float: right;
	padding-top:15px;
}
div.groups ul{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div.groups ul li{
	float: left;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 18px;
}
div.news{
	background-image: url(../images/news_signup_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 34px;
	padding-left: 17px;
	margin-bottom: 18px;
	width: 232px;
	padding-bottom: 15px;
}
div.news input{
	background-color: #FFFFFF;
	border: 1px solid #c0cbd1;
	font-family: "Trebuchet MS", Arial;
	color: #8d8d8d;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-bottom: 4px;
	font-size: 13px;
}
div.button{
	text-align: right;
	margin-right: 28px;
}
div.button input{
	color: #FFFFFF;
	background-color: #9cba44;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.rightPanelBox{
	margin-top: 15px;
	margin-bottom: 20px;
}
a{
	color: #1180b7;
}
a:hover{
	color: #7fa11c;
}
div.faq{
	color: #696c75;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: 12px 7px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 48px;
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: -10px;
	font-weight: bold;
	background-color: #eceef1;
}
.teamPic{
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
div.staff{
	height: 240px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.floatLeft {
	float: left;
	margin-right: 15px;

}
