/* Create Style stylesheet */

 body {
	margin:0px 0px 0px 0px;
	background-color: #3d352a;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	}

	#frame {
		margin: 0 auto;
		width: 800px;
		min-height: 100%;
		background-color: #e0e1d1;
	}

	#top_header {
		width: 100%;
		height: 115px;
		background-color: #e0e1d1;
	}
		
	#header {
        clear:both;
        float:left;
        width:100%;
	/*display: inline;
	background-color: #e0e1d1;*/
	}

	#block {
		margin: 10px;
	}

	#nav {

		width: 100%;
		height: 33px;
		background-color: black;
		z-index: 5;
		color: white;
		
	}

	#nav ul {
	margin: 20px;
	z-index: 5;
	background: #000;
	float: left;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	}

	#nav li {
	float: left;
	font: 95% "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0 5px 0 5px;
	padding: 0;
	width: 100px;
	}

	#nav a {
	background: #000 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	width: 100px;
	}

	#nav a:hover {
	background: #85071c url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
        }
	
	#atty {
		background: url("images/justice_scales_trans_200X230.png") no-repeat;
		z-index: 20;
		height: 200px;
	}
	
	
	#leftcontent {
		float:left;
		width:66%;
		background:#eaebdb;
		border-right:2px solid #000;
		/*border-bottom:2px solid #000;*/
		/*margin-right:15px;*/
		padding-bottom:10px;
		clear: both;
		}
	
	#left_content {
		position:relative;
		top: 263px;
		left: 0px;
		width:28%;
		background:rgb(97,8,16);
		margin: -221px 15px 60px 0px;
		padding-bottom:40px;
		color: #e2e4d6;
			
	
	}

	#right_content {
		background-color: #e0e1d1;
		/*border: 1px solid green;
		border-bottom:2px solid #000;*/
		margin-left:29%;
		margin-top:20px;

	}
	
	#maincontent {
	clear: both;
	width: 100%;
	/*margin: 0 auto;*/
	height: 500px;
	
	}



	#topcontent {
		clear: left;
		width: 98%;
		margin: 0 auto;
		/*border: 1px solid black;*/
		margin-bottom: 20px;
		padding-bottom: 20px;
		}

	#highlight {
		background-color: #cac9b5;
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding: 0px 10px 10px 10px;
		font-style: italic;
		font-weight: 600;
		font-size: 12px;
	}

	#highlight h3 {
		color: #85071c;
		font-size: 20px;
		margin-bottom: 2px;
		margin-top: 2px;
		text-align: center;
		}

	#hl {
		/*background-color: #cac9b5;*/
		margin: 5px;
	}

	.ind {
		font-size: 11px;
		color: #85071c;
		margin:0px 20px 10px 80px;
	}

	#rightcontent {
		background:  #e0e1d1;
		/*padding: 15px 2px 5px 5px;*/
		float: left;
		clear: both;
		
		}
		
	#rightcontent p {
		font-size:13px;
		margin:.4em 0 .8em .3em;
		/*padding: 15px 0 20px 0;
		margin-left:5px;*/
		}

	

	#bottomcontent {
		clear:both;
        	float:left;
        	width:100%;
		/*height: 200px;*/
		margin:15px 0px 0px 0px; 
		padding:0;
		/*border-top: 1px solid black;*/

	}

	
	td .lft {
		color: #e2e4d6;
	}

	.cl ul  {
  		float: left;
  		width: 550px;
  		margin: 0;
  		padding: 0;
  		list-style: none;
		}
 
	.cl li  {
  		float: left;
  		width: 165px;
		font-size: 90%;
  		margin: 0;
  		padding: 0;
	}

	.linebold {
		font-size: 104%;
		color: navy;
		font-style: italic;
		
		}

		
	p,h1,pre {
		margin:15px 30px 10px 30px;
		}

	.faq:first-letter { font-size: 300%; float: left }	
	
	h1 {
		font: italic bold 16px "arial";
		/*padding-top:10px;*/
		}

	h2 {
		font-size: 18px;
		padding-top: 10px;
		text-align: center;
		color: #85071c;
		font-weight: bold;
		
	}

	h3 {
		font-size: 20px;
		padding: 5px 0 1px 5px;
		color: #3d352a;
		margin: 0 auto;
		text-align: center;
	}

	h4 {
		color: black;
		font-weight: bold;
		font-size: 110%;
		margin-bottom: 2px;
	    }

	h5 {
		font-size: 20px;
		margin: 45px 0px 2px 0px;
		margin-top: 25px;
		text-align: center;
		color: #85071c;
		font-weight: bold;
		
	}

	h6 {
		font-size: 24px;
		padding: 5px 0 1px 5px;
		color: #85071c;
		margin: 0 auto;
		text-align: center;
		font-family: enterprise;

	}

	.promo {
		line-height: 1.5em;
		color: #85071c;
		font-size: 100%;
		font-family: "Arial";
		font-weight: bold;
		
	}

	#promo {
		margin:0px 15px 10px 390px;
	}

	.int {
		border: 1pt solid #85071c;
		padding: 10px 10px 5px 10px;
		width: auto;
		height: auto;
		background-color: #cac9b5;
	}

	.tb p {
		margin:5px 10px 5px 10px;
	}
	
	.sm {
		list-style:none; 
		width:559px; 
		height:300px; 
		display:block; 
		overflow:hidden
	}

	.sm li {
		float:left; 
		display:inline; 
		overflow:hidden;
		/*width: 25%;*/
		}
	
	.lu ul {
		padding-left: 40px;
		margin-left: 40px;
		}	


	#footer {
		/*position:absolute;
		bottom:0;*/
		height:100px;		
		clear:both;
		width:100%;
		border-top:1px solid #000;
		background: #cac9b5;
		/*padding: 5px 0;*/
	}

	div.wrapper {
		position: relative;
		top: 25px;
		
	}

	div.price_wrapper {
		font-size: 90%; 
		color: #85071c; 
		padding-left: 10px;
	}

	.num {
		list-style: decimal;
		margin-left: 10px;
	}

	.it {
		list-style: none;
		color: #85071c;
		font-weight: 400;
		font-size: 11px;
		margin-left: 5px;
		font-family: arial;
	}

	.rt {
		 width: 60%;
		color: #85071c;
		text-align: center;
	}

	.nm {
		color: #85071c;
		font-weight: bold;
		font-size: 14px;
		margin:0px 20px 10px 10px;
	}

	.an {
		color: #85071c;
	}


	.bd {
	list-style: disc;
	color: #85071c;
	font-family: Arial;
	font-weight: 500;
	font-size: 11px;
	margin:0px 0px 0px 25px;
	padding-left: -5px;
	width: 11.5em;
	
	}

	.bdd {
		list-style: disc;
		color: #85071c;
		font-family: Arial;
		font-weight: 400;
		font-size: 11px;
		margin:0px 0px 0px 25px;
		padding: 0px;
		
	}

	.od {
	list-style: disc;
	color: #85071c;
	font-weight: 400;
	font-size: 11px;
	font-family: Arial;
	margin: 0px 0px 0px 15px;
	padding-left: -5px;
	width: 11.5em;
	
	}

	.li {

	list-style: disc;
	color: #85071c;
	font-weight: bold;
	font-size: 13px;
	margin:0px 30px 5px 40px;

	}

	.lb {
	list-style: circle;
	color: #85071c;
	font-weight: bold;
	font-size: 13px;
	margin:0px 30px 3px 60px;
	}


	#basic-accordian{
	border:5px solid #cac9b5;
	padding:5px;
	width:695px;
	/*position:absolute;
	left:50%;
	top:50%;*/
	margin-left:25px;
	z-index:2;
	margin-top:10px;
	height: 670px;
}

.accordion_headings{
	padding:5px;
	background:#85071c;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#000;
}

.accordion_headings:visited {
	background:#000;
}

.accordion_child{
	padding: 0px 15px 15px 15px;
	background:#cac9b5;
	height: 615px;
}

.accordion_child p {
	margin:0px 30px 10px 5px;
}

.header_highlight{
	background:#85071c;
}

.tab_container *{
	float: left;
	width:125px;
}

.sig {
	color: #85071c;
	font-weight: bold;
	font-size: 120%;
	font-family: "Jefferies Italic";
	
}

 */

/* Tabs
----------------------------------*/
	#side_bar {
		float: left;
		width: 175px;
		margin-top: 0px;
		height: auto;
		padding-bottom: 20px;

	}

	#inner_main {
		position: relative;
		top: -30px;
		margin: 0 15px 0 15px;
		clear: left;
		height: 500px;
		width: 600px;
		float: right;
		
		
	}

	