@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}

h1, h2, h3, h4, p, img {
	margin:0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(../images/header3A.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 780px;
}
#mainContent h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	margin: 0px;
	text-align:center;
	padding: 0;
	color: #012A78;
	line-height: 40px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}
#mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/bgrptr.jpg);
}
/* Nav */

#NavT #nav {
	text-align: center;
	height: auto;
	width: 704px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:75px;
}
#nav ul li {
	width:10em;
}
/* Suckerfish Dropdown //// start //// */
#nav, #nav ul {
	float: left;
	width: 30em;
	list-style: none;
	/*	line-height: 1.4;*/
	line-height: 28px;
	background: #FFF;
	background-image:url(../images/rptrB4.png);
	font-weight: bold;
	padding: 0;
	border: 1px solid #ECE8DF;	/*border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0; */
}
#nav a {
	display: block;
	width: 156px;
	/*	w\idth: 6em; */
	color: #000;
	text-decoration: none;/*	padding: 0.20em 2em;  */
}
#nav a:hover {
	display: block;
	width: 156px;
	background-color:#FEFEFE;
	/*	w\idth: 6em; */
	color: #000;
	text-decoration: none;/*	padding: 0.20em 2em;  */
}
#nav a.daddy {
	background: url(../rightarrow2.gif) center right no-repeat;
}
#nav li {
	float: left;
	padding: 0;
	width: 156px;
	height: auto;
}
#nav li ul {
	/* drop down */
	position: absolute;
	left: -999em;
	height: auto;
	width: 156px;
	/*	w\idth: 13.9em; */
	font-weight: normal;
	/*border-width: 0.25em; */
	margin: 0;
}
#nav li li {
	/*	padding-right: 1em; */
	width: 156px;
}
#nav li ul a {
	width: 156px;/*	w\idth: 9em; */
}
#nav li ul ul {
/*	margin: -1.75em 0 0 14em; */
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #FFFFFF;
}
#footer {
	background-image: url(../images/footerImg.png);
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 780px;
}
#invH3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: 012A78;
}

