@charset "ISO-8859-1";
	
.leftCol {
	float:left;
	width: 370px;
	}
	
.rightCol {
	float:right;
	width: 390px;
	}
	
ul	{
	padding-left:6em;
	margin: 0px 0px 20px 0px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	font-size: .85em;
	color: #41331d;
	text-align:left;
	}
	
.button {
	margin: 10px 0px 10px 0px;
	padding:3px 10px 3px 10px;
	background-color:#e4dfd0;
	border: 1px groove #ccc6b4;
	text-decoration: none;
	font-weight:bold;
	font-size: .9em;
	}
	

	
	/* ================= Nav w/out Boxes ===================== */

		
#navContainer ul	{
	padding: 0;
	margin: 10px auto 20px auto;
	width: 822px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	}
	
	#navContainer li { display: inline; color: #701f14; padding: 0 1.4em;font-style: italic;background-color: #e4dfd0;border: 1px groove #ccc6b4;}
	#navContainer li a {text-decoration: none;color: #41331d;font-style: normal;}
	#navContainer li a:hover {color: #701f14; text-decoration: none;}
		
		
/* ================= Old CSS ===================== */

.numbering {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: italic;
	color: #4f2700;
	}

.question {
	color: #701f14;
	text-align:left;
	margin-top: 20px;
}

.answer {
	color: #41331d;
	text-align:left;
	margin-top: -10px;
}


hr { 
	border: none 0; 
	border-top: 1px solid #e4dfd0;
	border-bottom: 1px solid #e4dfd0;
	width: 100%;
	height: 2px;
	}
	
#reviews {
	margin:40px 0 40px 0;
	padding:0;
	list-style-type: none;
	}
	
	#reviews li {
	margin:0 52px 0 0;
	padding:0;
	display: inline;
	}

	#reviews li.last {margin-right:0;}


/* ========== New 2012 CSS ========== */

body {
	margin: 0px;
	text-size: 100%;
	background-image: url(../images/BG_gradient.jpg); background-repeat: repeat-x;
	}

a {color: #701f14;outline: none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	color: #41331d;
	}
		
h2 {
	margin: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85em;
	color: #41331d;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style:italic;
	color: #41331d;
	}
	
.clearFloat {
	clear:both;
	display: block;
	}
	
#header {
	width: 822px;
	height: 104px;
	margin: 0px auto;
	text-align:center;
	}
	
	#navLeft {float: left; padding-left: 20px;}
	#navRight {float: right; padding-right: 20px;}
	
	
	#navLeft, #navRight {	
		list-style-type: none;
		margin:0;
		padding:0;
		font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: .85em;
		color:#701f14;
		font-weight: bold;
		text-transform: uppercase;
		}
	
	#navLeft li  {
		display:inline-block;
		margin: 20px 40px 20px 0px;
		padding-top:20px;
		}
		
	#navRight li {
		display:inline-block;
		margin: 20px 0px 20px 40px;
		padding-top:20px;
		}
		
	#navLeft li a, #navRight li a {
		color:#3e2711;
		text-decoration: none;}
		
	#navLeft li a:hover, #navRight li a:hover {
		color:#701f14;
		text-decoration: underline;
		}
	
#contentContainer {
	width: 822px;
	margin: 0px auto;
	text-align: center;
	}
	
#footer {
	width:822px;
	margin:30px auto;
	text-align:center;
	}
	
#footerCalloutContainer {
	width:822px;
	margin:0 auto;
	border-bottom: 1px solid #a99f8e;
	padding-bottom:10px;
	text-align: center;
	}
	
		
#leftCallout {
	float:left;
	width:300px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: .75em;
	color:#83745d ;
	}
		
#rightCallout {
	float:right;
	width:300px;
	text-align:right;	
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: .75em;
	color: #83745d;
	}
		
	#footer p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .75em;
		font-style: normal;
		color:#a99f8e;
		}
		
		#footer a {
		color:#a99f8e;
		text-decoration:none;
		}

