/* @override http://gibney.com/css/master.css */

/* @override 
	http://www.gibney.com/css/master.css
	http://174.143.183.92/css/master.css
	http://gibney.etrlab.net/css/master.css
	http://gibney.etrlab.net/css/master.css
	http://gibney.etrlab.net/css/master.css
	http://gibney.com/css/master.css
*/

/* CSS RESET (YUI) */

/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* Some other reset that was apparent before the redo, not sure if it's valid...some of it looks dangerous */
li {	list-style: none; }
abbr,acronym { font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
legend { color: #000; }
input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input,button,textarea,select { *font-size: 100%; }
div { overflow: hidden; }
strong, b{ font-weight: bold; }
p{ margin-bottom:1.5em; line-height:1.5em; font-size:1em; }
input#button{ cursor: pointer; }
/* END RESET */

/* @end */

/* General Layout Styles */
/* Total page width: 943px ?? ... think its 900px... */
body {
	/* This background image gets switched in random css */
	background: url('../img/site-background-repeat.png') top left repeat-x #fff;
	font-size:16px;
	font-family: Arial, sans-serif;
	color: #221e1e;
}

#site-content {
	width: 905px;
	margin: auto;
overflow: visible;
}

p {
	font-size: 12px;
}

a {
	color: #a2a86e;
}

/* This changes based on random css */
a:hover {
	color: #507eaa;
}


.content{
	margin: auto;
	margin: 30px 0px 0px 0px;
/*	overflow:visible;*/
	overflow:hidden;
}
.content .content-sub-page {
	margin: 20px 0px 0px 0px;
}
.content-sub-page{
/*	overflow:visible;*/
	overflow:hidden;
	}


/* Header Stuff */
.header{
	text-align:center;
	height: 88px;
	overflow: hidden;
}
.header-home {
	height: 90px;
}

.header h1 {
	float: left;
	color: #d6d6d6;
	font-weight: bold;
	font-size: 18px;
	margin: 30px 0px 0px 18px;
}

#header-gibney-logo {
	float: left;
}

#gibney-subpage-logo {
	float: left;
	width: 206px;
	height: 77px;
	background: url('../img/logo-gibney-subpage.png') no-repeat;
	/* for ie6 */
	_background: none;
 	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/logo-gibney-subpage.png, sizingMethod='scale');
}

#header-mural-image {
	float: left;
}

/* This gets switched in random css */
#header-mural-image {
	width: 155px;
	height: 88px;
	background: url('../img/subpage-mural.png') no-repeat;
}

.page-title-box {
	margin: 1px 0px 0px 0px;
	height:74px;
	overflow: hidden;
	background: url('../img/subpage-title.gif') top center no-repeat #221f1f;
}

.page-title-box h1{
  margin-top:25px;
  font-size:1.75em;
  font-weight: bold;
  color:#d6d6d6;
}

/* Page Content Styles */
#page-content {
	margin: 10px 0px 0px 0px;
	width: 675px;
	overflow:hidden;
	
}

#page-content-home {
	float: left;
	margin: 0px 20px 0px 0px; 
	width: 380px;
}
#home-right-blocks {
	float: left;
	width: 380px;
}

/* Page Section Sub-titles */
#page-content h2 {
	font-weight: bold;
	font-size: 26px;	
	margin: 0px 0px 10px 0px;
}

#page-content h4 {
	margin: 15px 0 5px 0;
	font-size: 1em;
	color:#b1b581;
}
#page-content h5 {
	margin-bottom: 10px;
	font-size: .8em;
	font-weight:bold;
}
/* this gets changed in random css */
#page-content h2 {
	color: #507eaa;
}

/* modifier to add some padding */
#page-content h3 {
	margin-bottom: 10px;
}

#page-content .entry ul {
	list-style: disc outside;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
	margin-bottom: 20px;
}
#page-content .entry li {
	list-style: disc outside;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
	margin-bottom: 5px;
}

