body {
	background-image: url(../images/bg.gif);
	color: #006;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	}
	
/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }
	
	
/* Layout */

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	}

#header, #headerccc {
	position: absolute;
	height: 140px;
	width: 980px;
}

#header {
	background: transparent url(../images/headerck.gif) top left no-repeat;
}

#headerccc {
	background: transparent url(../images/headerck-ccc.gif) top left no-repeat;
}



#ph_eml {
	float: right;
	text-align: right;
	margin-top: 82px;
	margin-right: 20px;
	width: 425px;
	font-size: 180%;
	font-weight: bold;
	line-height: 110%;
	}
#ph_eml a {
	font-size: 60%;
}

#staddress  {
	position: absolute;
	margin-top: 113px;
	margin-left: 22px;
	margin-top: 106px;
	margin-left: 15px;
	width: 475px;
	font-size: 130%;
	font-weight: bold;
	line-height: 30px;
}
	
#content_top {
	position: absolute;
	top: 144px;
	height: 25px;
	width: 980px;
	background: transparent url(../images/r-top.gif) top right no-repeat;
	text-align: center;
	padding-top: 10px;
	}
#content_top h1 {
	font-size: 175%;
	font-weight: bold;
	line-height: 25px;
	}	
	
#leftnav {
	position: absolute;
	background: #fff;
	top: 193px;
	margin-left: 15px;
	z-index: 10;
	}
#leftnav li {
	list-style: none;
	background: url(../images/button.gif) top right no-repeat;
	width: 220px;
	height: 46px;
	}
#leftnav a, #leftnav a:visited {
	display: block;
	padding: 15px 0 0 0;
	color: #006;
	font-weight: bold;	
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
	}	
#leftnav a:hover {
	color: #5a1f21;
	font-weight: bold;
	}
#leftnav #currentpage a {
	color: #5a1f21;
	cursor:auto; /* to change cursor back to an arrow */ 
	}		

#content {
	width: 980px;
	background: #fff;
	padding: 0;
    position: absolute;
	top: 178px;
	}
	
#main {
	background: #fff;
	margin-left: 240px;
	padding: 15px 20px;
}	 

p {
    margin-bottom: 15px;
	line-height: 150%;
}
	
/*p:first-letter {
	margin-left: 30px;
}*/			
	
#footer {
	background: #cacaca;
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #006;
	font-size: 80%;
	border-top: #006 1px solid;
	}

#footer a, #footer a:visited {
	color: #006;
	text-decoration: none;
	font-weight: normal;
	}
#footer a:hover {
	color: #333;
	}						
	
/* End layout */

	
h1 {
	font-size: 220%;
	color: #5a1f21;
	}
	
h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
	margin: 20px 0 5px 0;
	}
	
h3 {
	font-size: 125%;
	color: #5a1f21;
	font-weight: bold;
	margin: 20px 0 5px 0;
	}
	
h4 {
	font-size: 120%;
	}
a {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #777;
	}
a:hover {
	text-decoration: underline;
	}
dt {
	font-weight: bold;
	font-size: 175%;
	}	
dd {
	line-height: 135%;
	margin: 5px 0 15px 36px;
	}	

#process dt	{
	margin-top: 20px;
	font-weight: bold;
	font-size: 155%;
	color: #5a1f21;
	}
	
.floatlft {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.floatrt {
	float: right;
	margin-left: 30px;
	margin-bottom: 5px;
}

.ca {
	font-weight: bold;
	font-size: 110%;
}			

.clients td {
	vertical-align: top;
	white-space: nowrap;
}

#tdLeft {
	padding-right: 20px;
}
.clients li {
	margin: 0;
	padding: 0;
	list-style: none;
    line-height: 250%;
	font-size: 130%;
	}
	
.small {
	font-size: 70%;
}

#steps dt {
	font-size: 115%;
	color: #5a1f21;
	font-weight: bold;
	margin-top: 20px;
}	
	
#drC {
	float: right;
	margin: 0 15px 0 30px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	}	
	
#hcc ul {
	list-style-type: disc;
	margin-left: 50px;
}

#hcc li {
	margin-bottom: 15px;
}