/* Color CSS */

body {
background-color:#FFFFFF;
 }
	
#branding {
	background: url(../images/branding_bg2.png) repeat-x top center;}
	
#site_info {
	background: url(../images/site_info_bg2.png) repeat-x top center; }
	
h1 {
	width: 119px;
	height: 85px;
	display: block;
	background: url(../images/logo.jpg) no-repeat left top;
	text-indent: -9000px;}

#branding h2 {
	text-indent: -9000px;}
	


#index_spacer {
	clear:left;
	height:30px;
	border-bottom: 1px solid #EDEDED;
	margin: 10px 0 20px 0;}


	

 	
/*==Form Color==*/

fieldset {
  	border: 1px solid #999;
  	background: #F3F3F3; }

legend {
  	color: #333; }

label {
  	color: #999; }

input {
  	border: 1px solid #CCC; }

input:focus, textarea:focus {
  	background: #FFC; }

textarea {
  	border: 1px solid #CCC; }

	
