/* 
	Theme Name: wkb law
	Description: noble image base theme
	Author: rls
	Version: 1.0
	
*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}

table {
	margin:0 auto;
}


/******************
 *	OVERALL		  *
 ******************/ 
body {
	font-family: Arial, sans-serif;
	background: url(images/bg.gif) repeat-x;
	font-size:13px;
	color:#333333;
}

#wrapper {
	width: 1064px;
	margin: 0px auto;
	padding: 0;
	background:url(images/content-bg.png) no-repeat top center;
	clear:both;
	overflow:hidden;
	min-height:700px;
}


p {
	margin:10px 0 20px 0;
	line-height:160%;
}

ol, ul {
	margin:10px 0 20px 20px;
	line-height:20px;
	list-style:outside;
}

li {    
	list-style: disc outside none;
    margin: 5px 0 0 15px;
    padding: 0 0 0 5px;
    text-decoration: none;
}


/******************
 *	HYPERLINKS	  *
 ******************/ 
a, a:visited, a:active {
	color: #333;
	text-decoration:underline;
}

a:hover {
	color: #18775C;
}


/******************
 *	HEADER		  *
 ******************/ 
#header {
	margin:0 auto;
	width:1000px;
	padding: 0;
	height:165px;
	
}

.logo {
	float: left;
	width: 460px;
	height: 90px;
	margin:30px 0 0 10px;
}


/******************
 *	Phone	  *
 ******************/ 
.phone-number {
	color:#1c7258;
	font-size:18px;
	padding:6px 30px 5px 0;
	background:url(images/icon-phone.png) no-repeat right;
	margin:45px 10px 0 0;
	clear: both;
	overflow: hidden;
	float: none;
}



/******************
 *	MENU		  *
 ******************/ 
#menu {
	margin: 0px 0px 0 0;
	clear:both;
	height:44px;
	float: left;
	width:999px;
	background:url(images/nav-bg.gif) repeat-x;
}

#menu .current a, #menu li.current_page_item a {
	background:url(images/tab-current.png) repeat-x;
}


li.current-menu-item li a {
	background: none;
}

#menu ul {
	list-style: none;
	display:inline;
	margin: 0px 0 0 1px;
	padding: 0;
	float:left;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 3px 0 0 -1px;
	padding: 0;
	list-style: none;
	background:url(images/div.gif) no-repeat right;
}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 14px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

#menu li a:hover {
	margin: 0;
	padding: 14px;
	display: block;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	float: none;
	margin: 0;
	padding: 10px 3px;
	color: #fff;
	background:none;

}

#menu li li a:active {
	color: #fff;
	background:none;
}
	

#menu li li a:hover {
	color: #18775C;
	margin: 0;
	padding: 10px;
	background:none;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 150px;
	margin: 0;
	padding: 0;
	left: -999em;
}

#menu li li {
	border: none;
	margin:0 0 0 0px;
}

#menu li ul a {
	width: 150px;
}

#menu li ul a:hover, #menu li ul a:active {
	color: #00a8ff;
	background:none;
}

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	position: static;
}

#menu ul li ul {
	width:180px;
	background:#005030;
	margin:-3px 0 0 0px;
	padding:0 10px; 
	border-bottom: 3px solid #18775C;
    border-left: 1px solid #18775C;
    border-right: 1px solid #18775C;

}


#menu ul li ul li {
	background:none;
}

#menu ul li ul li a {
	text-shadow:none;
}

/******************
 *	HOMEPAGE	  *
 ******************/ 

#hero-span {
	width:999px;  
	height:410px;
	margin:0 auto;
}

.post_item {
	padding:0 0px 10px 0px;
	font-size:12px;
	color:#333;
	clear:both;
	overflow:hidden;
	background:url(images/atty-list-bg.gif) repeat-x;
	padding:20px;
}

.post_item a {
	color:#666;
	line-height:16px;
}

.post_item img {
	float:left;
	padding:5px!important;
	border:1px solid #cdcdcd!important;
	background:#f2f1ec;
}


.post_item-details {
	float:left;
	margin:8px 0 0 15px;
}

.post_item-details p {
	color:#666666;
	margin: 2px 0!important;
	padding:0!important;
	line-height:20px;
}

	
#lower-pod-wrap {
	width:988px;
	clear:both;
	overflow:hidden;
	margin:0 auto 20px auto;
}

