@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-size:80%;
}

h1
{
	font-family:"Trajan Pro", Georgia, "Times New Roman", serif;
	font-size:160%;
	color:#456685;
	font-weight:bold;
}
h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#456685;
}
#contact
{
	width:250px;
	border:1px solid #26435f;
	margin:20px;
	margin-right:0px;
	text-align:right;
	padding-right:10px;
	background-image:url(../../images/stripes.jpg);
	background-repeat:repeat;
}
#contact, #contact h2
{
	color:#FFFFFF;
}
#contact input
{
	text-align:right;
}
	
#content
{
	width:100%;
	padding-top:7px;
}

#content_left
{
	width:470px;
	float:left;
}
#content_right
{
	width:270px;
	display:inline;
}

#footer
{
	width:100%;
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
	padding-top:10px;
	
}
#footer_bottom
{
	background-color:#26435f;
	height:51px;
	width:100%;
	padding-top:7px;
	margin-top:-7px;
}
#footer_bottom ul
{
	padding:0px;
	padding-top:5px;
	margin:0px;
}
#footer_bottom ul li
{
	list-style:none;
	display:inline;
}
#footer_bottom ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#header
{
	width:100%;
	height:365px;
}

#header_image
{
	background-image:url(../../images/lawyers.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
	width:100%;
	height:241px;
}

#inner
{
	width:760px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#logo
{
	width:100%;
}
#logo a
{
	width:100%;
	height:76px;
	background-image:url(../../images/logo.gif);
	background-repeat:no-repeat;
	display:block;
}
#logo a p
{
	display:none;
}

#main_nav
{
	background-color:#456685;
	width:100%-20px;
	height:32px;
	padding-top:8px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

#members_of
{
	width:250px;
	float:right;
	padding-left:20px;
	margin-top:70px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
}
.members_of_item
{
	border-top:1px solid #26435f;
	color:#666666;
	font-size:110%;
	clear:both;
	padding:3px 0px;
}
.members_of_text
{
	width:80%;
	float:left;
}
.members_of_img
{
	width:19%;
	height:30px;
	float:left;
	background-image:url(../../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 15px;
}

#outter
{
	width:815px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #bfbfbf;
}

#outter_top_right
{
	float:right;
	margin-top:-1px;
	margin-right:-1px;
	height:23px;
	width:23px;
	background-image:url(../../images/b_top_right.jpg);
	background-repeat:no-repeat;
}
#outter_top_left
{
	float:left;
	margin-top:-1px;
	margin-left:-1px;
	height:23px;
	width:23px;
	background-image:url(../../images/b_top_left.jpg);
	background-repeat:no-repeat;
}
#outter_bottom_right
{
	float:right;
	margin-bottom:-1px;
	margin-right:-1px;
	height:23px;
	width:23px;
	background-image:url(../../images/b_bottom_right.jpg);
	background-repeat:no-repeat;
}
#outter_bottom_left
{
	margin-bottom:-1px;
	margin-left:-1px;
	height:23px;
	width:23px;
	background-image:url(../../images/b_bottom_left.jpg);
	background-repeat:no-repeat;
}

#services_nav
{
	float:left;
	width:390px;
	padding-left:5px;
}
#services_nav ul
{
	padding:4px 5px;
	margin:0px;
}
#services_nav ul li
{
	float:left;
	list-style:none;
	padding:0px 5px;
	font-weight:bold;
}
#services_nav ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}
#services_nav ul li a:hover
{
	text-decoration:underline;
}
.sep#services ul li
{
	color:#FFFFFF;
}

#white_nav
{
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	height:24px;
	width:340px;
	float:left;
	font-size:90%;
}
#white_nav ul
{
	padding:0px;
	margin:0px;
	padding-left:15px;
}
#white_nav li
{
	display:block;
	height:auto;
	width:auto;
	float:left;
	padding:4px 5px;
	font-weight:bold;
}
#white_nav ul li a
{
	color:#7d99c3;
	text-decoration:none;
}
#white_nav ul li a:hover
{
	text-decoration:underline;
}

li.sep
{
	color:#7d99c3;
	padding:4px 5px;
}

.white_left
{
	background-image:url(../../images/nav_l.gif);
	background-repeat:no-repeat;
	float:left;
	height:24px;
	width:10px;
}
.white_right
{
	background-image:url(../../images/nav_r.gif);
	background-repeat:no-repeat;
	float:right;
	height:24px;
	width:10px;
	margin-right:-1px;
}


















/* Width */

.w_100_p
{
	width:100%;
}
.w_25_p
{
	width:25%;
}
.w_50_p
{
	width:50%;
}
.w_75_p
{
	width:75%;
}

.w_250
{
	width:250px;
}
.w_500
{
	width:500px;
}
.w_750
{
	width:750px;
}

/* Floats */
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.clb
{
	clear:both;
}

/* Padding */
.pt_5
{
	padding-top:5px;
}
.pt_10
{
	padding-top:10px;
}
.pt_15
{
	padding-top:15px;
}
.pt_20
{
	padding-top:20px;
}

.pr_5
{
	padding-right:5px;
}
.pr_10
{
	padding-right:10px;
}
.pr_15
{
	padding-right:15px;
}
.pr_20
{
	padding-right:20px;
}

.pb_5
{
	padding-bottom:5px;
}
.pb_10
{
	padding-bottom:10px;
}
.pb_15
{
	padding-bottom:15px;
}
.pb_20
{
	padding-bottom:20px;
}

.pl_5
{
	padding-left:5px;
}
.pl_10
{
	padding-left:10px;
}
.pl_15
{
	padding-left:15px;
}
.pl_20
{
	padding-left:20px;
}

/* Margin */
.m_0
{
	margin:0px;
}
.mt_5
{
	margin-top:5px;
}
.mt_10
{
	margin-top:10px;
}
.mt_15
{
	margin-top:15px;
}
.mt_20
{
	margin-top:20px;
}

.mr_5
{
	margin-right:5px;
}
.mr_10
{
	margin-right:10px;
}
.mr_15
{
	margin-right:15px;
}
.mr_20
{
	margin-right:20px;
}

.mb_5
{
	margin-bottom:5px;
}
.mb_10
{
	margin-bottom:10px;
}
.mb_15
{
	margin-bottom:15px;
}
.mb_20
{
	margin-bottom:20px;
}

.ml_5
{
	margin-left:5px;
}
.ml_10
{
	margin-left:10px;
}
.ml_15
{
	margin-left:15px;
}
.ml_20
{
	margin-left:20px;
}
