/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #5a4d2d;
}

p {
	margin-top: 1em;
}

a, img {
	border: 0px;
}

a {
	color: #c3a036;
}

embed, object {
	z-index: -1;
}

#main {
	width: 970px;
	text-align: left;
}

#top {
	width: 970px;
	height: 126px;
	background-image: url('images/logo_bg.jpg');
	text-align: right;
	padding-top: 18px;
}

#nav {
	height: 39px;
}

#content_well {
	width: 950px;
	padding: 6px;
	font-size: 14px;
}

#footer {
	clear: both;
	margin-top: 18px;
	text-align: center;
	font-size: 12px;
	color: #4e4e4e;
}

/* Home Page Styling */

#left_col {
	float: left;
	width: 550px;
}
	#becoming {
		height: 282px;
		width: 532px;
		padding: 9px;
		padding-left: 0px;
		font-size: 20px;
	}
	
	#never {
		margin-top: 18px;
		height: 241px;
		width: 514px;
		padding: 9px;
		background-color: #bfbfbf;
		color: #4a3b16;
		border: 1px solid #7f7f7f;
		font-size: 16px;
	}

#right_col {
	float: right;
	width: 400px;
}
	#video {
		width: 400px;
		height: 300px;
	}
	
	#engage {
		margin-top: 18px;
		width: 382px;
		height: 241px;
		padding: 9px;
		background-color: #b3d2f2;
		border: 1px solid #7f7f7f;
		font-size: 16px;
	}
	
.box_image {
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}

.box_heading {
	margin-bottom: 9px;
}

.box_learn {
	font-family: Times;
}

.dark a {
	color: #5a4d2d;
}

/* Secondary Page Styling */

.heading {
	margin-top: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #635017;
	text-transform: uppercase;
}

.sub_heading, 
a span.sub_heading {
	margin-top: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #635017;
	text-decoration: none;
}

.left {
	float: left;
	margin-right: 9px;
	clear: left;
}

.right {
	float: right;
	margin-left: 9px;
	clear: right;
}

.center {
	text-align: center;
}

.book_left {
	float: left; 
	width: 700px; 
	border-right: 1px solid #cccccc; 
	padding-right: 9px;
}

.book_right {
	float: left; 
	margin-left: 18px;
}

.book_separator {
	width: 100%; 
	height: 1px; 
	border: 0px; 
	background-color: #cccccc;
}

/* DROPDOWN MENU */

.nav_item {
	float: left;
	overflow: visible;
	height: 40px;
}

ul.dropdown {
	display: none; 
	float: left;
	position: relative;
	text-align: left;
}

ul.dropdown, ul.dropdown li {
	margin-left: 0px;
	list-style-type: none;
}

ul.dropdown li {
	padding: 9px;
	cursor: pointer;
	z-index: 1000;
}

/* Dropdown Theming */
ul.dropdown {
	width: 225px;
	padding: 0px;
	margin-top: -6px;
	background-color: #c3a036;
}

ul.dropdown a {
	color: white;
	font-family: Times;
	font-size: 14px;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

ul.dropdown a:hover li {
	background-color: #5a4d2d;
}
/* End Theming */