body
{
	background-image: url(images/background.jpg);
	margin-top: 5px;
	background-repeat: repeat-x;
	background-color: #C69E4C;
	
	
}

#page
{ 
	
	width: 750px;
	background-color: #ffffff;

}


.topMenu a
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #D1DDE8;
	text-decoration: none; 
	

}
.topMenu a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none; 

}

#leftbar
{
	
	width: 192px;
	background-color: #4F1D13;

}


 #leftbar .links 
{
	
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-left:25px;
	margin-bottom:7px;
	

}

#leftbar .links:hover 
{
	
	font-family: Verdana;
	font-size: 12px;
	color: #241F20;
	text-decoration: none;
	

}

#leftbar .menu a:hover
{
	
	font-family: Verdana;
	font-size: 11px;
	color: #241F20;
	text-decoration: none;
	

}


.case_review1
{
	font-family: Verdana;
	font-size:10px;
	color: #000000;

}
.case_review_box
{
	font-family: Arial;
	color: #ffffff;
	font-size: 10px;

	width: 148px;
	background-color: #91724B;
	
	margin-bottom: 5px;
	padding-top: 2px;

	border: 0px;
}

 
#mainContent
{

	background-color: #ffffff;	
	width: 578px;


}


#mainContent a
{
	color: #8A1F02;
	font-family: Arial;
	font-size: 12px;

}
#mainContent a:hover
{
	color: #241F20;
	font-family: Arial;
	font-size: 12px;

}

#mainContent p, #mainContent li, #mainContent td
{
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	
		 
}

.padding
{
	padding-left: 5px;
	padding-right: 5px; 
}

#mainContent blockquote
{
	
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;


} 


#mainContent h1
{
	font-family: Times New Roman;
	font-size: 28px;
	font-weight: normal;
	color: #8A1F02;
	margin-top:0;	

}
#mainContent h2
{
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	color: #8A1F02;
	

}
#mainContent h3, .con2
{
	font-family: Times New Roman;
	color: #241F20;
	font-size: 18px;
	margin: 0px;
	padding-top: 15px;
}

#mainContent #home-links .title 
{
	color:#000000;
	text-decoration:none;
	font-size:16px;
	font-family: Times New Roman;


}


#mainContent #home-links p
{
	font-size: 11px;
	padding:0;


}
#mainContent #home-links a
{
	font-size: 10px;


}

#mainContent .headlines 
{

	color: #000000;
	padding:20px;
	

}
#mainContent hr
{

	color: #BDBBBC;
	background-color:#BDBBBC;
	height: 1px;
	border:0;

}



#border-left
{
	padding-left: 5px;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BDBBBC;

	margin-left-width: 2px;

 
}



#footer
{
	background-color: #241f20;
   	text-align: center;
	height: 60px;
	

}

#address
{
	font-family: Verdana;
	 font-size: 10px;
	color: #9E9E9E;
	padding-bottom: 5px;
	padding-top: 10px;
}

#copyright
{
	font-family: Verdana;
	 font-size: 10px;
	color: #AC9564;
	padding-bottom: 5px;
	padding-top: 10px;
}



#footer ul
{
       
	font-family: Verdana;
	font-size: 11px;
       color: #ffffff;


	padding: 5px;
       margin: 0;
       list-style-type: none;

}
#footer ul li
{
        
        display: inline;
      


}

#footer li a
{
    	 font-family: Verdana;
	 font-size: 11px;
        color: #ffffff;
        text-decoration: none;
      	  padding-left:20px;
        padding-right:20px;

}

#footer hr
{
	color: #404040;
	background-color:#404040;
	height: 1px;
	border:0;
	width:95%;

}





/* LEFT MENU STYLE */
/* remove all the bullets, borders and padding from the default list styling */
#menuLeftTopics ul {
	padding:0;
	margin-left:25px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:0px;

	list-style-image: url(images/box.gif);
	z-index:10;
}
/* position relative so that you can position the sub levels */
#menuLeftTopics li {
	position:relative;
	z-index:10;
}

/* get rid of the table */
#menuLeftTopics table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the links */ 
#menuLeftTopics a{
	display:block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 4px;
	padding-left: 2px;
	text-align:left;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 0.2pt;
	word-spacing: 0pt;
	width: 155px;
}

a.bulletLeft {
	width:105px;
}
/* style the link hover */
#menuLeftTopics a:hover{
	text-decoration:underline;
	background-image: url(images/leftStar.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


#menuLeftTopics ul ul li a{
color: #ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuLeftTopics ul ul {
	visibility:hidden;
	position:absolute;
	top:-30px; 
	left:130px;
	width:160px;
	background:#414755;
	
	z-index:10;
	border: 1px solid #ffffff;
	padding:5px;
	list-style: none; 
}
/* make the second level visible when hover on first level list OR link */
#menuLeftTopics ul :hover ul{
	visibility:visible;
}

/* END Left Menu Style */



