body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383236; 
	margin: 0px;
	padding: 0px;
	background-color: #C9C9C9;
	background-image: url(images/concept6_bg.jpg);
	background-repeat: repeat-x;

}
#wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background: url(images/_bg-wrapper.gif) repeat-y;
}
/*  @@@@@[  Navigation  ]@@@@@ */
#nav{
	width:262px;
    padding: 9px 0 0 48px;
    margin: 0 0 0 0px;
    list-style: none;
	width:213px;
}
#home #nav{
	width:700px;
}
#nav li{
	overflow: hidden;
}
#nav a {
	height:30px;
	display: block;
	padding-bottom:1px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	text-indent:-1000px;
}
#nav a:hover, #nav a.current {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464e75;
}
#nav a#navHome{background-position: 0px 0px;}
#nav a#navAbout{background-position: 0px -60px;}
#nav a#navPractice{background-position: 0px -120px;}
#nav a#navAttorneys{background-position: 0px -180px;}
#nav a#navContact{background-position: 0px -240px;}
/* Nav Over */
#nav a#navHome:hover{background-position: 0px -30px;}
#nav a#navAbout:hover{background-position: 0px -90px;}
#nav a#navPractice:hover{background-position: 0px -150px;}
#nav a#navAttorneys:hover{background-position: 0px -210px;}
#nav a#navContact:hover{background-position: 0px -270px;}


/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */
#subnav{
	background: url(images/_bg-subnav.jpg) no-repeat;
	width: 156px;
	height: 149px;
	position: absolute;
	left: 271px;
	top: 101px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 16px;
	list-style-type: none;
}
#subnav ul{
	margin:0;
	padding: 0px;
}
#subnav li{
	background: url(images/_bullet-subnav.gif) no-repeat 0px 5px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
}
#subnav li a:link, #subnav li a:active, #subnav li a:visited{
	color: #fff;
	text-decoration: none;
}
#subnav li a:hover{
	color: #6a719d;
	text-decoration: none;
}
#subnav li ul li{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(images/_bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#subnav li ul li a:link, #subnav li ul li a:active, #subnav li ul li a:visited{
	color: #fff;
	text-decoration: none;
}
#subnav li ul li a:hover{
	color: #6a719d;
	text-decoration: none;
}



/*Multi Sub*/
/*#subnav_attorneys {
	height: 179px;
	position: absolute;
	left: 271px;
	top: 165px;
	margin: 0px;
	padding-left: 16px;
}*/
/*#subnav_attorneys {
	height: 144px;
	position: absolute;
	left: 271px;
	top: 101px;
	margin: 0px;
	padding-left: 16px;
	margin-top:20px;
	margin-bottom:15px;
	border-left: solid 1px #3D477D;
}
#absolute {
	position:absolute;
	left:15px;
	top:37px;
}
.safari #absolute {
	position:absolute;
	left:15px;
	top:37px;
	width:65px;
}
*:first-child+html #absolute {
	position:absolute;
	left:15px;
	top:37px;
	width:65px;
}*/

/*#subnav_attorneys a {color:#fff; text-decoration:none;}
#subnav_attorneys a:hover {color: #6a719d; text-decoration:none;}
.dropdown {display:block; position:relative; margin:0px; color: #fff;}
.dropdown dt {padding:0px 0px 4px 10px; cursor:pointer; background-image: url(images/_bullet-subnav.gif); background-repeat: no-repeat; background-position: 0px 5px;}
.dropdown dd {position:absolute; top:0px; overflow:hidden; width:170px; display:none; left:0px;}
* html .dropdown dd {position:absolute; top:0px; overflow:hidden; width:200px; display:none; left:0px; margin:0px; padding:0px;}
*:first-child+html .dropdown dd {position:absolute; top:0px; overflow:hidden; width:200px; display:none; left:0px;}
.safari .dropdown dd {position:absolute; top:-8px; overflow:hidden; width:200px; display:none; left:0px; }
.opera .dropdown dd {position:absolute; top:-7px; overflow:hidden; width:200px; display:none; left:0px; }

.dropdown ul { border:1px solid #9ac1c9; list-style-type:none; padding:10px 0px 7px 15px; background:#20348A;}
.dropdown li {background-image: url(images/_bullet-subnav.gif); background-repeat: no-repeat; background-position: 0px 8px; margin:0px; padding:0px 0px 0px 5px; display:block; line-height:20px; width:170px;}
.dropdown li a { padding:0px 0px 6px 5px; color:#fff; text-decoration:none;}
.dropdown li a:hover {color: #6a719d; text-decoration:none;}*/