/* Home Page Murals (more styles stored in random css) */
#mural {
	height: 264px;
	
}
#mural img {
	float: left;
	margin-right: 45px;
}
#mural-copy {
	float: left;
	margin: 70px 0px 0px 0px; 
	width: 375px;
}
#mural h1 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#mural p {
	color: #fff;
	font-size: 14px;
}

/* Home Page Right News & Attorney Blocks */
.latest-news-row { 
	padding: 8px;
	background: #fff;
}
.alt-latest-news-row {
	background: #f6f6f6;
}
.latest-news-title {
	float: left;
	color: #000;
	font-size: 12px;
	width: 260px;
	display: block;
}

.latest-news-read-link {
	float: right;
	margin-left: 10px;
}
.latest-news-read-link a, .latest-news-read-link a:hover {
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
}
.latest-news-read-link-copy {
	text-decoration: none;
	margin-right: 5px;
	float: left;
}
.latest-news-read-link-copy:hover {
	text-decoration: underline;
}
/* This gets colored in random css */
.latest-news-read-link-copy {
	color: #507eaa;
}
.latest-news-read-link img {
	float: left;
}

#latest-news-block h2, #attorney-spotlight-block h2, #community-block h2 {
	font-size: 18px;
	font-weight: bold;
}
/* This also gets colored in random css */
#latest-news-block h2, #attorney-spotlight-block h2, #community-block h2 {
	color: #507eaa;
}

#latest-news-entries, #attorney-spotlight-entries {
	display: block;
	margin: 16px;
	clear: left;
}

#attorney-spotlight-entries {
	background: url('../img/attorney_spotlight_bg.jpg') no-repeat;
	height: 165px;
	_height: 161px;
	width: 370px;
	_width: 369px;
	margin: 16px 0 0 16px;
	padding: 8px 0px 0px 8px;
	overflow: visible;
}

.attorney-spotlight-bio-photo-frame {
	background: url('../img/attorney-spotlight-photo-frame.png') no-repeat;	
	width: 109px;
	overflow: hidden;
	padding: 5px 0px 2px 5px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.attorney-spotlight-bio-photo {
	width: 104px;
	height: 128px;
	overflow: hidden;
}
	
.attorney-spotlight-bio-copy {
	float: left;
	width: 220px;
}
.attorney-spotlight-bio-copy h3 { 
	font-size: 14px;
	font-weight: normal;	
}
/* This h3 gets colored in random css */
.attorney-spotlight-bio-copy h3 {
	color: #507eaa;	
}
.attorney-spotlight-bio-copy, .attorney-spotlight-bio-copy p {
	color: #000;
	font-size: 12px;
	font-style: italic;
}

.attorney-spotlight-bio-link {
	clear: left;
	float: right;
}



#attorney-listings {

}

#community-block, #attorney-spotlight-block {
	float: left;
}

/* Home page copy content styles */
.home-page-copy-block {
	width: 365px;
	float: left;
	margin-right: 35px;
}
.home-page-copy-block p {
	color: #221e1e;
}


/* Practice Areas Styles */

/* Overview page blocks */
.practice-areas-entry {
	background: url('../img/practice_area_box.jpg') no-repeat;
	width: 280px;
	height: 175px;
	_width: 276px; 
	_height: 171px; 
	float: left; 
	padding: 8px 0px 0px 8px;
	margin: 0px 8px 8px 0px;
	overflow: visible;
}
.practice-areas-entry h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

/* This changes in random css */
.practice-areas-entry h3 {
	color: #507eaa;
	width: 255px;
}

.practice-areas-entry p {
	color: #000;
	width: 255px;
	height: 90px;
}

.pracitce-areas-entry-links {
	clear: left;
}
.practice-areas-entry-links a, .practice-areas-entry-links a:hover {
	text-decoration: none;
}
.practice-areas-entry-links img {
	float: left;
}

