/* CSS Document */

body {
	background-color: #88ABCB;
	background-image: url(../images/bodyBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}
h1 {
	margin: 0;
	color: #000066;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0;
	color: #000066;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	margin: 0;
	color: #000066;
	font-size: 14px;
}
#wrapContainer {
	margin: 0 auto;
	height: 100%;
	background: url(../images/wrapContainerBG.gif) repeat-y top center;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	padding: 0 5px 10px 10px;
}
#leftshadow {
	width: 794px;
	background: url(../images/topleftshadowBG.gif) no-repeat top left;
	margin: 0 auto;
}
#rightshadow {
	widows: 794px;
	background: url(../images/toprightshadowBG.gif) no-repeat top right;
	margin: 0 auto;
}
#topContainer {
	width: 100%;
	height: 93px;
}
/* self clearing rules */
#topContainer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#topContainer { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#topContainer { display: block; }
/* End hide from IE-mac */
#logo {
	margin: 1px 0 0 0;
	float: left;
}
#logo a:link, #logo a:visited {
	width: 361px;
	height: 103px;;
	font-size: 1px;
	text-indent: -3000px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}
#tools {
	float: right;
	width: 350px;
	text-align: right;
}
/* self clearing rules */
#tools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#tools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#tools { display: block; }
/* End hide from IE-mac */
#topTools {
	margin: 0;
	padding: 0;
}
#topTools ul {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 143px;
	float: right;
}
#topTools ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topTools ul li a:link, #topTools ul li a:visited {
	border-left: solid 1px #E6E6E6;
	color: #B1B1B1;
	text-decoration: none;
	float: left;
	font-size: 11px;
}
#topTools ul li a:hover {
	text-decoration: underline;
}
#topTools ul li a.home {
	padding: 16px 13px 0 23px;
	background-image: url(../images/iconHome.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
#topTools ul li a.contact {
	padding: 16px 13px 0 27px;
	background-image: url(../images/iconContact.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
/* self clearing rules */
#topTools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#topTools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#topTools { display: block; }
/* End hide from IE-mac */
#nav {
	clear: both;
	text-align: right;
	width: 285px;
	margin: 36px 12px 0 0;
	float: right;
	height: 39px;
}
/* self clearing rules */
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#nav { display: block; }
/* End hide from IE-mac */
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-size: 13px;
	font-weight: bold;
	padding: 12px 8px;
	color: #31437A;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../images/navBG.gif);
	background-repeat: no-repeat;
	background-position: -22px 0px;
}
#nav ul li a:hover {
	background-position: -464px 0px;
}
#nav ul li a.home {
	background-position: 0px 0px;
}
#nav ul li a.home:hover {
	background-position: -436px 0px;
}
#nav ul li a.contact {
	background-position: -372px 0px;
}
#nav ul li a.contact:hover {
	background-position: -808px 0px;
}
#nav .sep {
	width: 2px;
	height: 39px;
	display: block;
	float: left;
	background: url(../images/navSep.gif) no-repeat;
}
#header {
	width: 100%;
	height: 0;
	overflow: hidden;
	font-size: 1px;
	padding-top: 146px;
	margin: 0;
	background: url(../images/headerGraph01.jpg) no-repeat;
	clear: both;
}
* html #header {
	margin-top: -1px; /* IE Fix for spacing between #nav and #header */
}
#contentContainer {
	text-align: left;
	padding-top: 11px;
}
#content {
	width: 735px;
	float: left;
	padding-left: 10px;
}
#content p {
	text-align: justify;
}
#content .sidepic {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
#content address {
	float: left;
	font-style: normal;
	margin-top: 1.5em;
	margin-left: 20px;
}
#content .contact-numbers, #content .contact-email {
	float: left;
	margin-left: 20px;
	margin-top: 1.5em;
}
#content .contact-numbers strong, #content .contact-email strong {
	margin-right: 1em;
}


/* --( Services Page Style )-- */
#contentContainer #content.services h2 {
	margin-bottom: 1em;
}
#contentContainer #content.services p {
	margin-top: 0;
}

/* --( Form Style )-- */
#contentContainer #content table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#contentContainer #content table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#contentContainer #content table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#contentContainer #content table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}

/* --( Footer Style )-- */
#footerContainer {
	background: url(../images/footerBg.gif) repeat-x;
	margin-top: 10px;
}
#footerContainer .capL {
	float: left;
	width: 11px;
	height: 73px;
	background: url(../images/footerCapL.gif) no-repeat;
}
#footerContainer .capR {
	float: right;
	width: 11px;
	height: 73px;
	background: url(../images/footerCapR.gif) no-repeat;
}
#footer {
	height: 73px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 9px 0 0 0;
}

#footer p {
	margin: 4px 0 0 0;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
	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: #FFFFFF;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.small {
	font-size: 11px;
}