/* CSS Document */
#primary-nav ul li #primary-nav-home
	{
		width:142px;
		padding-left:20px;
		display:block;
	}

#primary-nav-a
{
	margin-left: 0;
	border-left: 0px solid #fff;
}
.item-g {
	background:#09c;
}

#section-image {
	background: url(../images/internal/questions/headerbg.gif) top left no-repeat;
}

#feature-column {
	padding:182px 0 0 0;
}
#faq-feature-header {
	padding:44px 40px 0 40px;
	background:url(../images/features/faq-form-top.gif) top no-repeat;
}

#faq-feature-header-ask {
	padding:44px 40px 0 40px;
	background:url(../images/features/faq-form-top-2.gif) top no-repeat;
}

.divider-top {
	height:10px;
	border-top:1px dotted #999;
}

#faq-feature-content {
	padding:0 40px;
}
	#faq-feature-content label {
		color:#333;
		float:left;
		width:150px;
		font-size:13px;
		padding:4px 0;
	}
	
	#faq-feature-content .field {
		width:330px;
		border:1px solid #999;
		display:block;
		margin-bottom:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#000;
		float:right;
		padding:3px;
	}
	
	#faq-feature-content .field2 {
		width:150px;
		border:1px solid #999;
		margin:5px 0 10px 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#000;
		padding:3px;
	}
	
	.captcha {
		float:right;
		text-align:right;
	}
	.submitbut {
		width:150px;
		height:40px;
		color:#d90606;
		font-weight:bold;
		margin-top:10px;
		diaply:block;
		float:right;
	}
	
	form {
		padding:0;
		margin:0;
	}

		.error {
			background:#d90606;
			border:1px solid #900;
			padding:5px;
			text-align:center;
			color:#fff;
			font-weight:bold;
			margin:0 0 15px 0;
		}	
	
#faq-feature-bottom {
	height:35px;
	background:url(../images/features/faq-form-bottom.gif) top no-repeat;
}