/* Locations Styles */
.location-box {
	border: 1px solid #ccc;
	padding: 0px;
	float: left;
	margin: 0px 30px 30px 0px;
	height: 278px;
	overflow: hidden;
}
.location-box img {
	padding: 0px;
	margin: 0px;
	display: inline;
	line-height: 1px;
}
.location-box p {
	padding: 0px 10px 10px 10px;
}
.location-box h3 {
	font-size: 16px;
	padding: 10px 0px 0px 10px;
}
/* this changes in random css */
.location-box h3, .associated-office h3, #associated-offices h2 {
	color: #507eaa; 
}

#associated-offices {
	clear: left;
}
#associated-offices h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: solid 1px #ccc;	
}
.associated-office h3 {
	font-size: 16px;
	visibility: hidden;
}
.associated-office {
	float: left;
	margin: 0px 60px 20px 0px;
}

/* Attorney Listing */
#attorney-listing-table {
	font-size: 12px;
	
}

td.attorney-listing-photo img {
	margin: 10px;
	border: 1px solid #808080;
}
td.attorney-listing-name {
	padding-top: 8px;
}

.attorney-listing-name h4, .attorney-listing-name h4 a, .attorney-listing-name h4 a:hover{
	font-weight: bold;
	font-size: 14px;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.attorney-listing-name em {
	font-style: italic;
	font-size: 12px;
}

/* this changes in random css */
.attorney-listing-name h4, .attorney-listing-name em {
	color: #507eaa; 
}

.alt-row {
	background: #f5f5f5; 
}

table.attorney-contact {
	margin-top: 10px;
}

td.attorney-listing-phone, td.attorney-listing-vcard, td.attorney-listing-email {
	vertical-align: bottom;
	padding-bottom: 10px;
} 
.attorney-listing-vcard img, .attorney-listing-email img, .attorney-listing-phone img {
	margin-right: 5px;
}
.attorney-listing-vcard a, .attorney-listing-vcard a:hover, .attorney-listing-email a, .attorney-listing-email a:hover {
	text-decoration: none;
	color: #221e1e;
}

.attorney-listing-letter-marker {
	width: 72px;
	_width: 82px;
	height: 15px;
	_height: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 10px 5px 0px;
	text-align: right;
	margin: 10px 0px 10px 0px;
}
/* this changes in random css */
.attorney-listing-letter-marker {
	background: #507eaa; 
}

/* Contact Form Styles */
#contact-form{
	margin: 0 0 10px 0;
}
#contact-form h2 {
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #221e1e;
	margin-bottom: 12px;
	/* color is already set */
}
#contact-form label {
	float: left;
	font-size: 12px;
	color: #221e1e;
	margin-right: 10px;
	width: 80px;
	vertical-align: bottom;
}
#contact-form input, #contact-form textarea {
	float: left;
	border: 1px solid #221e1e;
	width: 338px;
}
#contact-form .input {
	margin-bottom: 10px;
	display:block;
	clear:both;
}
#contact-form .submit {
	clear: left;
	margin-left: 350px;
	border: 0px;
	width: 81px;
}
/* News Styles */
h2.news-title-date, #page-content h2.news-title-date, #news-post .news-post-date, #news-post h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* this changes in random css */
h2.news-title-date, #page-content h2.news-title-date, #news-post h2, #news-post .news-post-date, #news-post a.back-link:hover {
	color: #507eaa;  
}
h3.news-title, h3.news-title a, #news-post h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	/*font-family: Georgia, serif;*/
}
.news-entry {
	margin-bottom: 35px;
}
.news-entry a.read-more, #news-post a.back-link {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.news-entry p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}



.news-entry ul{
		display:block;
		padding:0 0 15px 0;

}
.news-entry ul li{
	font-size:12px;
	padding:0 0 5px 0;
	margin: 0 0 0 15px;
	list-style-type: disc;
}
/* Pagination Styles */
.paginator {
	font-size: 12px;
	color: #000;

}
.paginator .disabled {
	color: #221e1e;
}
.paginate-counter {
	float: left;
	display: block;
	color: #221e1e;
}
.paginate-prev {
	clear: left;
	float: left;
	margin-right: 5px;
	display: block;
}
.paginate-next {
	float: left;
	display: block;
}
.paginator a {
	text-decoration: none;
}
/* this changes in random css */
.paginator a:hover {
	color: #507eaa; 
	text-decoration: underline;
}

