/*
Theme Name: Carr & Carr
Theme URI: http://aquavitacreative.com/
Description: The theme created by <a href="http://binarybonsai.com/kubrick/">Aqua Vita Creative</a> for Carr & Carr.
Version: 1.0
Author: Jonathan Cox
Author URI: http://aquavitacreative.com/
Tags: Carr & Carr, Tulsa law firm, Aqua Vita Creative

	This theme was designed and built by Jonathan Cox,
	whose blog you will find at http://aquavitacreative.com/blog/author/jonathan-cox/

*/


/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

.center {
	text-align: center;
}

.noBorder {
	border: none;
}

body {
	background: #626262 url(images/bkgd.gif) top left repeat-x;
}
#container {
	width: 774px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -387px;
	padding-top: 412px;
}

#col1 {
	display: block;
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-right: 18px;
}

#col2 {
	display: block;
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-right: 18px;
}

#col3 {
	display: block;
	float: left;
	width: 120px;
	margin-top: 10px;
}

#col4 {
	display: block;
	float: left;
	width: 120px;
	margin-top: 10px;
}


/*--------------------> Header Selectors <--------------------*/
#header {
	width: 726px;
	height: 99px;
	position: absolute;
	left: 12px;
	top: 0;
	background: url(images/top-bkgd.jpg) left top no-repeat;
	margin: 0;
	padding: 0 12px;
	font-family: "Times New Roman", Times, serif;
	color: #143645;
	font-size: 14px;
	line-height: 28px;
	text-align: right;
}

#header img {
	float: left;
	margin-top: -10px;
}

#header p {
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
}

#header a {
	color: #143645;
	text-decoration: underline;
	margin-left: 8px;
}

#header a:hover {
	color: #1f536b;
	text-decoration: none;
}

/*--------------------> Mast Selectors <--------------------*/
#mast {
	width: 762px;
	height: 235px;
	position: absolute;
	left: 0;
	top: 99px;
	background: url(images/bucket-top.gif) left top no-repeat;
	/*background-color: #CCFF00;*/
	padding: 34px 0 0 12px;
}

#about {
	width: 190px;
	height: 63px;
	display: block;
	float: left;
	background: url(images/about2.jpg) left top no-repeat;
	padding: 175px 30px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #182228;
	text-decoration: none;
	margin-top: -3px;
}
#mast-head {
	width: 250px;
	height: 239px;
	float: left;
	background: url(images/car.jpg) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: -2px;
}
#mast-head img {
	margin-top: 1px;
}
#testimonials {
	width: 186px;
	height: 97px;
	float: left;
	padding: 128px 44px 10px 32px;
	background: url(images/testimonials.jpg) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	width: 774px;
	height: 44px;
	background: url(images/top-nav-bkgd.gif) left top repeat-x;
	position: absolute;
	left: 0;
	top: 368px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dee3e6;
}

#top-navigation ul {
	list-style: none;
	width: 744px;
	padding-left: 30px;
}
#top-navigation ul li {
	width: auto;
	height: 15px;
	float: left;
	padding: 14px 9px 15px 9px;
}
#top-navigation ul li a {
	color: #dee3e6;
	text-decoration: none;
	padding: 0 23px;
}
#top-navigation ul li a:hover {
	color: #5f899f;
}
#top-navigation ul li ul {
	width: 150px;
	background-color: #1f536b;
	padding: 0;
}
#top-navigation ul li ul li {
	height: auto;
	padding: 0;
}
#top-navigation ul li ul li a {
	width: 130px;
	height: auto;
	display: block;
	padding: 10px;
}
#top-navigation ul li ul li a:hover {
	background-color: #5f899f;
	color: #fff;
}
/*--------------------> Column Container Selector <--------------------*/
#column-container {
	width: 774px;
	height: auto;
	background: url(images/column-bkgd.gif) left top repeat-y;
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	width: 208px;
	height: auto;
	float: left;
}

#left-column h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #fee686;
	padding: 14px 0 14px 26px;
}

#left-column h3 a {
	color: #fee686;
	text-decoration: none;
}

#left-column h3 a:hover {
	color: #5f899f;
}

