/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(../images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
h1 {
	margin: 0;
	color: #3E97D5;
	font-size: 22px;
	font-weight:normal;
}
h3 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
#main {
	background: url(../images/bodyBG1.gif) repeat-y;
}
#leftShadow {
	background: url(../images/shadowLeft.gif) repeat-x;
}
#rightShadow {
	background: url(../images/shadowRight.gif) repeat-x;
}
#topHead {
	background:url(../images/header_BG.gif) repeat-x;
}
#tools {
	padding-right: 10px;
}
#tools a, #tools a:visited {
	color: #222222;
	text-decoration: none;
	font-size: 11px;
}
#tools a:hover {
	text-decoration: underline;
}
#tools img {
	margin: 0 5px 0 10px;
}
#services {
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	padding-left: 20px;
}
#logo img {
	padding-top: 17px;;
	padding-left: 20px;
}
#phone {
	font-size: 20px;
	color: #3E97D5;
	font-weight: normal;
	text-align: right;
}
#phone span {
	color: #222222;
	padding-right: 10px;
}
#nav {
	background: url(../images/header_navBG1.gif) repeat-x;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	padding: 7px 20px;
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	float:left;
}
#nav ul li a:hover {
	background: url(../images/header_navBG2.gif) repeat-x top left;
}
/* special padding for home button */
#nav ul li a.navFirst:link, #nav ul li a.navFirst:visited {
	padding: 7px 20px;
} 
/* special padding for last button */
#nav ul li a.navLast:link, #nav ul li a.navLast:visited {
	padding: 7px 20px;
}
#nav ul li img {
	float: left;
}
#contentContainer {
	padding: 15px;
	background: url(../images/bodyBG2.gif) no-repeat top right;
}
#content {
	width: 740px;
}
#content dl dt {
	padding-left: 40px;
	font-weight: bold;
	color: #3E97D5;
}
#content dl dd {
	margin-bottom: .5em;
}
#content dl#training dt {
	padding-left: 0;
}
#content dl#training dd {
	margin-left: 0;
}
#content #services_listing {
	display: block;
	float: right;
	width: 200px;
	padding: 10px;
	background-color: #EEEEEE;
}
#content #services_listing li {
	margin-left: 10px;
	margin-bottom: .5em;
}
#content table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#content table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#content table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#content table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}
#testimonial {
	width: 450px;
	margin-left: 2em;
}
#testimonial p.quote {
	text-indent: 30px;
	background: url(../images/quote.gif) no-repeat top left;
	line-height: 14pt;
	margin-bottom: 0;
}
#testimonial p.quote span {
	display: none;
}
#testimonial p.smallRight {
	font-size: 11px;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
}
#footer {
	background: url(../images/footerBG.gif) repeat-x;
	font-size: 11px;
	color: #696969;
}
#footer address {
	text-align: left;
	font-style: normal;
	line-height: 9pt;
	margin-left: 15px;
}

#footer div {
	float: right;
	text-align: right;
	margin: 10px 15px 0 0;
}

#footer p {
	margin: 5px 0 0 0;
}
#footer a, #footer a:visited {
	color: #696969;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #696969;
	text-decoration: none;
} 
#footer ul li a:hover {
	text-decoration: underline;
}