/* ----- Main Layout Elements ----- */
body {
	background: #f0f0e1;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited {
	color: #ed6e36;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #08526e;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #ed6e36;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #08526e;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	color: #ed6e36;
	font-size: 14px;
	font-weight: normal;
}

img {
	border: 0px;
}
#container {
	width: 952px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#pageBlock {
	width: 950px;
	background-color: white;
	border: 1px solid #bbbbbb;
	margin: 15px 0 0 0;
}
#header {
	background: url(/images/headerBG.jpg) top repeat-x;
	margin: 0 auto;
	clear: both;
	color: #D3CBA4;
}
#header a {
	color: #fff;
}
#headerinside {
	width: 952px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
	clear: both;
	height: 123px;
	position: relative;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
}
#topContact {
	position: absolute;
	top: 0;
	right: 0;
	width: 325px;
	height: 50px;
	padding: 15px;
	line-height: 12px;
	font-size: 11px;
}
.topPhone {
	font-size: 16px;
	color: #A3DDC6;
	text-align: right;
	padding: 5px 10px 3px 0;
	margin: 0;
	border-right: 1px solid #427b91;
	vertical-align: top;
}
.topPhone2 {
	font-size: 16px;
	color: #A3DDC6;
	text-align: left;
	padding: 5px 0 3px 10px;
	margin: 0;
	vertical-align: top;
}
.topAddress {
	font-size: 11px;
	color: #d2cba4;
	text-align: right;
	padding: 5px 10px 10px 0;
	margin: 0;
	border-right: 1px solid #427b91;
}
.topAddress2 {
	font-size: 11px;
	color: #d2cba4;
	text-align: left;
	padding: 5px 0 10px 10px;
	margin: 0;
}
.tagline {
	font-size: 12px;
	color: #f17037;
	font-style: italic;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #427b91;
}
#topNavContainer {
	background: url(/images/topNavBG.gif) top repeat-x;
	margin: 0 auto;
	clear: both;
	color: #fff;
	border-top: 1px solid #e8e1d9;
}
#topNavInside {
	width: 952px;
	margin: 0 auto;
	clear: both;
	height: 53px;
	position: relative;
}
#topNav {
	color: white;
	float: left;
}
#topNav a, #topNav a:hover, #topNav a:active, #topNav a:visited {
	color: white;
}
#socialMedia {
	float: right;	
}
.search #mod_search_searchword {
	width: 170px;
	border: 1px solid #cccccc;
	margin-top: 3px;
}
#leftsidebar {
	float: left;
	width: 252px;
	overflow: hidden;
}
.moduletable_divorceMenu > ul > li > a, .moduletable_familyLawMenu > ul > li > a {
	border: 1px solid #e7e1d9;
	background: #3b7a8f; /* Old browsers */
	background: -moz-linear-gradient(top, #3b7a8f 0%, #05516d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b7a8f), color-stop(100%, #05516d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3b7a8f 0%, #05516d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3b7a8f 0%, #05516d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b7a8f 0%, #05516d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b7a8f 0%, #05516d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b7a8f', endColorstr='#05516d', GradientType=0 ); /* IE6-9 */
	padding: 10px;
	width: 230px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 5px 0;
	display: block;
}
.moduletable_divorceMenu ul, .moduletable_familyLawMenu ul {
	list-style: square;
	margin: 0 0 20px 0;
	padding: 0;
	color: white;
}
.moduletable_divorceMenu ul li ul li, .moduletable_familyLawMenu ul li ul li {
	border: 1px solid #393f11;
	background: #d2cba4;
	list-style: square;
	color: #393f11;
	height: 21px;
	width: 248px;
	margin: 0 0 2px 0;
	padding: 5px 0 0 0;
	display: block;
}
.moduletable_divorceMenu ul li ul li a, .moduletable_familyLawMenu ul li ul li a {
	color: #393f11;
	text-decoration: none;
	padding: 0 10px 4px 15px;
	font-size: 11px;
	display: block;
}
.moduletable_divorceMenu ul li ul li a:hover, .moduletable_familyLawMenu ul li ul li a:hover {
	font-weight: bold;
}
.moduletable_miniContact h3 {
	border: 1px solid #393f11;
	background: #f47138; /* Old browsers */
	background: -moz-linear-gradient(top, #f47138 0%, #91411b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f47138), color-stop(100%, #91411b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f47138 0%, #91411b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f47138 0%, #91411b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f47138 0%, #91411b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f47138 0%, #91411b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47138', endColorstr='#91411b', GradientType=0 ); /* IE6-9 */
	padding: 10px;
	width: 230px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 5px 0;
}
.moduletable_miniContact input {
	width: 170px;
}
.moduletable_miniContact textarea {
	width: 242px;
	height: 35px;
}
.search {
	padding: 10px 0;	
}
.inputbox.search-query {
	border: 1px solid #cccccc;
	padding: 8px;	
}
.button.btn.btn-primary {
	background: #91411b;
	color: white;
	border: none;
	padding: 10px;
}
#main {
	float: right;
	width: 640px;
	overflow: hidden;
	line-height: 20px;
}
#main ul {
	margin-left: 20px;
	padding: 0;
}
#logos {
	background: #004d6a;
	padding: 20px;
	color: #006699;
	text-align: center;
}
#footer {
	clear: both;
	text-align: center;
	color: #666666;
}
#footerinside {
	width: 952px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
