/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #113397;
	margin: 0px;
	padding: 0;
	background-image: url(../images/bg_main_6.jpg);
	background-repeat: repeat-x;
}
#masthead {
	color: #FFF;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	height: 159px;
}
#wrapper {
	width: 1050px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/dave_v7.jpg);
	background-repeat: no-repeat;
}
#column_top {
	background-image: url(../newsite/p7csslm/img/FLOP.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(../newsite/p7csslm/img/FLOP.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 640px;
	float: left;
}
#left {
	width: 400px;
	float: left;
}
#right {
	width: 280px;
	float: left;
	border: 1px solid #FCCC1D;
	margin: 26px 0;
}
#center .content {
	padding: 24px 24px 8px 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
}

#center ul,il,ol{
	line-height:1.25;
}
#center li{
	background-image: url(../images/star_gold.jpg);
	background-repeat: no-repeat;
	margin: 10px 0;
	background-position: 0 1px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#center ul{
	margin: 0px 0px 0px 30px;
	list-style-type: none;
	padding: 0;
}


#left .content {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0;
}
#right .content {
	padding: 0px 16px 0px 16px;
	font-size: 0.7em;
	line-height: 110%;
	color: #FFF;
}

#right .content-name {
	padding: 0px 0px 0px 20px;
	color: #FFF;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	color: #FFF;
	padding: 0px;
	margin: 0;
	font-size: 0.75em;
	clear: both;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	color: #FFF;
	text-decoration: underline;
}
#center a:visited {
	color: #CCC;
}
#center a:hover {
	color: #0FF;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #B0B0B0;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #418B7A;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	color: #FFF;
	line-height: 110%;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	text-align: center;
	color: #CCC;
	margin: 20px 0;
}
h3 {
	font-size: 1.25em;
	margin: 0px;
}
h4 {
	font-size: 1.2em;
}
.nomargintop {margin-top: 0;}
.content-ctr {
	text-align: center;
}
.content-gold {
	color: #DABD24;
}
