@charset "utf-8";
body {
	background-image: url(images/background_image.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0; 
	padding: 0;
	text-align: center;
}
/*containers*/

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0 auto; 
	border: 1px solid #1e369c;
	text-align: left; 
	padding: 0;
}
#header {
	background-color: #7287ce;
	width: 800px;
}
#flash {
	clear: both;
	width: 800px;
	background-color: #7287ce;
}

#testimony {
	clear: both;
	float: left;
	width: 390px;
	text-align:left;
	margin-left: 20px;
}
#partners {
	float: right;
	width: 380px;
	text-align: center;
}
#contact {
	float: right;
	width: 370px;
	text-align: center;
}
#footer {
/* 	padding: 0 10px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #7287ce;
	padding-top: 28px;
	padding-bottom: 5px;
	border-top: #1e3b9c solid 2px;
}

#bottomnav {
	clear: both;	
	background-color: #f3cd79;
	width: 800px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* text formating*/

p, .centretext, .testp, .sidetext, .sideitalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
}
.testp {
	color: #000;
	text-align: left;
	margin: 0px;
	padding-left: 5px;
	margin-right: 10px;
}
.contactp {
	color: #000;
	text-align: center;
	margin: 0px;
	padding-left: 5px;
	margin-right: 10px;
}
.sidetext {
	text-align: left;	
}
.sideitalic{
	text-align: right;
	font-style: italic:
}
.centerblack {
	text-align: center;
	color:#000;
}

.strong {
	font-weight: bold;
	text-align: left;
}

.centretext {
	text-align: center;
}

.italic {
	font-style: italic;
}
.italicright {
	font-style:italic;
	text-align: right;
	color:#000;
}
	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	color: #1e369c;
}
h2 {
	color: #e7a514;	
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
}
h3 {
	color: #e7a514;	
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
/* top navigation bar */
#nav{
	background-color: #fff;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #1e369c;
	font-weight: bold;
}
#nav a:link, #nav a:visited, #nav a:active{
	text-decoration:none;
	color: #1e369c;
	font-size:14px;
}
#nav a:hover{
	color: #000;
}
#mainnav{
	clear: both;
	background-color: #f3cd79;
	text-align:right;
	padding-top: 8px;
	padding-bottom: 8px;
	border:none;
}
#mainnav a:link, #mainnav a:visited, #mainnav a:active{
	text-decoration:none;
	color: #1e369c;
	font-size: 14px;
}
#mainnav a:hover{
	color: #000;
	font-size: 14px;
}
#footer a:link, #footer a:visited, #footer a:active{
	text-decoration:none;
	color: #1e369c;
	font-size: 12px;
}
#footer a:hover{
	color: #000;
	font-size: 12px;
}
/* document links */
a:link, a:visited, a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #1e369c;
	font-weight: bold;
}
a:hover{
	color: #e7a614;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	list-style-type: square;
	list-style-position: outside;
	padding-right: 25px;
	text-align: left;
}
li li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	list-style-type: circle; 
	list-style-position: outside;
	padding-right: 25px;
	text-align: left;
}

.imageleft {
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 5px 10px 10px 10px;

}
