/*--------------------------------------------------------------------------- HTML Tag Overrides --*/

html {

     overflow: -moz-scrollbars-vertical;

}

body {
	margin:0;
	font-family:Trebuchet MS, 'Times New Roman', Times, serif;
	font-size:.9em;
	background:#cccccc url(images/bg.gif) repeat;
}

a img{
	border:none;
}

.divider{
	margin-bottom:10px;
}

/*--------------------------------------------------------------------------- Header --*/

#header{
	width: 100%;
	height: 232px;
	background: transparent url(images/bg_header.gif) repeat-x;
	padding-top:5px;
}

#top_head {

	background: transparent url(images/bg_top_head.gif) repeat-x;
	height:80px;
	width: 960px;
	margin:0 auto;
	border: 1PX solid #B3B3B3;
}

.logo {
	
	margin: 10px 0 0 20px;
	position:absolute;
}


#bottom_head {
	background: transparent;
	background-color: #1B387F;
	width: 960px;
	margin:3px auto 0 auto;
	border: 1px solid #B3B3B3;
	padding:0px;
	text-align:right;
}



/*--------------------------------------------------------------------------- Navigation --*/

	/*#Nav_Container {
		width:204px;
		
	}*/
	
	#Nav_Container ul {
		margin:0;
		padding:0;
		width:100%;
		list-style-type: none;
	}
	
	#Nav_Container li {
		margin:0;
		padding:0;
		line-height:25px;
	}
	
	#Nav_Container ul li a {
		display: block;
		/*width: 184px;*/
		height:24px;
		padding:0 0 0 20px;
		background-color: transparent;
		
	}
	
	#Nav_Container ul li a:link, #Nav_Container ul li a:visited {
		color: #666;
		text-decoration: none;
		background: transparent url(images/bg_nav.gif) no-repeat;
	}
	
	#Nav_Container ul li a:hover {
		color: #fff;
		background-position: 0 -24px;
	}

	#Nav_Container ul li a.active {
		color: #fff;
		background-position: 0 -24px;
	}
	
	
	#Nav_Container ul ul li a {
		display: block;
		padding: 0 0 0 40px;
		/*width: 164px;*/
		height:24px;
		background-color: transparent;
		font-size: 0.8em;
		border-bottom: #808180 1px dotted;
	}
	
	#Nav_Container ul ul li a:link, #Nav_Container ul ul li a:visited {
		text-decoration: none;
		background: transparent;
	}

	#Nav_Container ul ul li a:hover {
		color: #000;
		font-weight:bold;
		background: #dadada;
		background-position: 0 -24px;
	}
	
	#Nav_Container ul ul li a.sub_active {
		color: #000;
		font-weight:bold;
		background-position: 0 -24px;
	}


.MenuContentHeading {
	width:169px;
	height:22px;
	background:url(images/Menu_ContentHeading_Bg.gif) no-repeat top left;;
	padding:5px 0 0 5px;
	font-size:.85em;
	text-transform:uppercase;
	color:#666666;
}


#SubMenu {
	background:url(images/SubMenu_Bg.gif) repeat-y;
	padding:20px 0 20px 36px;
	color:#000;
	font-size:.85em;
	line-height:20px;
}

#SubMenu a {
	text-transform:uppercase;
	color:#193272;
	font-weight:bold;
	text-decoration:none;
}

#SubMenuBottom {
	background:url(images/SubMenu_Bottom.gif) no-repeat;
	height:1px;
}




/*--------------------------------------------------------------------------- Body --*/


#Wrapper {
	width:960px;
	margin:5px auto 5px auto;
}

#Left_Col {
	float:left;
	width:235px;
	margin-right:20px;
	border:1px solid #B3B3B3;
	background-color:#fff;
	background-color:#F5F5F5;
}


#ContentRightColumn {
	float:left;
	width:700px;
	border:1px solid #B3B3B3;
	background-color:#fff;
}

#Content {
	padding:28px 37px 28px 37px;	
}

#Content ul {
	list-style-type:square;
	font-size:.85em;

}

/*--------------------------------------------------------------------------- Content Classes --*/

h1, h2, h3 {
	color:#193272;
}


h1 {
	height:40px;
	display:block;
	background-color:#193375;
	padding:8px 2px 0 37px;
	margin:0;
	text-transform:uppercase;
	color:#E5E5E5;
	font-size:1.4em;
	background-image: url(images/ContentHeader_Bg.gif);
	background-repeat: repeat-x;
}

