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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #C9DAE1;
	background-image:url('img/body-bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}

#green {
	margin: 0;
	padding: 0;
	padding-right: 60px;
	padding-top: 17px;
	text-align: right;
	font-size: 75%;
	height: 13px;
	background: url('img/header-green.jpg') top center no-repeat;
}

#red {
	margin: 0;
	padding: 0;
	padding-right: 50px;
	padding-top: 9px;
	text-align: right;
	font-size: 75%;
	height: 17px;
	background: url('img/header-red.jpg') top center no-repeat;
}

#loginform {
	margin: 0;
	padding: 0;
	padding-right: 30px;
	height: 25px;
	font-size: 90%;
	text-align: right;
	background: url('img/header-form.jpg') top center no-repeat;
}

#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 96px;
	background: url('img/header-main.jpg') top center no-repeat;
}

#topnav {
	margin: 0;
	padding: 0;
	height: 59px;
	background: url('img/topnav-bg.jpg') top center no-repeat;
	text-align: right;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
}
#column_wrapper {
	margin: 0;
	padding: 0;
	width: 940px;
	background-image: url('img/wrapper-bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	margin: 0;
	margin-left: 40px;
	padding: 0;
	width: 450px;
	float: left;
}
#center.norightsidebar {
	width: 640px;
}
#left {
	margin: 0;
	margin-left: 17px;
	padding: 0;
	width: 180px;
	float: left;
}
#right {
	margin: 0;
	margin-left: 15px;
	width: 190px;
	float: left;
}
#center .content {
	padding: 0;
	padding-right: 20px;
	font-size: 0.8em;
	line-height: 1.65em;
	border-right: 1px dashed #CCCCCC;
}
#center .norightsidebar {
	border-right: none;
}
#left .content {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
}

#center .content .left, #center .content .right {
	margin: 0;
	padding: 0;
	float: left;
	width: 195px;
}

#center .content .right {
	margin-left: 30px;
}

#center .content .left h2, #center .content .right h2 {
	margin-top: 0;
}

#right .content {
	padding: 12px 0 0 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0;
}

#footer {
	padding: 0px;
	padding-left: 1px;
	padding-top: 30px;
	margin: 0;
	width: 100%;
	font-size: 0.7em;
	clear: both;
	background: url('img/wrapper-foot.jpg') center top no-repeat;
}

#footer .logos {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	background: #fff;
}

#footer .logos .logocontent {
	margin: 0 auto;
	padding: 10px;
	width: 895px;
}

#footer .logos .logocontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .logos .logocontent ul li {
	display:table-cell;
	vertical-align:middle;
	margin: 0;
	margin-right: 30px;
	padding: 0;
	padding-bottom: 4px;
	float: left;
	list-style: none;
}

#footer .content {
	padding: 0;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 895px;
}

#footer .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .content ul li {
	margin: 0;
	padding-right:12px;
	float: left;
	list-style: none;
}

#footer .content ul li a {
	color: #333333;
	text-decoration: none;
}

#footer .content p {
	margin-top: 5px;
}

.menulist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menulist ul {
	margin: 0;
	padding: 0;
}

.menulist ul li {
	margin: 0;
	padding: 0;
}

.menulist ul li a {
	margin: 0;
	padding: 0;
}

#topnav ul {
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-right: 15px;
	float: right;
	list-style: none;
}

#topnav ul li {
	margin: 0;
	margin-right: 13px;
	padding: 0;
	float: left;
	list-style: none;
}

#topnav ul li a{
	font-size: 85%;
	color: #005071;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
}

#topnav ul li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#green a, #red a, #loginform a {
	color: #fff;
	text-decoration: none;
	font-weight: normal !important;
}

#green a:hover, #red a:hover, #loginform a:hover{
	text-decoration: underline ;
}

#center a:link {
	color: #005071;
	text-decoration: underline;
}
#center a:visited {
	color: #005071;
}
#center a:hover {
	text-decoration: none;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
#footer a img {border:none;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	line-height:1.8em;
	margin: 0;
	color: #CA5F23;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}

#center .content h2 {
	color: #CA5F23;
	font-size: 130%;
}

#right .content h2 {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	background: url('img/side-blue.jpg') no-repeat top left;
	font-weight: normal;
	font-size: 110%;
	display: block;
}

h3 {
	color: #444444;
	font-size: 130%;
}

.menulist li a {
	margin: 0;
	padding: 0;
	padding-left: 19px;
	padding-top: 4px;
	padding-bottom: 6px;
	display: block;
	border: none;
	text-decoration: none;
	color: #fff;
	background: url('img/nav-blue.jpg') no-repeat;
}

.menulist li ul {
	padding-bottom:6px;
}
.menulist li ul li {
	list-style:disc;
	margin-left:30px;
}
.menulist li ul li a {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	text-decoration: none;
	color: #000;
	background: none;
}

.menulist a.orange {
	background: url('img/nav-orange.jpg') no-repeat;
}

.menulist a.green {
	background: url('img/nav-green.jpg') no-repeat;
}

.menulist a.red {
	background: url('img/nav-red.jpg') no-repeat;
}

h3 {
	font-size: 1.25em;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

#red p, #green p {
	margin: 0;
	padding: 0;
}
#loginform p {
	color:#333333;
	font-size:0.8em;
	margin: 0;
	padding: 8px 16px 0 0;
}
#loginform form {
	margin: 0;
	padding: 0px 16px 0 0;
}
#loginform form label {
	font-size:0.7em;
}
#loginform form input[type=text],#loginform form input[type=password] {
	width:80px;
}
#loginform form input[type=submit] {
	margin-top:3px;
}
#loginform form input[type=checkbox] {
	display:none;

}
div.alignleft, img.alignleft {
	float:left;
	margin-right:10px;
}

div.alignright, img.alignright {
	float:right;
	margin-left:10px;
}

form.paypalform {
	display:block;
	margin:20px;
	padding:20px;
}

form.paypalform tr {
	display:block;
	padding-bottom:12px;
}

form.paypalform td.label {
	font-size: 1.2em;
	color: #CA5F23;
	font-weight:bold;
	text-align:right;
	width:180px;
}

form.paypalform td {
	padding-right:12px;
}
form.paypalform input[type=text], form.paypalform select {
	width:200px;
}
a img {
	border:none;
}
#chapterform {
	padding:0 4px;
	margin:0 0 4px 0;
}	
#chapterform select {
	font-size:1.0em;
	width:130px;
}
#chapterform input[type=submit] {
	font-size:0.8em;
}
#links td.linklogo {
	vertical-align:middle;
	padding:0px 20px 10px 0;
	text-align:right;
	width:220px;
}
#links td.linkurl {
	vertical-align:middle;
	padding:0px 0px 10px 0;
}
p.byline {
	margin-top:0;
	font-size:0.8em;
	line-height:1.0em;
	font-style:italic;
}
#sponsors img {
	padding:8px 20px;
	float:left;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
	 margin-top:4px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