.homepage-lower-widget {
	margin:0 7px;
	float:left;
	display:inline;
	background:url(images/bottom-pod-bg.gif);
	width:315px;
	height:155px;
	font-size:11px;
}

.homepage-lower-widget h3 {
	font-size:18px;
	color:#fff;
	padding:4px 0 0 10px;
	margin:10px 0 5px 0;
	
}
.homepage-lower-widget p {
	margin:5px 0;
}

.homepage-lower-widget .box {
	padding:10px;
}

#search-pod {
	float:left;
	background:#fff;
	width:355px;
	height:100px;
}

#search-pod h2 {
	background:url(images/search-pod-bg.gif) no-repeat;
	width:345px;
	height:25px;
	color:#fff;
	font-size:14px;
	margin:0;
	padding:10px 0 0 10px;
}

#search {
}

#search-box {
	text-alight:right;
	margin:10px 10px 0 0;
}

#upper-right {
	float:right;
	text-align:right;
}

.searchinput {
	width:160px;
	padding:4px;
	color:#999;
	border:1px solid #e6e5e5;
	float: left;
	*margin: 0 0 0 300px;
}

.searchsubmit {
	padding:5px!important;
	background:url(images/search-bg.png) no-repeat!important;
	margin:0 5px!important;
	color:#fff;
	border:0!important;
	width:40px!important;
	text-indent:0!important;
	text-transform:none!important;
	height:25px!important;
	float:right;
}

#newsletter-pod {
	float:right;
	background:#fff;
	width:355px;
	height:100px;
}

#newsletter-pod h2 {
	background:url(images/newsletter-pod-bg.gif) no-repeat;
	width:345px;
	height:25px;
	color:#fff;
	font-size:14px;
	margin:0;
	padding:10px 0 0 10px;
}

.pod-content {
	padding:10px;
}


/******************
 *	CONTENT		  *
 ******************/ 

#content-wrap {
	width:980px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:20px;
}


#content {
	margin: 0px 5px 10px 5px;
	float:left;
	width:670px;
	background:url(images/content-atty-bg.gif) no-repeat;
	min-height:200px;
}

#content-home {
	margin: 0px 10px 10px 10px;
	float:left;
	width:660px;
}

#content-atty {
	margin: 0px 10px 10px 10px;
	float:left;
	width:660px;
	background:url(images/content-atty-bg.gif) no-repeat;
}


#content-home h1 {
	font-size:32px;
	color:#005030;    
	margin:10px 0;
	font-weight:normal;
}


#content h1 {
	font-size:24px;
	color:#005030;    
	margin:20px 0 10px 15px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	background:url(images/h1-bullet.gif) no-repeat left center;
	padding:0 0 0 15px;
}


h1.home {
	font-size:32px;
	color:#005030;    
	margin:20px 0;
	font-weight:normal;
	line-height:44px;
}

.h1-small {
	font-size:12px;
	line-height:16px;
}



.byline {
	padding: 10px 0 15px 0;
	display:none;
}

.author {
	text-transform: uppercase;
}


#contentbox, .contentbox {
	font-size:13px;
	margin:0px 0;
	width:660px;
	float:left;
}

h1 {
	color:#005030;
	font-size:22px;
	margin:5px 0;
	font-weight:normal;
}


h2 {
	color:#18775C;
	font-size:19px;
	margin:30px 0 0 0;
	text-transform:uppercase;
	letter-spacing:1px;
}

h3 {
	color:#005030;
	font-size:14px;
	margin:15px 0 5px 0;
}

h3 a {
	color:#006bb7!important;
}

h4, h4 a {
	color:#005030!important;
	font-size:13px;
	text-decoration:none!important;
}


/******************
 *	ENTRY		  *
 ******************/ 
.entry {
	line-height: 18px;
	margin:  0;
	padding: 0px 15px;
}

.entry-search {
	margin:0;
	padding:0;
}

.entry p {
	margin:10px 0 20px 0;
	padding: 0;
	font-size:13px;
}

.entry img {
	margin: 0;
	padding: 0;
	border:none;

}

#contentbox h1 {
	font-size: 16px;
	font-weight: bold;
	color: #005030;
	text-decoration:none;
	margin: 5px 0 ;
}

h2 a {
	text-decoration:none!important;
	color: #005030!important;
}

.entry h2 {
	color:#18775C;
	font-size:19px;
	margin:30px 0 0 0;
	text-transform:uppercase;
	letter-spacing:1px;
}

