/*
	File : screen.css
	Date : 1.26.2009.tim
*/

html {
	text-align:left;
}
body {
	background-color: #4d4c42;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #44433a;
	text-align: center;
	padding:0px;
	margin:0px auto;
}
td {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #44433a;
}
/* color:#fff; */ 
hr { margin:3px 0px; padding:0px; color:#000;}
img {
	border:0px;
}
a img {
	border:0px
}
a {
	outline:none;
}
img.wizzyImg, img.wizzyImg .bioPic {
	border:1px solid #ddd !important;
	padding:4px !important;
}
a:link, a:visited {
	color: #004a80;
	text-decoration: none;
}
a:hover {
	color: #004a80;
	text-decoration: underline;
}
.error {
	color:#ed1c24;
}
h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}
h1 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#3E3B36;
	font-weight: bold;
	margin-bottom:6px;
	margin-top:15px;
}
h1.pageTitle {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:22px;
	line-height:22px;
	color:#44433a;
	font-weight: normal;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:0px;
	padding-right:255px;
}
#printHeader, .mainHeadPrint { display:none;}
.mainHead {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#023E86;
	font-weight: bold;
	margin-bottom:5px;
	padding-right:255px;
}
.mainHeadFull {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#023E86;
	font-weight: bold;
	margin-bottom:5px;
}
h2 {
	font-size:16px;
	color:#e68709;
	font-weight: normal;
	border-bottom:dotted 1px #ddd;
	padding-bottom: 2px;
	margin-bottom:8px;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	color:#e68709 !important;
	text-decoration:none;
}
#sidebarLeft h2 {
	font-size:16px;
	color:#e68709;
	font-weight: normal;
	border-bottom:dotted 1px #ddd;
	padding-bottom: 2px;
	margin-bottom:8px;
}
h3 {
	font-size:13px;
	color:#e68709;
	font-weight: normal;
	font-style:italic;
}
h4 {
	font-size:11px;
	color:#004a80;
	font-weight: bold;
	margin-bottom:3px;
}
h4 a {
	color:#004a80;
	text-decoration:none;
}
h4 a:hover {
	color:#e58725;
	text-decoration:none;
}
h5 {
	font-size:13px;
	font-weight:bold;
	border-bottom:solid 1px #ddd;
	margin-bottom:5px;
}
#containerWrapper {
	text-align: center;
	width: 923px;
	margin: 0px auto;
	margin-bottom:50px;
	padding:0px;
	background-image: url(../_img/site_bg_drop.jpg);
	background-repeat: repeat-y;
}
#container {
	text-align: left;
	background-color:#F7F3E7;
	width: 911px;
	margin: 0px auto;
	padding:0px;
	overflow:hidden;
}
#header {
	height: 176px;
	position:relative;
	background-color:#FFF;
	background-image: url(../_img/color_band.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:10;
}
#logo {
	position: absolute;
	height: 124px;
	width: 118px;
	left: 10px;
	top: 10px;
}
#search {
	position: absolute;
	right: 10px;
	top: 10px;
}
#searchField {
	font-family: "Helvetica", Arial, sans-serif;
	color:#464646;
	width: 102px;
	font-size: 11px;
	border: 0px;
	float:left;
	padding:4px;
	background-color:#FFF;
	border:solid 1px #c3c3c3;
	border-right:none;
	.height:24px;
}
#btnSearch {
	background-image: url(../_img/search_btn.gif);
	height: 24px;
	width: 24px;
	border:0px;
	float:left;
	cursor:pointer;
}
#number {
	color:#004a80;
	position:absolute;
	top:10px;
	right:154px;
	font-size: 15px;
	line-height:24px;
	border-right: solid 1px #c3c3c3;
	padding-right:10px;
}
#tagline {
	color:#beb3ac;
	position:absolute;
	top:10px;
	left:147px;
	font-size:15px;
	line-height:24px;
}
#proTag {
	background-image: url(../_img/pro_association.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 156px;
	position:absolute;
	left: 10px;
	bottom: 10px;
}
#pNavWrapper {
	height: 56px;
	position:absolute;
	right:5px;
	bottom:10px;
 .bottom:7px;
}
#pNav {
}
#pNav ul { /* MENU CONTAINER */
	font-size:11px;
	font-weight:bold;
	position:relative;
	padding:0px;
	margin:0px;
}
#pNav ul li { /* PNAV ITEMS */
	float:left;
	display:block;
	position:relative;
	line-height:23px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../_img/pnav_bg.jpg);
	background-repeat: repeat-x;
}
#pNav ul li a { /* MENU ITEM LINKS */
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	height:59px;
	background-image: url(../_img/tab_off.jpg);
	background-repeat: repeat-x;
	margin-right:5px;
	padding:5px 10px;
	vertical-align:top;
}
#pNav ul li a:hover { /* MENU ITEM LINKS */
	color:#FFF;
	text-decoration:none;
	background-image:url(../_img/tab_on.png);
	background-repeat: repeat-x;
}
#pNav ul li a.on { /* MENU ITEM LINKS */
	color:#FFF;
	padding:5px 10px 0px 10px;
	background-image: url(../_img/tab_on.png);
	background-repeat: repeat-x;
}
#pNav ul li ul { /* SUBMENU CONTAINER */
	position:absolute;
	background-color:#FFF;
	top:34px;
	left:0px;
	border: 2px solid #e58725;
	white-space:nowrap;
	z-index:10;
	padding:0px;
	min-width:125px;
}
#pNav ul li ul li { /* SUBMENU ITEMS */
	float:none;
	z-index:10;
	position:relative;
}
#pNav ul li ul li a { /* SUBMENU ITEM LINKS */
	color: #725649 !important;
	height:22px;
	text-transform:capitalize;
	font-weight:normal;
	font-size:11px;
	padding:0px 10px 0px 10px;
	margin:0px;
	background-image:none;
	display:block;
	.display:inherit;
}
#pNav ul li ul li a.on { /* SUBMENU ITEM LINKS */
	color:#004A81 !important;
	text-transform:capitalize;
	font-weight:normal;
	font-size:11px;
	letter-spacing:normal;
	padding:0px 10px 0px 10px;
	margin:0px;
	background-image:none;
}
#pNav ul li ul li a:hover {
	background-image:none;
	background-color:#e58725;
	color:#FFF !important;
}
#pNav ul li ul li ul {
	position:absolute;
	top:-2px;
}
#content {
	padding-top: 11px;
	background-image: url(../_img/content_colors.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f7f3e7;
	min-height:200px;
	height:auto !important;
	height:200px;
}
.homeImage {
	height: 358px;
	width: 297px;
	float:left;
	position:relative;
}
#welcome {
	font-size:12px;
	line-height:18px;
	background-color:#FFF;
	width:303px;
	.width:334px;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
	float:left;
	padding:15px;
}
#sidebarHome {
	float:right;
	width:229px;
	.width:258px;
	background-color:#FFF;
	margin-left:11px;
	margin-right:11px;
	padding:15px;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
}
#sidebarHome ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebarHome li {
	margin-bottom:15px;
}
#sidebarHome li a {
	color:#004a80;
	text-decoration:none;
}
#sidebarHome li a:hover {
	color:#e58725;
	text-decoration:none;
}
#sidebarHome .topLeft {
	background-image: url(../_img/corner_sidebar_l.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 14px;
	position: absolute;
	top: -4px;
	left: -7px;
	z-index:5;
}
#sidebarHome .topRight {
	background-image: url(../_img/corner_sidebar_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 18px;
	position: absolute;
	top: -4px;
	right: -11px;
	z-index:5;
}
#contactLeft {
	width:600px;
	.width:630px;
	min-height:328px;
	background-color:#FFF;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
	float:left;
	padding:15px;
}
#wizzyFull {
	width:871px;
	.width:901px;
	min-height:328px;
	background-color:#FFF;
	height:auto !important;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
	float:left;
	padding:15px;
}
#wizzyFull .topRight {
	background-image: url(../_img/corner_sidebar_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 18px;
	position: absolute;
	top: -4px;
	right: -11px;
	z-index:5;
}
#leftFull {
	font-size:12px;
	line-height:18px;
	background-color:#FFF;
	width:655px;
	.width:685px;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
	float:left;
	padding:15px;
}
#leftFull .topCornerR {
	background-image: url(../_img/corner_full_left_t_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	position:absolute;
	right: -4px;
	top: -4px;
	z-index:5;
}
/*#leftFull ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
	list-style-position: outside;
}
*/
#leftFull ul {
}
#rightFull {
	font-size:12px;
	line-height:18px;
	background-color:#FFF;
	width:675px;
	.width:705px;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
	float:left;
	padding:15px;
}
#rightFull .topCornerL {
	background-image: url(../_img/corner_center_t_l.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 14px;
	position: absolute;
	top: -4px;
	left: -7px;
	z-index:5;
}
#rightFull p { padding:0px; margin:0px;}
/*#rightFull ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
	list-style-position: outside;
}*/
#rightFull ul {
}
#rightFull ul li {
	margin:0px;
	padding:0px;
	list-style-position: outside;
}
#rightFull ul.links {
	margin:0px;
	padding:0px;
	list-style:none;
}
#rightFull ul.links li a {
	color:#004a80;
	text-decoration:none;
	padding-left: 8px;
	margin-left:0px;
	cursor:pointer;
	line-height:16px;
	position:relative;
	left:-9px;
}
#rightFull ul.links li a:hover {
	color:#e58725;
	text-decoration:none;
	background-image: url(../_img/arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#rightFull ul.attorneys li {
	margin-bottom:0px;
	line-height:14px;
}
#centerCol {
	font-size:12px;
	line-height:18px;
	background-color:#FFF;
	width:449px;
	.width:480px;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
	float:left;
	padding:15px;
}
#centerCol .topCornerR {
	background-image: url(../_img/corner_full_left_t_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	position:absolute;
	right: -4px;
	top: -4px;
	z-index:5;
}
#centerCol .topCornerL {
	background-image: url(../_img/corner_center_t_l.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 14px;
	position: absolute;
	top: -4px;
	left: -7px;
	z-index:5;
}
#centerCol ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
	list-style-position: outside;
}
#tools {
	font-size:11px;
	height:13px;
	line-height:12px;
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	padding:15px 15px 15px 5px;
	background-image: url(../_img/tool_drop.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#tools a {
	color: #004a80;
	text-decoration: underline;
}
#tools a:hover {
	text-decoration:none;
}
#tools #leftCap {
	background-image: url(../_img/tool_left_cap.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 10px;
	position:absolute;
	left:-10px;
	top:0px;
}
.dropRight {
	background-image: url(../_img/drop_r.png);
	background-repeat: repeat-y;
	width: 4px;
	height:100%;
	position:absolute;
	right:-4px;
	top:0px;
}
.dropLeft {
	background-image: url(../_img/drop_l.png);
	background-repeat: repeat-y;
	width: 4px;
	height:100%;
	position:absolute;
	left:-4px;
	top:0px;
}
.dropBottom {
	background-image: url(../_img/drop_b.gif);
	background-repeat:repeat-x;
	height: 4px;
	width:100%;
	position:absolute;
	left:0px;
	bottom:-4px;
	.bottom:-11px;
	z-index:5;
}
.btmCornerR {
	background-image: url(../_img/corner_b_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	position:absolute;
	right: -4px;
	bottom: -4px;
	z-index:5;
}
.btmCornerL {
	background-image: url(../_img/corner_b_l.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	position:absolute;
	left: -4px;
	bottom: -4px;
	z-index:5;
}
.topCorner2 {
	background-image: url(../_img/corner2_t_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	position:absolute;
	right: -4px;
	top: -4px;
	z-index:5;
}
a.print {
	color: #004a80;
	background-image: url(../_img/printer.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	text-decoration: underline;
}
a:hover.print {
	text-decoration:none;
}
.pageCorner {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image: url(../_img/page_corner.gif);
	background-repeat: no-repeat;
	height: 40px;
	background-position: right bottom;
	text-align: right;
	padding-right: 40px;
	line-height:40px;
	font-weight:bold;
	font-style:italic;
}
.pageCorner span {
	border-bottom:dotted 1px #ddd;
}
a.pageCorner {
	color:#e68709 !important;
	text-decoration:none;
}
a:hover.pageCorner {
	color:#e68709;
	text-decoration:none;
}
#sidebarLeft {
	float:left;
	width:165px;
	.width:194px;
	background-color:#FFF;
	margin-right:11px;
	padding:15px;
	min-height:328px;
	height:auto !important;
	height:328px;
	.height:358px;
	position:relative;
}
#sidebarLeft ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebarLeft li {
	margin:0px;
	padding:0px;
	line-height:14px;
}
#sidebarLeft li a {
	color:#004a80;
	text-decoration:none;
	cursor:pointer;
	line-height:14px;
	padding-left: 8px;

}
#sidebarLeft li a:hover {
	color:#e58725;
	text-decoration:none;
	background-image: url(../_img/arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
}
#sidebarLeft ul.links {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebarLeft ul.links li {
	margin:0px;
	padding:0px;
	line-height:14px;
	margin-bottom:7px;
}
#sidebarLeft ul.links li a {
	color:#004a80;
	text-decoration:none;
	cursor:pointer;
	line-height:14px;
	padding-left:0px;
}
#sidebarLeft ul.links li a:hover {
	color:#e58725;
	text-decoration:none;
	padding-left:0px;
	background-image:none;
}
#sidebarLeft .topRight {
	background-image: url(../_img/corner_sidebar_left_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 14px;
	position: absolute;
	top: -4px;
	right: -7px;
	z-index:5;
}
#sidebarLeft td { font-size:11px;}
#sidebarRight {
	float:right;
	width:185px;
	.width:215px;
	background-color:#FFF;
	margin-left:10px;
	.margin-left:9px;
	padding:15px;
	min-height:250px;
	height:auto !important;
	height:250px;
	.height:280px;
	position:relative;
}
#sidebarRight img { position:absolute !important; top:0px; right:0px; .right:0px;
}
#sidebarRight ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebarRight li {
	margin-bottom:7px;
	line-height:14px;
}
#sidebarRight li a {
	color:#004a80;
	text-decoration:none;
	padding-left: 8px;
	cursor:pointer;
	line-height:14px;
}
#sidebarRight li a:hover {
	color:#e58725;
	text-decoration:none;
	background-image: url(../_img/arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
}
#sidebarRight ul.attorneys li {
	margin-bottom:0px;
	line-height:14px;
}
#sidebarRight ul.links {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebarRight ul.links li {
	margin:0px;
	padding:0px;
	line-height:14px;
	margin-bottom:7px;
}
#sidebarRight ul.links li a {
	color:#004a80;
	text-decoration:none;
	cursor:pointer;
	line-height:14px;
	padding-left:0px;
}
#sidebarRight ul.links li a:hover {
	color:#e58725;
	text-decoration:none;
	padding-left:0px;
	background-image:none;
}
#sidebarRight .topLeft {
	background-image: url(../_img/image_top_l.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 14px;
	position: absolute;
	top: -4px;
	left: -7px;
	z-index:5;
}
#footer {
	background-image: url(../_img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 100%;
	background-color:#fff2e8;
	margin:0px auto;
	position:relative;
}
#copyright {
	font-size:10px;
	position:absolute;
	top:22px;
	right:10px;
}
#address {
	font-size:12px;
	position:absolute;
	top:22px;
	left:10px;
}
#address a {
	color: #494949;
	text-decoration:none;
}
#address a:hover {
	color: #e58725;
	text-decoration:none;
}
#footer ul {
	font-size:10.5px;
	position:absolute;
	bottom:9px;
	right:11px;
	padding:0px;
	margin:0px;
}
#footer ul li { /* PNAV ITEMS */
	float:left;
	display:block;
	position:relative;
}
#footer ul li a { /* MENU ITEM LINKS */
	color:#004a80;
	text-decoration:none;
	display:inline-block;
	margin-left:12px;
}
#footer ul li a:hover {
	color:#e58725;
	text-decoration:none;
}
#footerDrop {
	background-image: url(../_img/footer_drop.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 923px;
	position:relative;
	.top:10px;
}
.clear {
	clear:both;
}
.noDisplay { display:none;}
.lineBreak {
	height:1px;
	background-color:#ddd;
	margin:5px 0px;
}
.small {
	font-size:10px;
	font-style:italic;
}
/* FORM STYLES */
.form_field {
	font-family: "Helvetica", Arial, sans-serif;
	color: #494949;
	font-size: 11px;
	padding:4px;
	background-color:#FFF;
	border:solid 1px #c3c3c3;
	.height:24px;
}
.form_display {
	font-size:11px;
	color: #494949;
	font-family: "Helvetica", Arial, sans-serif;
	font-weight: none;
	text-decoration: none;
}
.form_label {
	font-size:11px;
	color: #494949;
	font-family: "Helvetica", Arial, sans-serif;
}
.form_labelB {
	font-size:11px;
	font-weight: bold;
	color: #494949;
	font-family: "Helvetica", Arial, sans-serif;
}
.form_button_s {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4D4C42;
	padding:2px 4px;
	border: solid 1px #b4ac7e;
	cursor:pointer;
	background-image:url(../_img/button_bg.jpg);
	background-repeat: repeat-x;
}
.form_button_s:hover {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4D4C42;
	padding:2px 4px;
	border: solid 1px #b4ac7e;
	cursor:pointer;
	background-image:url(../_img/button_bg_on.jpg);
	background-repeat: repeat-x;
}
.error ul { padding:0px; font-size:11px;}
.error li {
	list-style:none;
	color:#FF0000;
	background-image: url(../_img/exclamation.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
a.more {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D4C42 !important;
	cursor:pointer;
	text-decoration:underline !important;
	line-height:25px;
}
a:hover.more {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D4C42;
	cursor:pointer;
	text-decoration:none;
	line-height:25px;
}
.date { font-size:11px; font-style:italic; color:#6F544B;}
a.articleLink {
	font-size:16px;
	color:#004a80;
	font-weight: normal;
	margin-bottom:5px;
}
a:hover.articleLink {
	color:#e68709 !important;
	text-decoration:none;
}
table.noBullet {
	margin:10px 0px;
	width:100%;
	background-color:#F9F7EE;
	border:solid 1px #A5B09B;
}
table.noBullet td { margin:0px; padding:0px; vertical-align:top; padding:10px 10px 10px 10px;}
table.noBullet td ul { margin:0px; padding:0px; margin-left:15px;}
table.noBullet td ul li { font-weight:normal; font-size:11px; font-style:italic; text-transform:capitalize;}

table.noBulletS {
	margin:10px 0px;
	width:100%;
	background-color:#F9F7EE;
	border:solid 1px #A5B09B;
	padding:10px;
}
table.noBulletS td { margin:0px; padding:0px; vertical-align:top; padding:2px; font-size:11px; font-style:italic;}
table.noBulletS td.head {border-bottom:solid 1px #A5B09B; font-weight:bold; font-size:12px;}