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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #CCCCCC;
	margin: 25px;
	padding: 0;
}
#masthead1 {
	color: #999999;
	background-image: url(img/clm07_middle.gif);
	background-repeat: repeat-y;
	/*background-color: #FFFFFF;*/
	padding: 0px;
	margin: 0;
}
#masthead2 {
	color: #999999;
	background-image: url(img/clm07_middle.gif);
	background-repeat: repeat-y;
	/*background-color: #FFFFFF;*/
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm07_middle.gif);
	background-repeat: repeat-y;
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 440px; /*replace 440 with 760 for placeholder layout*/
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 160px; /*comment this line for placeholder*/
	float: left;
}
#center .content {
	padding: 12px 22px;
	font-size: 0.8em;
	line-height: 1.65em;
	border-left: 1px dotted #708074; /*comment this line for placeholder*/
	padding-bottom: 0.5em;
	border-right: 1px dotted #708074; /*comment this line for placeholder*/
	padding-bottom: 0.5em;
}

#center ul {
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
	padding: 10px;
	margin: 2px;
}

#left ul { 
	left:0px; 
	text-indent:0em 
}

#left .content {
	padding: 12px 16px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#leftlinespacer{
	line-height: 2.5em;
}
#right .content {
	padding: 12px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
/*#masthead .content {
	padding: 12px;
}*/
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #666666;
	padding: 0px 0px 0px 20px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align: center;
	background-image: url(img/clm07_bottom.gif);
	background-repeat: repeat-y;
	/*background-color: #000000;*/
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;	
}
#left a:link {
	color: #9B7C00;
	text-decoration: none;
}
#left a:visited {
	color: #333333;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	text-decoration: none;
}
#center a:link {
	color: #9B7C00;
	text-decoration: underline;
}
#center a:visited {
	color: #333333;
	text-decoration: underline;
}
#center a:hover {
	color: #000000;
	text-decoration: underline;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #9BCF6B;
	padding: 0 0 0 6px;
	text-indent: 0px;
}
#wrapper .menulist a:hover {
	border-color: #689F35;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #689F35;}
.p7uberlink {
	font-weight: bold !important;
	/*letter-spacing: .15em;*/
	border-color: #000000 !important;
}
h1 {
	font-size: 1.3em;
	color: #689F35;
	/*text-transform: uppercase;*/
	line-height: 1.5em;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	margin: 12px 0 0 0;
	border-bottom: 1px dotted #708074;
}
h3 {
	font-size: 1.1em;
	margin: 12px 0 0 0;
}
h4 {
	font-size: 1.0em;
	margin: 12px 0 0 0;
	border-bottom: 1px dotted #708074;
}
.nomargintop {margin-top: 0;
	border-bottom: 1px dotted #708074;
}
.content p {
	margin: 12px 0px;
	padding: 10px 0 0 0;
	margin-bottom: 0em;
	margin-top: 0em;
}
.greenlargetype {
	font-size: 1.1em;
	font-weight: bold;
	color: #689F35;
}
.greennormaltype {
	color: #689F35;
}

#greensmallitalictype {
	font-size: 0.95em;
	color: #689F35;
	font-style:italic;
	line-height: normal;
}

#greensmallitalictype p {
	margin-bottom: 0em;
	margin-top: 0em;
}

#tip {	padding: 4px;
	color: #FFF;
	font-weight: bold;
	line-height: normal;
	border-bottom: 4px solid #689F35;
	background-color: #9BCF6B;
}

#centredimage img {
   display:block;
   margin:auto;
}