.entry h3 {
	font-size: 16px;
	color: #000;
	font-weight:normal;
	margin:5px 0 0 0;
}


h3.entry {
	font-size: 17px;
	color: #fff;
	padding: 5px 0 0px 20px;
	height:24px;
	font-weight:normal;
	margin:0;
	background:#666666;
	width:620px;
}


#accordion .ui-accordion-header {
	font-size: 17px;
	color: #fff!important;
	padding: 6px 0 0px 25px;
	text-indent: 0;
	margin: 0px 0 0px 0;
	background:url(images/h3-bg.gif) no-repeat #666666;
	height:24px;
	font-weight:normal;
	border-bottom:1px solid #fff;
	width:620px;
}

#accordion .ui-accordion-header.ui-state-active {
	background:url(images/h3-bg-active.gif) no-repeat #666666;
}


.entry h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

/******************
 *	ENTRY META    *
 ******************/ 
.entryfooter {
	margin: 0px 0 0 0;
	padding: px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align:right;
	color: #006bb7;
}


.entryfooter a {
	color: #006bb7!important;
}

.link {
	background: #fff url(images/plink.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.comments {
	background: #fff url(images/comment.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.meta {
	background:none;
	border-top: 1px dotted #333;
	padding:  10px 0 0 0;
	font-size: 13px;
	margin:10px 0;
	text-align: right;
}

.meta a:link, .meta a:visited {
	color: #006bb7;
}

.meta a:hover {
	color: #006bb7;
}


/******************
 * IMAGES		  *
 ******************/ 

img {
	border:none;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 ;
	padding: 5px;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0px;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}


/******************
 *	AUCTION LINKS   	  *
 ******************/ 
 
 .auction-links p {
	 background:url(images/auctionlink-bg.gif) no-repeat;
	 width:250px;
	 padding:25px 0 10px 10px;
	 height:22px;
 }
 
  .auction-links a {
	  font-size:18px;
	  color:#fff;
  }


/******************
 *	SIDEBAR   	  *
 ******************/ 
#sidebar-wrap {
	overflow:hidden;
}

#sidebar {
	background: url(images/sidebar-shadow.gif) repeat-y;
	float: right;
	width: 300px;
	padding: 0px;
	margin:-15px 0 0 0;
}

#sidebarbox img {
	border:1px #fff solid;
	margin:0 0 10px 0;
}

#sidebar .box {
	margin: 0;
	padding: 0 20px;
	color: #333;
}

#sidebar .box a {	
	color: #000;
	text-decoration:underline;
	line-height:16px;
}

#sidebar .box a:hover {
	color: #f8a137;
}

.sidebar-box-content {
	background:url(images/sidebar-pod-bg.gif) repeat-x;
	width:260px;
	margin: 0 20px 20px 20px;
}

.menu-sidebar-container {
	background:#ccc;
}

.menu-sidebar-container ul li {
	padding:8px!important;
	margin:0!important; 
	background:url(images/sidebar-div.png) bottom no-repeat;
	text-transform:uppercase;
	list-style:disc inside;
}

.menu-sidebar-container ul li a {
}
	

#sidebar h2 {
	margin: 0;
	padding: 0px;
	width:300px;
	height:48px;
	background:url(images/sidebar-h2-bg.gif) no-repeat;
}

#sidebar h2 a{
	color:#fff;
	padding:0px 0 0 20px;
	font-style:normal;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:18px;
	line-height:42px;
}

#sidebar h3 {
	margin: 0 0 0px 20px;
	padding:20px 0 0 15px;
	color: #18775c;
	font-size: 20px;
	font-weight:normal;
	background:url(images/h3-bullet.gif) no-repeat left center;
}

#sidebar h4 {
	display:none;
}

.widget {
	margin: 0;
	padding: 0;
	font-size:13px;
}

.leftwidget {
	float: left;
	width: 143px;
	margin: 0;
	padding: 0;
}

.rightwidget {
	float: right;
	width: 145px;
	margin: 0;
	padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
	margin: 0px 0 0 10px;
	padding: 5px 0 0px 0px;
}

#sidebar h4 {
	display:none;
}

#sidebar p {
	color:#333;
	font-size:12px;
}

.sidebar-forms {
	background:url(images/sidebar-forms-bg.gif) no-repeat;
	width:260px;
	height:70px;
	padding:0px 0 0 0;
	margin:0 20px;
}

