body {
	margin: 0;
	padding: 0;
	background-color: #dbd7d4;
}

form {
	height: auto;
}

a img { border: 0; }

#outer {
	background: #eeeeee url(/img/header-bg.png) repeat-x center top;
	height: auto;
}

#container, #footinside, #footdisclaimer {
	width: 940px;
	margin: 0 auto 0 auto;
}

#emailtpl #container {
	width: 600px;
}

#container {
	min-height: 800px;
	height: auto;
}

#header {
	height: 170px;
	position: relative;
}

#emailtpl #header {
	height: auto;
}
	
#auxnav {
	position: absolute;
	top: 20px;
	right: 0px;
}

	form#search {
		margin: 0;
		display: inline;
	}

	#search input {
		vertical-align: middle;
	}

	#search #searchbox {
		height: 16px;
		line-height: 16px;
		border-style: solid;
		border-color: #d2cecb;
		border-width: 1px 0 1px 1px;
		padding: 4px;
	}
	#search #searchbutton, .searchbutton {
		width: 39px;
		height: 26px;
		border: 0;
		background: url(../img/btn-sprite.png) 0px 0px;
	}

	#auxnav a, #auxnav a:link, #auxnav a:visited
	#auxnav a:hover, #auxnav a:active {
		padding: 0 7px;
		font-size: 1.1em;
		text-transform: uppercase;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}

#main { padding-bottom: 1px; height: auto; }

#sidebar {
	float: right;
	width: 280px;
}
	#sidebar .cap, #sidebar .cup {
		width: 280px;
		height: 4px;
		font-size: 1px;
		background-image: url(../img/cap-sprite.png);
	}
	#sidebar .cap { background-position: 0px 0px; }
	#sidebar .cup { background-position: 0px -4px; margin-bottom: 20px; }

	#sidebar .body {
		background-color: white;
		padding: 15px 20px;
	}

#sidebar h2, #featureshome h2 {
	font-size: 18px;
	text-transform: uppercase;
}

#sidebar p {
	font-size: 1.3em;
	line-height: 1.45em;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 1em 0;
	font-size: 1.3em;
}

#sidebar ul li {
	margin: 0.5em 0;
}


#sidebarhome {
	float: right;
	width: 120px;
}

#sidebarhome #advert {
	text-align:center;
	margin-bottom: 20px;
}

#sidebarhome #classified {
	width: 120px;
	height: 305px;
	background: url(../img/classifieds.jpg);
}

#sidebarhome #classified ul {
	list-style-position: outside;
	padding: 98px 6px 10px 18px;
	color: #587992;
	margin: 0;
	font-size: 11px;
}

#panel, #storepanel {
	margin-right: 300px;
	font-size: 1.3em;
	height: auto;
}

#panelhome {
	margin-right: 140px;
	font-size: 1.3em;
}

#emailtpl #panel {
	background-color: white;
	padding: 15px 20px;
	margin: 0;
}

	#panel .cap, #panel .cup, #storepanel .cup {
		width: 640px;
		height: 4px;
		font-size: 1px;
		background-image: url(../img/cap-sprite.png);
	}
	#panel .cap { background-position: 0px -8px; }
	#panel .cup, #storepanel .cup { background-position: 0px -12px; margin-bottom: 20px; }

	#panel .body {
		background-color: white;
		padding: 15px 20px;
		min-height: 700px;
	}

	#panelhome .body {
		padding: 10px 20px;
	}

	#storepanel .body {
		background-color: white;
		min-height: 700px;
	}

	#storepanel .inner {
		padding: 15px 20px;
	}

#osmaimg {
	position: relative;
	width: 800px;
	height: 325px;
	overflow: hidden;
}

	#osmaimg img {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}

#bannernav {
	height: 50px;
}

#bannernav ul {
	width: 800px;
	height: 50px;
	position: relative;
	top: -3px;

	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#bannernav ul li {
	display: -moz-inline-box;
	display: inline-block;
	height: 47px;
	margin: 3px 0 0 0;
	width: 180px;

	background-color: #493829;
	border-left: 1px solid #5c4c3f;
	border-right: 1px solid #221f1d;
	text-align: center;
	color: #5c4c3f;
	vertical-align: top;
}

