div#content {
	margin-top: 20px;
	background: url(../img/layout/page_content_bg.gif) repeat-y left;
}

div#content_full {
	margin-top: 20px;
}

div#content div#content_wrap {
	background: url(../img/layout/page_content_wrap_bg.gif) no-repeat left bottom;
}

div#content div#subnav {
	background: url(../img/layout/page_subnav_bg.gif) top left no-repeat;
	width: 210px;
	padding: 20px 25px 20px 35px;
	float: left;
}

	div#content div#subnav ul li {
		margin: 0 0 0px 0;
	}
	
		div#content div#subnav ul li a {
			color: #333333;
			display: inline-block;
			font-size: 11px;
			font-weight: bold;
			padding-bottom: 1px;
			padding-top: 2px;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		div#content div#subnav ul li a:hover {
			color: #0073a8;
		}
		
		div#content div#subnav ul li a.active {
			color: #0073a8;
		}
		
			div#content div#subnav ul ul li {
				margin: 0 0 0 20px;
			}
			
				div#content div#subnav ul ul li a {
					color: #333333;
					display: block;
					font-size: 11px;
					font-weight: normal;
					padding-bottom: 2px;
					padding-top: 4px;
					text-decoration: none;
					text-transform: none;
				}
				
		
div#content div#copy {
	float: left;
	width: 670px;
	margin-left: 20px;
}

div#copy h1 {
	background: top repeat-x url(../img/layout/h1_bg.gif) #faa41b;
	margin-bottom: 15px;
}

	div#copy h1 strong {
		display: block;
		padding: 8px 10px 8px 15px;
		background: url(../img/layout/h1_strong_bg.gif) top left no-repeat;
	}
	
#copy img.tr {
	float: right;
	margin: 0 0 10px 15px;
}

#copy img.trh3 {
	float: right;
	margin: 20px 0 10px 15px;
}

#copy img.trh2 {
	float: right;
	margin: 20px 0 10px 15px;
}

#copy img.tc {
	margin: 0 0 10px 0;
	border: 1px solid #fadfa7;
}

#copy img.c {
	margin: 0 0 3px 0;
	border: 1px solid #fadfa7;
}

#copy p.caption {
	color: #666;
	font-variant: small-caps;
	line-height: 1em;
	margin-bottom: 20px;
}

#copy ul {
	margin-bottom: 10px;
}

.todo, .todo * {
	color: #F00;
}

p.more_side {
	border-top: 1px solid #FFF;
	margin: 20px 0 0 0;
	padding: 10px 0;
}

a.pdf {
	display: block;
	background: url(../img/layout/pdf.jpg) left no-repeat;
	padding-left: 35px;
	height: 32px;
	line-height: 32px;
}

#faq label {
	display: block;
	color: #666;
	padding: 10px 0 0 0;
}

#faq input, #faq textarea {
	width: 95%;
	border: 2px solid #fadfa7;
}

#faq input.button {
	width: auto;
	margin-top: 10px;
	background: #fcb613;
	color: #FFF;
	padding: 3px;
}

#cnttbl {
	width: 100%;
}
#cnttbl td {
	padding: 3px;
	vertical-align: top;
}

#cnttbl input, #cnttbl textarea {
	width: 95%;
	border: 2px solid #fadfa7;
}


#cnttbl input.button {
	width: auto;
	margin-top: 10px;
	background: #fcb613;
	color: #FFF;
	padding: 3px;
}

#cnttbl input.ck {
	width: auto;
	border: none;
}

.conttbl td {
	padding-bottom: 4px;
	border-bottom: 1px solid #F1F1F1;
	padding-top: 4px;
}

#copy ul {
	list-style: disc;
}

	#copy ul li {
		margin-left: 40px;
	}
	
table.dta {
	width: 100%;
	border-bottom: 1px solid #fbb040;
	border-right: 1px solid #fbb040;
	margin-bottom: 20px;
}

	table.dta td {
		font-size: 10px;
		text-align: center;
	}

	table.dta td {
		padding: 2px;
	}
	
	table.dta th {
		background: url(../img/layout/h1_bg.gif) repeat-x;
	}
	
	table.dta th strong {
		display: block;
		background: url(../img/layout/h1_strong_bg.gif) top left no-repeat;
		padding: 3px 3px 3px 20px;
		color: #FFF;
	}
	
	table.dta td {
		border-left: 1px solid #fbb040;
		border-top: 1px solid #fbb040;
	}
