/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #bba683;
	margin: 0px;
	padding: 0;
		background-attachment: scroll;
	background-image: url(../images/tiled-bg.jpg);
	background-repeat: repeat;
	
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 930px;
}

#wrapper {
	width: 930px;
	margin: 0 auto 0 0px;
}
#column_wrapper {
	background-image: none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 642px;
	float: left;
	background-image: url(../images/splash-book-cover.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#right {
	width: 288px;
	float: left;
}
#left .content {
	padding: 460px 37px 24px 100px;
	font-size: .9em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 125px 12px 20px;
	text-align: right;
}
#footer {
	color: #E6E1BA;
	background-color: #000000;
	padding: 0px;
	margin: 50px 0 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/footer.jpg);
	height: 42px;
	width: 930px;
}
.menulist {
	margin: 25px 0 12px 0px;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	width: 217px;
}

ul.menulist li {
	background-image: url(../images/line-dash.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 7px 15px;
	background-position: left bottom;
	padding: 0px 0px 7px;
}
ul.menulist li ul.subMenu li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}

#wrapper ul.menulist li ul.subMenu li a, #wrapper ul.menulist li ul.subMenu li a:visited {
	
	border-left: none;
	padding: 0px;
}
	
#left a:link {
	color: #F4F1CB;
	margin: 0px;
	text-decoration: none;
}
#left a:visited {
	color: #6A000F;
	margin: 0px;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	margin: 0px;
	text-decoration: none;
}

#right a{text-decoration: none;}
#right a:link {
	color: #755E00;
	margin: 0px;
}
#right a:visited {
	color: #F0EDC4;
}
#right a:hover {
	color: #F9EEC8;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #5E4C33;
	border-left: 6px solid #5F4D35;
	padding: 0 0 0 6px;
}

#wrapper .menulist a:hover {
	padding: 0px 0px 0px 6px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 6px solid #B90013;
	color: #000000;
	font-weight: bold;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
	color: #F7F2CD;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
div.content h1 span{
	font-size: 75%;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
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;
}

#slideShow img{
	border: 3px solid #000000;
}


.quote {
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	color: #EDE7C1;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
background-color: #000000;
  border: 1px solid #FEF7CF;
  filter:alpha(opacity=55);
  opacity:0.55;
	padding: 25px 35px 35px;
}

.quoteCopy{
	background-image: url(../images/line-dash-vertical.jpg);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-bottom: 7px;
}
  

div.quote p.quoteAuthor {
	font-size: 85%;
	color: #EDE7C1;
	text-align: right;
}


#Callout{
	
	background-color:#6B5E45; padding: 10px; color:#E2D8B5; border: 1px solid black; font-size: 1.2em;"
}

#Callout a:link {
	color: #F4F1CB;
	margin: 0px;
	text-decoration: none;
}
#Callout a:visited {
	color: #fff;
	margin: 0px;
	text-decoration: none;
}
#Callout a:hover {
	color: #000000;
	margin: 0px;
	text-decoration: none;
}

tr.blue{
	background-color: #EEEDF7;
}
tr.tan{background-color: #E6E2BF;}

#NewsTable tr td{border-bottom: 1px solid black;}