#bannernav ul li.first {
	width: 69px;
	height: 27px;
	padding: 10px 0;
}

#bannernav ul li.active {
	background-color: #90ac3c;
	border-left: 1px solid #90ac3c;
	border-right: 1px solid #90ac3c;
	color: #ffffff;
	margin: 0;
	height: 50px;

	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}


#bannernav ul li a, #bannernav ul li a:link, #bannernav ul li a:visited {
	display: block;
	color: #AF9378;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 18px 0;
	text-decoration: none;
}
#bannernav ul li a:hover, #bannernav ul li a:active {
	text-decoration: none;
}

#bannernav ul li.active a, #bannernav ul li.active a:link, #bannernav ul li.active a:visited {
	color: white;
}


#featureshome, #newsfootfeat {
	background: white;
	text-align: center;
	padding: 16px;
}

#newsfootfeat h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #493829;
}

#newsarticle h1 {
	font-size: 1.40em;
}

.feathome, .featarticle {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 16px;
	width: 220px;
	text-align: left;
	vertical-align: top;
}

.featarticle {
	width: 244px;
}

.featmiddle {
	border-style: dotted;
	border-color: #493829;
	border-width: 0 1px;
}

.feathome dl dd, dl dd  {
	padding: 0;
	font-size: 0.9em;
	color: #897d74;
	margin: 0 0 1em 0;
}

/*.fl { float: left; } */
.fr { float: right; }

.clean  {
	clear: right;
	font-size: 1px;
}

#advertisement {
    color: #897D74;
    font-size: 1.1em;
    text-align: center;
}

#footer {
	border-top: 1px solid #897d74;
	height: 150px;
}

#footinside {
	font-size: 1.2em;
	padding-top: 8px;
	color: #897D74;
}

#footinside a, #footinside a:link, #footinside a:visited,
#footdisclaimer a, #footdisclaimer a:link, #footdisclaimer a:visited {
	color: #897D74;
	text-decoration: underline;
	padding: 0px 5px;
}

#footdisclaimer {
	font-size: 1.1em;
	padding-top: 20px;
	color: #897D74;
}

#copy {
	float: right;
}

/*-------------------------------------------------------------
 AJAX dialog styles
-------------------------------------------------------------*/

#dialog { width: 414px; }

#dialog h2#dialog-cap {
	margin: 0;
	background: url(../img/cap-sprite.png) 0px -16px;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 8px;
}

#dialog #dialog-body {
	background-color: white;
	font-size: 1.3em;
	height: auto;
}

#dialog #dialog-actions {
	background-color: #dbd7d4;
	padding: 10px 10px 10px 4px;
	margin: 0;
}

#dialog #dialog-cup {
	background: url(../img/cap-sprite.png) 0px -43px;
	height: 6px;
	font-size: 6px;
}

#dialog .scrollpane {
	height: 300px;
	overflow: auto;
	padding: 14px;
}



/*-------------------------------------------------------------
 Main Navigation & Drop Down Menus
-------------------------------------------------------------*/


ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 47px;
	position: relative;
}

ul#nav li {
	float: left;
	height: 47px;
}

ul#nav a, ul#nav a:link, ul#nav a:visited {
	display: block;
	float: left;
	height: 47px;
	background-image: url(../img/nav-sprite.png);
	text-indent: -10000px;
}

ul#nav a.over {
	position: relative;
	z-index: 1000001;
}

