/* COLORS

#003876 - Blue
#FFC20E - Orange
#666666 - Charcoal

*/

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;
	background-image:url(../images/bgTile.jpg);
	background-repeat:repeat-x;
	background-color:#FFF
	}
img {
	border: 0;
	}
#container {
	width: 800px; /* Contains width bug on IE. Needs to be 800px to work on IE. */
	margin: 0 auto; /* centers main container */
	text-align:left;
	background-color:#FFF;
	overflow:hidden;
	}
#testimony {
	margin: 0;
	background-image:url(../images/testimonyTile.jpg);
	background-repeat:repeat-y;
	background-position:left;
	}
#testimony p {
 	margin: 0 15px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#003876;
	font-size:14px;
	line-height:19px;
	font-weight: bold;
	}
#callout {
 	padding: 0 0 0 20px;
	text-align:left;
	float:right;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color:#003876;
	font-size:12px;
	line-height:15px;
	}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color:#003876;
	font-size:22px;
	line-height:22px;
	font-weight: bold;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	line-height:19px;
	}
p {
	margin: 7px;
	padding: 0;
	}
a {
	color:#003876;
	text-decoration:underline;
	}
a:hover {
	color:#FFC20E;
	text-decoration:none;
	}
a.more {
	color:#003876;
	text-decoration:none;
	font-weight: bold;
	}
.botnav {
	border-top: #003876 1px solid;
	border-bottom: #003876 1px solid;
	padding: 3px 0;
	}
.botnav a {
	font-family: Arial, Helvetica, sans-serif;
	color:#003876;
	font-size:11px;
	line-height:19px;
	text-decoration:none;
	}
.botnav a:hover {
	color:#999;
	}
.copyright {
	margin:15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#003876;
	font-size:12px;
	line-height: 14px;
	}
	


/* NAV CONTAINER - The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.navBar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width:490px;
	height:93px;
	float:left;
	position:absolute;
	overflow:hidden;
	}

/* MAIN MENU - item containers, position children relative to this container and are a fixed width */
ul.navBar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	}

/* MAIN MENU items are a light gray block with padding and no text decoration */
ul.navBar a {
	display: block;
	cursor: pointer;
	padding: 0px 0 0;
	text-decoration: none;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	}

ul.navBar a:hover {
	color:#666;
	}