<style type="text/css" media="screen">
/* 
	###########################################
	+ ------------ CSS in business skin by Steve------------- +
	###########################################
*/


.Wrapper{
              
                width:100%;
border-bottom-width: 2px;#99
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
border-bottom-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
border-bottom-color: #666666;
	background-color: #FFFFFF;
}
.headerwrap {
                 height: 100px;width: 100%;
                 vertical-align:top;
	
}
.headerwrap2 {
	height: 100px;width: 100%;
	}
.headerlogo {
	width: 21px;height: 100px;}
.headerbg {
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;

}

.HorizontalNavWrap {
	height: 39px;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #980000;

}
#HorizontalNav{
	height: 39px;
	width: 100%;}
	
.leftnavWrap{
	vertical-align:top;
	height: 100%;
	width: 150px;
	background-repeat: repeat-y;
	background-color: #EEEEEE;

}
.leftnavborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C1C1;
}


.CenterTableWrap {
	height: 100%;
	width: 100%;
}
.footer {	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 30px;
	width: 100%;
	background-color: #980000;
}
#navfont{
                font-family: Tahoma, Arial, Helvetica;
                font-size: 12px;
                font-weight: bold;
                color: #000000;
                height:20px;
	padding-top:8px;}

#navfont a:link, #navfont a:active, #navfont a:visited{
	color: #ffffff;	
	text-decoration: none;
}
#navfont a:hover{
	color: #FFE5B5;
	text-decoration:underline;
}

/* 
	###########################################
	+ ------------ REQUIRED CSS ------------- +
	###########################################
*/
html { height:100% }

body
{
	
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	height:100%;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;

}

/*
	Links
*/
a:link		{color: #980000; text-decoration: underline}
a:visited	{color: #980000; text-decoration: underline}
a:hover		{color: #000000; text-decoration: underline}
a:active	{color: #980000;text-decoration: underline}

/*
	Smallfont property
*/
.smallfont
{
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}
/*
	Main Content Area
*/
#content
{
	vertical-align:top;
}

/*
	Sub-Category Boxes
*/
.subcat
{
	font-size:14px;
	font-weight:bold;
	width:45%;
	margin:4px;
	padding:3px;
	float:left;
}

/*
	START: Article Loop ----------------------------
*/
.article_loop
{

	margin:2px;
	padding:4px;	
                border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C1C1;
}

/* Subject properties on Article Loop */
.article_loop .subject
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
    font-size: 12pt;
	font-weight: bold;
    color:#535353;
}

/* Summary's Property in Article Loop */
.article_loop .summary
{
	font-size:12px;
}

/* Misc. */
.article_loop .author, .article_loop .category
{
	font-weight:bold;
}

/* Category Name on Article Loop */
.article_loop .category
{
	text-decoration: underline;
}

/*
	/ END: Article Loop -----------------------------
*/


/* 
	first alternating color
*/
.firstalt	
{
	background-color: #FFFFFF;
	color: #333333;
}

/*
	second alternating color
*/
.secondalt
{
	background-color: #EEEEEE; color: #333333;
}

/*
	third alternating color
*/
.thrdalt    { background-color: #FFFFFF; color: #333333;}

/*
	table head
*/
.tblhead	{ color:#777777; text-decoration:none; font-size: 12px; font-weight: bold; background-color: #FFFFFF;}

/*
	table category 
*/
.tblcat	{ color:#777777; text-decoration:none; font-size: 10px; font-weight: bold; background-color: #FFFFFF;}

/*
	table border
*/
.tblborder  { background-color:#EEEEEE}

/*
	highlight
*/
.highlight { background-color: yellow; padding: 1px; color: black}

/*
row highlight class
*/
.rowhighlight
{
	background: #FFFDED;
}

.additionalsets
{
	background: #FFFBF4;
}



/*
	Main Article Box Property
*/
#article
{
	font-size:12px;
}

/*-- author profile box --*/
#authorbox
{
	padding:4px;
	font-size:11px;
	width: 180px;
	float:right;
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
	margin: 3px;
}

/*
	Boxes in "article_view"
*/
#ratebox, #supportbox, .custombox
{
	padding:4px;
	margin:3px;
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
}


/*
	misc box
*/
.miscbox
{
	padding:4px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}

/*
	breadcrumbs box
*/
.breadcrumbs_box
{
	padding: 5px;
	border: 1px solid #c0c0c0;
	font-weight: bold;
	font-size: 11px;
}

/*
	comments loop
*/
.comments_box
{
	padding:4px;
	margin:4px;

	border-bottom: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}

.comments_box_alt1, .comments_box_alt2
{
	padding:4px;
	margin:4px;
	border-bottom: 1px solid #EEEEEE;
}

.comments_box_alt1
{
	background: #FFFFFF;
}


.comments_box_alt2
{
	background: #EEEEEE;
}


/*
	colors used for Yes / No stuff.
*/
.red { color: red }
.green {color: green}


/*-- misc. --*/
.border_bottom
{
	border-bottom: 1px solid #EEEEEE;
}

/*
	style for [code]
*/
.htmlbox
{
	font-family: courier new;
/*
	padding:6px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	margin: 10px;
*/
	background-color:#F8F1E4;
	padding:5px;
	border: 1px solid #CDC0A9;
}

/*
	style for [php]
*/
.phpbox
{
	font-family: courier new;
/*
	padding:6px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin:10px;
*/
	background-color:#F8F1E4;
	padding:5px;
	border: 1px solid #CDC0A9;
}

/*
	UNUSED: highlight feature
*/
.hightlight
{
	background-color: yellow;
}

/*
	Glossary Text style
*/
.glossary
{
	border-bottom:1px dotted blue;
	cursor: pointer;
}

/*
	Sitemap List Item styles
*/
#sitemap ul, #sitemap li
{
	font-size: 11px;
}

/*
	Field sets style
*/
fieldset
{
	padding: 5px;
}

fieldset legend
{
	padding-bottom: 3px;
}

.attached_images
{
	font-size:7.5pt;
	background-color: #EEEEEE;
	border:1px solid #dedede;
	padding:5px;
	margin: 3px;
	text-align:center;
		
}



/* 
	###########################################
	+ ----- CSS used in default style   ----- +
	###########################################
*/

form
{
	margin: 0px;
}


#header
{
	background-color: #fff;
	padding:4px;
	font-size:35pt;
	font-family: Trebuchet MS;
	color: #fff;	
}

#header .slogan
{
	font-size:13px;
	font-family: Trebuchet MS;
	font-weight:bold;
}




#footer
{
	background-color: #FFFFFF;
	text-align:right;
	padding: 5px;
}

#nav_left .stitle
{
	text-decoration:none;
	font-size: 10pt;
	font-weight: bold;
	line-height: 26px;
	color:#535353;
	margin-bottom:5px;
		
}

.navlinks
{
	font-size:12px;
	font-weight: bold;
	padding-left: 6px;
}

.nav_subcatlinks
{
	font-size:10px;
	font-weight: bold;
	padding-left: 6px;
}

.title
{
	font-family: Georgia,Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 10pt;
	font-weight: bold;
	line-height: 26px;
	color:#535353;
}

h4, h5, h6
{
	
	color:#535353;
	margin:2px;
}

h3, h2, h1
{
	
	color:#980000;
	margin:2px;
}

h3
{
	font-size: 12pt;

}
	
h1.box
{
	padding:2px;
}

tr, td, p, li, ul, ol, form
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px
}

hr
{
	color:#535353;
	height: 1px;
}

blockquote
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #666666;
}

img
{
	border-style: none;
}

b
{
	color:#535353;
}

select
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #333333;
	font-size: 10px;
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
}

/* 
input, textarea, option
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #333333;
	font-size: 10px;
	background-color: #EEEEEE;
}
*/
.cp_nav
{	
	color:#222222;
	padding:5px;
	padding-left: 15px;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
	border-left: 3px solid #D9D7D7;
	margin-bottom: 1px;
}

.cp_nav_over
{	
	margin-bottom: 1px;
	color:#000;
	padding:5px;
	padding-left: 15px;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
	border-left: 3px solid #F47938;
	background: #EBEBEB;
}

fieldset
{
	padding: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #aaa;
	background-color:#fff;
}

fieldset legend
{
	padding-bottom: 3px;
	font-weight:bold;
	font-size:13px;
	color:#C41212;
}

input, textarea
{
	color: #333;
	background-color: #fafafa;
	border: 1px solid #aaa;
	padding: 3px;
}

input:focus, textarea:focus
{
	background-color: #fff;
	border:1px solid #666;
}
.rightline {
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #980000;
}
.leftline {
	border-left-width: 2px;
	border-top-style: none;
	border-left-style: none; 
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #980000;
}
.boxaround {
	border: 1px solid #333333;
}

a.foot {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}

a.foot:active {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}

a.foot:visited {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}

a.foot:hover {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFFFF;
TEXT-DECORATION: underline;
}




a.bigfoot {
font-family: Arial, Helvetica, sans-serif;	
font-size: 18px;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}

a.bigfoot:active {
font-family: Arial, Helvetica, sans-serif;	
font-size: 18px;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}

a.bigfoot:visited {
font-family: Arial, Helvetica, sans-serif;	
font-size: 18px;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}

a.bigfoot:hover {
font-family: Arial, Helvetica, sans-serif;	
font-size: 18px;
COLOR: #FFFFFF;
TEXT-DECORATION: underline;
}


a.yellowfoot {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFF33;
TEXT-DECORATION: none;
}

a.yellowfoot:active  {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFF33;
TEXT-DECORATION: none;
}

a.yellowfoot:visited {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFF33;
TEXT-DECORATION: none;
}

a.yellowfoot:hover {
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;
COLOR: #FFFF33;
TEXT-DECORATION: underline;
}

.home a:link		{color: #000000; text-decoration: none}
.home a:visited		{color: #000000; text-decoration: none}
.home a:hover		{color: #000000; text-decoration: underline}
.home a:active		{color: #000000;text-decoration: none}


/* Index page Firm Table (Begin) */

	.newhome {
		width: 290px;
		margin: 30px 0 15px 670px;

		border-collapse: collapse;
	}
	
	.newhome th {
		padding-bottom: 5px;
	}
	
	.newhome td {
		border-bottom: 1px solid #fcc3b4;
	}
	
	
	
	.newhome td.namber {
		width: 30px;
		
		font-weight: bold;
		
		text-align: center;
		vertical-align: middle;
		
		padding: 3px;
		
		color: #cc4e42;
	}
	
	.newhome td.logo-firm {
		
		width: 70px;
		
		
		text-align: center;
		vertical-align: middle;
		
		padding: 3px;
	}
	
	.newhome td.name-firm {
		
		width: 150px;
		
		font-size: 11px;
		font-weight: bold;
		
		
		text-align: left;
		vertical-align: middle;
		
		padding: 3px;
		
		color: #020202;
	}
	
	.newhome td.name-firm a {
		color: #020202;
	}
	
	.newhome td.name-firm a:hover {
		text-decoration: none;
	}
	
	.newhome td.go-firm {
		
		
		font-weight: bold;
		
		
		text-align: center;
		vertical-align: middle;
		
		padding: 3px;
		
		color: #cc4e42;
	}
	
	.newhome td.go-firm a {
		display: block;
		
		width: 32px;
		height: 20px;
		padding-top: 3px;
		
		text-align: center;	
			
		background: url(img/firm-go-button-fon.png) left top no-repeat;
		
		color: #fdd0b5;
		
		text-decoration: none;
	}
	
	.newhome td {
		width: px;
	}

/* Index Firm Table (End) */


/* Firm Table (Begin) */

	.list-firms {
		width: 290px;
		
		border-collapse: collapse;
	}
	
	.list-firms th {
		padding-bottom: 5px;
	}
	
	.list-firms td {
		border-bottom: 1px solid #fcc3b4;
	}
	
	
	
	.list-firms td.namber {
		width: 30px;
		
		font-weight: bold;
		
		text-align: center;
		vertical-align: middle;
		
		padding: 3px;
		
		color: #cc4e42;
	}
	
	.list-firms td.logo-firm {
		
		width: 70px;
		
		
		text-align: center;
		vertical-align: middle;
		
		padding: 3px;
	}
	
	.list-firms td.name-firm {
		
		width: 150px;
		
		font-size: 11px;
		font-weight: bold;
		
		
		text-align: left;
		vertical-align: middle;
		
		padding: 3px;
		
		color: #020202;
	}
	
	.list-firms td.name-firm a {
		color: #020202;
	}
	
	.list-firms td.name-firm a:hover {
		text-decoration: none;
	}
	
	.list-firms td.go-firm {
		
		
		font-weight: bold;
		
		
		text-align: center;
		vertical-align: middle;
		
		padding: 3px;
		
		color: #cc4e42;
	}
	
	.list-firms td.go-firm a {
		display: block;
		
		width: 32px;
		height: 20px;
		padding-top: 3px;
		
		text-align: center;	
			
		background: url(img/firm-go-button-fon.png) left top no-repeat;
		
		color: #fdd0b5;
		
		text-decoration: none;
	}
	
	.list-firms td {
		width: px;
	}

/* Firm Table (End) */

/* Header (Begin) */

	.header {
		position: relative;
		
		width: 980px;
		height: 88px;
		
		background: url(img/header.png) left top no-repeat;
	}
	
	.header .search {
		position: absolute;
		left: 717px;
		top: 0px;
		
		width: 245px;
		height: 35px;
		
		background: url(img/search-bar-fon.png) left top no-repeat;
		
	}
	
	.header .search .textBox {
		position: absolute;
		left: 75px;
		top: 5px;
		
		width: 128px;
		height: 11px;
	}
	
	.header .search a {
		position: absolute;
		left: 218px;
		top: 5px;
		
		width: 20px;
		height: 19px;
		
		background: url(img/search-button-fon.png) left top no-repeat;
	}

/* Header (End) */

/* Main Menu (Begin) */

	.main-menu {
		position: relative;
		
		width: 980px;
		height: 52px;
	}
	
	.main-menu ul {
		width: 980px;
		height: 27px;
		margin: 0;
		padding: 0;
		
		list-style-image: none;
		list-style-position: none;
		list-style-type: none;
		
		background: url(img/main-menu-fon.png) left top repeat-x;
	}
	
	.main-menu ul li {
		float: left;
		
		width: 127px;
		height: 27px;
		margin: 0;
		padding: 0;
		
		list-style-image: none;
		list-style-position: none;
		list-style-type: none;
		
		color: #f6eeeb;
	}
	
	.main-menu ul li a {
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		
		display: block;
		width: 127px;
		height: 21px;
		margin: 0;
		padding: 6px 0 0 0;
		
		text-align: center;
		
		text-decoration: none !important;
		text-transform: uppercase;
		
		color: #f6eeeb !important;
		
		background: url(img/main-menu-li-fon.png) left top no-repeat;
	}
	
	.main-menu ul li a:hover, .main-menu ul li a.active {
		text-decoration: none;
		
		color: #ff9371 !important;
		
		background: url(img/main-menu-li-a-fon.png) left top no-repeat;
	}
	
	
	.main-menu ul ul {
		position: absolute;
		left: 0;
		top: 27px;
		
		width: 980px;
		height: 25px;
		margin: 0;
		padding: 0;
		
		list-style-image: none;
		list-style-position: none;
		list-style-type: none;
		
		background: url(img/main-menu-sub-fon.png) left top repeat-x;
	}
	
	.main-menu ul ul li {
		float: left;
		
		width: auto;
		height: 25px;
		margin: 0;
		padding: 0;
		
		list-style-image: none;
		list-style-position: none;
		list-style-type: none;
	}
	
	.main-menu ul ul li a {
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		
		float: left;
		display: block;
		width: auto;
		height: 21px;
		margin: 0;
		padding: 6px 20px 0 20px;
		
		text-align: center;
		
		text-decoration: none !important;
		text-transform: uppercase;
		
		color: #020202 !important;
		
		background: url(img/main-menu-sub-li-fon.png) right top no-repeat;
	}
	
	.main-menu ul ul li a:hover, .main-menu ul ul li a.active {
		text-decoration: none;
		
		color: #f88a69 !important;
		
		background: url(img/main-menu-sub-li-a-fon.png) right top repeat-x;
	}
	
	
	
/* Main Menu (End) */