a#nav-about, a#nav-about:link, a#nav-about:visited 	{ width: 112px; background-position: 0px 0px; }
a#nav-about.over, a#nav-about-on, a#nav-about:hover, a#nav-about:active 	{ width: 112px; background-position: 0px -47px; }
a#nav-membe, a#nav-membe:link, a#nav-membe:visited 	{ width: 110px; background-position: -112px 0px; }
a#nav-membe.over, a#nav-membe-on, a#nav-membe:hover, a#nav-membe:active 	{ width: 110px; background-position: -112px -47px; }
a#nav-commu, a#nav-commu:link, a#nav-commu:visited 	{ width: 148px; background-position: -222px 0px; }
a#nav-commu.over, a#nav-commu-on, a#nav-commu:hover, a#nav-commu:active 	{ width: 148px; background-position: -222px -47px; }
a#nav-advoc, a#nav-advoc:link, a#nav-advoc:visited 	{ width: 96px; background-position: -370px 0px; }
a#nav-advoc.over, a#nav-advoc-on, a#nav-advoc:hover, a#nav-advoc:active 	{ width: 96px; background-position: -370px -47px; }
a#nav-educa, a#nav-educa:link, a#nav-educa:visited 	{ width: 97px; background-position: -466px 0px; }
a#nav-educa.over, a#nav-educa-on, a#nav-educa:hover, a#nav-educa:active 	{ width: 97px; background-position: -466px -47px; }
a#nav-tools, a#nav-tools:link, a#nav-tools:visited 	{ width: 150px; background-position: -563px 0px; }
a#nav-tools.over, a#nav-tools-on, a#nav-tools:hover, a#nav-tools:active 	{ width: 150px; background-position: -563px -47px; }
a#nav-newsa, a#nav-newsa:link, a#nav-newsa:visited 	{ width: 162px; background-position: -713px 0px; }
a#nav-newsa.over, a#nav-newsa-on, a#nav-newsa:hover, a#nav-newsa:active 	{ width: 162px; background-position: -713px -47px; }
a#nav-store, a#nav-store:link, a#nav-store:visited 	{ width: 65px; background-position: -875px 0px; }
a#nav-store.over, a#nav-store-on, a#nav-store:hover, a#nav-store:active 	{ width: 65px; background-position: -875px -47px; }


ul#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 430px;
	background-color: white;
	border-style: solid;
	border-color: #587992;
	border-width: 0 1px 1px 1px;

	position: absolute;
	top: 47px;
	z-index: 1000001;
	display: none;
}
ul#nav ul.left { left: 0; }
ul#nav ul.right { right: 0; }
ul#nav ul.narrow { width: 210px; height: auto; }

ul#nav ul li {
	width: 180px;
	margin: 0 0 0 24px;
	padding: 2px 0;
	height: 396px;
	float: left;
	font-size: 12px;
}
ul#nav ul.narrow li { height: auto; float: none; padding-bottom: 1.5em; }

ul#nav ul li h4 a,
ul#nav ul li h4 a:link,
ul#nav ul li h4 a:visited,
ul#nav ul li ul li a,
ul#nav ul li ul li a:link,
ul#nav ul li ul li a:visited,
ul#nav ul li ul li a:hover,
ul#nav ul li ul li a:active {
	display: inline;
	float: none;
	height: auto;
	background: none;
	text-indent: 0px;
}

ul#nav ul li h4 {
	color: #493829;
	font-size: 1em;
}

ul#nav ul li h4 a,
ul#nav ul li h4 a:link,
ul#nav ul li h4 a:visited {
	color: #493829;
	text-decoration: none;
}

ul#nav ul li div {
	height: 0.5em;
}

ul#nav ul li ul {
	position: static;
	list-style-type: disc;
	margin: 1em 0;
	padding: 0 0 0 15px;
	color: #587992;
	width: auto;
	height: auto;
	border: none;
	display: block;
}


ul#nav ul li ul li,
ul#nav ul.narrow li ul li {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}


ul#nav ul li ul li a,
ul#nav ul li ul li a:link {
	color: #587992;
	text-decoration: none;
}

ul#nav ul li ul li a:visited {
	color: #90ac3c;
	text-decoration: underline;
}

ul#nav ul li ul li a:hover,
ul#nav ul li ul li a:active {
	color: #587992;
	text-decoration: underline;
}

.clear {
	clear: left;
}

.column {
	float: left;
	width: 270px;
	margin-left: 12px;
	margin-right: 12px;
}

