/* CSS Document */

/* Link Styles */
a{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:active  {color: #FFFFFF; text-decoration: none}
a:link    {color: #DFC688; text-decoration: none}
a:visited {color: #DFC688; text-decoration: none}
a:hover   {color: #FFFFFF; text-decoration: none}

a.white{font-size: 11px}
a.white:active  {color: #FFFFFF; text-decoration: none}
a.white:link    {color: #FFFFFF; text-decoration: none}
a.white:visited {color: #FFFFFF; text-decoration: none}
a.white:hover   {color: #DFC688; text-decoration: none}

a.whiteBold{font-size: 14px; font-weight: bold;}
a.whiteBold:active  {color: #FFFFFF; text-decoration: none}
a.whiteBold:link    {color: #FFFFFF; text-decoration: none}
a.whiteBold:visited {color: #FFFFFF; text-decoration: none}
a.whiteBold:hover   {color: #DFC688; text-decoration: none}

a.black:active  {color: #000000; text-decoration: none}
a.black:link    {color: #000000; text-decoration: none}
a.black:visited {color: #000000; text-decoration: none}
a.black:hover   {color: #CCCCCC; text-decoration: none}

a.blue:active  {color: #00457C; text-decoration: none}
a.blue:link    {color: #00457C; text-decoration: none}
a.blue:visited {color: #00457C; text-decoration: none}
a.blue:hover   {color: #0099FF; text-decoration: none}

a.bluesmall{font-size: 11px}
a.bluesmall:active  {color: #00457C; text-decoration: none}
a.bluesmall:link    {color: #00457C; text-decoration: none}
a.bluesmall:visited {color: #00457C; text-decoration: none}
a.bluesmall:hover   {color: #0099FF; text-decoration: none}

a.red:active  {color: #FF0000; text-decoration: none}
a.red:link    {color: #FF0000; text-decoration: none}
a.red:visited {color: #FF0000; text-decoration: none}
a.red:hover   {color: #EE0000; text-decoration: none}

a.main:active  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.main:link    {
	color: #73645B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.main:visited {
	color: #73645B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.main:hover   {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.mainlg:active  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.mainlg:link    {
	color: #73645B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.mainlg:visited {
	color: #73645B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.mainlg:hover   {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.style2 {font-size: 15px}
/******************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Main page backgroungs */
.main_tl_bg{
	background-image: url(../images/main_tl_bg.jpg);
	background-repeat: repeat-x;

}
.main_tr_bg{
	background-image: url(../images/main_tr_bg.jpg);
	background-repeat: repeat-x;

}
.main_bl_bg{
	background-image: url(../images/main_bl_bg.jpg);
	background-repeat: repeat-x;

}
.main_br_bg{
	background-image: url(../images/main_br_bg.jpg);
	background-repeat: repeat-x;

}
.main_m_bg{
	background-image: url(../images/main_m_bg.jpg);
	background-repeat: repeat-x;

}
/***************************************************************/

/* Internal page backgrounds */
.attorneybg{
	background-image: url(../images/bg_attorney.jpg);
	background-repeat: repeat-y;

}

.practice1bg{
	background-image: url(../images/bg_practice.jpg);
	background-repeat: repeat-y;

}

.firmbg{
	background-image: url(../images/bg_firm.jpg);
	background-repeat: repeat-y;

}
.termsbg{
	background-image: url(../images/bg_terms.jpg);
	background-repeat: repeat-y;

}
.newsbg{
	background-image: url(../images/bg_news.jpg);
	background-repeat: repeat-y;

}
.contactbg{
	background-image: url(../images/bg_contact.jpg);
	background-repeat: repeat-y;

}

.contact2bg{
	background-image: url(../images/bg_contact2.jpg);
	background-repeat: repeat-y;

}
/***************************************************************/


/* Font Styles */
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #00457C;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}

.namelg {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	color: #00457C;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}

.sidenav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #73645B;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}

.sidenavlg {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #73645B;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.normal_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.large_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.large_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.xlarge_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.xlarge_brown {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #61360A;
	text-decoration: none;
	font-weight: normal;
}
.xsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.smallTimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.large_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #DFC688;
	text-decoration: none;
	font-weight: bold;
}
.large_Darkbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #61360A;
	text-decoration: none;
	font-weight: bold;
}
.rss_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}