﻿/* text.css - Text styles: margins, padding, font properties */

body {
	color: #797958;
	background-color: #c3baa8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { color: #d2232a; text-decoration: underline }
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 {
		color: black;
	}

#mainnav a {
	padding: 0 35px 0 20px; 
	color: white;
	font-size: 13px; 
	text-decoration: none;
}
	#mainnav a:hover, #mainnav a.active {
		color: #333;
	}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: lowercase;
	color: #0c4da2;
	font-weight: normal;
	padding-bottom:14px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #594b2e;	
	font-size: 17px;
	font-weight: normal;
	text-transform: capitalize;
	padding-bottom:10px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #867553;	
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom:10px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #493c23;	
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

p {
	line-height: 16px;
}

#subnav {
	border-bottom: 1px solid #777163;
}

	#subnav a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		text-decoration: none;
	}
	
	#subnav dt {
		border-top: 1px solid #777163;
		padding: 8px 0;
	}
	
		#subnav dt a {
			color: #3d2e11;
			font-weight:bold;
			font-size:13px; 
		}
		
		#subnav dt a:hover {
			text-decoration: underline;
		}

	#subnav dd { 
		padding: 0 0 4px 0;
	}
		#subnav dd a {
			color: #867553;
			padding-left: 16px;
		}
		#subnav dd a:hover, #subnav dd a.active  {
			color: #d2232a;
			text-decoration: underline;
			background: transparent url(../images/bullet.gif) 0 2px no-repeat;
		}
	
#footer, #footer a {
	font-family:Verdana;
	font-size:10px;
	color: #fff;
	text-decoration: none;
}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer #site-links a {
		color: #cccccc;
		padding-left: 8px;
	}
	#footer #site-links .linkdivider {
		padding-left: 8px;
	}
