﻿body {
	margin: 0;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #000;
	background: #010101 url("../images/bg-top.gif") repeat-x;
	min-width: 963px;
}
a { color: #456991; }
a:hover,
a:focus { text-decoration: none; }
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	display: table;
}
.accessibility { display: none; }
/* header start */
.header-wrapper {
	width: 100%;
	background: url("../images/bg-header.jpg") no-repeat 50% 0;
	display: table-header-group;
}
.line-holder {
	background: url("../images/bg-top-line.png") repeat-x;
	width: 100%;
}
#header {
	width: 963px;
	height: 224px;
	margin: 0 auto;
	position: relative;
}
/* logo start */
.logo {
	float: left;
	margin: 24px 0 0 18px;
}
.logo a {
	background: url("../images/logo.png") no-repeat;
	width: 327px;
	height: 105px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
/* logo end */
/* phone */
.phone {
	float: right;
	margin: 15px 8px 0 0;
	background: url("../images/phone.png") no-repeat;
	width: 285px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
/* main nav start */
#main-nav {
	margin: 0 0 0 0px;
	padding: 0;
	overflow: hidden;
	height: 34px;
}
#main-nav li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding: 0 0 0 3px;
}
#main-nav li a {
	color: #fff;
	text-decoration: none;
	background: url("../images/bg-top-nav-hover.gif") no-repeat;
	float: left;
}
#main-nav li a span {
	padding: 9px 12px 0;
	height: 24px;
	cursor: pointer;
	float: left;
	background: url("../images/bg-top-nav-hover-right.gif") no-repeat;
}
#main-nav li a:hover,
#main-nav li a:focus,
#main-nav li a.active {
	background-position: 0 -33px;
	color: #000;
}
#main-nav li a:focus span,
#main-nav li a:hover span,
#main-nav li a.active span { background-position: 100% -33px; }
/* main nav end */



/* ASSET DIVISION */
body#asset a#assetnav {
	background: #000;
	color:#fff;
}
body#asset div#contentasset a {
	font-weight: bold;
	color: #64191e;
}
body#asset div#contentasset h1 {
	color: #64191e;
}
body#asset .visual-wrapper {
	overflow: hidden;
	height: 1%;
	padding: 0 0 14px;
	background: #64191e url("../images/bg-middle-inner-asset.gif") repeat-x;
}

/* END ASSET DIVISION */

/* SPOUSAL SUPPORT */
body#spousal a#spousalnav {
	background: #000;
	color:#fff;
}
body#spousal div#contentspousal a {
	font-weight: bold;
	color: #675c59;
}
body#spousal div#contentspousal h1 {
	color: #675c59;
}
body#spousal .visual-wrapper {
	overflow: hidden;
	height: 1%;
	padding: 0 0 14px;
	background: #675c59 url("../images/bg-middle-inner-spousal.gif") repeat-x;
}

/* END SPOUSAL SUPPORT */

/* CHILD SUPPORT */
body#support a#supportnav {
	background: #000;
	color:#fff;
}
body#support div#contentsupport a {
	font-weight: bold;
	color: #4e6141;
}
body#support div#contentsupport h1 {
	color: #4e6141;
}
body#support .visual-wrapper {
	overflow: hidden;
	height: 1%;
	padding: 0 0 14px;
	background: #4e6141 url("../images/bg-middle-inner-support.gif") repeat-x;
}

/* END CHILD SUPPORT */

/* CHILD CUSTODY */
body#custody a#custodynav {
	background: #000;
	color:#fff;
}
body#custody div#contentcustody a {
	font-weight: bold;
	color: #b37d86;
}
body#custody div#contentcustody h1 {
	color: #b37d86;
}
body#custody .visual-wrapper {
	overflow: hidden;
	height: 1%;
	padding: 0 0 14px;
	background: #b37d86 url("../images/bg-middle-inner-custody.gif") repeat-x;
}

/* END CHILD CUSTODY */


