@charset "utf-8";
/* CSS Document */

/* Start of text styles */
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: #111111;
	font-size: 95%;
	background-repeat: repeat-x;
	background-image: url(images/gradient_bkg.png);
	background-color: #DED5AC;
}

h1 {
	color: #111111;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	font-size: 175%;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	left: 351px;
	top: 126px;
	right: 100px;
	bottom: 100px;
	background-image: url(images/quality_cl.png);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -30;
	background-repeat: no-repeat;
}
h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: -22px;
	word-spacing: 3px;
	padding: 0px;
}
h3 {
	color: #265475;
	font-weight: bold;
	font-family: Verdana, Arial, "Microsoft Sans Serif";
	text-decoration: none;
	font-size: 1.10em;
	text-indent: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
h4 {
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
h5 {
	color: #6E1523;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	z-index: 1;
	position: relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/h5_bkg2.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.00em;
}
h6 {
	color: #6E1523;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	z-index: 1;
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/h5_bkg2.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.00em;
}

.italic_1 {
	color: #1A2831;
	padding: 0px;
	margin-left: 0px;
	font-style: italic;
}
.italic_2 {
	font-style: italic;
	color: #1A2831;
	padding: 0px;
	margin-left: 2px;
}
.italic_3 {
	font-style: italic;
	color: #1A2831;
	padding: 0px;
	margin-left: 4px;
}
.italic_4 {
	font-style: italic;
	color: #1A2831;
	padding: 0px;
	margin-left: 6px;
}
.italic_5 {
	font-style: italic;
	color: #1A2831;
	padding: 0px;
	margin-left: 8px;
}
.italic_6 {
	font-style: italic;
	color: #1A2831;
	padding: 0px;
	margin-left: 10px;
}
p {
	color: #111111;
	font-weight: normal;
	margin: 0px;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	font-size: 0.85em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 4px;
}
p.about_us {
	color: #2A2A2A;
	font-weight: normal;
	margin: 0px;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 4px;
	font-style: normal;
	font-size: 90%;
}

/* End of text styles */

/* Start of links */

a {
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
	list-style-type: none;
}
a:visited {
	list-style-type: none;
	color: #265475;
}


/* Start of sections */
#containerHome {
	background-image: url(images/homepage_bkg.png);
	background-repeat: no-repeat;
	position: relative;
	width: 984px; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	height: 620px;
	background-position: left top;
	z-index: 0;
}

/* Start of top_nav	*/
#nav_top {
	width: 984px;
	float: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 95px;
	z-index: 20;
}


#logo {
	float: left;
	width: 40%;
	position: relative;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	z-index: 5;
	left: 15px;
}
#tabs2 {
	width: 50%;
	float: right;
	position: relative;
	padding: 0px;
	font-family: Verdana, Arial, "Microsoft Sans Serif";
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 29px;
	z-index: 5;
	top: 46px;
	margin: 0px;
	right: 15px;
	font-size: 0.90em;
}
#tabs2 ul {
	margin:0px;
	list-style:none;
	padding: 0px;
}
#tabs2 li {
	display:inline;
	margin:0px;
	padding: 0px;
}
#tabs2 a {
	float:right;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #FFFFFF;
	font-family: Verdana, Arial, "Microsoft Sans Serif";
	font-weight: normal;
	background-image: url(images/tab_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 95%;
}
#tabs2 a span {
	float:left;
	display:block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-image: url(images/tab_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabs2 a:hover span {
}
#tabs2 a:hover {
	background-position:0% -29px;
}
#tabs2 a:hover span {
	background-position:100% -29px;
}
#tabs2 #current a {
	background-position:0% 0px -29px;
}
#tabs2 #current a span {
	background-position:50% 0px -29px;
}



#homepageContent {
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 968px;
}
#homepageImage {
	position: relative;
	z-index: 50;
	width: 970px;
	height: 255px;
	left: 7px;
	visibility: visible;
}

#footer.homepage {
	top: 15px;
	position: relative;
	z-index: 20;
	height: 27px;
	
}



/* Used on the homepage for the service category name in the boxes */
a.category {
	color: #4D0D18;
	font-weight: normal;
	font-family: Verdana, Arial, "Microsoft Sans Serif";
	font-size: 1.03em;
	list-style-type: none;
}
a.category:hover {
	color: #88172C;
	list-style-type: none;
}
a.category:visited {
	list-style-type: none;
	color: #4D0D18;
}
/* END...Homepage navigation of services */



#box {
	padding: 0px;
	left: 10px;
	margin: 0px;
	width: 966px;
	position: relative;
	top: 4px;
	height: 220px;

	
}
#box p {
	font-weight: normal;
	margin: 0px;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #1A2831;
	
}
#b1, #b2, #b3, #b4 {
	list-style-type: none;
	width: 191px;
	float: left;
	position: relative;
	z-index: 5;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/homepage_service_category_bkg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 205px;

	
}

#b5 {
	height: 205px;
	width: 193px;
	list-style-type: none;
	margin: 0px;
	float: left;
	position: relative;
	z-index: 5;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/homepage_service_category_bkg5.png);
	background-repeat: no-repeat;
}
#b1 ul, #b2 ul, #b3 ul, #b4 ul, #b5 ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	list-style-type:none;
	top: 8px;
	position: relative;
}
#b1 ul li, #b2 ul li, #b3 ul li, #b4 ul li, #b5 ul li {
	padding-right: 2px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 8px;
	font-size: 0.87em;
	font-family: Verdana, Arial, "Microsoft Sans Serif";
	list-style-type: none;
	margin: 0px;
	background-image: url(images/bullet_sm.png);
	background-repeat: no-repeat;
	background-position: left 1px;

}
#b1 ul li a, #b2 ul li a, #b3 ul li a, #b4 ul li a, #b5 ul li a {
	color: #4D0D18;
	font-weight: normal;
	margin: 0px;
	font-family: Verdana, Arial, "Microsoft Sans Serif";
	font-size: 0.80em;
	position: relative;
	padding: 0px;
	top: 1px;
}
#box a:hover {
	text-decoration: underline;
	color: #88172C;
}
#containerServices {
	width: 984px; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	background-image: url(images/services_bkg.png);
	background-repeat: no-repeat;
	height: 660px;
	position: relative;
	background-position: left top;
	z-index: 0;
}

