html{
	height:100%;
	overflow-y: scroll;
	}
body{
	height:100%;
	margin:0;
	color:#252525;
	font:12px/17px Verdana, Arial,sans-serif;
	background:#f9f4f5 url(../images/bg-body.gif) no-repeat 50% 0;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#252525;
}
a:hover{text-decoration:underline;}
input, textarea, select {
	font:100% Verdana, Arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
.hide {
    display:none;	  
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.holder{
	height:1%;
	overflow:hidden;
}
.container{
	width:953px;
	margin:0 auto;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.top-shadow{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:1000px;
	height:16px;
	overflow:hidden;
	background: url(../images/top-shadow.png) repeat-x;
}
#page{min-height:100%;}
* html #page{height:100%;}

#wrapper{
	display:table;
	width:100%;
	margin:0;
	padding:0 0 72px;
}
/* header */
.header-container {
    margin: 0; 
    padding: 0; 
    float: right;
}
.header-tag p {
    background-color: rgba(249, 244, 245, .4);
    border: 1px solid #01295D;
    color: #01295D;
    font-family: times, serif;
    font-size: 17px;
    padding: 7px 14px;
    height: 55px;
    margin: 0;
    width: 200px;
    }
.header-phone {
    padding: 7px 0;
    color: #1C497C;
    font-size: 14px;
    }
#header{display: table-header-group;}
#header .container{padding:36px 0 0;}
#header .holder{margin:0 0 18px;}
.logo{
	float:left;
	width:301px;
	height:71px;
}
.logo a{
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/logo.gif) no-repeat;
}

.txt-contact{
	float:right;
	width:115px;
	height:48px;
	margin:25px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/txt-contact-2.png) no-repeat;
}
.top-bar{
	width:100%;
	border-bottom:1px solid #505050;
	background:#070707 url(../images/bg-topbar.gif) repeat-x;
}
.top-bar:after{
	content:"";
	display:block;
	clear:both;
}
.language{
	float:right;
	display:inline;
	overflow:hidden;
	margin:0 -5px 0 0;
	padding:15px 0 0;
	list-style:none;
}
.language li{
	float:left;
	font-size:12px;
	line-height:15px;
	padding:0 8px 0 7px;
	margin:0 0 0 -1px;
	display:inline;
	background: url(../images/separator02.gif) no-repeat 0 50%;
}
.language a{color:#ababab;}
/* nav */
#nav{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:210;
}
#nav li{
	float:left;
	font:bold 12px/14px Tahoma,sans-serif;
	padding:0;
	text-transform:uppercase;
	background: url(../images/separator.gif) no-repeat 100% 0;
	position:relative;
}
#nav a{
	position:relative;
	display:block;
	color:#fefefe;
	padding:7px 15px 8px 15px;
}
#nav li:hover a,
#nav li.hover a,
#nav li.active a{
	text-decoration:none;
	background:#021845 url(../images/bg-nav.gif) repeat-x;
}
/* drop */
#nav .drop{
	position:absolute;
	top:30px;
	left:-99999px;
	padding: 2px 0 0;
	background: url(../images/none.gif);
}
#nav li.hover .drop,
#nav li:hover .drop{left:0;}
#nav .drop-t,
#nav .drop-b{
	height:199px;
	overflow:hidden;
	background:url(../images/bg-drop-t.png) no-repeat;
}
/* 1 column */
#nav .drop.col1,
#nav .drop-b.col1 {
	width:140px;
	}
/* 2 columns */
#nav .drop.col2,
#nav .drop-b.col2 {
	width:288px;
	}
/* 3 columns */
#nav .drop.col3,
#nav .drop-b.col3 {
	width: 425px;
	}
/* 4 columns */
#nav .drop.col4,
#nav .drop-b.col4 {
	width: 576px;
	}
/* 5 columns */
#nav .drop.col5,
#nav .drop-b.col5 {
	width: 720px;
	}
