/* - - - - - - - - - - - - - - - - - - - - -

Title : Main CSS File


- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */


body{
	margin:0;
	text-align:center;
	background:#eff4fe;
	font:12px/20px verdana, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color:#504a25;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('myriad-pro/MyriadPro-Regular.eot');
    src: local('myriad-pro/MyriadPro-Regular'), 
         local('myriad-pro/MyriadPro-Regular'), 
         url('myriad-pro/MyriadPro-Regular.otf') format('truetype'),
         url('myriad-pro/MyriadPro-Regular.svg#font') format('svg'); 
}
/* ----- Top IDS ----- */

#container{
	width:960px;
	margin:0 auto;
	text-align:left;
	background:#fff;	
}	

#footer{
	width:960px;
	text-align:left;
	clear:left;
	float:left;
	border-top:solid 1px #dedbc1;
	background: #f3f3f3 url(images/footer-bottom-area-curve.jpg) left bottom no-repeat;
	margin-bottom:20px;
}

#top-banner{
	width:100%;
	text-align:left;
	height:139px;
	background: transparent url(images/top-header-block-bottom.gif) left bottom no-repeat;	
}

#main-content-area {
	background: #fff url(images/main-content-top.jpg) top left no-repeat;
	float:left;
	padding-bottom: 20px;
}

#main-content-area p{
	margin:15px 15px;
}

#main-content-left-col {
	background:yellow;
	width:230px;
	float:left;
	background: transparent url(images/col-left-bg.gif) no-repeat left 38px;
	margin-left:3px;
	min-height:400px;
	margin-top:3px;
}


#main-content-middle-col {
	margin-top:3px;
	width:492px;
	float:left;
	margin-left:1px;
	min-height:400px;
	margin-bottom:30px;
}

.home-intro {
	background: url(images/main-quote-text.gif) no-repeat left top;
	height:148px;
	margin:0;	
}

p.home-intro {
	margin:0 !important;
	
}

.home-intro span{
	display:none;
}

#main-content-right-col {
	width:230px;
	float:right;
	background: transparent url(images/col-right-bg.gif) no-repeat right  38px;
	margin-right:3px;
	min-height:600px;
	margin-top:3px;		
}

#main-content-right-col h4 {
	font-size:0.9em;
	margin-left:18px;
	letter-spacing:-0.02em;
	margin:0px 22px 3px;
	
}

#main-content-right-col h5 {
	font-size:0.9em;
	margin-left:18px;
	letter-spacing:-0.02em;
	margin:22px 8px 3px 13px;
	background:#005d9f;
	color:white;
	padding-left:9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main-content-right-col .img-right-col {
	margin-left:13px;
	margin-top:3px;
	
}

#main-content-right-col p.news-date {
	font-size:0.9em;
	font-weight:bold;
	color:#b7ad9b;
	padding-top:12px;
	margin:2px 0 5px 22px;
}

#main-content-right-col p {
	font-size:0.85em;
	margin-left:18px;
	letter-spacing:-0.02em;
	margin:2px 22px 10px;
	line-height:1.7em;
}


#header-left {
	background: transparent url(images/headers-top-left-bg.gif) no-repeat top left;
	height:35px;
	margin:0;
	text-shadow: 1px 1px 3px #064c7a;
}

#header-center {
	background: #0071b1 url(images/headers-top-middle-bg.gif) no-repeat top center;
	height:35px;
	margin:0;	
	text-shadow: 1px 1px 3px #064c7a;
}
#header-center a { color: white; text-decoration: none; }
#header-center a:hover { text-decoration: underline; }

#header-right {
	background: transparent url(images/headers-top-right-bg.gif) no-repeat top right;
	height:35px;
	margin:0;
	margin-bottom:10px;	
	text-shadow: 1px 1px 3px #064c7a;
}

#header-right .rss-button {
	float:right;
	margin:8px;
}

#main-content-area h3 {
	color:white;
	text-transform:uppercase;
	margin:07px 0 0 12px;
	font-size:1em;
	float:left;
}


/* ----- Homepage banner -------- */

#quote-area {
	height:219px;
	width:960px;
	text-align:left;
	position: relative;
        overflow: hidden;
	background: transparent url(images/banner-area.jpg) no-repeat 0 0px;
}
#quote-area .panel {
      height: 219px;
      position: relative;
}
#quote-area img {
	position: absolute;
	bottom: 0;
	left: 25px;
}
#quote-area blockquote {
	float: right;
	width: 400px;
	padding: 40px 30px 10px 120px;
	margin: 0;
	font: italic normal 1.5em "Myriad Pro";
	line-height: 1.6em;
	color: #2e6685;
}
#quote-area blockquote p { margin: 0; }
#quote-area blockquote cite {
	float:left;
	font-size:0.9em;
	margin-top:10px;
	font-style: normal;
	color: #4c75ae;
}

