/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
  removed letter-spacing: 0.15em; from line 146 under the uberlink section
  
*/

body {
	font-family: "Lucida Grande", Verdana, sans-serif, Lucida;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
	background-image: url(img/bk.jpg);
	background-repeat: repeat-x;
}
#masthead {
	color: #9C1E19;
	font-size: 0.8em;
	padding: 0px;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../pics0510/header_2010.jpg);
	height: 128px;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
}

#menu_wrapper {
	position: absolute;
	margin-left: 36px;
	margin-top: 45px;
	width: 440px;
	font-family: "Lucida Grande", Verdana, sans-serif, Lucida;
	font-size: small;
	color: #000000;
}
#column_wrapper {
	background-image: url(img/2col_bg_7.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 491px;
	float: left;
}
#right {
	width: 309px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 9px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#right .content2 {
	padding: 5px 3px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 48px;
}

#footer_specials .content {
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 48px;
}
#footer {
	color: #175d9c;
	background-color: #e9f3f9;
	margin: 0;
	font-size: 0.6em;
	clear: both;
	background-image: url(img/footer_new.gif);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer_specials {
	color: #175d9c;
	background-color: #e9f3f9;
	margin: 0;
	font-size: 0.6em;
	clear: both;
	background-image: url(img/footer_new2.gif);
	background-repeat: no-repeat;
	height: 179px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #175d9c;
	text-decoration: none;
}
#left a:visited {
	color: #175d9c;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	text-decoration: none;
}
#right a:link {
	color: #9c1e19;
	text-decoration: none;
}
#right a:visited {
	color: #9c1e19;
	text-decoration: none;
}
#right a:hover {
	color: #CC0000;
	text-decoration: none;
}
#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: #175d9c;
	text-decoration: none;
}
#footer a:visited {
	color: #03213f;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	font-family: "Lucida Grande", Verdana, sans-serif, Lucida;
	color: #000000;
	line-height: 1.2em;
}
h2 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
	color: #03213f;
}
h3 {
	font-size: 1.25em;
	margin: 0 0 0 0;
	color: #03213f;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 0 0;
	color: #03213f;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/*  image properties */
.left {
float:left;
margin: 10px 20px 20px 0;
}
.right {
float:right;
margin: 10px 0 20px 20px;
}

