/* @override 
	http://www.webdesign.gs/kingmed/style/king.css
	http://www.kingmediation.com/style/king.css
*/

* {
	margin: 0;
	padding: 0;
}

#cms_content {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

html, body {
	margin: 0;
	background: url(../images/back.png) repeat;
}

#wrapper {
	width: 765px;
	margin-left: -382.5px;
	position: absolute;
	left: 50%;
}

/* @group NAVIGATION */

#header {
	background-image: url(../images/header.jpg);
	width: 765px;
	height: 78px;
	border-bottom: 1px solid white;
}

#header a {
	display: block;
	width: 305px;
	height: 60px;
	position: relative;
	top: 10px;
	left: 230px;
	text-indent: -9000px;
}

#navigation {
	width: 765px;
	height: 30px;
	border-bottom: 1px solid white;
}

#navigation ul {
	margin: 0;
	padding: 0;
	width: 765px;
	height: 30px;
}

#navigation ul li {
	height: 30px;
	display: block;
	float: left;
}

#navigation ul li a {
	display: block;
	float: left;
	height: 30px;
	background-image: url(../images/nav-sprites.png);
	text-indent: -9000px;
}

a#home {
	background-position: 0 0;
	width: 53px;
}

a#home:hover {
	background-position: 0 -30px;
}

a#about {
	background-position: -53px 0;
	width: 75px;
}

a#about:hover {
	background-position: -53px -30px;
}

a#recent {
	background-position: -128px 0;
	width: 182px;
}

a#recent:hover {
	background-position: -128px -30px;
}

a#scheduling {
	background-position: -310px 0;
	width: 90px;
}

a#scheduling:hover {
	background-position: -310px -30px;
}

a#seminars {
	background-position: -400px 0;
	width: 142px;
}

a#seminars:hover {
	background-position: -400px -30px;
}

a#contact {
	background-position: -542px 0;
	width: 83px;
}

a#contact:hover {
	background-position: -542px -30px;
}

a#mediators {
	background-position: -625px 0;
	width: 82px;
}

a#mediators:hover {
	background-position: -625px -30px;
}

a#blog {
	background-position: -707px 0;
	width: 58px;
}

a#blog:hover {
	background-position: -707px -30px;
}



/* @end */

/* @group HOME PAGE */

#home-left {
	width: 210px;
	float: left;
	padding-top: 55px;
}

fieldset.home {
	width: 203px;
	margin-top: 0;
	height: 265px;
	margin-left: 6px;
}

fieldset.home legend {
	width: 197px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	padding: 0;
	background-color: #333;
	letter-spacing: 2px;
}

#content fieldset.home ul {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#content fieldset.home ul li a {
	color: #333;
	font: small-caps 17px Georgia, "Times New Roman", Times, serif;
	display: block;
}

#content fieldset.home ul li a:hover {
	text-decoration: none;
}

#content fieldset.home ul li {
	margin-bottom: 25px;
}

#content #home-left p {
	text-align: center;
}

#content #home-left p b {
	font-size: 18px;
}

#home-right {
	height: 491px;
	float: right;
	width: 542px;
	background: url(../images/home-right-bg.jpg) no-repeat left top;
	padding-bottom: 1px;
}

#flash {
	margin-left: 75px;
}

#home-free {
	width: 188px;
	height: 243px;
	background-color: #ccc;
	position: absolute;
	top: 358px;
	left: 577px;
}

#content #home-free p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}

#content #home-free p b {
	font-size: 13px;
	color: black;
	text-decoration: underline;
}

a#freecons {
	width: 169px;
	height: 46px;
	background-image: url(../images/free-consultation.png);
	display: block;
	text-indent: -9000px;
	margin-top: 10px;
	margin-left: 9px;
}

a[href$='.pdf'] {
	background: transparent url(../images/pdf-icon.png) no-repeat right;
	padding-right: 22px !important;
	padding-top: 4px !important;
}

a[href^="mailto:"] {
	background: transparent url(../images/email-icon.png) no-repeat right -1px;
	padding-right: 18px;
}


/* @end */

#content {
	width: 765px;
	background-color: white;
	border-bottom: 20px solid black;
	font: 11px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#content p {
	color: #464646;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #b8a46f;
	font-size: 16px;
}

h2 {
	font-size: 14px;
	padding-left: 30px;
	color: #0c427e;
}

	h2.profile-subheader {
		margin: -20px 0px 0px 0px;
		padding: 0px 0px 0px 27px;
		color: #464646;
		font-weight: normal;
		font-size: 12px;
	}

h3 {
	padding: 5px 0px 10px 30px;
	font-weight: normal;
	font-size: 14px;
}

h4 {
	padding: 5px 0px 0px 18px;
	margin: 0px 0px -10px 0px;
	color: #464646;
}

h2 span {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #434343;
}

.clear {
	clear: both;
}

img.right-img {
	float: right;
	margin: 15px 10px 5px 10px;
}

#content h2 a:link, #content h2 a:visited {
	color: #0c427e;
}

#content ul, #content ol {
	margin-left: 55px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #464646;
}

