/*   ------------------------------------------------  PVII CSS Layout Magic  Copyright (c) 2007 Project Seven Development  www.projectseven.com  08: 3Col_Fixed_Width  ------------------------------------------------*/body {	font-family: Arial, Helvetica, sans-serif;	font-size: 100%;	color: #000000;	background-color: #6f6e38;	margin: 0px;	padding: 0;	background-image: url(../images/body_bg.jpg);	background-repeat: repeat-x;}#masthead {	color: #999999;	padding: 0px;	margin: 0 0 0 0;}#wrapper {	width: 840px;	margin: 0 auto;}#column_wrapper {	background-image: url(img/clm08_middle.gif);	background-repeat: repeat-y;}#column_top {	height: 30px;}#column_bottom {	background-image: url(img/clm08_bottom.gif);	background-repeat: no-repeat;	height: 12px;}.clearfloat {	clear: both;	height: 0;	line-height: 0;	font-size: 0;}#center {	width: 485px;	float: left;	background-color: #FFF;}#left {	width: 175px;	float: left;}#right {	width: 180px;	float: left;}#center .content {	padding: 24px 16px 24px 32px;	font-size: 0.8em;	line-height: 1.65em;}#left .content {	padding: 24px 16px;	font-size: 0.75em;	line-height: 1.5em;}#right .content {	padding: 18px 4px 18px 14px;	font-size: 0.8em;	line-height: 1.5em;	color: #FFFFFF;}.small_italic_p {	font-size: 0.8em;	font-style: italic;}#masthead .content {	padding: 12px;}#footer .content {	padding: 12px 0px;}#footer {	color: #FFFFFF;	padding: 0px;	margin: 0;	font-size: 0.8em;	clear: both;	background-color: #730809;	text-align: center;}#pullout {	float: right;	width: 120px;	display: block;	border: 1px solid #730809;	font-family: Georgia, "Times New Roman", Times, serif;	color: #730809;	margin: 4px;	padding: 4px;	font-size: 12px;}#pullout_sn {	float: right;	width: 200px;	display: block;	border: 1px solid #730809;	font-family: Georgia, "Times New Roman", Times, serif;	color: #000;	margin: 4px;	padding: 4px;	font-size: 12px;}#pullout_behavior {	float: left;	width: 360px;	display: block;	border: 1px solid #730809;	font-family: Georgia, "Times New Roman", Times, serif;	color: #000;	margin: 4px;	padding: 4px;	font-size: 12px;}#pullout_bold {	float: right;	display: block;	font-family: Arial, Helvetica, sans-serif;	color: #730809;	margin: 2px;	padding: 2px;	font-size: 12px;	font-weight: bold;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;}#left_pullout {	float: left;	width: 120px;	display: block;	border: 1px solid #730809;	font-family: Verdana, Geneva, sans-serif;	color: #730809;	margin: 4px;	padding: 4px;	font-size: 11px;	font-weight: bold;}.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: #730809;	text-decoration: none;}#center a:visited {	color: #730809;	font-weight: bold;}#center a:hover {	color: #000000;	text-decoration: underline;}#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;}#currentpage a {	color: #FFFFFF;	text-decoration: none;	background-color: #54531e;}#footer a:link {	color: #FFFFFF;	text-decoration: none;}#footer a:visited {color: #666666;}#footer a:hover {	color: #FFFFFF;	text-decoration: underline;}.p7uberlink {	font-weight: bold !important;	letter-spacing: .15em;	border-color: #000000 !important;}h1 {	font-size: 1.4em;	margin: 0;	color: #730809;}h2 {	font-size: 1.2em;	margin: 16px 0 0;	color: #6f6e38;}h3 {	font-size: 1.25em;	margin: 12px 0 12;	padding-bottom: 4px;	color: #6f6e38;}#right .content h3 {	color: #FFF;}h4 {	font-size: 1.1em;	margin: 20px 0 0 0;}.nomargintop {margin-top: 0;}.content p {	margin: 12px 0;}form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */	font:100% verdana,arial,sans-serif;	margin: 0;	padding: 0;	width: 435px;}form fieldset {  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */  border-color: #000;	border-width: 1px;	border-style: solid;	padding: 10px;        /* padding in fieldset support spotty in IE */	margin: 0 0 0 5;	width: 410px;}form fieldset legend {	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */                       /* be careful with padding, it'll shift the nice offset on top of border  */}form label {	display: block;  /* block float the labels to left column, set a width */	float: left;	width: 400px;	padding: 0;	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */	text-align: left;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;}form .labelRadio {	display: block;  /* block float the labels to left column, set a width */	float: left;	width: 400px;	padding: 0;	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */	text-align: left;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	white-space: normal;}form input, form textarea {	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of                              label aligns textarea better in IE */}form input#reset {	margin-left:0px; /* set margin-left back to zero on reset button (set above) */}textarea { overflow: auto; }form small {	display: block;	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */	padding: 1px 3px;	font-size: 88%;}form .required{font-weight:bold;} /* uses class instead of div, more efficient */form br {	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */}#p7bod #wrapper #column_wrapper #right .content img {	padding-top: 12px;	padding-right: 0px;	padding-bottom: 12px;	padding-left: 0px;}#rt3box {	position:absolute;/*higher w/border*/	width:180px;	height:158px;	z-index:1;	left: 776px;	top: 31px;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.9em;	background-repeat: repeat;	font-weight: bold;	color: #FFFFFF;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;}.display {	background-image: url(bgrounds/Marb009.jpg);	background-attachment: fixed;	border: outset darkblue 0px;	padding: 4px;	color: #000000;	font-family: arial;	font-size: 90%;}#wrapper #column_wrapper #center .content table {	border: 2px solid #6f6e38;}#p7bod #wrapper #column_wrapper #center .content img {	background-position: left;	padding-top: 0px;	padding-right: 8px;	padding-bottom: 8px;	padding-left: 0px;}.smaller_p {	font-size: 80%;}.smaller_h3 {	font-size: .9em;}#p7bod #wrapper #column_wrapper #left .label {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	display: block;	padding-left: 6px;	padding-top: 6px;	padding-bottom: 4px;}
