/* CSS Document */


body 
	{
	font-family: Georgia;
	margin: 0px;
	margin-top: -2px;
	margin-bottom: -4px;
	margin-left: -2px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0, 0;
	background-attachment: fixed;
	color: rgb(0,0,0);
	background-color: rgb(235,236,230);
	}
img
	{
	border-style: none;
	border-width: 0px;
	border-color: rgb(77, 77, 77);
	}



/*Text styles */

.lawyername
	{
	font-family: Georgia;
	color: rgb(255,255,255);
	font-size: 36px;
	font-weight: none;
	font-style: italic;
	}
.lawyerdetails
	{
	font-family: Georgia;
	color: rgb(255,255,255);
	font-size: 11px;
	font-weight: none;
	}
.bodytitle
	{
	font-family: Georgia;
	color: rgb(10,72,119);
	font-size: 20px;
	font-weight: bold;
	}	
.bodysubtitle
	{
	font-family: Georgia;
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}		
.body
	{
	font-family: Georgia;
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight: none;
	font-style: none;
	}	
.blogtitle
	{
	font-family: Georgia;
	color: rgb(161,113,66);
	font-size: 16px;
	font-weight: none;
	font-style: none;
	}	



.italic
	{
	font-family:arial;
	color: rgb (10, 10, 10);
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}
.italic_small
	{
	font-family:arial;
	color: rgb (10, 10, 10);
	font-size: 11px;
	font-style: italic;
	font-weight: none;
	}
.italic_tiny
	{
	font-family:arial;
	color: rgb (10, 10, 10);
	font-size: 9px;
	font-style: italic;
	font-weight: none;
	}

a.menu
	{
	color: rgb(215,215,255); 
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	}
a:hover, a:hover:visited
	{
	font-weight: bold;
	color: rgb(211,213,216);
	text-decoration: none;
	border-style: none;
	}


/*Text Input styles */


textarea, select
	{
	font-size: 16px;
	overflow: hidden;
	background-color: rgb(225,225,225);
	border-color: rgb(0, 0, 0);
    border-style: ridge;
	border-width: 1px;
	color: rgb(0, 0, 0);
	}	
input
	{
	font-size: 16px;
	overflow: hidden;
	background-color: rgb(225,225,225);
	border-color: rgb(0, 0, 0);
    border-style: ridge;
	border-width: 1px;
	color: rgb(0, 0, 0);
	}	
.checkbox
	{
	font-size: 12px;
	overflow: hidden;
	background-color: rgb(180, 180, 180);
	border-color: rgb(0, 0, 0);
    border-style: ridge;
	border-width: 1px;
	color: rgb(0, 0, 0);
	}
input.comments
	{ 
	overflow: scroll;
	width: 500px; 
	font-family:arial;
	font-size: 16px;
	}
input.counter
	{ 
	font-size: 12px;
	border-width: 0px;
	background-color: transparent;
	width: 30px;
	}
input.email
	{
	width: 300px;
	}
	
/*TextAREA styles, for building editing */

textarea.comments
	{ 
	overflow: auto;
	width: 550px; 
	height: 300px;
	font-family:arial;
	font-size: 16px;
	}
textarea.subtitle
	{ 
	overflow: auto;
	width: 550px; 
	height: 65px;
	font-family:arial;
	font-size: 16px;
	}

/*Table styles */
table.readonly
	{
	text-align: left;
	margin: 0px;
	border-spacing:0px;
	padding: 0px;
    border-style: solid;
	border-width: 1px;
	border-color: rgb(0,0,0);
	border-collapse: separate;
	background-color: rgb(180,180,180);
	}
table.entire_page
	{
	vertical-align: top;
	width: 100%;
	height: 100%;
	background-image: url("images/background.png");
	border-style: solid;
	border-width: 0px;
	border-color: rgb(10,72,119);
	}



/*Table:CELL styles */

table
	{
	border-collapse: collapse;
	border-spacing: 0px;
	}

td.header
	{
	color: rgb(255,255,255);
	vertical-align: bottom;
	border-spacing: 1px;
	padding: 20px;
	height: 100;
	width: 800px;
	font-size: 18px;
	text-align: left;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	background-color: rgb(74,75,127);
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgb(24,25,77);
	}

td.footer
	{
	color: rgb(255,255,255);
	vertical-align: top;
	border-spacing: 1px;
	padding: 0px;
	height: 12;
	width: 900px;
	font-size: 18px;
	text-align: center;
	background-repeat: repeat-y;
	background-color: rgb(10,57,100);
	border-style: none;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: rgb(0,0,0);
	}
	
td.border
	{
	vertical-align: top;
	border-spacing: 0px;
	height: 100%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0,0,0);
	}

td.menu
	{
	color: rgb(255,255,255);
	vertical-align: top;
	border-spacing: 0px;
	padding: 15px;
	width: 150px;
	font-size: 18px;
	text-align: left;
	background-repeat: repeat-y;
	background-color: rgb(75,78,169);
	}
	
td.main
	{
	vertical-align: top;
	width: 543px;
	text-align: left;
	padding: 40px;
	font-size: 12px;
	background-image: url("images/main.png");
	background-color: rgb(255,255,255);
	}

td.sidebar
	{
	border-style: solid;
	border-width: 2px;
	border-color: rgb(207,197,188);	
	vertical-align: top;
	width: 232px;
	text-align: left;
	padding: 2px;
	font-size: 12px;
	background-color: rgb(239,237,236);
	}
	

td.right_line
	{	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgb(255,255,255);
	}
td.top_line
	{	
	text-align: left;
	color: rgb (0, 0, 0);
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(99, 99, 99);
	}

	
tr
	{
	padding: 0px;
	}
tr.underline
	{
	background-color: rgb(235,236,230);
	border-style: solid;
	border-width: 0px;
	border-color: rgb(77, 77, 77);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(99, 99, 99);
	}
tr.stripe
	{
	background-color: rgb(144, 144, 144);
	border-style: solid;
	border-width: 0px;
	border-color: rgb(77, 77, 77);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(99, 99, 99);
	}
tr.thin_underline
	{
	border-style: solid;
	border-width: 0px;
	border-color: rgb(77, 77, 77);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(99, 99, 99);
	}



div#buttonA {
	color: rgb(74,75,127);
    margin-left: 0px;
	font-family: Georgia;
}
div#buttonA ul {

	color: rgb(74,75,127);
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 15px;
}
div#buttonA li {
	color: rgb(74,75,127);
    list-style-type: none;
    height: 15px;
    width: 140px;
    margin: 4px;
    text-align:center;
}
div#buttonA li a {
	color: rgb(74,75,127);
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 0px;
}
div#buttonA li a:link {
    font-weight: bold;
    background-color: #F0F0F0;
    border-style: outset;
}
div#buttonA li a:visited {
    font-weight: bold;
    background-color: #F0F0F0;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
} 