/* DIVORCE */
body#divorce a#divorcenav {
	background: #000;
	color:#fff;
}
body#divorce div#contentdivorce a {
	font-weight: bold;
	color: #974727;
}
body#divorce div#contentdivorce h1 {
	color: #974727;
}
body#divorce .visual-wrapper {
	overflow: hidden;
	height: 1%;
	padding: 0 0 14px;
	background: #974727 url("../images/bg-middle-inner-divorce.gif") repeat-x;
}

/* END DIVORCE */


.left {
	float:left;
	margin: 0 10px 10px 0;
}

/* form search start */
.form-search {
	position: absolute;
	top: 163px;
	right: 10px;
	background-color: #212d3e;
	width: 179px;
	height: 23px;
	border-right: 1px solid #3b5572;
	padding: 3px 0 0 3px;
}
.form-search input {
	float: left;
	border: 0;
}
.form-search .input {
	background: #ececec;
	border-bottom: 1px solid #9ba0a6;
	width: 142px;
	color: #7a7a7a;
	font: 12px/15px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 7px;
}
.form-search .btn-submit {
	background: url("../images/btn-search.gif") no-repeat;
	width: 23px;
	height: 20px;
	cursor: pointer;
}
/* form search end */
/* specialty nav start */
#specialty-nav {
	position: absolute;
	top: 189px;
	left: 0;
	width: 963px;
	text-align: center;
	z-index: 10;
	overflow: hidden;
}
#specialty-nav div {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;		
}
#specialty-nav ul {
	margin: 0; 
	padding: 0;
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
}
#specialty-nav ul li {
	float: left;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
#specialty-nav ul li a {
	color: #fff;
	float: left;
	padding: 9px 13px 0;
	background: url("../images/bg-specialty-nav-hover.gif") repeat-x;
	height: 26px;
	text-decoration: none;
}
#specialty-nav ul li a:hover,
#specialty-nav ul li a:focus {
	background-position: 0 -35px;
	color: #000;
}
#specialty-nav ul li a.active,
#specialty-nav ul li a.active:hover {
	background: #000;
	color: #fff;
}
/* specialty nav end */
/* header end */
/* visual area start */
.visual-wrapper {
	overflow: hidden;
	height: 1%;
	padding: 0 0 14px;
	background: #a6b69c url("../images/bg-middle-inner.gif") repeat-x;
}
.home-page .visual-wrapper { background: #527dac url("../images/bg-middle.gif") repeat-x; }
.visual {
	width: 963px;
	margin: 0 auto;
}
/* video start */
.video-holder {
	float: left;
	width: 650px;
	display: inline;
	margin: -1px 0 0 1px;
}
.video {
	background: url("../images/bg-gallery.png") no-repeat;
	width: 642px;
	height: 264px;
	overflow: hidden;
	padding: 0 0 0 9px;
}
.video .intro {
	float: left;
	width: 172px;
	margin: 4px 9px 0 0;
	position: relative;
}
.video .intro .heading {
	display: block;
	border-bottom: 2px solid #444;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #cad444;
	padding: 0 0 7px 1px;
	margin: 0 0 5px;
}
.video .intro p {
	margin: 0 0 17px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}
.video .intro p a {
	color: #fff;
}

.video .gallery {
	padding: 0 0 0 9px;
	margin: 8px 0 0;
	position: relative;
	overflow: hidden;
}
* html .video .gallery { display: inline; }
.video .gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.video .gallery ul li {
	position: absolute;
	top: 0;
	left: 0;
	background: none !important;
}
.video .gallery ul li img { float: left; }
.video .gallery .overlayer {
	position: absolute;
	top: -5px;
	right: 10px;
	background: url("../images/bg-gallery-opacity.png") repeat-x;
	height: 61px;
	width: 442px;
	z-index: 9999;
}
#player2 {
	position:relative;
	float:left;
	width: 442px;
}
#player4 {
	position:relative;
	float:left;
	width: 442px;
}