#nav .drop-b{
	height:9px;
	background:url(../images/bg-drop-b.png) no-repeat;	
}
#nav .drop-c{
	height:1%;
	padding:0 0px 0 0;
	background:url(../images/bg-drop-c.png) repeat-y;
}
#nav .drop-c:after{
	clear:both;
	display:block;
	content:"";
}
#nav .drop-c2{
	width:100%;
	overflow:hidden;
	float:left;
	position:relative;
	margin:-199px 0 0;
}
#nav .column{
	min-height:230px;
	width:145px;
	float:left;
	margin:0 0 0 -1px;
	overflow:hidden;
	background: url(../images/separator05.png) no-repeat;
}
#nav .column-two{width:174px;}
#nav .heading{
	color:#fefefe;
	text-align:center;
	background:#041947 url(../images/bg-drop-heading.gif) repeat-x;
	font:12px/15px Tahoma,sans-serif;
	padding:7px 0 6px;
	margin:0 0 0 1px;
}
#nav .column-content{
	height:1%;
	overflow:hidden;
	padding:11px 10px;
	color:#9a9a9a;
	font:12px/13px Verdana, Arial,sans-serif;
	text-transform:none;
	background: url(../images/bg-column-content.png) no-repeat 50% 0;
}
#nav .holder{margin:0;}
#nav p{margin:0 0 9px;}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	float:none;
}
#nav ul li{
	float:none;
	width:100%;
	vertical-align:top;
	margin:0;
	padding:0 0 4px;
	background:none;
	font:12px/15px Verdana, Arial,sans-serif;
	text-transform:none;
}
#nav ul a,
#nav li:hover ul a,
#nav li.hover ul a{
	padding:0;
	color:#aad1ff;
	background:none;
}
#nav ul a:hover,
#nav li:hover ul a:hover,
#nav li.hover ul a:hover{text-decoration:underline;}
#nav ul ul{
	margin: 0 0 -2px;
	padding: 10px 0 0 5px;
	list-style:none;
}
#nav ul ul li{
	padding:0 0 7px 8px;
	margin:0;
	background: url(../images/separator06.gif) no-repeat 0 7px;
}
#nav ul ul a,
#nav li:hover ul ul a,
#nav li.hover ul ul a{
	color:#2b72c7;
}
.link-more,
#nav li .drop .link-more{
	float:right;
	color:#617ebb;
	margin:0;
	padding:0;
	text-decoration:underline;
	background:none;
	font:12px/14px Verdana, Arial,sans-serif;
}
.link-more:hover,
#nav li .drop .link-more:hover{
	background:none;
	text-decoration:none;
}
/* main */
#main{display: table-footer-group;}
/* visual */
.visual{margin:0 0 5px;}
.visual .image-frame{
	position:relative;
	height:1%;
	overflow:hidden;
	border:2px solid #6d6d70;
}
.box-shadow{
	display:block;
	margin:0 auto;
	width:870px;
	height:27px;
	overflow:hidden;
	background: url(../images/visual-shadow.png) no-repeat;
}
.visual img{display:block;}
.visual .box-intro{
	position:absolute;
	top:91px;
	right:0;
}
* html .visual .box-intro{right:-1px;}
.visual .box-intro .frame{
	width:300px;
	padding:6px 0 7px 10px;
	overflow:hidden;
	text-align:center;
	background: url(../images/translucent-blue.png);
}
.visual h1{
	margin:0 0 2px;
	color:#fff;
	font-size:37px;
	line-height:40px;
}
.visual h1 cufon{line-height:37px;}
* html .visual h1{margin:-5px 0 -1px;}
* +html .visual h1{margin:-5px 0 -1px;}
.visual .add-list{
	margin:0 0 1px;
	padding:0;
	list-style:none;
}
.visual .add-list li{
	display:inline;	
	font-size:15px;
	line-height:21px;
	padding:0 11px 0 13px;
	background: url(../images/separator04.png) no-repeat;
}
* html .visual .add-list li{padding:0 9px 0 10px;}
.visual .add-list li:first-child,
.visual .add-list li.first-child{
	padding-left:0;
	background:none;
}
.visual .add-list a{color:#fff;}
.visual .add-list a:hover{text-decoration:none;}
/* description */
.visual .description{
	position:absolute;
	left:0;
	bottom:0;
}
.visual .description .frame{
	height:1%;
	overflow:hidden;
	padding:1px 40px 5px;
	text-align:center;
	font-size:14px;
	line-height:17px;
	color:#fff;
	background: url(../images/translucent.png);
}
.visual .frame p{margin:0;}
/* threecolumns */
.threecolumns{
	width:953px;
	overflow:hidden;
    margin:40px 0;
	position:relative;
}
.threecolumns .columns-frame{width:1003px;}
.threecolumns .column{
	float:left;
	width:286px;
	padding:0 48px 10px 0;
}
.threecolumns .image{
	width:100%;
	overflow:hidden;
	padding:0 0 6px;
	margin:0 0 12px;
	background: url(../images/bg-image.png) no-repeat 50% 100%;
}
.threecolumns .image img{display:block;}
.threecolumns .column-content{padding:0 5px;}
.threecolumns h2{
	margin:0 0 9px;
	font-size:12px;
	line-height:15px;
	color:#000;
}
.threecolumns p{
    margin: 0 0 -3px 0;
    text-align: justify;
}
.read-more{
	position:absolute;
	bottom:10px;
	font-size:12px;
	line-height:14px;
	color:#153b69;
	text-decoration:underline;
	margin:0 0 0 234px;
}

.news-read-more {
	position:absolute;
	font-size:12px;
	line-height:14px;
	color:#153b69;
	text-decoration:underline;
	margin:0 0 0 34px;
}

* html .read-more{bottom:9px;}
.read-more:hover{text-decoration:none;}
/* .list */
.list{
	margin:0;
	padding:0;
	list-style:none;
}
.list li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	font-size:12px;
	line-height:20px;
	color:#000;
}
.list a{
	float:right;
	color:#004dbe;
	text-decoration:underline;
}
.list a:hover{text-decoration:none;}
.list .date{
	font-style:normal;
	font-weight:bold;
}
/* main-box */
.main-box{
	width:995px;
	overflow:hidden;
	margin:0 auto;
}
.mainbox-t,
.mainbox-b{
	width:995px;
	height:669px;
	overflow:hidden;
	clear:both;
	background: url(../images/bg-mainbox-t.png) no-repeat;
}
.mainbox-b{
	height:154px;
	background: url(../images/bg-mainbox-b.png) no-repeat;
}
.mainbox-c{
	height:1%;
	padding:0 21px;
	background: url(../images/bg-mainbox-c.png) repeat-y;
}
.mainbox-c:after{
	content:"";
	display:block;
	clear:both;
}
.mainbox-c2{
	float:left;
	width:100%;
	position:relative;
	margin:-669px 0 -153px;
}
.box-title{
	height:1%;
	overflow:hidden;
	margin:0 0 9px;
}
.box-title .frame{
	height:1%;
	position:relative;
	border:1px solid #fff;
}
.box-title img{display:block;}
.box-title .title{
	position:absolute;
	bottom:0;
	right:0;
	width:276px;
}
* html .box-title .title{
	bottom:-1px;
	right:-1px;
}
.box-title .title .area{
	height:1%;
	overflow:hidden;
	padding:2px 10px;
	text-align:right;
	background: url(../images/bg-title.png) repeat-y;
}
.box-title h1{
	float:right;
	margin:0;
	font-size:24px;
	line-height:27px;
	color:#fff;
}
.box-title h1 cufon{
	float:left;
	line-height:24px;
}