.sidebar-atty {
	background:url(images/sidebar-pod-bg.gif) no-repeat;
	width:260px;
	min-height:70px;
	padding:0px 0 0 0;
	margin:0 20px;
}

.sidebar-atty h3 {
	margin: 0 0 0px 20px;
	padding:20px 0 0 15px;
	color: #18775c;
	font-size: 20px;
	font-weight:normal;
	background:url(images/h3-bullet.gif) no-repeat left center;
}

ul#menu-our-attorneys {
	margin:0 20px 20px 20px;
}

ul#menu-our-attorneys li {
	list-style:none;
}


ul#menu-our-attorneys li a {
	text-decoration:none;
}

.sidebar-forms a {
	padding:0px 0 0 0px;
	font-size:20px;
	text-decoration:none;
	color:#18775c!important;
}

.sidebar-img {
	width:260px;
	margin:0 auto 10px auto;
}

#sidebar-foot {
	width:300px;
	height:24px;
	background:url(images/sidebar-shadow-foot.gif);
	float:right;
}


/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribeform {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 20px;
}

.subscribeinput {
	width: 160px;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 3px 3px 25px;
	border: 1px solid #e6e6e6;
	background: #fff url(images/mail.gif) no-repeat 4px 2px;
}

.subscribeinput:focus {
	border: 1px solid #191919;
}

.subscribesubmit {
	width: 60px;
	background: #bdd6ff;
	border: 1px solid #bdd6ff;
	margin: 0;
	padding: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
}

/******************
 *	FLICKR		  *
 ******************/ 
.flickr a {
	background: none;
}

.flickr img {
	background: #f0f0f0;
	margin: 4px;
	padding: 4px;
}

.flickr img:hover {
	background: #fd0859;
}

/******************
 *	COMMENTS	  *
 ******************/ 
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
	display:none;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #666;
	font-size: 1.4em;
	letter-spacing: 0;
}

#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.cancel-comment-reply {
	margin: 5px 0 0 0;
	padding: 2px 0 2px 0;
	font-size: 11px;
}

.cancel-comment-reply a {
	background: #f9f9f9;
	color: #000;
	padding: 1px 3px;
	border: 1px solid #f0f0f0;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
 *	COOMENT FRAMEWORK	*
 ************************/ 
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
	padding: 1px 0 0 18px;
	background: url(images/user.gif) no-repeat 0 0;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
	background: none;
}

ol.commentlist li div.vcard img.avatar {
	float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	background: none;
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
	background: #f9f9f9 url(images/replybg.png) repeat-x;
	color: #fff;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 1px 4px 1px 4px;
	line-height: 14px;
	font-size: 10px;
	text-transform: uppercase;
}

ol.commentlist li div.reply a {
	color: #fff;
}

ol.commentlist li div.reply a:hover {
	background: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/********************
 *	COMMENT FORM	*
 ********************/ 
#commentform {

}

#commentform input {
	width: 210px;
	margin: 0 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#commentform input:focus {
	border: 1px solid #191919;
}

#commentform .user {
	padding: 3px 3px 3px 25px;
	background: #fff url(images/user.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform .email {
	padding: 3px 3px 3px 25px;
	background: #fff url(images/mail.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform .url {
	padding: 3px 3px 3px 25px;
	background: #fff url(images/link.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus {
	border: 1px solid #191919;
}

#commentform .submit {
	margin: 0;
	padding: 4px;
	color: #999;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 155px;
}

#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}



/******************
 *	BOTTOM		  *
 ******************/ 
#bottom {
	margin:0 auto;
	color: #fff;
	width:975px;
	background:url(images/footer-bg.gif) no-repeat #1c7258;
	clear:both;
	overflow:hidden;
	line-height:20px;
}

#bottom a {
	border:none;
	color:#fff;
	font-style:normal;
	text-decoration:none;
}

#bottom a:hover {
}

#bottombox {
	padding:10px 0 10px 15px;
	font-size:16px;
	float:left;
	width:700px;

}

#social {
	float:right;
	padding:25px 10px 0 0;
}


#bottombox .left {
	font-size:11px;
	margin:0 auto;
}

#bottombox .right a, #bottombox .right {
	font-size:10px;
}

#bottombox .right img {
	float:right;
	padding:5px;
}

