* {
	margin: 0; 
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: black;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #000;
	line-height: 1.5em;
	background: black;
}
		
img {		
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #2B2B4E;
	}

a:visited {
	text-decoration: underline;
	color: #2B2B4E;
	}

a:active {
	text-decoration: underline;
	color: #2B2B4E;
	}

a:hover {
	text-decoration: none;
	color: #707070;
	}

#siteContainer {
	margin: 0 auto;
	width: 960px;
	height: 650px;
	/* background-image: url(/images/homeBackground.gif);*/
}

h1 {
	margin: 0 auto;
	width: 940px;
	height: 40px;
	background: white;
	text-align: left;
	font-size: 14px;
	letter-spacing: -0.75px;
	font-weight: 900;
	}

h2 {
	font-size: 12px;
	font-weight: 600;
	}

#home {
	text-align: center;
	}
	
#rightColumn h1 {
	font-family: font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	width: 280px;
	height: 40px;
	color: #444410;
	text-align: left;
	margin: 0;
	}
	
/* main nav */

#primaryNav {
	width: 720px;
	height: 25px;
	background: #444410;
	margin: 0 auto;
	padding: 0 0 0 220px;
	}

#nav a:link {
	text-decoration: none;
	font-weight: bold;
	}

#nav a:visited {
	text-decoration: none;
	font-weight: bold;
	}

#nav a:hover {
	text-decoration: none;
	background: #D7D6B7;
	color: black;
	font-weight: bold;
	}

#nav a:active {
	text-decoration: none;
	font-weight: bold;
	}

#nav #over {
	background: #D7D6B7;
	color: black;
	font-weight: bold;
	}
	
/* Dropdown styles */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	height: 19px;
	width: 100px;
	color: white;
	background: #444410;
	text-align: center;
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 11px;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 80px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Internal Content */

#headerContent {
	width: 960px;
	height: 101px;
	background-image: url('/images/headerBackground.gif');
	}

#headerContent img {
	float: left;
	margin: 21px 0 0 0;
	}

#internalContent {
	width: 950px;
	height: 534px;
	background-image: url('/images/internalBackground.gif');
	}

#internalContent p {
	margin: 0 0 20px 0;
	}

#leftColumn {
	width: 280px;
	margin: 30px 0 0 50px;
	float: left;
	}

#leftColumn h1 {
	font-family: font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	width: 280px;
	height: 40px;
	color: #444410;
	text-align: left;
	}

#leftColumn p {
	width: 200px;
	}
	
#rightColumn {
	width: 450px;
	float: left;
	margin: 30px 0 0 30px;
	}

#rightColumnStory {
	width: 500px;
	height: 450px;
	float: left;
	margin: 30px 0 0 30px;
	overflow:scroll;
	}
	
/* ul styles */

.carrotList {
	margin-left: 10px;
	list-style-image: url('/images/carrot.gif');
	}
	
/* Nav for testimonials */

#secondaryNav {
	list-style: none;
	color: black;
	font-weight: bold;
	}
	
#secondaryNav li {
	margin: 7px 0 2px 0;
	}

#secondaryNav a:link {
	text-decoration: none;
	color: #A1A09F;
	font-weight: bold;
	}

#secondaryNav a:visited {
	text-decoration: none;
	color: #A1A09F;
	font-weight: bold;
	}

#secondaryNav a:active {
	text-decoration: none;
	color: #A1A09F;
	font-weight: bold;
	}

#secondaryNav a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	}