/* content */
#content{margin:0 0 10px; min-height:660px; display:inline-block; padding:0 31px 0 36px; width:886px; }
.content-frame{
	padding:0 31px 0 36px;
	margin:0 0 -7px;
}
.content-frame2{margin-bottom:17px;}
#content .heading{
	width:100%;
	text-align:center;
	margin:0 0 26px;
	background: url(../images/bg-heading.gif) repeat-x 0 50%;
}
#text-content > h1 {
    line-height:1.2em;    
}
#content .heading h2{
	display:inline;
	background:#f9f4f5;
	margin:0;
	padding:0 5px;
	font-size:21px;
	line-height:23px;
	color:#003466;
	font-weight:normal !important;
}
#content p{margin:0 0 13px; line-height: 1.7; text-align: justify;}
#content .image-frame{
	float:right;
	padding:0 0 0 10px;
	margin:0 0 0 7px;
	border-left:2px solid #c2c8d3;
	
}
* html #content .image-frame{margin-right:4px;}
#content .image-frame img{display:block;}
/* mission */
.mission{
	width:100%px;
	overflow:hidden;
	margin:0 0 8px;
}
.mission-t,
.mission-b{
	height:15px;
	overflow:hidden;
	width:953px;
	background: url(../images/bg-mission-t.png) no-repeat;
}
.mission-b{background: url(../images/bg-mission-b.png) no-repeat;}
.mission-c{
	height:1%;
	overflow:hidden;
	padding:13px 40px;
	background: url(../images/bg-mission-c.png) repeat-y;
}
.mission p,
#content .mission p{
	margin:0;
	text-shadow: 4px 4px 4px #fff;
}
#content .heading-holder{
	height:1%;
	overflow:hidden;
	text-align:center;
	margin:0 0 17px;
	background: url(../images/bg-heading-holder.gif) repeat-x 0 50%;
}
#content .heading-holder h3{
	margin:0;
	display:inline;
	font-size:14px;
	line-height:17px;
	color:#003466;
	padding:0 21px;
	background:#f9f4f5;
	font-weight:normal;
	text-transform:uppercase;
}
.topics li h2 {
    font-size:12px;
    font-weight:normal;
}
.accordion h2.top-bar {
    color:#fff;
  cursor:pointer;
  font-size:12px;
  font-weight:normal;
  padding:5px 10px;
}
.accordion h2.top-bar:hover {
	background: #021845 url(../images/bg-nav.gif) repeat-x 0 50%;   
}
/* visual-nav */
.visual-nav{
	position:relative;
	width:896px;
	overflow:hidden;
	margin:0 -10px 0 0;
	padding:0;
	list-style:none;
}
.visual-nav li{
	float:left;
	width:153px;
	text-align:center;
	margin:0 0 0 13px;
}
.visual-nav li:first-child,
.visual-nav li.first-child{margin-left:0; width: 162px}
.visual-nav .image{
	width:119px;
	margin:0 auto;
	padding:1px 4px 9px;
	background: url(../images/image.png) no-repeat;
}
.visual-nav .image img{display:block;}
/* latest-news */
.latest-news{
	height:1%;
	overflow:hidden;
	padding:4px 19px 3px 22px;
	font-size:12px;
	line-height:17px;
	color:#00203e;
	background:#9c9a93;
}
.latest-news .read-more{
	position:static;
	float:right;
	color:#00203e;
	margin:0;
}
.latest-news .title{
	float:left;
	color:#000;
	margin:0 8px 0 0;
}
.latest-news dl{
	float:left;
	margin:0;
}
.latest-news dt{
	float:left;
	font-weight:bold;
	color:#003466;
	padding:0 5px 0 0;
}
.latest-news dd{
	float:left;
	margin:0;
}
.latest-news .date{
	font-weight:bold;
	font-style:normal;
	color:#003466;
}
.latest-news p{margin:0;}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	height:72px;
	margin:-72px 0 0;
	font-size:11px;
	line-height:14px;
	color:#8b9eb5;
	background: url(../images/bg-footer.png) repeat-x;
}
#footer .container{
	padding:50px 10px 0;
	width:933px;
}
#footer p{margin:0;}
#footer ul{
	float:right;
	display:inline;
	overflow:hidden;
	margin:0 -18px 0 0;
	padding:0;
	list-style:none;
}
#footer li{
	float:left;
	display:inline;
	padding:0 4px 0 8px;
	margin:0 5px 0 -5px;
	background: url(../images/separator03.gif) no-repeat 0 50%;
}
#footer ul a{color:#fff;}

