body { }

a, span.separator {
	color: #777;
	outline: none;
	text-decoration: underline;
}

a:hover, span.separator:hover { color: #218cbd; }
span.separator { cursor: pointer; }

h1, .homeblocks h2, #sidebar h2,
.moduletable.newsfeed h2, .category-title {
	color: #218cbd;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 10px;
	text-transform: capitalize;
}

h2, .moduletable.newsfeed h3 {
	color: #777;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 5px;
}

h3 {
	color: #777;
	font-size: 14px;
	font-weight: bold;
}

.category-title a { color: #218cbd; text-decoration: none; }

dt { font-weight: bold; margin: 0 0 5px; }
dd { line-height: 15px; margin: 0 0 15px; }

fieldset {
	border: 0;
	border-top: 1px solid #777;
	margin: 10px 0;
	padding: 10px;
}

form { margin: 0; padding: 0; }
img { border: 0; }
p { line-height: 1.6em; margin: 0 0 15px 0; }

.float-clear, .clr, .clearfix { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/****************************************
***** LAYOUT ELEMENTS: Wrapper ********** 
*****************************************/

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px;
}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	height: 104px;
	margin: 0 0 15px;
	position: relative;
	width: 1000px;
}

.moduletable.logo {
	left: 0;
	position: absolute;
	top: 0;
}

.moduletable.search {
	
	position: absolute;
	right: 0;
	top: 4px;
}

#mod-search-searchword {
	background-color: #fff;
	background-image: url('../images/bg_search.png');
	background-position: 210px center;
	background-repeat: no-repeat;
	border: 0;
	color: #8f8f8f;
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	height: 10px;
	line-height: 15px;
	outline: none;
	padding: 10px 20px;
	width: 200px;
}

/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
	font-size: 0;
	position: relative;
	width: 1000px;
}

#mainmenu {
	bottom: 12px;
	font-size: 14px;
	list-style: none;
	position: absolute;
	right: 0;
	width: 670px;
}

#mainmenu a, #mainmenu span.separator { display: block; padding: 5px 0; text-decoration: none; }

#mainmenu li {
	background-image: url('../images/bg_nav.png');
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 112px;
}

#mainmenu li.item-101 { width: 75px; }
#mainmenu li.item-153 { width: 130px; }
#mainmenu li.item-113 { width: 123px; }
#mainmenu li.item-154 { width: 90px; }
#mainmenu li.item-116 { width: 124px; }

#mainmenu > li:last-child { background-image: none; }

#mainmenu li ul {
	background-color: #fff;
	border-bottom: 1px solid #218cbd;
	display: none;
	font-size: 13px;
	left: 0;
	list-style: none;
	padding: 10px 30px 24px;
	position: absolute;
	top: auto;
	width: 174px;
	z-index: 999;
}

#mainmenu li ul:before {
	background-image: url('../images/bg_subnav.png');
	background-position: left top;
	background-repeat: repeat-y;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 28px;
}

#mainmenu li.item-153:hover ul { display: block; }

#mainmenu li li {
	background-image: none;
	display: list-item;
	text-align: left;
	text-transform: none;
	width: auto;
}

/****************************************
***** LAYOUT ELEMENTS: Practice Nav ***** 
*****************************************/

#practicemenu {
	background-color: #fff;
	border-bottom: 1px solid #218cbd;
	display: none;
	font-size: 13px;
	list-style: none;
	padding: 10px 0 24px;
	position: absolute;
	right: 119px;
	top: 91px;
	width: 234px;
	z-index: 999;
}

#practicemenu:before {
	background-image: url('../images/bg_subnav.png');
	background-position: left top;
	background-repeat: repeat-y;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 28px;
}

#practicemenu a, #practicemenu span.separator { display: block; padding: 5px 0; text-decoration: none; }
#practicemenu li { list-style: none; padding: 0 30px; position: relative; }

#practicemenu ul {
	background-color: #fff;
	border: 1px solid #218cbd;
	display: none;
	left: -195px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	width: 174px;
}

#practicemenu li:hover ul { display: block; }
#practicemenu ul li { padding: 0; }

/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/
#copyarea {
	padding: 0 0 15px;
	position: relative;
	width: 1000px;
}

.moduletable.slideshow {
	border-bottom: 2px solid #4aa1c9;
	margin: 0 0 27px;
	padding-bottom: 2px;
	position: relative;
}