.footer-info {
	clear:both;
	text-align:left;
	font-size:11px;
	color:#fff;
	padding:15px 0 0 0;
	margin:0 auto;
}

#bottom-info a {
	color:#fff;
}

#frm_form_fields {
	padding:20px 0;
}
.cufon {
	padding-bottom:2px;
}



.text, .textarea {
	width:300px;
	padding:8px;
	border:1px solid #DDDDDD;
	color:#777777;
}


#menu-sidebar-navigation li {
	margin: 0;
	padding: 0px;
	width:300px;
	height:48px;
	background:url(images/sidebar-h2-bg.gif) no-repeat;
	text-transform:uppercase;
}


#menu-sidebar-navigation li a {
	color:#fff!important;
	padding:0px 0 0 20px;
	font-style:normal;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:16px;
	line-height:42px;
}

#interior-hero {
	background:url(images/interior-hero-bg.gif) repeat-x;
	height:182px;
	margin:0 auto;
	text-align:center;
	padding:2px 0 0 0;
}

#interior-hero img {
	display:inline;
	z-index:1;
}

.property-list {
	width:220px;
	float:left;
	padding:5px 3px 5px 0;
}

.property-list a {
	font-size:12px;
	font-weight:bold;
	color:#006bb7;
}

.property-list img {
	padding:0 0 5px 0;
}

.box-links li {
	background:url(images/int-pod-bg.gif) no-repeat;
	width:271px;
	height:24px;
	margin:0!important;
	padding:10px 0 0 10px!important;
}

.box-links li a {
	padding:5px;
	text-transform:uppercase;
	color:#fff!important;
}

#image-gallery {
	width:660px;
	margin: 0 0 25px 5px;
	text-align:center;
}
	

#image-gallery .small, #image-gallery .small first {
	float:left;
	padding:3px;
}

#image-gallery #large {
	text-align:left;
	margin:0px auto 10px auto;
	
}

#image-gallery img {
	border: 1px solid #333;
}
	

.small-images {
	text-align:center;
	margin:0 auto;
	 padding: 0 0 0 15px;
}

#property-details {
	width: 660px;
	text-align:left;
	clear:both;
	padding:20px 0 0 0;
}


.login label {
	float:left;
	display:inline;
	padding:5px 0 0 0;
}

label#pwd, label#log {
	float:left;
	width:150px;
}

input#pwd, input#log {
	float:right;
	padding:4px;
	width:145px;
}

.login {
	clear:both;
	padding:5px 0;
	color:#666;
	font-size:11px;
	overflow:hidden;
}

.data {
	display:inline;
	clear:right;
}

.submit {
	margin:10px auto 0 auto;
	text-align:center;
	font-size:13px;
	color:#fff;
}

.submit .button {
	background:url(images/submit-btn.gif) no-repeat;
	width:75px;
	height:26px;
	font-size:11px;
	color:#fff;
	border:none;
	margin:0;
	text-indent:0;
	float:none;
	text-transform:none;
}

.remember {
	font-size:10px;
	text-align:right;
	display:inline;
	marg:0 5px 0 60px;
}

.login-links {
	font-size:10px;
	text-align:center;
	display:inline;
}

.login-links a {
	text-decoration:none!important;
	color:#333!important;
}

.field {
	margin:5px 0;
}

#field_o7kq0p, #field_a1tnif, #ccform {
	width:220px;
	margin:3px 0;
}

#field_k9u5cc {
	width: 220px;
	margin:3px 0;
	border: 1px solid #ddd;
	color: #777;
	padding: 8px;	
}
frm_field_95_container {
	width: 300px;	
}

#ccform {
	margin:15px 0;
	font-style:italic;
	float:left;
}

p.submit {
}

input[type="submit"] {
	border:none;
	float:right;
	background:url(images/button-arrrow-bg.gif) no-repeat;
	width:38px;
	height:38px;
	display: block;
	text-indent: -9999em;
	text-transform: uppercase; 
	margin:10px 5px 0 0;
}

#newsletter-submit {
	border:none;
	float:right;
	background:none;
	width:38px;
	height:38px;
	display: block;
	text-indent: -9999em;
	text-transform: uppercase; 
	margin:10px 5px 0 0;
	*margin: -53px 5px 0 0;
	margin:2px 5px 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#newsletter-submit input[type="submit"] {
		background: none;
	}
}
#ccoptin .submit {
	*margin: -50px 5px 0px 0px; 
}