#serviceIntro{
	list-style-type: none;
	float: left;
	width: 350px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 170px;
}
.tagline {
	color: #0067AC;
	word-spacing: 5px;
	font-size: 95%;
	font-style: italic;
	padding-bottom: 8px;
	margin-left: -12px;
	font-weight: bold;
}
/* END...Left navigation on all pages except the homepage */

/* START...used for images and text on the services' pages. */
#serviceImage {
	list-style-type: none;
	width: 360px;
	float: right;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	list-style-type: none;
	width: 700px;
	padding: 0px;
	float: left;
	position: relative;
	margin: 0px;
	left: 15px;
	z-index: 5;
	top: 6px;
}

#mainContent ul {
	list-style-type: none;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	font-size: 0.85em;
	color: #2A2A2A;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
#mainContent ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-position: 0px 3px;
}

/* Used for the external site links displayed when the I image is hovered over on the services pages.  Headers 5 and 6 used. */
a.info {
	position:relative;
	/*this is the key*/
	z-index:24;    /* border colour */
	text-decoration:none;
	}
	
a.info:hover {
  z-index:25;
}
a.info span {
	text-decoration: none;
    display: none;  /* hide the span text using this css */
}
a.info:hover span { /*the span will display just on :hover state*/
	display:inline;
	left: 1.5em; /* background colour here */
	color:#711323;         /* text colour */
	text-align: left;
	font-size: 0.70em; /* dave's asks: Why 8pt? Why not % or em or px */
	z-index:30;
	font-weight: normal;	
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	text-decoration: none;
}
#left_nav {
	list-style-type: none;
	width: 235px;
	float: left;
	background-position: left top;
	padding: 0px;
	position: relative;
	margin: 0px;
	font-size: 0.80em;
	cursor: pointer;
}
#left_nav ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#left_nav ul li {
	color: #224B6A;
	list-style-type: none;
	font-family: Verdana, Arial, "Microsoft Sans Serif";
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}
#left_nav ul li a {
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-indent: 12px;
}
#left_nav a:hover {
	list-style-type: none;
}
#left_nav_1.nav1_on {
	margin: 0px;
	background-image: url(images/left_nav1.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	height: 109px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left_nav_1.nav1_off {
	margin: 0px;
	background-image: none;
	display: block;
	cursor: pointer;
	height: 109px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left_nav_2.nav2_on {
	background-image: url(images/left_nav2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
	height: 108px;
}
#left_nav_2.nav2_off {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
	height: 108px;
	background-image: none;
}
#left_nav_3.nav3_on {
	background-image: url(images/left_nav3.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	height: 78px;
}
#left_nav_3.nav3_off {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 78px;
	background-image: none;
	display: block;
}
#left_nav_4.nav4_on {
	background-image: url(images/left_nav4.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 94px;
	display: block;
}
#left_nav_4.nav4_off {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 94px;
	background-image: none;
	display: block;
}
#left_nav_5.nav5_on {
	background-image: url(images/left_nav5.png);
	background-repeat: no-repeat;
	margin: 0px;
	cursor: pointer;
	padding: 0px;
	height: 120px;
	display: block;
}
#left_nav_5.nav5_off {
	background-repeat: no-repeat;
	margin: 0px;
	cursor: pointer;
	padding: 0px;
	height: 120px;
	background-image: none;
	display: block;
}
#footer.services {
	margin: 0px;
	position: relative;
	z-index: 20;
	height: 27px;
	float: left;
	top: 5px;

}
#footer {
	font-size: 80%;
	color: #FFFFFF;
	width: 948px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	left: 18px;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}

#contactUs {
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 245px;
	padding: 0px;
	position: relative;
	z-index: 5;
}
.contact_us_form {
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	font-size: 10pt;
	font-weight: bold;
	color: #2A2A2A;
	margin: 0px;
	padding: 0px;
}
.contact_info {
	font-size: 90%;
}
#container_privacy {
	width: 460px;
	height: 460px;
	padding: 0px;
	background-image: url(images/privacy_policy_bkg.png);
	margin: 0;
	background-repeat: no-repeat;
	text-align: left;
	position: absolute;
	float: none;
	display: block;
	left: 13px;
	top: 10px;
}
#privacy_policy {
	text-align: left;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	font-size: 105%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	z-index: 10;
	width: 400px;
}
#footer_privacy {
	position: relative;
	z-index: 5;
	height: 27px;
	padding: 0px;
	font-size: 80%;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 20px;
	font-family: Arial, "Microsoft Sans Serif", "MS Sans Serif";
	width: 400px;
}
#logo.privacy {
	float: left;
	width: 40%;
	position: relative;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	z-index: 5;
}



[if IE 5]> <style type="text/css"> /* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 {
width: 230px;
}
</style> <![endif][if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */
#sidebar1 {
padding-top: 30px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style> <![endif] [if Firefox > <style type="text/css"> /* for Firefox */

</style> <![endif][if Firefox]> 

/* Start of floats from DW  */
.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: 8px;
}
.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;
}