/* Footer Styles */
#footer {
	width: 900px;
	margin: auto;
	/*margin-top: 50px;*/
	border-top: 1px solid #e0e0e0;
	padding: 20px 20px 20px 0;
	clear:both;
	margin-top:15px
}

#footer .footer-links {
	float:left;
	width:400px;
}
#footer .footer-links a {
	font-size:11px;
	color:#4c4c4c;
	text-decoration:none;
	background: none;
}
.footer-links td {
	padding:0 0 7px 0;	
}
#footer .footer-info {
	float:right;
	color:#666666;
	padding-right:105px;
	line-height:16px;
}
#footer .footer-info .sanfranAddress {
	font-size:11px;
	float:right;
	padding:0 0 0 15px;
}
#footer .footer-info .nyAddress {
	font-size:11px;
	float:right;
	border-right:1px solid #e0e0e0;
	padding:0 15px 0 0;
}
#footer .footer-foot {
	width:400px;
	padding:15px 0;
	clear:both;
	color:#a3a3a3;
	font-size:11px;
}


/* Left Navigation Sub-menu */
.force_min_left_nav_height {
	height: 450px;
}

#left_nav {
	/*line-height:1.5em;*/
	width: 197px;
	overflow:hidden;
	background: url('../img/left_nav-tile.jpg') no-repeat right top;
	float: left;
	margin-right: 23px;
}

