@charset "utf-8";
/* progress CSS Document */

	div.progress {
		 float:right;
		 height:30px;
		 padding:20px 30px 0 5px;
		 marging:10px 20px 0 20px;
	}
	div.progress .progress_link:link, .progress_link:active, .progress_link:visited {
		 color:#999999;
		 font-size:0.7em;
		 text-decoration:none;
	}
	.progress .progress_link:hover {
		color:#3399CC;
		text-decoration:underline;
	}
	#image {
		background:#000000 url(../images_site/homepage-main-bg.jpg) no-repeat right top;
	}
	#main_content {
		background-color:#000000;
	}
	#main_content h3, h4 {
		color:#CCCCCC;
	}
	#main_content h3, h4 {
		padding-top:15px;
		font-size:1.0em;
		font-weight:500;
	}
	#main_content h4 {
		font-weight:400;
		color:#CCCCCC;
	}
	#main_content p {
		line-height:16px;
		font-family:Arial, Helvetica, Verdana, sans-serif;
		color:#707070;
	}
	/* start accordian styling for black look */
	.accordian_left, .accordian_left2, .accordian_left3, .accordian_left4 {
		display:block;
		float:left;
		padding-left:0px;
		width:460px;
		background-color:#000000;
	}
	.accordian_right, .accordian_right2, .accordian_right3, .accordian_right4 {
		display:block;
		float:right;
		width:280px;
		background-color:#000000;
	}
	#test1-content, #test2-content, #test3-content, #test4-content {
		background-color:#000000;
	}
	#basic-accordian {
		width:786px;
		z-index:2;
		padding-left:15px;
		overflow:hidden;
		background-color:#000000;
	}
	.accordion_headings {
		background:#99CC00;
		height:28px;
		color:#FFFFFF;
		cursor:pointer;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:0.80em;
		background:#000000 url(../images_site/home_tab_not.gif) no-repeat left top;
	}
	.accordion_headings:hover {
		background:#000000 url(../images_site/home_tab_selected.gif) no-repeat left top;
		color:#000000;
	}
	.accordion_child {
		width:786px;
		background-color:#000000;
	}
	/* -- End black accordian styling -- */
	#main_bottom {
		width:801px;
		height:9px;
		margin-right:auto;
		margin-left:auto;
		background:#000000 url(../images/2site_main_bottom2.gif) no-repeat left top;
	}
	form {
		margin-left:20px;
	
	}
	input, textarea {
		float:left;
		line-height:20px;
	}
	label {
		position:relative;
		display:block;
		float:left;
		width:150px;
		height:23px;
		padding-left:9px;
		background:#000000 url(../images_site/label_cap.jpg) no-repeat top left;
	}
	label input {
		position:absolute;
		display:block;
		float:right;
		color:#ffffff;
		width:100%;
		height:21px;
		border:0px;
		padding-right:9px;
		background:#000000 url(../images_site/input_right.jpg) no-repeat top right;
	}

	label.textarea {
		position:relative;
		display:block;
		width:200px;
		height:100px;
		padding-left:9px;
		background:#000000 url(../images_site/textarea_cap.jpg) no-repeat top left;
	}	
	
	label textarea {
		position:absolute;
		display:block;
		width:100%;
		height:100px;
		color:#ffffff;
		border:0px;
		padding-right:9px;
		background:#000000 url(../images_site/textarea_right.jpg) no-repeat top right;
		overflow:hidden;
	}
	hr {
		height:1px;
		color:#666666;
	}
