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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7d6a55;
	margin: 20px;
	padding: 0;
	background-image: url(../images/cf-web-page-backgr.gif);
}
#menu {
	color: #FFF;
	background-color: #ffffff;
	padding: 0px;
	margin: 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 770px bottom;
	height: 80px;
}
#masthead {
	color: #999999;
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/cf-web-02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
}
#masthead1 {
	color: #999999;
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/cf-web-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
}
#masthead2 {
	color: #999999;
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/cf-web-04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
}
#masthead3 {
	color: #999999;
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/cf-web-03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}
#column_wrapper {

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 620px;
	float: left;
}
#right2 {
	width: 720px;
	float: left;
}
#right3 {
	width: 660px;
	float: left;
}
#left3 {
	width: 280px;
	float: left;
}
#left2 {
	width: 220px;
	float: left;
}

#left {
	width: 250px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left2 .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#right2 .content {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left3 .content {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 24px;
}
#right3 .content {
	padding: 10px;
	line-height: 1.65em;
	font-size: 0.85em;
}
#menu .content {
	padding: 12px 16px;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/sgs.gif);
	background-repeat: no-repeat;
	background-position: 920px bottom;
	padding: 0px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: 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: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h5 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h6 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.tablecontent p {
	margin: 12px 0;
	font-size: 9px;
}
#search_box {
	width: 163px;
	height: 20px;
	background-image: url(../images/search.gif);
	padding-right: 180px;
	padding-left: 5px;
	float: right;
	background-repeat: no-repeat;
	
}
#search_box #s {
	float: left;
	padding: 0;
	border: 0;
	width: 121px;
	background: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	font-size: 70%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7d6a55;
}
#search_box #go {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
