@charset "utf-8";
/* CSS Document */

/* general styles */

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
	}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	min-height:18px;
	background-color:#CA002A;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0;
	border-bottom: 10px solid #FFF;
	}
	
h2 {
	font-weight:bold;
	color: #000000;
	margin-bottom: 10px;
	}
	
	
h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
	
html, body {
	font-size: 12px;
	text-align:center;
	background-color: #777;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

.clear {
	clear:both;
	}
	
.clearleft {
	clear: left;
	}
	
.nosize {font-size: 12px;}

a {
	text-decoration:none;
	color:#0c448e;
	}
	
a:hover {
	text-decoration:underline;
	color:#0c448e;
	}
	
.indent {
	margin-left: 226px;
	}
	
.underline {
	border-bottom: 0;
	}
	
.noshow {

	}
	
.left {
	float: none;
	margin-bottom: 15px;
	}
	
/* BLOG DIV's */

.blog {
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	color:#CA002A;
	background-image:url('../images/blog_bg.gif');
	background-repeat:no-repeat;
	background-position: 0 18px;
	top: 20px;
	}
	
.blog h1 {
	margin: 0;
	padding-left: 30px;
	background:none;
	border: none;
	font-size: 14px;
	color:#FFFFFF;
	}
	
.blog p{
	padding-left: 30px;
	}
/* END BLOG DIV's */

/* ============================================================================== */

/* HOME Main Containers */


#c_main_container {
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-top: 20px solid #CA002A;
}

#c_main_container_sub {
	text-align:left;
	width: 1000px;
	height: auto !important; 
    height: 100%;
	margin: 0 auto;
	min-height:100%;
	position:relative;
	background-color:#FFFFFF;
	background-image:url('../images/left_grey_large.gif');
	background-repeat: no-repeat;
}

#c_sub_container {
	margin: 0 20px;
	padding-bottom: 69px;
	}
	
#c_header {
	margin: 0 20px;
	width:960px;
	height: 120px;
	}
	
#redtop {
	width: 100%;
	height: 20px;
	background-color:#CA002A;
	}
	
	
#c_content_container {
	margin: 0 0 0 20px;
	padding:0;
	width: 960px;

	}
	
#c_content_left {
	padding:0;
	float: left;
	width: 255px;
}

#c_content_right {
	padding:0;
	float:right;
	width: 685px;
}

#c_mainad {
	margin-bottom: 15px;
	clear:left;
	}
	
#c_footer {
	width:100%;
	height: 69px;
	background-image:url('../images/footer_bg.gif');
	background-repeat:repeat-x;
	text-align:center;
	}
	
#c_footer_sub {
	position:absolute;
	bottom:0;
	width:100%;
	height: 69px;
	background-image:url('../images/footer_bg.gif');
	background-repeat:repeat-x;
	text-align:center;
	z-index: 0;
	}
	
/* ============================================================================== */
	
/* SUB Main Containers */

#c_header_sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 144px;
	padding: 0 20px;
	padding-bottom: 10px;
	}
	
#c_header_subnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0c448e;
	padding-left: 185px;
	height: 24px;
	text-align:left;
	position: relative;
	z-index: 50;
	}
	
#sub_info {
	margin: 5px 0 0 10px;
	font-size: 11px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#sub_info p {
	color: #FFFFFF;
	}
	
/* OFFICES */
	
#c_offices {
	height: 215px;
	
	}
	
#c_offices img {
	float: left;
	margin-right: 10px;
	}
	
#c_offices p {
	margin-bottom: 3px;
	}
	
#c_doubleoffice {
	float:left;
	margin-right: 15px;
	}
	
#c_doubleoffice a {
	color: #0C448E;
	text-decoration:none;
	}

#c_doubleoffice a:hover {
	color: #CA002A;
	text-decoration:none;
	}
	
	
	
.doubleindent {
	margin-left: 43px;
	}
	


/* EVENTS */
	
#c_events {
	background-color: #0c458a;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	}
	
#c_events p {
	color: #FFFFFF;
	margin: 0;
	}

#c_events h1 {
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	}
	
#c_events a{
	color: #999;
	}
	
#c_events td {
	text-align: left;
	vertical-align:top;
	}
	
/* ATTORNEY BIOS */
	
#c_attorneys {
	background-color: #0c458a;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	}
	
#c_attorneys  p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 14px;
	}
	

#c_attorneys  h1 {
	font-weight:bold;
	border-bottom: 0;
	background-color: transparent;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	}
	
#c_attorneys  a{
	color: #A4A4A4;
	font-weight: bold;
	}
	
#c_attorneys td {
	text-align: left;
	vertical-align:top;
	}
	
