/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #295479;
	margin: 0px;
	padding: 0;
	background-color:#295479;
	background-image:url(../images/header5Tile.jpg);
	background-repeat:repeat-x;
}
#masthead {
	color: #000;
	padding: 0px;
	margin: 0;
	height:115px;
/*	background-image:url(../images/header4.jpg);
*/}
/*#header {
	width: 910px;
	margin: 0 auto;
	background-image:url(../images/header4.jpg)
}*/
#wrapper {
	width: 910px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#column_wrapper {
	/*background-image: url(img/clm07_middle.gif);
	background-repeat: repeat-y;*/
	background-color: #fff;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 530px;
	float: left;
}
#left {
	width: 190px;
	float: left;
}
#right {
	width: 190px;
	float: left;
}
#center .content {
	padding: 24px 18px 18px 18px;
	font-size: 0.9em;
/*	line-height: 1.65em; */
}
#left .content {
	margin: 30px 0 0 0;
/*	font-size: 0.75em;
	line-height: 1.5em;
*/}
#right .content {
	padding: 0 0 0 0;
/*	font-size: 0.75em;
	line-height: 1.5em;
*/}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 28px 22px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 15px 0 0 0;
	font-size: 0.7em;
	clear: both;
	background-color: #fff;
	background-image:url(../images/footerBkg.jpg);
	background-repeat:repeat-x;
	height: 60px;
	text-align:center;
}
#seofooter {
	padding: 10px;
	margin: 0;
	font-size: 0.7em;
	text-align:center;
	background-color:#295479;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

a:link {
	color: #c13d30;
}
a:visited {
	color: #309dbf;
}
a:hover {
	color: #407080;
}
/*
#left a:link {
	color: #804640;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #804640;
}
#center a:visited {
	color: #804640;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #804640;
}
#right a:hover {
	color: #804640;
}
*/
#wrapper .menulist li{
	padding: 0 8px 4px 8px;
	line-height:1.4em;
}

#wrapper .menulist li a, #wrapper .menulist li a:visited {
	color: #804640;
	text-decoration:none;
/*		border-left: 6px solid #cfe0e6;
padding: 0 0 0 8px;
*/}
#wrapper .menulist li a:hover {
/*	border-color: #804640;
*/	text-decoration:underline;
}



/*#wrapper .menulist li a, #wrapper .menulist li a:visited {
	color: #804640;
	border-left: 6px solid #cfe0e6;
	padding: 0 0 0 8px;
}
#wrapper .menulist li a:hover {
	border-color: #804640;
}
*/
#footer a:link {color: #5196ab; text-decoration:none;}
#footer a:visited {color: #5196ab;  text-decoration:none;}
#footer a:hover {color: #5196ab; text-decoration:underline;}
/*.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}*/
#center h1 {
	font-size: 1.6em;
	margin: 0;
	padding-bottom:10px;
	font-weight: normal;
	color:#407080;
}
#center h2 {
	font-size: 1.3em;
	margin: 12px 0 4px 0;
	color:#804640;
	font-weight: normal;
}
#center h3 {
	font-size: 1.1em;
	margin: 10px 0 4px 0;
	color:#407080;
}
#center h4 {
	font-size: 0.9em;
	margin: 8px 0 4px 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 0 0 12px 0;
}