#content ul li, #content ol li {
	margin-bottom: 5px;
}

#content a:link, #content a:visited {
	color: #1342a0;
	text-decoration: none;
}

#content a:hover {
	color: #0c427e;
	text-decoration: underline;
}

#content ul.ablock a:link, #content ul.ablock a:visited {
	padding: 4px 8px;
	text-decoration: none;
}

#content ul.ablock a:hover {
	background-color: #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#content ul.sub {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-style: italic;
}

#content img.header {
	position: relative;
	left: 1px;
}

#content img.practice-thumb {
	position: absolute;
	left: 585px;
	top: 210px;
	border: 1px solid silver;
}

#building img {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

#building {
	height: 210px;
}

#building p {
	padding-top: 15px;
}

dl {
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #464646;
}

dt {
	font-style: italic;
	margin-bottom: 10px;
	color: #0c427e;
}

dd {
	text-indent: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

#content ul.vs {
	list-style-type: none;
	margin-left: 25px;
	width: 330px;
	padding: 8px;
	border: 1px solid silver;
	background-color: #eaeaea;
	float: left;
	height: 350px;
}

#content ul.vs li b {
	font-weight: bold;
	font-style: italic;
	margin-left: -10px;
}

#content ul.vs li {
	padding-left: 15px;
}

#content ul.vs li strong {
	font-size: 16px;
	font-style: italic;
	color: #0c427e;
}

#content a#bigpurple {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	background-color: #0c427e;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 14px;
	border-style: solid;
	border-color: silver;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content a#bigpurple:hover {
	background-color: black;
	cursor: pointer;
	text-decoration: none;
}

a#jking {
	background: url(../images/Josh-Pic-1.jpg) no-repeat center top;
	width: 162px;
	height: 225px;
	display: block;
	text-align: center;
	line-height: 405px;
	float: left;
	margin-left: 150px;
	margin-bottom: 15px;
}

a#fking {
	background: url(../images/Felshaw-Pic-1.jpg) no-repeat center top;
	width: 162px;
	height: 225px;
	display: block;
	text-align: center;
	line-height: 405px;
	float: right;
	margin-right: 150px;
	margin-bottom: 15px;
}

/* @group BLOG */

.blogEntry {
	padding-left: 15px;
	margin-top: 15px;
}

.blogEntry b {
	font-size: 14px;
	padding-left: 30px;
	color: #0c427e;
	display: block;
}

#blogPostedAuthor
 {
	display: none;
}

#blogPosted
 {
	font-style: italic;
	color: gray;
	float: left;
	margin-top: 10px;
	text-transform: uppercase;
}

#content a.readmore {
	display: block;
	float: right;
	text-transform: uppercase;
	padding: 2px 15px;
	background-color: #0c427e;
	color: white;
	margin-top: 10px;
}

.blog_travel {
	clear: both;
	padding-top: 15px;
	padding-left: 15px;
}

.blogCategories {
	margin-top: 15px;
}

.blogCategories b {
	font-size: 14px;
	color: #0c427e;

}

#content .blogCategories ul
 {
	margin: 0;
	padding: 0;
}

/*Need to double do this so IE sets the padding/margin correctly*/

#content .blogCategories ul {
	margin-left: 22px;
	margin-top: 5px;
}



/* @end */

/* @group FORMS */

fieldset {
	width: 550px;
	border: 1px solid gray;
	background-color: #efefef;
	margin: 25px auto 35px;
	position: relative;
	padding-bottom: 25px;
	display: block;
}

legend {
	border: 1px solid gray;
	background-color: #0c427e;
	color: white;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	margin-left: 15px;
	position: absolute;
	top: -15px;
	padding: 2px 15px;
}

legend span {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.hidden {
	display: none;
}

#content fieldset p {
	margin-bottom: 3px;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

label {
	display: block;
	float: left;
	width: 155px;
	text-align: right;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	margin-right: 8px;
	padding-top: 6px;
}

input, textarea {
	font-size: 11px;
	line-height: 16px;
	border: 1px solid silver;
	padding: 5px 4px;
	color: #464646;
}

input {
	width: 250px;
}

select {
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea[rows="3"] {
	width: 300px;
	height: 90px;
}

input[type="submit"] {
	width: 85px;
	background-color: #0c427e;
	color: white;
	text-transform: uppercase;
	margin-left: 162px;
	margin-top: 10px;
}

input[type="reset"] {
	width: 85px;
	background-color: #0c427e;
	color: white;
	text-transform: uppercase;
	margin-left: 15px;
	margin-top: 10px;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #1a1a1c;
	cursor: pointer;
}

input[name="Zip"] {
	width: 80px;
}

input[type="radio"] {
	width: 20px;
	margin-top: 7px;
	margin-bottom: 5px;
	border-style: none;
}

label.radio {
	display: inline;
	float: none;
}

#content form p.disclaimer {
	margin-top: 15px;
	text-align: center;
	font-style: italic;
}



/* @end */

#footer {
	text-align: center;
	font: 10px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #7cc8e6;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}