/* gallery control start */
.control {
	overflow: hidden;
	height: 1%;
	margin: -8px 9px 0 0;
}
.control p {
	margin: 7px 13px 0 0;
	padding: 0 13px 0 0;
	float: right;
	background: url("../images/arrow.gif") no-repeat 100% 5px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.control .pager {
	margin: 0;
	padding: 1px 0 2px;
	float: right;
	list-style: none;
	background: #3c5c7e url("../images/bg-paginator.gif") repeat-x;
	border-bottom: 1px solid #456a91;
}
.control .pager a {
	font-size: 14px;
	line-height: 16px;
	float: left;
	color: #fff;
	padding: 5px 12px;
	margin: 0 2px 0 3px;
	border-top: 1px solid #344f6e;
	text-decoration: none;
}
.control .pager a:hover,
.control .pager a.activeSlide {
	background-color: #cad444;
	color: #000;
	border-top-color: #647756;
}
/* gallery control end */
/* video end */
/* visual area end */
/* contact box start */
.contact-box {
	width: 311px;
	margin: -2px 0 0 -1px;
	display: inline;
}
#footer-main .contact-box {
	display: block;
	float: none;
	margin: 0;
}
/* contact form start */
.contact-form {
	overflow: hidden;
	height: 1%;
	padding: 22px 0 0
}
#footer-main .contact-form { padding: 0; }
.contact-form textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #676869 #fff #a1a1a1 #b9b9b9;
	border-right-style: none;
	color: #5c5c5c;
	font: 11px/14px Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 293px;
	height: 37px;
	overflow: auto;
	margin: 0 0 5px;
	float: left;
}
.contact-form .row {
	overflow: hidden;
	height: 1%;
	padding: 0 0 5px;
	clear: both;
}
.contact-form input {
	border-width: 1px;
	border-style: solid;
	border-color: #676869 #fff #a1a1a1 #b9b9b9;
	border-right-style: none;
	color: #5c5c5c;
	font: 11px/14px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	margin: 0 6px 0 0;
	float: left;
	width: 138px;
}
.contact-form .btn-submit {
	background: #cad444;
	border: 0;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #000;
	width: 304px;
	height: 25px;
	cursor: pointer;
	margin: 2px 0 0;
	padding: 0 0 1px;
}
.contact-form .btn-submit:hover,
.contact-form .btn-submit:focus,
.contact-form #btn-submit.hover,
.contact-form #btn-submit-2.hover {
	background: #000;
	color: #fff;
}
/* contact form end */
.free-onsite-parking {
	background: url("../images/free-parking.png") no-repeat;
	width: 148px;
	height: 21px;
	display: block;
	float:left;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin: 7px 10px 0 0px;
}
.directions-ullman {
	background: url("../images/directions-ullman.png") no-repeat;
	width: 80px;
	height: 21px;
	display: block;
	float:right;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin: 7px 0px 0 20px;
}

.address-box {
	overflow: hidden;
	height: 1%;
	margin: 10px 10px 0 5px;
}
#footer-main .address-box { margin-top: 16px; }
.address-box .col {
	float: left;
	width: 140px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}
