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

body {
	font-family:'Palatino Linotype', Palatino,Baskerville, 'Book Antiqua', Georgia,serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image:url(../images/roset-06.jpg);
	background-repeat: no-repeat;
	margin: 140px 0 36px 0;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;*/
}
/*Vertical align bottom fixes Firefox strict mode glitch*/
img {
	border: none;
	vertical-align: bottom;
}
#logodiv {
	position: absolute;
	top: 10px;
	left: 300px;
}

#masthead {
	color: #000000;
	background:#FFFFFF
	padding: 0px;
	margin: 0 0 30px 0;
}
#wrapper {
	width:1024px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm08_middle_3.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm08_top_3.gif);
	background-repeat: no-repeat;
	height: 60px;
}
#column_bottom {
	background-image: url(img/clm08_bottom_3.gif);
	background-repeat: no-repeat;
	height: 57px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#center {
	width: 675px;
	float: left;
}
/*#left {
	width: 160px;
	float: left;
}*/
#right {
	width: 340px;
	float: left;
}
#center .content {
	padding: 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: 24px 36px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
/*.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;
}*/
.linklist {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
/*All Links on page*/
a:link {
	color: #CC0096;
}
a:visited, .linklist a:visited {
	color: #666666;
}
a:hover {
	color: #418B7A;
}
/*
Additive link styles for links inside 
elements assigned this class
*/
.linklist a {
	display: block;
	padding: 1px 6px;
	color: #CC0096;
	border: 1px solid #FFFFFF;
}
.linklist a:hover {
	border-color: #000000;
	text-decoration: none;
}
}
/*#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: #cc0066;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #418B7A;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
/*Extra classes to use for colored boxes inside of the columns
*/
.redbox {
	padding: 12px;
	background-color: #CC0066;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 12px 0 0 0;
}
.blackbox {
	padding: 12px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 12px 0 0 0;
}
/*
The Dropcaps style. Georgia typeface to work around Apple text rendering bugs
*/
span.dropcap {
	font-family:'Palatino Linotype', Georgia, serif;
	float:left;
	font-size:5.75em;
	margin: 0 10px 0 0;
	padding: 0 .1em 0 0;
	display: block;
	line-height: 0.775em;
	color: #CC0066;
	border-right: 1px solid #000000;
}
h1, h2, h3, h4, h5 {
	font-variant: small-caps;
}
h1 {
	margin: 0;
	font-size: 1.75em;
}
h2 {
	margin: 30px 0 0 0;
	font-size: 1.5em;
}
h3 {
	margin: 24px 0 0 0;
	font-size: 1.3em;
}
h4 {
	margin: 24px 0 0 0;
	font-size: 1.2em;
}
ul.content, ol.content {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	list-style-type: square;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