.left_nav_items{
	padding:0 27px 0 0;
	font-size: 0.8em;
}
.left_nav_items li {
  width:175px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: url(../img/left_nav_item_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  position:relative;
}
.left_nav_items li .linkText{
	width:140px;
	display:block;
	/*line-height: 1.3em;*/
}
.left_nav_items .arrows{
  position:absolute;
   top: 0;
   left: 145px;
   font-size:1.2em;
}
html>body .left_nav_items .arrows {
	top: 6px;
}
html>body .left_nav_items .arrows{
   font-size:1.5em;
}
.left_nav_items a {
	color:#b1b581;
	text-decoration:none;
	width: 130px; 
	display: block;
}
.left_nav_items li.selected a {
	 font-weight:bold;
}
/* This changes in random css */
.left_nav_items li a:hover {
	color: #507eaa;
}
/* This also changes in random css */
.left_nav_items li.selected a {
	 color: #507eaa;
}

/* @end */

/* @group sub nav */

.left_nav_sub_items{
	padding:0 27px 0 10px;
	/*font-size: 0.8em;*/
	font-size: 12px;
	background: none;

}
.left_nav_sub_items li {
  width:152px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
  background-repeat: no-repeat;
  background-position: bottom right;
  position:relative;
  border-bottom: 1px solid #ccc;
  line-height: 1.1em;
}
.left_nav_sub_items li:last-child{
	border:none;
	margin: 0 0 5px 0;
	}
.left_nav_sub_items li .linkText{
}
.left_nav_sub_items .arrows{
  position:absolute;
   top: 6px;
   left: 145px;
   font-size:1.2em;
}
html>body .left_nav_sub_items .arrows{
   font-size:1.5em;
}
.left_nav_sub_items a{
color: #ababab;
text-decoration:none;
}
.left_nav_sub_items li a:hover{
  color: #333333;
 
}
.left_nav_sub_items li.selected a{
	 color: #333333;
}

.left_nav_tertiary_items {
	padding-left: 10px;
}

/* @end */


/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainNav{
		height: 30px;
		background-image: url(../img/mainNav-tile.gif);
	}
	#navBar {
		width:800px; height:30px;
		font:12px Arial, Helvetica, sans-serif;
	}
		#navBar ul {
			margin:0; padding:0;	
			list-style: none;
		}
			#navBar ul li {
				margin:0; padding:0;	
				float: left;
				text-indent: -1000px;
			}
			#navBar a.active {
				background-position:bottom !important;
			}
	
		#navBar a.home:link, #navBar a.home:active, #navBar a.home:visited {
			width:48px; height:30px;
			display:block;
			background:url(../img/nav/home.jpg) no-repeat top;
		}
			#navBar a.home:hover {
				background:url(../img/nav/home.jpg) no-repeat bottom;
			}
		#navBar a.about:link, #navBar a.about:active, #navBar a.about:visited {
			width:72px; height:30px;
			display:block;
			background:url(../img/nav/about.jpg) no-repeat top;
		}
			#navBar a.about:hover {
				background:url(../img/nav/about.jpg) no-repeat bottom;
			}
		#navBar a.practice_areas:link, #navBar a.practice_areas:active, #navBar a.practice_areas:visited {
			width:104px; height:30px;
			display:block;
			background:url(../img/nav/areas.jpg) no-repeat top;
		}
			#navBar a.practice_areas:hover {
				background:url(../img/nav/areas.jpg) no-repeat bottom;
			}
		#navBar a.locations:link, #navBar a.locations:active, #navBar a.locations:visited {
			width:76px; height:30px;
			display:block;
			background:url(../img/nav/locations.jpg) no-repeat top;
		}
			#navBar a.locations:hover {
				background:url(../img/nav/locations.jpg) no-repeat bottom;
			}
		#navBar a.attorneys:link, #navBar a.attorneys:active, #navBar a.attorneys:visited {
			width:79px; height:30px;
			display:block;
			background:url(../img/nav/attorneys.jpg) no-repeat top;
		}
			#navBar a.attorneys:hover {
				background:url(../img/nav/attorneys.jpg) no-repeat bottom;
			}
		#navBar a.news:link, #navBar a.news:active, #navBar a.news:visited {
			width:47px; height:30px;
			display:block;
			background:url(../img/nav/news.jpg) no-repeat top;
		}
			#navBar a.news:hover {
				background:url(../img/nav/news.jpg) no-repeat bottom;
			}
		#navBar a.client_login:link, #navBar a.client_login:active, #navBar a.client_login:visited {
			width:89px; height:30px;
			display:block;
			background:url(../img/nav/login.jpg) no-repeat top;
		}
			#navBar a.client_login:hover {
				background:url(../img/nav/login.jpg) no-repeat bottom;
			}

			

	
	.footer .container .footer-links a{
		font-size:11px;
		color:#4c4c4c;
		text-decoration:none;
		background: none;
	}
		.footer-links td{
padding:0 0 7px 0;	
		}
.footer .container .footer-info{
	float:right;
	color:#666666;
	padding-right:105px;
	line-height:16px;
}
	.footer .container .footer-info .sanfranAddress{
		font-size:11px;
		float:right;
		padding:0 0 0 15px;
	}
	.footer .container .footer-info .nyAddress{
		font-size:11px;
		float:right;
		border-right:1px solid #e0e0e0;
		padding:0 15px 0 0;
	}
.footer .container .footer-foot{
	width:400px;
	padding:15px 0;
	clear:both;
	color:#a3a3a3;
	font-size:11px;
}

/***** search page styles *****/
	table.left {
		margin-top: 20px;
		width: 300px;
		float: left;
	}
	
	table.left tr td input {
		width: 220px;
	}
	
	table.right {
		margin-top: 20px;
		width: 300px;
		float: left;
	}
	
	table.right th {
		padding-bottom: 20px;
	}
	
	table.right td div.checkbox {
		padding-bottom: 15px;
		clear: left;
	}
	
	table.right td div.checkbox label{
		padding-left: 10px;
	}
	
	table.right tr td input, table.right tr td label {
		float: left;
	}
	
	table.left td, table.right td {
		font-size: 12px;
	}
	
	table.left td div.submit {
		text-align: center;
		width: 220px;
	}
	
	table.left td div.submit input {
		width: 81px;
	}
	
	table.left td {
		padding-top: 20px;
	}
	
	div#attorney-search-copy {
		font-size: 12px;
	}