#breadcrumbs-box {
	text-align: right; 
	position: absolute; 
	width: 100%; 
	top: 110px;
	display:inline-block;
}

.breadcrumbs{
	margin:0 31px 0 0px;
	padding:0;
	list-style:none;
	float: right;
	overflow:hidden;
	text-transform:uppercase;
	font:bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumbs ul {
	float: right;
	}

.breadcrumbs li{
	float:left;
	background:url(../images/bg-breadcrumbs.png) no-repeat 0 3px;
	padding:0 8px 0 6px;
	margin:0 0 0 -5px;
	color:#3d3838;

}
.breadcrumbs a{color:#3d3838;}
.breadcrumbs li:first-child a{color:#382415;}
.recent-news {
	margin-top:20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.recent-news li {
	list-style: none;
}

.news-title {
	font-size: 12px;
	font-weight: normal;
}

.news-title a { 
	font-size: 18px;
	font-weight: bold;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	#page{ border:0; padding: 0; border-bottom:1px transparent solid;  min-height: 99.9%; }
	#footer{ height: 24px; margin-bottom: -1px; }
}*/


/**********************************
 Modified
 ***********************************/

#side-nav {
	display: none;
}
#two-column #side-nav {
	display: block;
	float: left;
	width: 160px;
	border-right: 1px solid #002A5C;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: -13px;
	padding-bottom: 20px;
}
#side-nav h2 {
	color: #012959;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #002a5c;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-weight: normal;
}
#side-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	list-style-type:square
}
#side-nav ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}
#side-nav ul li a {
	display: block;
	line-height: 18px;
	border-bottom: 1px solid #E2E1E1;
	font-weight: bold;
	padding: 4px 5px;
}
#side-nav ul ul li a {
	font-weight: normal;
}
#side-nav ul li.active a, 
#side-nav ul li a:hover {
	color: #012959;
	text-decoration: none;
	background-color: #DDD9D5;
}
#side-nav ul li.active ul a {
	background: none;
	}