.column_service {
	float: left;
	width: 390px;
	margin-left: 12px;
	margin-right: 12px;
}

.column_fee {
	float: left;
	width: 150px;
	margin-left: 12px;
	margin-right: 12px;
}
.formbox {
	width: 600px;
	height: auto;
	margin-top: 25px;
	position: relative;
}

.payment {
	position: relative;
}

	
	
	.service {
		position: relative;
		left: 0px;
		margin: 15px 0px;
		height: 24px;
	}
	
	.service input {
		position: relative;
		top: 0px;
		left: 4px;
		margin: 0px;
		display: inline;
	}
	
	.service label {
		width: 250px;
		position: relative;
		left: 25px;
		top: -15px;
		margin-top: 0px;
	}
	
	.service label.wide_service {
		width: 350px;
		position: relative;
		left: 25px;
		margin-top: 0px;
	}
	
	.fee {
		position: relative;
		left: 0px;
		margin: 15px 0px;
		height: 24px;
	}
	
	.fee input {
		position: relative;
		left: 25px;
		top: 0px;
		width: 110px;
	}
	
	.fee label {
		position: absolute;
		top: 0px;
		left: 4px;
	}

.formbox h3 {
	height: 24px;
	padding-top: 8px;
	padding-left: 5px;
}

.formbox .wide {
	width: 240px;
	margin-bottom: 12px;
}

.formbox .doublewide {
	width: 521px;
	height: 26px;
	margin: 8px 0px 10px 8px;
	display: block;
}

.formbox .attorneycheck {
	margin-left: 10px;
}

.formbox p {
	display: inline-block;
}

.payment p{
	margin-left: 30px;
}

.servicetext {
	margin-left: 15px;
	font-style: italic;
}

#attorney_physician_references label,#attorney_geographic_area label {
	margin-left: 10px;
}

#attorney_submit {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 158px;
	height: 30px;
	display: block-inline;
}

#submission_info {
	margin-left: 30px;
}

#submission_copy {
	margin: 25px 0px;
}

#terms_conditions {
	height: auto;
}


#attorney_terms {
	width: 460px;
	position: relative;
	left: 25px;
	top: -28px;
	margin-top: 5px;
}

#attorney_terms label {
	left: 0px;
}

#attorney_viewall_div {
	width: 55px;
	height: auto;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

#attorney_search_div {
	position: relative;
	left: 500px;
	bottom: 30px;
	height: auto;
	width: 75px;
}

.btnsearch {
	margin-bottom: 10px;
}
/* Attorney Search Results */
#search_results {
	margin-top: 16px;
	width: 600px;
}

.searchname {
	margin: 0px;
}
.result {
	width: 100%;
	height: 74px;
	position: relative;
}

.attorneysearch {
	margin-left: 15px;
}

.name {
	position: relative;
	top: 15px;
}

.area {
	position: relative;
	top: 20px;
}

.attorneydetails {
	width: 72px;
	height: 28px;
	position: absolute;
	bottom: 25px;
	right: 16px;
}

#attorney-backbtn {
	position: relative;
	bottom: 35px;
	left: 15px;
}

/* Attorney Details dialog */

.attorney-dialog {
	padding-top: 15px;
}

#attorney-details-dialog-cap {
	margin: 0;
	background-color: #527a92;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 8px;
}

.dialog-text {
	margin: 0px 20px;
}

p.attorney_details {
	margin-top: 3px;
	margin-bottom: 25px;
}

.attorney-close {
	height: 27px;
	width: 72px;
	position: relative;
	left: 310px;
}

/* Attorney Payment */

.month {
	width: 78px;
	margin: 0px 2px 0px 0px;
}

.year {
	width: 155px;
	margin: 0px 2px 0px 0px;
}

.subcolumn {
	width: 130px;
	float: left;
}


.static-payment {
	margin-top: 4px;
}

.formbox .cvcode {
	width: 80px;
}

.formbox .readonly_amount {
	width: 109px;
}

#attorney-payment-submit {
	width: 117px;
	height: 26px;
	margin: 10px 0px;
	position: relative;
	left: 450px;
}

