/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Tahoma, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 0;
	background-image: url(../images/bodyback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #FFFFFF;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image: url(../images/index_01.gif);
	background-repeat: no-repeat;
	height: 159px;
	width: 800px;
}
#masthead h1 {
	margin-left: -9000px
}
/*#masthead ul{
	margin: 0;
	padding: 0;
	position:absolute;
	left: 80px;
	top: 125px;
	list-style: none;
}
#masthead ul li{
	float:left;
}
#masthead ul a{
	padding: 0 13.5px;
	font-size: 12px;
	line-height: 2.5em;
	text-decoration: none;
	color:#555555;
	float: left;
	display: block;
	font-weight: bold
}
#masthead ul a:hover{
	padding: 0 13.5px;
	font-size: 12px;
	line-height: 2.5em;
	text-decoration: none;
	color:#2B5875;
	float: left;
	display: block;
	font-weight: bold
}*/
#flash {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image: url(../images/index_02.jpg);
	height: 311px;
	width: 800px;
	background-repeat: no-repeat;
}

#column_wrapper {
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 800px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 325px;
	float: left;
	padding-top: 0px;
}
#left {
	width: 475px;
	float: left;
}
#left .content {
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 100px;
	padding-right: 160px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #333333;
}
#left .contentleft2 {
	font-size: 11px;
	line-height: 1.1em;
	padding-top: 45px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 71px;
	color: #666666;
}

#right .content {
	font-size: 11px;
	line-height: 1.1em;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
#masthead .content {
	top: 122px;
	position: relative;
	left: 84px;
}
#footer .content {
	padding-top: 30px;
	padding-left: 24px;
	padding-bottom: 20px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/index_04.jpg);
	width: 800px;
	background-repeat: no-repeat;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #014461;
	font-weight: bold;
	text-decoration: none;
}
#left a:visited {
	color: #014461;
	font-weight: bold;
	text-decoration: none;
}
#left a:hover {
	color: #A3181B;
	font-weight: bold;
	text-decoration: none;
}
#right a:link {
	color: #014461;
	text-decoration: none;
	font-weight: bold;
}
#right a:visited {
	color: #014461;
	text-decoration: none;
	font-weight: bold;
}
#right a:hover {
	color: #014461;
	text-decoration: none;
	font-weight: bold;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #265778;
	text-decoration: none;
}
#footer a:visited {
	color: #265778;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
	color: #014461;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