.address-box .col address {
	margin: 0;
	font-style: normal;
}
.address-box .col address strong {
	color: #cad444;
	font-size: 15px;
}
.address-box .col em {
	display: block;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	margin: 12px 0 0 2px;
	letter-spacing: 1px;
}
.address-box .right {
	text-align: right;
	float: right;
}
/* contact box end */
/* footer start */
#footer {
	width: 963px;
	margin: 0 auto;
	color: #fff;
}
/* slide opener */
#footer .footer-more {
	margin: -20px 0 0 14px;
	background: #000 url("../images/arrow-white.gif") no-repeat 82% -29px;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	width: 50px;
	height: 19px;
	padding: 5px 0 0 12px;
	text-decoration: none;
	font-weight: bold;
}
#footer .footer-more-active { background-position: 82% 9px; }
.footer-slide {
	overflow: hidden;
	margin: 0 0 0 10px;
}
* html .footer-slide { display: inline; }
.slider {
	overflow: hidden;
	width: 100%;
}
/* footer columns start */
.footer-col {
	float: left;
	width: 211px;
	margin: 21px 0 0 18px;
	padding: 0 0 10px;
	display: inline;
}
#footer h4 {
	margin: 0 0 17px;
	font-size: 18px;
	line-height: 21px;
	color: #cad444;
	font-weight: normal;
}
#footer .footer-content h4 { margin: 0 0 -8px; }
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style: none;
	background: url("../images/arrow-green.gif") no-repeat 0 6px;
	color: #e9e9e9;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 5px 12px;
	font-weight: bold;
}
#footer ul li a {
	color: #e9e9e9;
	text-decoration: none;
	display: block;
	height: 1%;
	padding: 1px 0 1px 2px;
}
#footer ul li a:hover,
#footer ul li a:focus { background-color: #292929; }
/* footer columns end */
/* footer content start */
.footer-content {
	float: left;
	width: 462px;
	margin: 21px 0 0;
	padding: 0 0 5px;
}
.footer-content p {
	margin: 22px 0 10px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
/* footer content end */
.footer-wrapper {
	background: #587faa url("../images/bg-footer-wrapper.gif") repeat-x;
	overflow: hidden;
	height: 1%;
	padding: 10px 0 9px;
}
/* footer main box start */
#footer-main {
	margin: 0 auto;
	width: 963px;
}
/* columns */
.col-1,
.col-2,
.col-3 {
	float: left;
	width: 251px;
	margin: 0 0 0 16px;
	display: inline;
}
.col-1 {
	padding-bottom: 20px;
}
.col-2 {
	width: 383px;
	margin: 0;
}
.col-3 {
	width: 311px;
	margin: 0;
}
#footer-main h3 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
}
#footer-main h3.heading { margin: 0 0 17px; }
.box {
	overflow: hidden;
	height: 1%;
	margin: 0 4px 0 4px;
	padding: 0 0 14px;
}
.col-2 .box { margin: 0 0 0 8px; }
.box img {
	float: left;
	border: 1px solid #000;
	margin: 3px 10px 0 0;
}
.col-2 .box img { margin: 5px 13px 10px 1px }
.box h4 {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	letter-spacing: 1px;
}
.box p {
	margin: 0 5px 7px 0px;
	font-size: 12px;
	line-height: 22px;
	color: #dedede;
}
.box p strong { letter-spacing: 1px; }
/* link more */
.more {
	color: #cad444;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	background: url("../images/arrow-blue.gif") no-repeat 0 4px;
	padding: 0 0 0 14px;
	letter-spacing: 1px;
}
.col-2 .more {
	float: right;
	margin: 14px 43px 0 0;
}
.more:hover,
.more:focus { color: #fff; }
/* footer main box end */
/* footer end */
/* main container start */
.container-wrapper {
	background: #fff url("../images/bg-container.gif") repeat-x;
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	position: relative;
	z-index: 2;
}
.container {
	width: 963px;
	margin: 0 auto;
	padding: 31px 0 57px;
}
.home-page .container { padding: 31px 0 0; }
.container:after {
	clear: both;
	display: block;
	content: "";
}
/* content start */
.content {
	float: left;
	width: 672px;
	margin: 0 0 0 16px;
	display: inline;
}
.content h1 {
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	color: #a4b49a;
}
.content h1 a{
	text-decoration:none;
	color: #a4b49a;
}
.content h2 {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.home-page .content h1 { color: #4c75a1; }
.content p {
	margin: 0 0 19px;
	line-height: 23px;
}
.home-page .content p { line-height: 19px; }
.content a {
	font-weight: bold;
	color: #a4b49a;
}
.home-page .content p a { color: #4c75a1; }
.content .image {
	float: left;
	margin: 0 10px 10px 0;
}
.content .image-right {
	float: right;
	margin: 0 0 10px 10px;
}

.div-con {
	width: 600px;
	display: inline;
}
.div-left {
	float: left;
	padding: 10px 10px 10px 130px;
	width: 200px;
}
.div-right {
	float: left;
	padding: 10px;
	width: 300px;
}

.glossary p{
text-align: center;
}

.article {
border-bottom: 1px dashed #CCC;margin: 0 0 15px 0;float: left;font-family: Arial, sans-serif;
}
.article p {
margin: 0 0 .4em 5px;
}
h3 {
font-size: 1.1em;margin: 0 0 3px 0;padding: 0 0 0 0px;
}
h3 a {
text-decoration: none;display: block;
}
.read {
background: url("../images/article_icon.jpg") 0 50% no-repeat;padding-left: 15px;text-align: right;float: right;margin: 0 0 1px 0;clear: both;
}
.clear {
clear: both;margin: 0;height: 0;
}

/* player */
.player {
	float: right;
	background-color: #3a597b;
	padding: 5px 3px 3px 5px;
	margin: -5px 0 0 10px;
	display: inline;
}
.player img,
.player object { display: block; }
/* content end */
/* sidebar start */
.sidebar {
	float: left;
	width: 230px;
	display: inline;
	margin: 4px 0 0 33px;
}
.home-page .sidebar { margin: -3px 0 0 33px; }
.boxes {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
	list-style: none;
}
.boxes li {
	overflow: hidden;
	height: 1%;
	vertical-align: top;
	padding: 0 0 31px;
}
.boxes li h2 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #4c75a1;
}
.boxes li .ico {
	float: left;
	margin: 0 0 0 1px;
	display: inline;
	width: 67px;
}
.boxes li .ico img { display: block; }
.boxes li .text {
	float: left;
	width: 158px;
	display: inline;
	margin: 2px 0 0;
}
.boxes li .text p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #686868;
}
.boxes li .text .click-here {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	background: url("../images/arrow-green-2.gif") no-repeat 0 4px;
	padding: 0 0 0 12px;
	margin: 0 0 0 1px;
}
.boxes li .text .click-here:hover,
.boxes li .text .click-here:focus { color: #cad444; }
/* sidebar end */
/* main container end */
/* inner page */
/* visual text start */
.visual-text {
	float: left;
	width: 580px;
	margin: 22px 32px 0 39px;
	display: inline;
}
.visual-text p {
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}
/* visual text end */
/* links start */
.links {
	margin: 0;
	padding: 0;
}
.links li {
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	background: url("../images/arrow-green-2.gif") no-repeat 0 4px;
	padding: 0 0 7px 12px;
}
.links li a { text-decoration: none; }
.links li a:hover,
.links li a:focus { color: #cad444; }
/* links end */

/* form */
.form-contact {
margin: 0;
line-height: 1.1em;
}
.form-contact p{
margin: 0 0 .5em 20px;
clear: both;
overflow:hidden;
line-height: 1.8;
}
.form-contact label{
float: left;
width: 150px;
margin: 0 5px 0 0;
font-weight: bold;
}
.form-contact input,.form-contact textarea {
float: left;
width: 249px;
border: 1px solid #572700;
}
.form-contact textarea {
height: 130px;
}
.form-contact .hear-select-p label {
margin-right: 0;
}
.form-contact select{
width: 150px; float: left;
}

.form-contact .hear-select-p {
padding-top: 10px;
}

.form-contact input {
float: none;
width: 150px;
}
.form-contact select {
margin-left: 5px;
margin-bottom: .5em;
}
.form-contact .btn-contact {
margin: 10px 0 0 0;
width:65px;
	overflow:hidden;
	border: none;
	font-size:1.2em;
	line-height:1.5;
	cursor:pointer;
	border:0;
	background: #5a7348;
	position: relative;
	clear: both;
	display: block;
	padding: 4px;
	left: 225px;
	color: #FFF;
	
}

.form-contact .submit-p {
padding-top: 10px;
clear:both;
}


.form-contact fieldset{
padding: 19px 10px 0 10px;
width: 610px;
margin-left: 37px;
position:relative;
margin-top: 0;
border:0;
}
.form-contact legend {
background: #19449b;
padding: 4px 8px;
color: #FFF;
font-size: 15px;
}
*:first-child+html .form-contact legend, * html .form-contact legend  {
position: absolute;
top: -.6em;
left: .2em;
}


.hiddenFields {
position: absolute;
display: none;
visibility:hidden;
}
/* form end */