.slider-wrap {
	width: 960px;
	position: absolute;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 219px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 219px;
	position: relative;
	width: 960px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}

.slider-controls {
	position: absolute;
	top: 15px;
	left: 20px;
	height: 30px;
}
.slider-controls a { outline: none; }
#movers-row {
	float: left;
}
#movers-row div {
	float: left;
}
#movers-row div a.cross-link {
	/*float: right;*/
}
.cross-link {
	width: 15px;
	height: 15px;
	position: relative;
	float: left;
	z-index: 20;
	background: url(images/slideshowButton.png)no-repeat top;
}
.cross-link span { display: none; }
.active-thumb { background-position: bottom; }






/* ----- CLASSES ----- */

.floatRight {
	float:right;	
}

.floatLeft {
	float:left;	
}

.clearLeft {
	clear:left;	
}

.floatRightPadding {
	margin-left:15px;
	margin-bottom:15px;
}


/* ----- Global  ----- */


h1#logo {
	background: blue url(images/logo-up.gif) no-repeat;
	margin:15px 0 15px 20px;
	float:left;	
	height:107px;
	width:138px;
}

h1 a {
	height:107px;
	width:138px;
	float:left;	
}

h1 span {display:none;}

#top-area-right-col {
	background:url(images/divider-left.gif) no-repeat top left;	
	float:right;
	width:726px;
	font-size: 1.25em;
	font-weight: bold;
}

#top-area-right-col p {
	margin-left:18px;
	color:#697e88;
	width:430px;
	float:left;
}

#top-area-right-col p strong {
	color:#7f794b;
}

#claim-now-button {	
	background:url(images/contact.png) no-repeat top left;
	height:50px;
	width:230px;
	float:right;
	margin:0 3px 0 0;
}
#main-content-right-col h4 a { text-decoration: none; color: inherit; }
#main-content-right-col h4 a:hover { text-decoration: underline; }
.sideComments {
	font-style: italic;
	color: #B7AD9B;
}
.sideComments:hover { text-decoration: underline; }

#claim-now-button span{	
	display:none;
}

#twitter-box {
	background:url(images/twitter-bg.png) no-repeat top left;
	float:left;
	padding-top:22px;
	font-size:0.8em;
	margin:35px 0 5px 8px;
	overflow: hidden;
}

#twitter-box ul{
	margin:15px 100px 15px 15px;
	padding:0;
         min-height: 100px;
}
#twitter-box ul ul { margin: 0; }

#twitter-box li{
	list-style:none;
	margin:0;
	padding:0;
	letter-spacing:-0.04em;
        border-bottom:solid 1px #dedabb;
}

#twitter-box .twitter-box-bottom{
	background: #fff url(images/twitter-bottom.png) no-repeat top left;
	float:left;
	width:210px;
	height:39px;
}
#twitter-box .twitter-box-bottom p {
	margin:6px 0 0 15px;
}
#twitter-box h5 span { display: none; }
#twitter-box a {display: inline-block;}
ul.sidebarWidget {
	padding: 0;
	margin: 10px 0px;
	list-style: none;
}
ul.sidebarWidget h5 {
	font-size:0.9em;
	margin-left:18px;
	letter-spacing:-0.02em;
	margin:22px 8px 3px 13px;
	background:#005d9f;
	color:white;
	padding-left:9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* ----- LINKS ----- */

a {
	color:#2f61a0;
	text-decoration:underline;	
}
a:hoverimages/



/* ---------------------------- top area styles : login-strip, quick links, Logo, Nav ----- */




/* --- Nav ----- */

#nav-temp {
	background: transparent url(images/menu-block.gif) no-repeat;	
	width:720px;
	height:40px;
	float:left;
	margin-top:49px;
}



ul#nav {
background:#ccc;
font:12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
list-style-type: none;
margin:95px 0 0 -1px;
padding:0;
width:720px;
}

ul#nav li {
border-right:1px solid #cdF4dc;
display:block;
float:left;
padding-left:3px;
}

ul#nav li.active {
background:url(images/menu.jpg) no-repeat bottom left;
}

ul#nav li.active,
ul#nav li.last {
border-right:0;
}


