html, body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background:#999 url(http://media.uslegalblogs.com/images/background-glass.jpg) repeat-x fixed;
}

/**---General Styles---**/


/* -------- HEADER -------- */
div.header{
	margin: 0 auto;
	padding: 15px 8px 0 0;
	width: 950px;
	height: 91px;
	background-image:url(http://media.uslegalblogs.com/images/main_header_search_glass2-uslegalinc.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
}

/* GLOBAL NAV */
div.header div.globalNav{
	margin: -15px 0 0 300px;
	height: 82px;
	text-align:right;
}
div.header ul.globalNav{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
div.header ul.globalNav li{
	color:#ccc
}
div.header ul.globalNav li a{
	color:#f3f3f3;
	text-decoration:underline;
	padding:0 1px 0 1px;
}
div.header ul.globalNav li a:hover{
	color:#fff;
	background:#550e00;
}
/* MAIN NAV */
div.header div.mainNav{
	margin: 0 0 0 187px;					/* relative positioning for the menu*/
}
div.header ul.mainNav{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
div.header ul.mainNav li{
	float:left;
	margin: 0;
	padding: 0;
}
div.header ul.mainNav li a{
	display:block;
	padding: 4px 0 0 0;
	margin:0 0 0 4px;
	display: block;
	width: 114px;
	height:18px;
	text-align:center;
}

div.header ul.globalNav{
	font-size: 9px;
	color:#999;
}
div.header ul.globalNav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
div.header ul.globalNav a:hover{
	color:#000;
	text-decoration:underline;
}
div.header ul.mainNav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
div.header ul.mainNav a#home{
	text-align:right;
	color: #FFFFFF;
	width: 50px;
}


/*
	next 2 work with javascript for header dropdown menus

div.header ul.mainNav li a#active{
	background-repeat:repeat-x;
}
div.header ul.mainNav li a#tco_active{
	width: 124px;
	background-repeat:no-repeat;
}
*/


/* -------- FOOTER --------  */
div.footer{
	width: 946px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background:url(http://media.uslegalblogs.com/images/gradientgray-shadowtop.png) 50% 40% repeat-x #eee;	
	text-align:center;
	border:2px solid #666;
	border-top:3px solid #550e00;
}
div.footer ul{
	float:left;
	margin:7px .8em 0 2em;
	padding:0;
	list-style-type:none;
	display:block;
	text-align:left;
}
div.footer ul li{
	line-height:1.5em	
}
div.footer ul li a{
	margin:0;
	padding: 0;
	font-size:1em;
}
div.footer p{
	margin: 0;
	padding: 2px 0 2px 0;
	text-align:center;
}

div.full_footer{
	width: 744px;
	margin: 0 auto;
	text-align:center;
}
/* -------- FOOTER links and text -------- */
div.footer p, div.full_footer p a, div.full_footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}
div.footer ul li a:link{
	color: blue;
	text-decoration:underline;
}
div.footer ul li a:visited{
	color: blue;
	text-decoration:underline;
}

div.footer ul li a:hover{
	color:blue !important;
	text-decoration:underline
}



/* this section controls all margin content */
.content {
	margin:5px 0 0 5px;
}
.content p {
	margin:7px 15px 0 15px; 
	font-size:1.2em;
}

/* -------- CONTENT for whole site CONTENT for whole site CONTENT for whole site -------- */


/**---Header javascript dropdown Header javascript dropdown Header javascript dropdown Header javascript dropdown  Nav styles---**/
.subnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	position:absolute;
	visibility: hidden;
	border:2px solid #666;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #ccc;
	width: 180px;
	text-align:left;
	left:500px; /********** move the menu over so it doesnt create a scrollbar **********/
}
.subnav ul, .subnav ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(http://media.uslegalblogs.com/images/gradientgray-shadowbot.png) 0% 40% repeat-x #eee;
}
.subnav a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 2px solid #666;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.subnav a:hover{ /*hover background color*/
	background-color: #666;
	color: white;
}

div.content a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #0000FF;
}
div.content a:hover{
	color: blue;
}

