@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
/* Tool */
.toolnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5881A1;
	padding-right: 15px;
}
.toolnav a {
	color: #666666;
	text-decoration: none;
}
.toolnav a:hover {
	color: #000000;
	text-decoration: none;
}
/* Top Area */
.topcopy {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
.topcopy h1 {
	font-size: 21px;
	line-height: 18px;
	color: 5881A1;
	font-weight: 100;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: 5881A1;
}
.topcopy p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
/* Flash Objects */
#flashnav {
	width: 950px;
	height: 125px;
}
/* Left Side */
.subnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 8px;
	color: #A21A2D;
	padding-top: 10px;
	padding-bottom: -20px;
	padding-left: 15px;
	width: 144px;	
}
.subnav a {
	color: #777777;
	text-decoration: none;
	background-image: url(../images/arrowleft.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}
.subnav a:hover {
	color: #000000;
	text-decoration: none;
}
.subnavactive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 8px;
	color: #A21A2D;
	
}
.subnavactive a {
	color: #A21A2D;
	text-decoration: none;
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}
.subnavactive a:hover {
	color: #000000;
	text-decoration: none;
}
.subnav ul {
	list-style-type: none;
	border-top: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding: 5px;
}
.subnav ul li {
	margin-left: -15px;
	padding-top: 5px;
	background-position: 500px 50%;
}
.ternav {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
}
.ternav a {
	background-image: none;
}
.ternavactive {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	color: #A21A2D;
	text-decoration: none;
}
.ternavactive a{
	color: #A21A2D;
	text-decoration: none;
	background-image: none;
}
.ternavactive a:hover{
	color: #000000;
	text-decoration: none;
}
/* Center Area */
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.maincopy p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.maincopy li {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.maincopy ul {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.maincopy h1 {
	font-size: 21px;
	line-height: 18px;
	color: #5881A1;
	font-weight: 100;
}
.maincopy h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #5881A1;
}
.maincopy a {
	color: #5881A1;
	text-decoration: none;
}
.maincopy a:hover{
	color: #5881A1;
	text-decoration: underline;
}
/* Right Side */
#pullquote {
	font-family: Arial, Helvetica, sans-serif;
	width: 135px;
	background-color: #D5E0E7;
	border: solid;
	border-width: 1px;
	border-color: #5881A1;
	margin-top: 10px;
	padding: 5px;
}
#pullquote p {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	color: #5881A1;
}
#pullquotewide {
	font-family: Arial, Helvetica, sans-serif;
	width: 570px;
	background-color: #D5E0E7;
	border: solid;
	border-width: 1px;
	border-color: #5881A1;
	margin-top: 10px;
	padding: 25px;
}
#pullquotewide p {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	color: #5881A1;
}
/* Footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 15px;
	line-height: 16px;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: none;
}
.blue {
	color: #5881A1;
}
.black {
	color: #000000;
}