#footerinside .moduletable {
	margin-bottom: 15px;
}
#footer a {
	color: #393E0A;
	font-weight: bold;
}
.moduletable_footerMenu {
	padding-bottom: 15px;
}
.moduletable_footerMenu ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.moduletable_footerMenu ul li {
	display: inline;
	list-style: none;
	padding: 0 5px 0 5px;
}
/* ----- Top Menu ----- */
#topmenu {
	margin-left: 5px;
	margin-right: 6px;
	margin-top: 4px;
	height: 28px;
	float: left;
	background-image: url('../images/tabbg.jpg');
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu li {
	float: left;
	height: 28px;
	background: url("../images/tableft.jpg") no-repeat left top;
	margin: 0;
}
#topmenu a, #topmenu a:visited {
	float: left;
	display: block;
	height: 28px;
	background: url("../images/tabright.jpg") no-repeat right top;
	padding: 6px 12px 4px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fafafa;
	letter-spacing: 0px;
}
#topmenu a:hover, #topmenu a:visited:hover {
	color: #ffff99;
}

/* Additional markups */
span.highlight {
	background-color: #fffdd5;
}
.pagenavcounter, .pagenav {
	font-size: 10px;
}
.contenttoc {
	padding: 5px;
}
div.componentheading {  /* Component heading */
	font-size: 16px;
	border-bottom: 1px solid #777777;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
}
td.contentheading {    /* Post titles/headings */
	font-size: 16px;
	font-weight: bold;
	clear: both;
	padding-top: 7px;
}
table.contentpaneopen {  /* Table wrapping posts */
	margin: 0;
	padding: 0;
}
#form-login-remember {  /* Small 'remember me?' text in login form */
	font-size: 12px;
	padding-bottom: 5px;
}
#form-login {
	text-align: center;
}
#form-login ul, #form-login-username, #form-login-password, #form-login-remember {
	text-align: left;
}
fieldset.input, fieldset {
	border: 0;
}
#form-login #form-login-remember {
	text-align: center;
}
form {
	margin: 0;
}
td.sectiontableentry1 {
}  /* Alternating rows for polls */
td.sectiontableentry2 {    /* Alternating rows for polls */
	background-color: #eeeeee;
}
.button {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial, verdana;
	background-color: #e1e1e1;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #fef6f6;
	border-left: 1px solid #fbe7e7;
	border-right: 1px solid #4f0f0f;
}
.buttonheading img {
	border: none;
	margin: 0;
	padding: 0;
}
span.small {     /* Small text underneath post title, i.e. 'Written by...' */
	font-size: 10px;
	margin: 0;
	padding: 0;
}
td.createdate {    /* Small date under post titles */
	font-size: 10px;
	text-align: left;
	color: #999999;
}
td.modifydate {   /* The 'Last Updated' date under posts/modules. */
	font-size: 10px;
	text-align: right;
	font-style: italic;
}
a.readon {       /* The 'Read More...' link under posts/modules. */
	font-size: 10px;
	float: right;
	text-align: right;
}
td.article_column {
	padding-right: 10px;
}
table.pollstableborder {
	text-align: left;
	width: 100%;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
.breadcrumbs {
	font-size: 10px;
	color: #666666;
}
div.bannerheader {
	font-size: 10px;
}
.muted {
	visibility: hidden;
}