#c_attorneyspic{
	width: 113px;
	height: 158px;
	margin-right: 10px;
	background-image:url('../images/attorney_bg.jpg');
	background-repeat:no-repeat;
	}

	
/* ============================================================================== */
	
/* LEFT SUB NAV */
		
	
#c_subleft {
	float: left;
	width: 170px;
	margin-right: 10px;
	}
	
#c_subleft h1.underline {
	border-bottom: 10px solid #FFF;
	}
		
#c_subleft ul{
	padding: 0;
	margin: 5px 0 0 10px;
	}
	
#c_subleft li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	list-style-type:none;
	margin: 0 0 10px 0;
	padding: 0;
	color: #FFFFFF;
	}
	
#c_subleft a{
	color: #FFFFFF;
	text-decoration:none;
	}
	
#c_subleft a:hover {
	color: #d71635;
	text-decoration:none;
	}
	
#c_subleft a.current {
	color: #000000;
	text-decoration:none;
	}

#c_subleft a:hover.current {
	color: #000000;
	text-decoration:none;
	}
	
	
/* END LEFT SUB NAV */
	
/* ============================================================================== */
	
/* RIGHT SUB NAV */

	
#c_subright {
	color: #000000;
	float: right;
	width: 173px;
	margin-left: 10px;
	padding-right: 2px;
	padding-bottom: 69px;
	}
	
#c_subright ul{
	margin: 10px 0 20px 0;
	padding: 0;
	}
	
#c_subright li {
	list-style-type: none;
	font-size:11px;
	color: #000000;
	}
	
#c_subright  a{
	color: #0c458a;
	text-decoration:none;
	}
	
#c_subright  a:hover {
	color: #d71635;
	text-decoration:none;
	}
	
#c_subright  a.current {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}

#c_subright  a:hover.current {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}
	
/* END LEFT SUB NAV */


#c_submiddle {
	width:575px;
	margin: 0 5px 0 190px;
	}
	
#c_submiddle li {
 margin-bottom: 5px;
 }
	
#c_breadcrumbs {
	margin: 0;
	padding: 0  0 10px 0;
	font-size:10px;
	color: #666666;
	}
	
#c_breadcrumbs ul{
	margin: 0;
	padding: 0;
	}
	
#c_breadcrumbs li{
	display:inline;
	}
	
#c_breadcrumbs a{
	text-decoration:none;
	color: #666;
	}
	
#c_breadcrumbs a:hover{
	text-decoration:none;
	color: #000;
	}
	

/* ============================================================================== */

/*Footer Controls*/
	
#c_footer p {
	width: 60%;
	font-size:9px;
	line-height: 10px;
	margin:0 auto;
	color: #FFFFFF;
		}
		
#c_footer a {
	color: #FFFFFF;
	}
	
#c_footer_sub p {
	width: 60%;
	font-size:9px;
	line-height: 10px;
	margin:0 auto;
	color: #FFFFFF;
		}
		
#c_footer_sub a {
	color: #FFFFFF;
	}
		
/*END Footer Controls*/
	

/* ============================================================================== */

/* Navigation Containers */

/* TOP NAV */

#c_top_nav {
	position:relative;
	z-index: 100;
	margin-top:35px;
	float: right;
	width: 500px;
	text-align:right;
	}
	

/* HOME NAV */

#c_home_nav{
	height: 24px;
	width: 685px;
	background-color: #0c448e;
	line-height: 24px;
	color: #FFFFFF;
	}


	
	
/* FOOTER NAV */
	
#c_footer_nav{
	padding-top:10px;
	color: #FFFFFF;
	text-align:center;
	margin-bottom: 5px;
	}

	
#c_footer_nav li{
	
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	font-size:11px;
	}
	
#c_footer_nav a {
	color: #FFFFFF;
	text-decoration: none;
	}

#c_footer_nav a:hover {
	color: #CA002A;
	text-decoration: none;
	}
	
	

/* ============================================================================== */

/* Search Area */

#c_top_search {
	float: right;
	width: 450px;
	margin-top: 30px;
	font-size:14px;
	color:#565656;
	vertical-align:bottom;
	}
	
#c_search_form{
	float:right;
	width: 300px;
	margin-left:100px;
}

#c_search_form_input{
	border:1px solid #999;
	width: 198px;
	height:15px;
	background-image: url('../images/search_form_input_bg.jpg');
	background-repeat:no-repeat;
	padding-left: 2px;
	vertical-align:middle;
	margin-bottom:1px;
	}
	
#c_search_results{
	border: 1px solid #cecece;
	padding: 15px;
}

#c_search_results .num_results {
	color: #0c2b78;
	font-weight: bold;
}

/* END Search Area */

/* ============================================================================== */

/* HOW CAN WE ASSIST */

#c_assist {
	width: 100%;
	}
	