/* -------- CONTENT -------- */
div.body_content{
	background:url(http://media.uslegalblogs.com/images/gradient_gray5.gif) repeat-x #fff;
	border:2px solid #666;  /* -------- gray px around all content-------- */
	overflow:visible;
	border-bottom:2px solid #550e00;

}
div.content{
	width: 950px;
	margin: 0 auto;
	padding:0;
}
div.headerhomepage{
	width:479px;
	float:left;
	margin:5px 0 0 0px;
	background-color:#fff;
	border-top:5px solid #550e00;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	
}

div.hometext {
	width:265px;
	float:right;
}

/* breadcrumb breadcrumb breadcrumb breadcrumb breadcrumb breadcrumb breadcrumb breadcrumb breadcrumb  */
.bread_small{
	margin:5px 5px 10px 5px;
	font-size: 12px;
}
.bread_small a:link, .bread_small a:hover, .bread_small a:visited {
	font-family:arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}


/* Menu Content Menu Content Menu Content Menu Content Menu Content Menu Content */


#rhead {	
	height: 3px;
	background:#fff; 
}
#rtop {
	height: 0px;
	background-color:#fff;
}
#rbot {
	margin-top:1em;
	height: 7px;		
	}

.rbar ul {
	border: #CCC79F 1px solid; /* box border color*/
	background:url(http://media.uslegalblogs.com/images/gradient_gray5.gif) repeat-x #fff;;
	font-size:12px;
	font-family: Verdana, arial, verdana, serif;
	line-height:1.4em;
	display:block;
	margin: 0px 9px 0 9px;
	padding:1em 0 1em 0;
	list-style-type:none;
}
.rbar ul li {
	margin:0 5px 2px 5px;
	font-size:12px;
	line-height:14px;
}
.rbar ul li ul {
	border:none; /* box border color*/
	background:none;
	margin: 0px 0 0 9px;
	padding:0;
	list-style-type:square;
}
/*-----------------------------------------wordpress menu subchildren-------------------------------------------------*/
ul.children {
	border:none;
	background:none;
	margin:3px 5px 2px 15px;
	padding:0;
}
ul.children li{
	list-style-type:square;
	color:#550e00;
}


.rbar ul li a{font-size:12px}
.rbar H3 {
	display:block;
	margin: 10px 9px 0 9px;
	padding:2px 0 2px 1em;
	background-color:#CCC79F;
	color:#550E00;
	font-size:12px;
	background-repeat: no-repeat;	
}

.rbar .relative_to_this_page{
	border: #550e00 1px solid; /* box border color*/
	background:url(http://media.uslegalblogs.com/images/gradient_gray5.gif) repeat-x #fefefe;
	font-size:11px;
	font-family: Verdana, arial, verdana, serif;
	line-height:1.4em;
	display:block;
	margin: 0px 9px 0 9px;
	padding:1em 0 1em 0;
	list-style-type:none;
}
.rbar ul.relative_to_this_page li {
	margin:0 5px 2px 15px;
	font-size:10px;
	line-height:13px;
}
.rbar ul.relative_to_this_page  li strong{
	font-size:11px;
	font-weight:bold;
	margin:10px -10px;
}
.rbar ul.relative_to_this_page  li a{font-size:11px}
.rbar H3.relative_to_this_page, .rbar H4.relative_to_this_page  {
	display:block;
	margin: 10px 9px 0 9px;
	padding:2px 0 2px 1em;
	background-color:#550E00;
	color:#FCFAF2;
	font-size:11px;
	background-image:none;	
}

/* menu sidebar Main Element
<ul class="index-menu">
	<li><a href="/affidavits/"><strong>Affidavits</strong><br />State Specific Affidavit Forms</a></li>
</ul> 
 */
ul.index-menu {
	margin-top:10px;
	border:0px;
	float:left;
	width:100%;
	background:none;
	width:170px;
}
ul.index-menu li{
	padding:5px 5px 0 5px;
	margin:5px 0 5px 0;
	list-style:none;
	border-bottom:1px dotted #550e00;
	height:45px;
}

ul.index-menu li a{
	line-height:1.5em;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#550e00;
}
ul.index-menu li a strong{
	font-family: Georgia, "Times New Roman", Times,serif;
	font-size: 17px;
	text-decoration:underline;

}
ul.index-menu li:hover{
	text-decoration:none;
	background:url(http://media.uslegalblogs.com/images/gradient_gray5.gif) 0 0 repeat-x #eee;	
	color:#fff;
	display:block;
	border-bottom:1px solid blue;
}
ul.index-menu li:hover a{
	color:#550e00;
}



.cntr {
	text-align:center;
}
.superscript{
 	font-size:xx-small; 
 	vertical-align:top;
} 
.AccordionContent{
	height:0px;
	overflow:auto;
	display:none; 
}