#two-column #text-content {
	float: right;
	width: 704px;
}

#practice-areas { 
	padding: 10px; 
	font-size: 10px; 
	float: right; 
	width: 170px; 
	margin-left: 10px; 
	border: 3px solid #929CBF; 
	background-color: #012959; 
	color: #fff;
}
#practice-areas h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #48598E;
	text-align: center;
}
#practice-areas ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#practice-areas ul li {
	padding: 4px 0px;
	border-bottom: 1px solid #48598E;
}
#practice-areas ul li a {
	color: #fff;
}
#practice-areas-list h3 {
	background: #DDD9D5;
	padding: 7px;
}

#practice-areas-list h3 {
	background: #DDD9D5;
	padding: 7px;
	margin: 0;
}

#practice-areas-list ul {
	margin: 0 0 15px 0;
	padding: 0;
}

#practice-areas-list li {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: square;
	border-bottom: 1px solid #E2E1E1;
	line-height: 36px;
}

#practice-areas-list li:last-child {
	border-bottom: none;
}

.col {
	float: left;
	width: 410px;
	margin: 0 0 0 10px;
}

#blog-content .read-more {
	margin-left: 215px !important;
	float: right;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

#brochures {
}

.brochure {
    float: left;
    margin: 25px;
    text-align: center;
}