#c_assist h1 {
	font-size: 12px;
	background-color: #0c448e;
	padding-left: 10px;
	line-height: 25px;
	margin-bottom: 10px;
	}
	
#c_assist ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
	
#c_assist li {
	line-height: 25px;
	margin-bottom: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: right;
	padding: 0 10px 0 50px;
	background-color: #a4a4a4;
	background-image: url('../images/redblock.gif');
	background-repeat: no-repeat;
	}
	
#c_assist a {
	color: #FFFFFF;
	}

#c_assist a:hover {
	color:#0c448e;
	text-decoration: none;
	}

/* END OW CAN WE ASSIST */

/* ============================================================================== */

/* NEWS EVENTS PUBLICATIONS*/

#c_nep {
	width: 255px;
	color: #6C6C6C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 13px;
	}
	
#c_nep p {
	font-size:11px;
	color: #6C6C6C;
	margin:0;
	padding:0;
	}
	
#c_nep h1 {
	font-size: 12px;
	background-color: #0c448e;
	padding-left: 10px;
	line-height: 25px;
	margin-bottom: 10px;
	}
	
#c_nep h2 {
	font-weight:bold;
	margin-bottom: 5px;
	}

#c_nep a {
	color: #873534;
	font-size: 10px;
	}
	
.c_news {
	width:237px;
	margin-bottom: 10px;
	padding: 3px 8px;
	border: 1px solid #C7C7C7;
	background-color: #e3e9f1;
	}
		
.c_events {
	width:237px;
	margin-bottom: 10px;
	padding: 3px 8px;
	border: 1px solid #C7C7C7;
	background-color: #F0F0F0;
	}

.c_pub {
	width:237px;
	margin-bottom: 10px;
	padding: 3px 8px;
	border: 1px solid #C7C7C7;
	background-color: #f8e1e6;
	}

/* END OW CAN WE ASSIST */


/* RIGHT SUB_CAREER NAV */

	
#c_subright_career {
	color: #000000;
	float: right;
	width: 250px;
	margin-left: 10px;
	padding-right: 2px;
	padding-bottom: 69px;
	}
	
#c_subright_career ul{
	margin: 10px 0 20px 0;
	padding: 0;
	}
	
#c_subright_career li {
	list-style-type: none;
	font-size:11px;
	color: #000000;
	}
	
#c_subright_career  a{
	color: #0c458a;
	text-decoration:none;
	}
	
#c_subright_career  a:hover {
	color: #d71635;
	text-decoration:none;
	}
	
#c_subright_career  a.current {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}

#c_subright_career  a:hover.current {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}
	
/* END RIGHT CAREER SUB NAV */

/* SUB MIDDLE  CAREER*/


#c_submiddle_career {
	width:499px;
	margin: 0 5px 0 190px;
	}
	
#c_submiddle_career ul{
	color: #000000;
	}
	
/* END SUB MIDDLE  CAREER*/
/* --------------------------------------------------------------*/

#c_grid td {
	color: #000000;
	text-align: left;
	vertical-align:top;
	}		
.boxy2 {border: 1px solid #ccc;}
.btn{color:#fff;font:bold 11px Arial, Helvetica, sans-serif;background-color:#d70036;border:1px solid #d70036;}
.btn_right{color:#fff;font:bold 11px Arial, Helvetica, sans-serif;background-color:#d70036;border:1px solid #d70036; width: 90%;}
.redbold {font-weight:bold; color:#d70036;}
#c_officelist ul {visibility: hidden;}



#popups {
 text-align: left;
 float:left;
 width: 550px;
 background-color: #FFFFFF;
 border: 1px solid #0c448e;
 padding: 10px;
 }
 
.popups_img{
 margin-left: 200px;
 }
 
#popups p{
 text-align:left;
 }
 
#popups_font {
 float:right;
 }
 
#popup_blueline {
 margin-left: -10px;
 width: 570px;
 background-color: #0c448e;
 height: 24px;
 line-height:24px;
 margin-bottom: 10px;
 }
 
#popup_blueline p{
 color: #FFFFFF;
 text-align:right;
 margin-right:10px;
 }
 
 
.big
   {
   font-family: Arial;
   font-size: 20px;
   color: #000000;
   }


#tt1 a{
width: 500px;
z-index:10;
}
#tt1 a:hover{
width: 500px;
text-decoration: none;
position:relative;
z-index:100;
}
#tt1 a span{
padding: 10px;
width: 500px;
display:none;
}
#tt1 a:hover span{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
display:block;
position:absolute;
width: 500px;
float:left;
top:15px;
left:15px;
background:#FFF;
border:1px solid #CA002A;
color:#0C448E;
padding: 5px;
z-index:10;
}
