﻿/* text.css - Text styles: margins, padding, font properties */

body {
	color: #4d4d4d;
	background-color: #141414;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { color: #963200; }
a:hover { text-decoration: none; }


#utilities { font-size: 10px; text-transform: uppercase; }
	#utilities a {
		background: transparent url(../images/blackarrow.png) no-repeat right;
		padding-right: 12px;
		color: white;
		text-decoration: none;
		margin-right: 40px;
	}
	#utilities a:hover {
		text-decoration: underline;
	}

#mainnav a {
	padding: 0 35px 0 20px; 
	color: white;
	font-size: 13.5px; 
	text-decoration: none;
}
	#mainnav a:hover, #mainnav a.active {
		color: #333;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	text-transform: capitalize;
	color: #824123;
	font-weight: normal;
	padding-bottom: 22px;
}

h2 {
	color: #536a3c;	
	font-size: 15px;
	font-weight:bold;

}
p {
	line-height: 18px;
}

#subnav-header {
	color: #999;
	font-size: 20px;
	text-transform: lowercase;
	margin-bottom: 8px;
}
#subnav {
}
	#subnav, #subnav a {
		color: #a05f37;
		font-size: 12px;
		text-decoration: none;
	}
	
	#subnav dt {
		background:url(../../images/dividor.gif) no-repeat bottom;
		padding: 8px 0px 12px 0;
		text-align: center;
		display: none;
	}
		#subnav dt a:hover {
			text-decoration: underline;
		}

	#subnav dd { 
		background:url(../../images/dividor.gif) no-repeat bottom;
		padding: 8px 0px 12px 0;
		text-align: center;

	}
		/*#subnav dd a {
			color: #666;
		}*/
		#subnav dd a:hover  {
			text-decoration: underline;
		}
	
#footer, #footer a {
	color: #ffffff;
	text-decoration: none;
}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer #site-links a {
		color: #ffffff;
		padding-left: 5px;
	}
	#footer #site-links .linkdivider {
		padding-left: 5px;
		color:#e5c05d;
	}