/*
***********************
General Styles
***********************
*/


a {color: #c98911;}
a:hover {color: #000000}


h1 {
	margin-left: 0px 7px 0px 7px;
	padding-left: 17px;
	background-image:url(images/headers.gif);
	background-repeat:repeat-y;
	color: #c98911;
	font-size:14px;
	font-weight:bold;
	}


input.update {
	background-color : #CCCCCC;
	color : #464745;
	font : bold Arial, Helvetica, sans-serif;
	border-top : 1px solid #ccf;
	border-left : 1px solid #ccf;
	border-bottom : 2px solid #666666;
	border-right : 2px solid #666666;
}  

.orange {font-size: 13px; color:#c98911; line-height:18px}
.colored {font-size: 13px; color:#c98911; line-height:18px}

/*NAV STYLE - background image*/

#navcontainer {
	height:41px;
	background:url(../images/nav/nav_bg.gif) repeat-x; 
	padding-left:100px;}



/* Ghosted image */

#allcontent {
	background: #FFFFFF url(../images/gateway/ghostedV.jpg) right top no-repeat;
	}

#allcontent2 {
	background: #FFFFFF;
	}

	

/* For specials on Home page 
or any double column item*/

#specialcontent {
	padding-top:5px;
	padding-bottom:15px;
	width: 880px;
	overflow: hidden;
	}
	
	#specialcontent div.left {
	float: left;
	width: 430px;
	margin: 15px 0px 0px 10px;
	font: 12px "Arial", sans-serif;
	border-right:#E5E5E5 1px solid;
	}
	
	#specialcontent div.right {
	float: right;
	width: 430px;
	margin: 15px 10px 0px 0px;
	font: 12px "Arial", sans-serif;
		}
	
	#specialcontent img {
	border: #CCCCCC 1px solid;
	margin: 0px 15px 15px 0px;
	}
	
	#specialcontent img.rule {
	border: 0;
	margin: 15px 0 0 0;
	}
	
	#specialcontent h1 {
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 0;
	padding-top: 0;
	}
	

/* For sub nav and copyright info */


	#bottomnav a {
	color:#9E9F9E; 
	text-decoration: none;
	}
	
	#bottomnav a:hover {
	color: #c98911
	}

	#describe  a {
	color:#9E9F9E; 
	text-decoration: none;
	}
	
	#describe a:hover {
	color: #c98911
	}
	
	
/*editable copy for Contribute */
/*Editable home page copy*/
#specialhome {
	padding: 10px 50px 10px 10px;
	font: 13px "Arial", sans-serif;
	line-height:125%;
	}

	#specialhome p {
	padding: 0 0 7px 0; 
	margin: 0;
	}
	
	#specialhome h1 {
	padding: 5px 0 5px 0;
	margin: 0;
	color: #c98911;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	}
	
	#specialhome ul {
	margin: 0;
	padding: 0 0 7px 13px;
	font: 13px "Arial", sans-serif;
	line-height:125%;
	list-style-image:url(../images/bullet.gif);
	position:inherit;
		}
	
	#specialhome li {
	font: 13px "Arial", sans-serif;
	line-height:145%;
	position:inherit;
	display: list-item;
	float:none
	}

/*Editable home page copy*/
#preowned {
	padding: 10px;
	font: 13px "Arial", sans-serif;
	line-height:125%;
	}

	#preowned p {
	padding: 0 0 7px 0; 
	margin: 0;
	}
	
	#preowned h1 {
	padding: 5px 0 5px 0;
	margin: 0;
	color: #c98911;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	}
	
	