h1.tagline {
	background: transparent;
	width:100%;
	text-align:right;
	padding:0;
	margin: 25px 0 0 0;
	color:#666;
	font-size:1.2em;
}

h2 {
	margin:0 0 10px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}

h3 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.9em;
}

h3.emphasize {
	margin-bottom:15px;
	text-transform:none;
	font-weight:normal;
	font-size:1em;
	color:#000;
}


 p {
	font-size:.85em;
}

p.smaller{
	font-size:.75em;
	padding-top: 70px;
	margin:0;
}

#Left_Col p {
	padding:0 15px 0 15px;
	color:#000;
}


a.pdf { 
   padding-right: 25px;
   background: transparent url(images/link_pdf.gif) no-repeat center right;
}
a.email { 
   padding-right: 25px;
   background: transparent url(images/link_email.gif) no-repeat center right;
}



strong {
	color:#193272;
}

.strong {
	color:#193272; /*this is for "read more" links*/
	font-weight: bold;
	
}


/*--------------------------------------------------------------- Assorted Page Styles --*/

	/*------------------------------------------------------------ Firm Profile --*/
	#profile_container{
		height:275px;
		background: transparent url(images/bg_profile.jpg) no-repeat 0 70px;
		padding:30px 0 0 20px;
		clear:both;
	}
	
	.profile_pic {
		margin: 0 10px 0 0;
	}


	/*------------------------------------------------------------ Attorney--*/
	#attorney {
	background:url(images/SubMenu_Bg.gif) repeat-y;
	padding:20px 0 20px 36px;
	color:#000;
	font-size:.85em;
	line-height:20px;
}
	#attorney h2{margin:0; padding:0;}
	#attorney h3{
		color:#000;
		margin:0;
		padding:0;
	}
	#attorney p{
		margin:0;
		padding:0;
	}
	
	#attorney a {
		color:#193272;
		text-decoration:none;
	}
	
	#attorney img {
		margin: -60px 30px 0 0;
	}
	
	.bold{
		font-weight:bold;
		width:135px;
	}
	
	.altRow {
		background-color:#dcdcdc;
	}
	
	
	
	table tr {
		vertical-align: top;
		font-size: .85em;
		padding: 3px 0 3px 0;
	}
	
	td {padding:3px;}
	
	td + p {margin-top:0}
	
/*--------------------------------------------------------------------------- News --*/

	ul#news {
		list-style:none;
		padding: 0}
		
	#news li {
		padding:10px 0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #666;
		}
		
	.newsList li {
		margin-bottom: 12px;
	}

/*--------------------------------------------------------------------------- Contact --*/

#feedback {
	 width:500px;
	 font-size:.8 em;
	}
	
	
	#feedback tr {
		vertical-align:middle;
	}
	
	#feedback tr .comments {
		vertical-align:top;
	}
	
	#feedback .label{
		font-size:.8 em;
		font-weight:bold;
	}
	#feedback input, #feedback textarea{
		float: left;
		margin: 0;	
		border: solid 1px #999;
		padding: 3px;
		background: #fff;
		color: #000;
		font-size: .8 em;
		font-weight: normal;
	}
	
						
	
	#feedback input[type="text"]:hover, #feedback textarea:hover{
		border: solid 1px #000;
		color: #000;
		background: #fff;
	}
	
						
	
	#feedback input[type="text"]:focus, #feedback textarea:focus{
		border: solid 1px #000;
		color: #000;
		background: #E5F4FF;
	}
	
	#feedback textarea, #feedback input[type=text]{
		width:270px;
	}
	

/*--------------------------------------------------------------------------- Footer --*/

#ContentFooterDivider {
	width:960px;
	margin:auto;
	height:10px;
	background-color:#1B387F;
	margin-bottom:5px;
}

#Footer {
	width:960px;
	height:102px;
	background: #fff url(images/Footer_Bg2.gif) right no-repeat;
	border:1px solid #B3B3B3;
	margin:auto; 
	
}

#Footer p{
	font-size:0.7em;
	margin:0;
	padding:15px 100px 20px 300px;
	;
}

#Copyright {
	width:960px;
	margin:10px auto 50px auto;
	font-size:.7em;
	text-transform:uppercase;
	text-align:center;
}



/*--------------------------------------------------------------------------- Mics Classes --*/

img.right {

	float:right;
	margin: 0 0 10px 10px;
}

img.left {

	float:left;
	margin: 0 10px 10px 0;
}

.clear {clear:both;}

.padding {}

a.df {
	color:#006600;
	text-decoration:none;
}

.certified{
		padding-top:55px;
		margin-right:5px;
	}