.frm_form_fields {
	float:left;
}

.frm_primary_label {
	display:none;
}

.category-img {
	float:left;
	padding:10px 10px 5px 0;
}

#footer-end {
	background:url(images/footer.png) no-repeat;
	width:1019px;
	height:30px;
	margin:0 auto;
}

#mortgage-calculator {
	background:#E9E8DB;
	padding:20px;
	text-align:center;
}

#mortgage-calculator p {
	margin:0;
	padding:0;
}

#login {
	background:url(images/login-bg.gif) repeat-x;
	height: 38px;
	padding:10px 0;
	width:235px;
	float:right;
}

#login a {
	text-transform:uppercase;
	color:#333;
	font-size:13px;
	padding:10px;
	background:url(images/login-div.png) no-repeat right;
}


#login a:hover {
	color:#006BB7;
}

.atty-buttons {
	clear:both;
	width:645px;
	text-align:right;
	margin:0px 0 30px 0;
	border-bottom:#ccc 1px solid;
	padding:0 0 30px 0;
}

.atty-buttons a {
	background:url(images/atty-btns.gif) repeat-x;
	height:26px;
	margin:0 5px;
	color:#fff;
	text-decoration:none;
	padding:7px 10px;
	font-weight:bold;
	font-size:11px;
}

.atty-info {
	float:right;
	width:335px;
}

.atty-info p {
	margin:0!important;
}

.atty-photo {
	float:left;
	padding:5px!important;
	background:#fbfaf9;
	border:1px solid #d8d8d8!important;
}

.partner {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	font-size:14px;
	color:#666;
	margin:5px 0;
}

.ui-accordion-content-active {
	margin:10px 0;
}


#accordion {
}

img.linkedin {
	margin:10px 0 0 0;
}

.slideViewer {
	margin:0 auto!important;
}

#thumbSlider0 {
	width:980px!important;
	background:#005030;
	padding:10px;
	top:0!important;
}

.slideViewer span.typo {
	width:200px!important;
	background:#005030!important;
	opacity:100%!important;
	font-family: Arial, sans-serif!important;
	color:#fff!important;
	
}
	
	
	
				  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }

/*
	SLIDER
*/
.slider-wrap								{ width: 999px; position: absolute; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 999px; height: 330px; margin:4px 0 0 0; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 1000px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{
	background:#005030;
	width:1000px;
	height:70px;
	padding:10px 0 0 0;
	}
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; margin-top: -35px; 
											  position: relative; padding-top: 35px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/thumb-hover.png) top center no-repeat; }




a.forms-btn {
	background:url(images/atty-btns.gif) repeat-x;
	height:26px;
	margin:20px 5px;
	color:#fff;
	text-decoration:none;
	padding:7px 10px;
	font-weight:bold;
	font-size:11px;
}

#movers-row p {
	display:none;
}

#movers-row .active-thumb p {
	font-size:12px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none!important;
	margin:-25px 0 4px 0;
	text-align:center;
	padding:2px 0 0 0;
}

#movers-row a {
	text-decoration:none!important;
}

.textwidget li {
	line-height:14px;
}


.textwidget li a {
	text-decoration:none;
}

.page-restrict-form {
	width:300px;
	float:left;
}

.page-restrict-form label {
	float:left;
	padding:5px 0;
}


.page-restrict-form input {
	float:right!important;
	padding:5px!important;
	width:150px!important;
	margin:0 0 0 10px!important;
}


.page-restrict-form .button {
	background:url(images/submit-btn.gif) no-repeat;
	width:75px!important;
	height:26px;
	font-size:11px;
	color:#fff;
	border:none;
	margin:0;
	text-indent:0;
	float:none;
	text-transform:none;
}

.page-restrict-form p {
	clear:both;
	font-size:10px;
}


.page-restrict-form p a {
	text-decoration:none;
	font-size:10px;
}

#rememberme {
	width:20px!important;
}

.wp-pagenavi {
	margin:40px 0 0 0;
	text-align:center;
}

ul.practice-areas li {
	margin:0;
}

#frm_field_8_container, #frm_field_95_container {
	width:230px;
}

th.header {
background: url("images/h3-bg-active.gif") no-repeat right #666666;
text-align:left;
padding:5px;
color:#fff;
}

table.sortable {
text-align:left;
margin:15px 0;
}

table.sortable tr {
margin:5px 0;
}