ul#nav li a {
display:block;
padding:10px 17px 14px 12px;
text-align:center;
text-decoration:none;
}
ul#nav li.active a {
background:url(images/menu_right.jpg) no-repeat bottom right;
}





/* ---------------------------- sub-nav ----- */

ul#sub-nav {
	margin:10px 0 0 0;
	padding:0;
	width:228px;
	float:left;
}

ul#sub-nav li{
	border-bottom:solid 1px #dedabb;
	list-style:none;
	margin:0;
	background: url(images/arrow-icon.png) no-repeat right 5px;	
}

ul#sub-nav a {
	margin:10px 0 10px 14px;
	padding:0;
	display:block;
	color:#504a25;
	
}

ul#sub-nav a:hover {
	padding:10px 0 10px 14px;
	margin:0;
	background:white url(images/arrow-icon.png) no-repeat right 14px;
	
}



/* ---------------------------- interior styles ----- */

#page-title {
	background:#EFF4FE;
	width:960px;
	float:left;
	height:89px;
	
}

#page-title h2{
	color:#005d9f;
	margin-left:245px;
	font-size:4em;
	font-weight:normal;
	margin:40px 0 10px 245px;
	font-family: "Myriad Pro";
}


label.cf-group-after span { width: 180px !important; }
.cform label { color: #504A25 !important; font-weight: bold !important; }
.linklove { display: none !important; }


/* ---------------------------- News Item styles ----- */

#main-content-middle-col h4{
	font-size:2.2em;
	margin-left:20px;
	font-weight:normal;
	letter-spacing:-0.04em;
	margin:25px 0 6px 16px;
}
#main-content-middle-col h4 a { color: inherit; text-decoration: none;}
#main-content-middle-col p.news-date-stamp{
	color:#b7ad9b;
	font-style:italic;
	font-size:0.8em;
	margin:0px 0 0 16px;
}

#main-content-middle-col hr{
	font-size:0;
	margin:0px 14px 0 14px;
	background:#dedbc1;
	border:0;
	height:1px;
	clear: both;
}

.pagination {
	width:464px;
	height:26px;
	float:left;
	padding: 4px 0 0;
	margin:0px 14px 0 14px;	
	margin-top:25px;
	clear:left;
	background:url(images/pagination.jpg) no-repeat;	
}


/* ------------ Blog Comments ----------------- */

strong#comments, strong#respond { margin: 30px 20px 20px; float: left;}
ul.commentlist {
	padding: 0;
	margin: 20px 0 5px;
	list-style: none;
	clear: left;
	overflow: hidden;
}
ul.commentlist li {
	padding: 5px 0;
}
ul.commentlist .commentMeta {
	width: 70px;
	float: left;
	margin: 0 15px;
	font-weight: bold;
}
ul.commentlist .commentContent {
	float: left;
	width: 360px;
}
.commentContent p { margin: 16px 0 !important; }

form#commentform { clear: both; }


/* ---------------------------- footer ----- */

#footer a{
	color:#504a25;
	text-decoration:underline;	
}
#footer a:hover{
	text-decoration:none;
}

.footer-list {
	list-style:none;
	width:470px;
	font-size:0.85em;
	margin:0 0 0 15px;
	padding:0;
	letter-spacing:-0.02em;
	float:left;
	clear:left;
}

#footer-lists {
	float:left;
	margin:20px;
}

.footer-list li{
	display:inline;
	margin:0;
	padding:0;
	clear:left;
}

#footer ul {
	float:left;
	margin:0;
	padding:0;
}


#logo-ads {
	width:387px;
	background: url(images/footer-area-logos.jpg) no-repeat right top;
	height:74px;
	float:right;
	margin:10px 16px 0 0;
	padding:0;	
}
.qualitySolicitors {
	width: 75px;
	height: 80px;
	float: right;
}
.qualitySolicitors span { display: none; }

#footer-bottom {
	float:left;
	clear:left;
	width:930px;
	border-top:solid 1px #d8d7cd;
	font-size:0.9em;
	margin-left:15px;
}

#footer-left {
	float:left;
	width:600px;
}
#footer-right {
	float:right;
	width:300px;
	text-align:right;	
}

/*The Team stylings*/
.team{
style=width: 485px;
padding-top:5px;
border-bottom: solid 1px #dedabb;
}

.team img{
float:left;
width:100px;
}

.teamdetails{float:right; width: 370px; margin-left: 3px; padding-right: 3px;}

.teamdescription{clear:both;}
.team .namelink {text-decoration: none; color:#504a25;}
.team p{
	margin:15px 0px !important;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */