@charset "utf-8";
/*Theme Name: FBLaw
URI: http://wordpress.org/
Tags: FBLaw
*/
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:text-top;
	background: transparent;
}
body {
	line-height: 1;
	font-size:12px;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

blockquote, q {
	quotes: none;
}/* remember to define focus styles! */
:focus {
	outline: 0;
}/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	border:none;
}/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
H1{
	margin-top:20px;
	font-size:2em;
	margin-bottom:28px;
}
H1, H2
{
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
	margin-bottom:12px;
	color:#26197e;
	text-align:center;
}

p
{
	margin-bottom:12px;
	text-align:justify;
}

body
{
	background-image:url('images/body_background.gif');
	background-repeat:repeat-x;
	margin:0px;
	line-height:1.3;
	background-color:#333333;
	font-family:Arial;
	font-size:14px;
}

#wrapper
{
	width: 823px;
	min-height:800px;
  	margin: 0 auto;
  	text-align: left;
	background-color:#E5E5D7;
	margin-top:19px;
	width:900px;
	
}

#header
{
	
	font-family:Arial;
	
	background-color:white;
	width:570px;
	height:110px;
	float:left;
}
#conversion
{
	width:330px;
	height:100px;
	padding-top:10px;
	text-align:center;
	font-family:Impact;
	font-size:22px;
	float:left;
	color:#690001;
	background-color:white;
}
#conversion SPAN
{
	font-size:49px;
	background-color:white;
	font-family:Impact;
	color:#690001;
}
#below_header
{
	background-image:url('images/below_header.gif');
	background-repeat:none;
	height:208px;
	width:900px;
	float:left;
	clear:both;	
}

#below_header2
{
	background-image:url('images/blog_header.jpg');
	background-repeat:none;
	height:208px;
	width:900px;
	float:left;
	clear:both;	
}

#nav
{
	background-color:black;
	width:900px;
	height:22px;
	float:left;
	clear:both;
	
}
UL#nav_menu
{
	color:white;
	padding:0px;
	margin:0px;

	text-align:left;
	font-family:Arial;
	font-size:11px;
	font-weight:bolder;
	width:786px;
	float:left;
	min-height:22px;
	background-color:black;
	padding-left:62px;
	padding-right:52px;
	display:block;
	*padding-right:2px;
	*width:836px;
	
	
}


UL#nav_menu li
{
	margin:0px 0px;
	float:left;
	padding-left:17px;
	padding-right:17px;
	min-height:18px;
	padding-top:4px;
	display:list-item;
	position:relative;
}
UL#nav_menu li:hover
{
	background-color:#660000;
	
}

UL#nav_menu li:first-child
{
}

UL#nav_menu li a
{
	color:white;
	text-decoration:none;
	font-weight:normal;
	display:block;
}

UL#nav_menu li a:hover
{
	background-color:#660000;
}
UL#nav_menu a, #nav_menu a:visited {
}
UL#nav_menu a:hover {
}
UL#nav_menu a:active {
}

/******** STYLING THE WORDPRESS wp_page_menu() **************/
UL#nav_menu ul {
	background-color:black;
	position:absolute;
	z-index:200;
	display:none;
	margin:0px;
	left:0px;
	text-align:left;
	padding:0px;
	width:142px;
	top:20px;
}
UL#nav_menu ul li {
	background-color:black;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	min-height:18px;
	width:132px;
	float:none;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
}
UL#nav_menu ul li:first-child {
}
UL#nav_menu ul li:last-child {
}
UL#nav_menu ul li a {
	display:block;
	padding:0px;
	color:white;
	margin:0px;
	font-weight:normal;
	border-bottom:none;
	width:100%;
	height:100%;
	font-size:11px;
	color:white;
	padding-top:4px;
	padding-bottom:4px;
}
UL#nav_menu ul li a:hover {
	color:white;
	width:100%;
	height:100%;
	background-color:#660000;
}
UL#nav_menu ul li:hover, #nav_menu ul li:first-child:hover {
	background:none;
	background-color:#660000;
	color:black;
	width:132px;
}
#nav_menu ul ul {
	background-color:black;
	position:absolute;
	z-index:200;
	display:none;
	margin:0px;
	left:142px;
	text-align:left;
	padding:0px;
	width:142px;
	top:0px;
}
#nav_menu ul ul li:first-child {
}
#nav_menu ul ul li:last-child {
}
/***** FOR IE7!!! to make the list_item_bot-trans.png work!!! if you change the bottom li then change the number 29 to the id of the bottom element in the list!!! ******/