/***** end search page styles *****/

/***** attorney view styles *****/
	table#attorney-info {
		width: 100%;
	}
	
	table#attorney-info th, table#attorney-info td {
		vertical-align: top;
	}
	
	table#attorney-info th#left {
		width: 229px;
		padding-bottom: 20px;
	}
	
	table#attorney-info th#right {
		width: 346px;
		text-align: right;
	}
	
	div#attorney-name {
		font-size: 1.50em;
		line-height: 27px;
	}
	
	div#attorney-title {
		font-size: 0.90em;
		font-style: italic;
		line-height: 12px;
	}
	
	td#attorney-image {
		text-align: left;
	}
	
	td#office {
		padding-top: 20px;
	}
	
	td #tel, #fax, #email {
		padding-top: 10px;
	}
	
	td#practice-areas {
		padding-top: 30px;
	}
	
	td#other {
		padding-top: 30px;
	}
	
	td #other,#practice-areas,#email,#fax,#tel,#office {
		font-size: 0.85em;
	}
	
	span#other, span#practice-areas, span#email, span#fax, span#tel, span#office
	{
		font-size: 1em;
		font-weight: bold;
	}
	
	hr#attorney-search {
		margin: 20px 0px 20px 0px;
	}
/***** end attorney view *****/

/* attorney index selection */

#attorney-listcell {
	overflow:visible;

}


#attorney-index {

	position: absolute;
left:-80px;
	    width: 40px;
		color: #ffffff;
		text-align: center;
	overflow:visible;
	
}
	 html>body div#attorney-index {

		position:fixed;
		}
	
	ul#attorney-indexes {
		background-color: #221e1e;
		padding: 10px 0px 10px 0px;
	}
	
	ul#attorney-indexes li {
		font-size: 50%;
		padding: 2px 0px 2px 0px;
		height: 12px;
	}
	
	ul#attorney-indexes li.valid {
		color: #ffffff;
	}
	
	ul#attorney-indexes li.valid a {
		text-decoration: none;
		color: #ffffff;
	}
	
	ul#attorney-indexes li.invalid {
		color: #1b1b1b;
	}
}
/* end index selection */
	table#practice-areas-specialization-table {
		width: 100%;
	}
	
	table#practice-areas-specialization-table td{
		vertical-align: top;
		width: 50%;
	}
	
	h2#specialization-list-title {
		font-size: 14px;
		color: #777777;
		margin-bottom: 5px;
	}
	
	ul#specialization-list li.position {
		font-size:13px;
		font-style:italic;
		padding-left:20px;
	}
	
	ul#specialization-list li.attorney {
		font-size:13px;
		padding-left:40px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
/* attorney bio theme */
div#attorney-bio h2 {
	font-size: 18px;
}
#attorney-bio ul{ 
	padding: 0 0 20px 20px;
}
#attorney-bio li{
	list-style-type: disc;
	font-size:.8em;
	padding: 0 0 5px 0;
}
/* pagination css */
div.paginate-numbers {
	padding-left: 10px;
}
em {
	font-style: italic;
	font-weight: inherit;
}

strong {
	font-weight: bold;
	font-style: inherit;
}
span.cleaner{
	position:absolute;
	display:block;
	top: 0;
}

/* form validation */
#contactForm label {
	display: block;
	float: left;
}
#contactForm .error {
	color: #ff0000;
	float: left;
	clear:left;
	margin-left: 90px;
	width: 300px;
}
#contactForm input {
	width: 300px;
}


#news-post ul{
		display:block;
		padding:0 0 8px 0;

}

#news-post ul li{
	font-size:12px;
	padding:0 0 5px 0;
	margin: 0 0 0 15px;
	list-style-type: disc;
}


#news-post h4{
	font-size:12px;
	font-weight:bold;
	padding:0 0 15px 0
}

#page-content .news-entry h4{
	font-size:12px;
	font-weight:bold;
	padding:0 0 15px 0;
	color:#000;
}
