@charset "utf-8";
/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 3px;
}
h1 {
	font-size: 22px;
	color: #572e10;
}
h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 135%;
	color: #572e10;
	/*font-style:italic;*/
	font-weight: bold;
}
h3 {
	font-size: 125%;
	font-weight: bold;
}
a {
	color: #dd7826;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

/* containers and container elements*/
#header {
	width: 990px;
	height: 69px;
	margin: 0 auto;
}
#header a.logo {
	height: 69px;
	width: 262px;
	float:left;
	display: block;
	text-decoration: none;
	background-image: url(../images/img_pg/cfw_logo.jpg);
	background-repeat: no-repeat;
}
#header #nav {
	height: 69px;
	width: 725px;
	background-color: #dd7826;
	float:right;
	line-height: 69px;
}
#header #nav a {
	color: #fff;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	
}
#header #nav a:hover {
	color: #572e10;
}
#header #nav a.on {
     color: #572e10;
     text-decoration: underline;
}
#content {
	width: 705px;
	padding-left: 285px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	background-image: url(../images/img_pg/sub-contractor.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
#content #contentleft {
	width: 425px;
	height: auto;
	padding-bottom: 20px;
}
#content #contentleft h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#content .rtboxA {
	width: 250px;
	background-color: #dd7826;
	float: right;
	clear: right;
	margin-bottom: 3px;
	margin-left: 10px;
	background-image: url(../images/img_pg/box_title_bk.jpg);
	background-repeat: repeat-x;
	border: solid 2px #000;
}
#content .rtboxA h3 {
	margin: 0px;
	padding: 10px;
	color: #fff;
}
#content .rtboxA p {
	margin:0px;
	padding: 10px 10px 10px 20px;
	color: #fff;
}
#content .rtboxA img {
	padding: 5px 0px 10px 20px;
}
#content .rtboxA a {
     color: #572e10;
     font-weight: bold;
}
#content .rtboxA #dothemath {
     width: 145px;
     height: 98px;
     padding: 45px 15px 0px 90px;
     background-image: url(../images/img_pg/do_the_math.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}
#content .rtbox {
	width: 232px;
	border: dotted 1px #dd7826;
	float: right;
	clear: right;
	margin-bottom: 3px;
	padding: 10px;
	margin-left: 10px;
}
#content .rtbox h3 {
	margin: 0px;
}
#content .rtbox p {
	margin:0px;
	padding:0px;
}
#isf {
	clear:right;
	padding: 10px;
	width: 970px;
	color: #000;
	background-color: #fff;
	margin: 0px auto;
	border: solid 1px #572e10;
	text-align:left;
}
#isf img {
     float:left;
     border:none;
}
#isf .aci {
     float:right;
     width: 450px;
     padding-left: 10px;
     margin-left: 10px;
     border-left: dotted 1px #999;
     display:block;
}
#isf .aci img {
     float:left;
     border: none;
}
#contentbot {
	padding: 10px 0px 10px 0px;
	width: 990px;
	color: #fff;
	background-color: #572e10;
	font-size: 22px;
	font-weight: bold;
	margin: 0px auto;
	margin-top: 10px;
}
#contentbot .sm {
	font-size: 13px;
}
#footer {
	width: 990px;
	margin: 0 auto;
	padding-top: 10px;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
.box {
     border: dotted 1px #dd7826;
     padding: 10px;
     background-color: #ffffcc;
}
.tbl {
     border: solid 1px #999;
     background-color: #fff;
     width: 100%;
}
.lbl,.lblr {
     border: solid 1px #ccc;
     background-color: #ececec;
}
.lblr {
     font-weight: bold;
}
.fld {
     border: solid 1px #ccc;
     background-color: #fff;
}
.msg {
     display:block;
     border: solid 1px #000;
     background-color: #ffffcc;
     padding: 10px;
}