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

body {
	background: #ffffff url(images/bg-blue.jpg) repeat-x;
	font-family:Helvetica,Arial,sans-serif;
	font-size:76%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
	color:#333333;
	margin:0px;
	padding:0px;
}

p {
	font-size: 1em;		
	margin-top: 0px;
}

p.altQuote1 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-left: 30px;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	font-style:italic;
	
}

img {
	border: 0px;
}

h2 {
	font-family:Times New Roman,Times,serif;
	font-size: 1.5em;
	color: #003471;
	margin-top: 0px;
}

h3 {
	font-family:Times New Roman,Times,serif;
	font-size: 1.25em;
	color: #003471;
	margin-top: 0px;
}

a {
	color:#003471;
	text-decoration:none;
}

a:hover {
	color:#003471;
	text-decoration:underline;
}

hr {
	height: 1px;
	color: #999999;
}

/* BEGIN FLOAT CSS */
.left {
	/* border: 1px solid #333333; */
	float:left;
}
.right {
	/* border: 1px solid #333333; */
	float:right;
}
.clear {
	clear:both;
}

/* BEGIN CONTAINER LAYOUT CSS */
#containerLimited {
	margin:auto;
	margin-top: 0px;
	width:750px;
	background-color: #ffffff;
}

#containerHead {
	width: 750px;
	height: 220px;
	margin: auto;
	background:transparent url(images/hdr-logo2.jpg) no-repeat scroll 0%;
}

#containerLeft {
	width: 220px;
	padding: 0px 15px 15px 15px;
}

#featLeft2 {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fefefe url(images/bg-callout.jpg) no-repeat;
	margin-bottom: 15px;
}

#featLeft2 p {
	margin: 8px;
	color: #000000;
}

#featLeft2 h3 {
	margin: 8px;
	font-family:Times New Roman,Times,serif;
	font-size: 1.2em;
	color: #ffffff;
	
}

#featLeft {
	padding: 0px;
	background-color: #ececec;
	margin-bottom: 15px;
}

#featLeft p {
	margin: 8px;
	font-size: .95em;
	color: #000000;
}

#featLeft h3 {
	margin: 8px;
	font-family:Times New Roman,Times,serif;
	font-size: 1.2em;
	color: #003471;
	
}

#containerRight {
	width: 470px;
	padding: 0px 15px 15px 0px;
}

#containerFullBody {
	width: 720px;
	padding: 15px;
}

#containerFooter {
	width: 734px;
	margin: auto;
	background-color: #0054a6;
	padding: 8px;
	color: #ffffff;
	font-size: .95em;
}

#containerFooter a {
	color:#ffffff;
	text-decoration:none;
	margin-left: 15px;
	margin-right: 15px;
}

#containerFooter a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* BEGIN MENU CSS */

.menu {
	height:38px;
	margin-top:0px;
	padding:0px;
	width:750px;
	margin: auto;
}
.menu li {
	display:block;
	float:left;
	height:38px;
	width:125px;
}
.menu a {
	display:block;
	height:38px;
	width:125px;
}
.menu .home, .menu .home a {
	background:transparent url(images/nav-home.gif) no-repeat scroll 0%;
	background-position: top;
}
.menu .testimonies, .menu .testimonies a {
	background:transparent url(images/nav-testimonies.gif) no-repeat scroll 0%;
	background-position: top;
}
.menu .aftermath, .menu .aftermath a {
	background:transparent url(images/nav-aftermath.gif) no-repeat scroll 0%;
	background-position: top;
}
.menu .resource, .menu .resource a {
	background:transparent url(images/nav-resources.gif) no-repeat scroll 0%;
	background-position: top;
}
.menu .research, .menu .research a {
	background:transparent url(images/nav-research.gif) no-repeat scroll 0%;
	background-position: top;
}
.menu .contact, .menu .contact a {
	background:transparent url(images/nav-contact.gif) no-repeat scroll 0%;
	background-position: top;
}
.menu .home a:hover, .menu .testimonies a:hover, .menu .aftermath a:hover, .menu .resource a:hover, .menu .research a:hover, .menu .contact a:hover {
	background-position:0pt -38px;
}