/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	width: 950px;
	height: 280px;
	padding-left: 10px;
	background: url(images/_bg-header.jpg) top no-repeat;
	position:relative;
}
#footer {
	color: #535257;
	clear: both;
	background: url(images/_bg-footer.gif) top no-repeat;
	padding: 8px 15px 15px 15px;
	margin: 0px auto;
	width: 930px;
	font-size: 11px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #535257;
	text-decoration: none;
}
#footer a:hover {
	color: #535257;
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #535257;
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #535257;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
/* @@@@@[ Home Page  ]@@@@@ */
.slogan{
	height:101px;
}
.info{
	padding: 42px 557px 0px 52px;
	margin: 0 11px 0 10px;
	line-height: 20px;
	height: 348px;
	width: 330px;
	background: url(images/_bg-info.jpg) bottom right no-repeat;
}
.banner{
	position: absolute;
	left: 530px;
	top: 0px;
}
.address{
	background-color: #767676;
	text-align: center;
	color: #302f2f;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: bold;
	width: 939px;
	margin-left: 10px;
}
.space-address{
	padding: 0 36px;
}
.text-info{
	margin-bottom: 7px;
}

/* @@@@@[  Main Page  ]@@@@@ */
#main{
	width: 886px;
	margin: 0 11px 0 10px;
	padding: 50px 0 20px 53px;
	background: url(images/_bg-main.jpg) no-repeat right bottom ;
}
#right-content, #right-content-sitemap{
	float: left;
	width: 495px;
	padding-left: 33px;
	padding-top: 0;
	line-height: 18px;
}
#right-content ul{
	margin: 0px;
	padding: 0 0 17px 20px;
}
#right-content ul li{
	list-style: none;
	padding-left: 12px;
	background: url(images/_bullet.gif) no-repeat 0px 7px;
}
#right-content ul li ul{
	margin: 0px;
	padding: 0px;
}
.banner-sec{
	float:right;
	margin-right:11px;
}
.callout{
	border-top: 3px double #c7c7c7;
	border-bottom: 3px double #c7c7c7;
	width: 154px;
	float: left;
	margin-top: 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #a63e12;
	font-style: italic;
	padding: 5px 10px 8px 15px;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #01128f; 
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #01128f; 
	text-decoration: none;
	outline: none;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a63e12;
	font-size: 20px;
	margin: 0px;
	padding: 0 0 15px 0;
	font-style: italic;
	line-height: 26px;
	font-weight: normal;
}
h2{
	font-size: 16px;
	line-height: 18px;
	color: #443f43;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 5px 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/_bullet-h.gif) no-repeat 0px 3px;
}
p {
	margin: 0px;
	padding-bottom: 17px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 10px;
 	float: left;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: .9em; 
	color: #666; 
	background: #fff; 
	border: 1px solid #939;
}
input.clean {
	border-style: none; 
	background: none;
}
.outside {
	padding-bottom:8px;
}

#right-content-sitemap ol {
	margin:0px;
	list-style-type:decimal;
}
#right-content-sitemap ol li {
	margin:0px;
	padding-bottom:10px;
}
#right-content-sitemap ol li ul{
	margin: 0px;
	padding: 0 0 0px 20px;
}
#right-content-sitemap ol li ul li{
	list-style: none;
	padding-left: 12px;
	background: url(images/_bullet.gif) no-repeat 0px 7px;
	margin:0px;
	padding-bottom:0px;
}
#right-content-sitemap ol li ul ul{
	margin: 0px;
	padding: 0 0 3px 40px;
}
#right-content-sitemap ol li ul li li{
	list-style: none;
	padding-left: 12px;
	background: url(images/_bullet.gif) no-repeat 0px 7px;
	margin:0px;
	padding-bottom:0px;
}
.indent_top {
	padding-top:12px;
}