#left-column ul {
	list-style: none;
	margin-bottom: 17px;
}

#left-column ul li {
	width: 208px;
	display: block;
}

#left-column ul li a {
	width: 128px;
	display: block;
	padding: 5px 40px;
	background: url(images/side-bullet.gif) 18px 10px no-repeat;
	color: #feeba1;
	text-decoration: none;
}

#left-column ul li a:hover {
	background: #5f899f url(images/side-bullet-hover.gif) 18px 10px no-repeat;
	color: #0f2b38;
}

#left-column p {
	margin-bottom: 15px;
}

#left-column a img {
	border: none;
}

#left-column select {
	margin-left: 30px;
}

/*--------------------> Right Column Selector <--------------------*/

#right-column {
	width: 529px;
	float: left;
	background: url(images/right-column-bkgd.gif) left top no-repeat;
	padding: 16px 2px 0 23px;
	font-size: 14px;
	color: #163545;
	line-height: 22px;
}

#right-column h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #255d77;
	margin: 17px 0 0 0;
}

#right-column h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #255d77;
}

#right-column p {
	margin: 15px 5px 15px 0px;
}

#right-column a {
	color: #5f899f;
	text-decoration: underline;
}

#right-column a:hover {
	color: #5f899f;
	text-decoration: none;
}

#right-column ul {
	padding: 0 0 0 25px;
}

#map {
	width: 320px;
	height: 600px;
	border: 5px solid #153445;
}

/*--------------------> Right Column Mini Form & Recent Article Selectors <--------------------*/

#sbwrapper {
	display: block;
	width: 185px;
	float: right;
}

#sidebarArticles {
	width: 175px;
	text-align: left;
	margin-left: 12px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebarArticles a {
	text-decoration: none;
}

#sidebarArticles a:hover {
	text-decoration: underline;
}

#qc {
	width: 170px;
	height: auto;
	float: right;
	background: url(images/qc-top.jpg) left top no-repeat;
	margin: 0 0 15px 0;
	padding: 91px 4px 0 9px;
}

#qc textarea {
	width: 162px;
	height: 76px;
	background: #dee3e6 url(images/qc-textarea.jpg) left top no-repeat;
	border-bottom: 1px solid #a9abac;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 5px;
	padding: 10px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #163545;
}

#qc input {
	width: 162px;
	height: 17px;
	background-color: #dee3e6;
	border: 1px solid #a9abac;
	margin-bottom: 7px;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #163545;
}

#qc p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/*--------------------> Main Form Selectors <--------------------*/

#contact {
	margin: 20px;
}

#contact textarea {
	width: 250px;
	height: 150px;
	background-color: #dee3e6;
	border: 1px solid #a9abac;
	margin-bottom: 5px;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #163545;
}

#contact input {
	width: 250px;
	height: 17px;
	background-color: #dee3e6;
	border: 1px solid #a9abac;
	margin-bottom: 7px;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #163545;
}

#submitBtn input {
	width: 170px;
	height: 27px;
	background: url(images/submit.gif) left top repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #dee3e6;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Blog Navigation Selectors <--------------------*/
#blog {
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	width: 752px;
	background-color: #5f899f;
	border-left: 5px solid #153445;
	border-right: 5px solid #153445;
	border-top: 5px solid #153445;
	padding-bottom: 20px;
}

#footer a img {
	border: none;
}

#footer ul {
	list-style: none;
	width: 170px;
	height: auto;
	float: left;
	padding: 0 30px;
}

#footer ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0e0e0e;
	margin: 7px 0;
}

#footer ul li a {
	color: #0d2f3e;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #1c4b61
}

.offices {
	width: 140px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 30px;
}

.law-offices {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	width: 662px;
	background-color: #153445;
	padding: 10px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

#disclaimer p {
	padding: 0 0 15px 0;
}

#disclaimer a {
	color: #9dbed1;
	text-decoration: underline;
}

#disclaimer a:hover {
	text-decoration: none;
}

/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}

/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

#live_chat_status {
	width: 150px;
	height: 60px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 120px 0 0 200px;
	padding: 0;
}