#pager {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 14px;
	z-index: 125;
}

#pager a {
	background-image: url('../images/icon_pager.png');
	background-repeat: no-repeat;
	height: 14px;
	display: block;
	margin: 5px 0;
	text-decoration: none;
	width: 14px;
}

#pager a.cycle-pager-active { background-image: url('../images/icon_pager-active.png'); }

div.homeblocks {
	border-bottom: 2px solid #218cbd;
	font-size: 0;
	margin: 0 0 27px;
	padding-bottom: 45px;
}

.homeblocks > div {
	display: inline-block;
	margin: 0 51px 0 0;
	width: 299px;
}

.homeblocks > div:last-child { margin-right: 0; }

.homeblocks a { color: #218cbd; text-decoration: none; }
.homeblocks a:hover { text-decoration: underline; }
.homeblocks img { border-bottom: 2px solid #218cbd; padding-bottom: 2px; }

#left {
	float: left;
	width: 160px;
}

#copy {
	float: left;
	margin-right: 46px;
	width: 605px;
}

#copy.fullwidth { width: auto; }

#copy ol, #copy ul {
	margin: 10px auto;
	width: 93%;
}

#copy li { padding: 2px 0; }

div.first .page-header, div.first .item-title, div.first .category-title { border-top: 0; }
.page-header, .item-title, .category-title { border-top: 1px solid #218cbd; padding-top: 10px; }
.moduletable.newsfeed { margin: 0 0 15px; }
.moduletable.newsfeed a { text-decoration: none; }

.moduletable.newsfeed ul {
	list-style: none;
	margin: 5px 0 !important;
	width: 100% !important;
}

.moduletable.newsfeed p { margin: 0 0 5px; }

.btn {
	background-color: #1876a1;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
}

.btn:hover { text-decoration: underline; }

a.practice-cat-link { text-decoration: none; }
a.practice-cat-link:hover { text-decoration: none; }

div.practice-category {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	width: 280px;
}

.practice-category ul { width: 90% !important; }
.practice-contact { clear: both; margin: 0 0 20px; }
.practice-contact img { float: left; margin: 0 5px 20px 0; }
.practice-contact p { margin: 0 0 5px; }

div.attorney-td {
	display: inline-block;
	margin: 5px 0 15px;
	text-align: center;
	vertical-align: top;
	width: 150px;
}

div.attorney-td img { height: 115px; width: 80px; }

table.attorneys-table { }
.attorneys-table a { text-decoration: none; }

.attorneys-table td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 25%;
}

.attorney-photo { float: left; margin: 5px 10px 5px; }

table.contact-form {
	border: 1px solid #777;
	border-radius: 3px;
	padding: 10px;
}

.contact-form td { padding: 5px 0; vertical-align: top; }

#sidebar {
	float: left;
	margin: 0 20px 0 49px;
	width: 280px;
}

#sidebar a { text-decoration: none; }
#sidebar .moduletable { clear: both; margin: 0 0 15px; }
#sidebar ul { list-style: none; margin: 5px 0 10px; }
#sidebar li { padding: 2px 0; }

/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/
#bottom {
	background-color: #373737;
	border-top: 2px solid #373737;
	color: #fff;
	min-height: 130px;
	position: relative;
}

#bottom:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#footer {
	color: #fff;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	width: 1000px;
}

#footermenu {
	bottom: 12px;
	font-size: 14px;
	list-style: none;
	margin: 0 0 5px;
	width: 100%;
}

#footermenu a, #footermenu span.separator { color: #8f8f8f; display: block; padding: 5px 0; text-decoration: none; }
#footermenu a:hover, #footermenu span.separator:hover { color: #fff; }

#footermenu li {
	background-image: url('../images/bg_nav.png');
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 112px;
}

#footermenu li.item-101 { text-align: left; width: 45px; }
#footermenu li.item-153 { width: 130px; }
#footermenu li.item-113 { width: 123px; }
#footermenu li.item-154 { width: 90px; }
#footermenu li.item-116 { width: 124px; }

#footermenu > li:last-child { background-image: none; }

table.niceTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.niceTable thead tr th {
	background-color: #dedac5;
	border-bottom: solid 2px #7d7d4b;
	color: #825615;
}

table.niceTable tbody tr.striped td {
	background-color: #eee;
}

#system-message-container { display: none; }

@media only screen and (max-width: 1000px;) {
	#system-message-container {
		display: none;
	}
}
