/*
Theme Name: Murphy O'Brien Companies
Theme URI: http://www.murphyobrien.com/
Description: Theme for the Companies we Serve Section of murphyobrien.com
Version: 1.0
*/

a:link {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: white;
	text-decoration: none;
}
.textMainPage {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #FFFFFF; 
	line-height: 24px; 
}

.textMainPage a {
	text-decoration: underline;
}

.textMainPage li {
	background: url(images/bullet.gif) no-repeat left 7px;
	padding-left: 20px;
	list-style: none;
}

.textMainSmall {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; color: #FFFFFF; 
	line-height: 15px; 
}

.resultsBig {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px; color: #FFFFFF; 
}
	
.testimonial { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	line-height: 20px;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
}

.navigationSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #2C5EA1; 
}

a.navigationSmallLink {
	color: #2C5EA1;
	text-decoration: none;
}

a:hover.navigationSmallLink {
	color: #2C5EA1;
	text-decoration: underline;
}
a:visited.navigationSmallLink {
	color: #2C5EA1;
	text-decoration: none;
}

.team { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	line-height: 24px;
}

.title { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFFFFF; 
}

p { margin-top: 0;}

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

.widget ul {
	padding: 0;
	margin: 0;
}

.widget li {
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 120px;
}

.widget li.current_page_item {
	font-weight: bold;

}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:	10px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	cursor: default;
}

.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
		height: 29px;
		padding: 0;

		
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;

}
.sf-menu a {

	padding: 		9px 1em;
	text-decoration:none;
}


.sf-menu li li a {
	padding: 		0em 1em;
	text-decoration:none;
}



.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

ul.sf-menu {
		background: #000 url(images/navbg.gif)  left center no-repeat;
		padding-left: 1px;
}
.sf-menu li {

		background: #000 url(images/navbg.gif)  right center no-repeat;
}
.sf-menu li li {
	background:		#2c5ea1;
	border-top: 1px #000 solid;
	height: 10px;
	padding: 3px;
	text-align: left;
}

.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#084888;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {

	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 5px 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.widget h2 {
	margin-top: 0;
	padding: 4px 3px;
	font-size: 9px;
	color: #fff;
	background: url(images/widget_name.gif);
	border-bottom: solid 1px #666;
}

div.hr {
	height: 1px;
	background: url(images/hr_dots.gif) repeat;
	margin: 20px 0 24px;
}
div.hr hr {
  display: none;
}

.alignleft {
	float: left;
	padding-right: 15px;
}

.alignright {
	float: right;
	padding-left: 15px;
}


ul.results li {
	width: 120px;
		background: url(images/bullet.gif) no-repeat left center;
	padding-left: 20px;
	margin: 10px 0;	
}

ul.results li.current_page_ancestor, ul.results li.current_page_parent {
	width: 120px;
		background: url(images/main_result.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;	
}

ul.results li ul { display: none; }

ul.results li.current_page_item ul, ul.results li.current_page_parent ul { display: block; }

ul.results li ul li {
	background: #000;
	padding-left: 0;
	color: #2C5EA1;
	list-style: none;
}

ul.results li ul li a, ul.results li ul li a:visited {
	color: #2C5EA1;
	font-size: 10px;
	list-style: circle;
	padding-left: 10px;
	background: url(images/sub_result.png) no-repeat left top;

}

.textMain {
	color: #fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:24px;
}

.client_says {
	width: 130px;
	color: #fff;
	font-size: 11px;
}

.client_says p {
	font-style:italic; 	
}

.post { padding-bottom: 40px; }

.post img { border: 0; padding-top: 7px; font-size: 11px; }

.post a.more-link { float: right; }

.clear { clear: both; }

