/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #4d1412;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkgnd_fade_red.jpg);
	background-repeat: repeat-x;
	}
#main_wrapper {
	width:1340px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:center;
}
#left_graphic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 768px;
	width: 153px;
}
#main_window {
	width:1038px;
	float: left;
	background-color: #FFF;
	position: relative;
	left: 0px;
	top: 0px;
}
#right_graphic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 768px;
	width: 144px;
}
#header {
	width: 1038px;
	float: left;
	}
#header img {
	float: left;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 650px;
	margin-top: 55px;
	font-size: 24px;
	padding-left: 50px;
}
#navbar {
	float: left;
	width: 724px;
	background-image: url(images/navbar_bkgnd.gif);
	height: 38px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#mainarea {
	clear: both;
	float: left;
	width: 800px;
	background-color: #FFF;
	background-position: top;
}
#sidebar {
	width:200px; /* this width + content width must total 100% */
	float:left;
	}
#sidebar_inner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ECA925;
	background-image: url(images/orange_roundbox_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	text-align: left;
}
#quote_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/red_roundbox_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	text-align: left;
}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:800px;
	}
	#content_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	font-weight: normal;
	text-align: left;
}
.downloads a:link {
	color: #FAA91F;
	text-decoration: none;
}
.downloads a:hover {
	color: #FAA91F;
	text-decoration: underline;
}
.downloads a:visited {
	color: #FAA91F;
	text-decoration: none;
}
#newsletter_links ul{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#newsletter_links a:link {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#newsletter_links a:hover {
	font-weight: normal;
}
#newsletter_links a:visited {
	font-weight: normal;
}

#content_inner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#content_inner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#content_inner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	}
#footer_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
	width: 895px;
	line-height: 14px;
	text-align: left;
}
#footer_inner div {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#footer_inner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footer_inner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#footer_inner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#sidebar_depth {
	float: left;
	height: 450px;
	width: 10px;
}
#column_depth {
	float: left;
	height: 450px;
	width: 10px;
}
.intro_text_4box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}
.intro_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 22px;
}
#content_inner ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 16px;
	list-style-image: url(images/orange_arrow.gif);
	position: relative;
	top: -5px;
	left: 40px;
	width: 550px;
	margin: 0px;
}
#content_inner li {
	padding-bottom: 4px;
}
#contact_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 20px;
	line-height: 18px;
	background-image: url(images/orange_red_fade_line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 638px;
}
#contact_box h2 {
	margin: 0px;
	padding: 0px;
}
#contact_box p {
	margin: 0px;
	padding: 0px;
}
#contact_box a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}
#contact_box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	line-height: 18px;
}
#contact_box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}
.intro_text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-style: italic;
	line-height: 20px;
	text-decoration: none;
}
#sidebar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ECAA25;
	text-decoration: none;
}
#sidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ECAA25;
	text-decoration: underline;
}
#sidebar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ECAA25;
	text-decoration: none;
}
.first_indent {margin-left: 1.5em;
}
.second_indent {margin-left: 3em;
} 
.second_indent_small {
	margin-left: 0.7em;
}
.booklist {
	line-height: 24px;
}
#callout_box p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
#mugphoto {
	float: right;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mugphoto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subhead_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	font-style: italic;
	line-height: 20px;
	text-decoration: none;
}
#offer_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	float: left;
	clear: both;
	margin-bottom: 30px;
	width: 187px;
	height: 147px;
	margin-left: 5px;
}
#offer_box h4 {
	font-size: 17px;
	color: #B62C22;
	display: block;
	clear: both;
	float: left;
	width: 187px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#offer_box_inner {
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 139px;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
}
#offer_box p {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#offer_box a:link {
	font-size: 12px;
	color: #F30;
	text-decoration: none;
}
#offer_box a:hover {
	font-size: 12px;
	color: #F30;
	text-decoration: underline;
}
#offer_box a:visited {
	font-size: 12px;
	color: #F30;
	text-decoration: none;
}
#newsletter_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	float: left;
	clear: both;
	margin-bottom: 30px;
	width: 187px;
	height: 147px;
	margin-left: 5px;
}
#newsletter_box h4 {
	font-size: 17px;
	color: #FC0;
	background-image: url(images/sidebar_box_top.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	float: left;
	height: 42px;
	width: 187px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#newsletter_box_inner {
	background-image: url(images/sidebar_box_body.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 139px;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
}
#newsletter_box p {
	font-size: 11px;
	color: #000;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#newsletter_box a:link {
	font-size: 12px;
	color: #F30;
	text-decoration: none;
}
#newsletter_box a:hover {
	font-size: 12px;
	color: #F30;
	text-decoration: underline;
}
#newsletter_box a:visited {
	font-size: 12px;
	color: #F30;
	text-decoration: none;
}
#newsletter_box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	float: left;
	clear: both;
	margin-bottom: 30px;
	width: 187px;
	height: 147px;
	margin-left: 5px;
}
#newsletter_box2 h4 {
	font-size: 17px;
	color: #B62C22;
	display: block;
	clear: both;
	float: left;
	width: 187px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#newsletter_box2_inner {
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 139px;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
}
#newsletter_box2 p {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.redtype {
	color: #A72920;
}
.number_paragraph {
	margin-bottom: 0px;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#tagline img {
	border: 2px solid #999;
}