/*#nav_menu UL UL LI.page-item-55 {
	background-image:url('images/list_item_bot-trans.png');
	background-repeat:no-repeat;
	width:145px;
	display:block;
	min-height:58px;
	margin:0px;
	padding-right:15px;
}*/
#nav_menu ul ul li {
	background-color:black;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	min-height:18px;
	width:132px;
	float:none;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
}
#nav_menu ul ul li:hover {
	background:none;
	background-color:#660000;
	color:white;
	width:132px;
}
#nav_menu ul ul li a {
	display:block;
	padding:0px;
	color:white;
	margin:0px;
	font-weight:normal;
	border-bottom:none;
	width:100%;
	height:100%;
	font-size:11px;
	color:white;
	padding-top:4px;
	padding-bottom:4px;
}
#nav_menu ul ul li a:hover {
	color:white;
	font-weight:normal;
	width:100%;
	height:100%;
}
#nav_menu ul ul ul {
	background-color:black;
	position:absolute;
	z-index:200;
	display:none;
	margin:0px;
	left:0px;
	text-align:left;
	padding:0px;
	width:142px;
	top:20px;
}
#nav_menu ul ul ul li:last-child {
	
}
#nav_menu ul ul ul li {
	background-color:black;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	min-height:18px;
	width:132px;
	float:none;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	
}
#nav_menu ul ul ul li:hover {
	background-color:#660000;
	color:black;
}
#nav_menu ul ul ul li a {
	display:block;
	color:white;
}
#nav_menu ul ul ul li a:hover {
	color:black;
	font-weight:normal;
}
/* Begin non-anchor hover selectors */



/* Enter the more specific element (div) selector

on non-anchor hovers for IE5.x to comply with the

older version of csshover.htc - V1.21.041022. It

improves IE's performance speed to use the older

file and this method */



div#nav_menu li:hover {
	cursor:pointer;
	z-index:100;
	color:#c8d06b;
}
#nav_menu li:hover ul ul, #nav_menu li li:hover ul ul, #nav_menu li li li:hover ul ul, #nav_menu li li li li:hover ul ul {
	display:none;
}
#nav_menu li:hover ul, #nav_menu li li:hover ul, #nav_menu li li li:hover ul, #nav_menu li li li li:hover ul {
	display:block;
}
a:link, a:visited { color:#660000; text-decoration:underline;}

#content
{	
	clear:both;
	width:900px;
	min-height:1000px;
	background-color:white;
	float:left;
	overflow:hidden;
}
#col_one
{
	background-color:#d7d7d7;
	float:left;
	width:252px;
	min-height:1100px;
	padding-left:15px;
	padding-right:5px;
	text-align:left;
	padding-top:30px;
	font-size:12px;
	padding-bottom:6000px;
	margin-bottom:-6000px;
}
#col_one STRONG
{
	text-align:center;
	padding-left:10px;
	font-size:14px;
}
#col_one A
{
	color:#660000;
	font-size:12px;
}

#col_one P
{
	margin-left:10px;
	line-height:1.75;
}
#col_two
{
	float:left;
	width:596px;
	min-height:987px;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-right:17px;
	padding-left:15px;
	padding-top:43px;
}
#col_two UL, OL
{
	list-style:disc;
	margin-left:30px;
	margin-bottom:12px;
}
#footer
{
	background-image:url('images/footer_background.gif');
	background-repeat:repeat-x;
	clear:both;
	background-color:white;
	width:870px;
	height:55px;
	color:black;
	font-size:10px;
	font-family:Arial;
	border-top:2px solid #670001;
	padding:15px;
	float:left;
}

#form_header
{
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#660000;
	font-weight:bold;
	display:block;
	margin:0 auto;
}

/* Styling Large Text area element */
.formBuilderForm .large_text_area textarea {
	height:50px;
	width:98%;
}

#conv_heading
{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#FF0000;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:12px;
}

.alignleft
{
	float:left;
	margin-right:10px;
}

.alignright
{
	float:right;
	margin-left:10px;
}

#form TD
{
	padding-bottom:5px;
}

#form input
{
	margin-bottom:5px;
}

#form TABLE.b1
{
	border:1px solid grey;
}

#form TABLE.b1 TD
{
	padding-bottom:0px;
	border:grey;
}

#form TABLE.b1 INPUT
{
	border:none;
}

#form H2, #form H3
{
	font-size:18px;
	margin-bottom:12px;
	margin-top:12px;
}

#form
{
	font-size:12px;
}

#categoryposts-3
{
	font-size:16px;
	font-weight:bold;
}

#categoryposts-3 P
{
	font-size:12px;
	font-weight:normal;
}

#archives-3
{
	margin-top:12px;
	font-size:16px;
	font-weight:bold;
}

#archives-3 LI, #archives-3 UL
{
	margin-top:0px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}

#iwhomepage A.a
{
	display:none !IMPORTANT;
}
.pagenav {
	list-style-type:none;
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
	display:block;
}
.pagenav ul {
	margin-top:12px;
}
.pagenav ul li {
	list-style-type:none;
	margin-left:0px !IMPORTANT;
	font-weight:normal;
	font-size:12px;
	margin-bottom:5px;
	margin-top:5px;
}
.pagenav ul li ul {
	margin-top:0px;
}
.pagenav ul li ul li {
	list-style-type:disc;
	margin-left:35px !IMPORTANT;
}

#comment
{
	width:95%;
}

a.readmore  {
	background-image:url("images/readmore-arrow.gif");
	background-position:right 65%;
	background-repeat:no-repeat;
	font-size:0.9em;
	font-weight:normal;
	padding-right:10px;
	color:#660000;
	text-decoration:none;
}