/* CSS Document */


/* UNIVERSAL
----------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	text-align:left;
}
/* GENERAL
----------------------------------------------------------------------------------------*/
body {
	background: url(/images/layout/body_bg.gif) repeat-x #555554;
	color:#111111;
	text-align:center;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
img {
	border:none;
}
h2 {
	color:#fff;
	font-size:16px;
	font-weight:bolder;
}
p {
	color:#4D4D4D;
}
span.spacer {
	color:#f5f5d9;
}
ul li {
	list-style-type:none;
}
/* styles for PROPERTY SEARCH title */
.search_paragraph {
	color:#4D4D4D !important;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue" !important;
	font-size:13px !important;
	line-height:20px !important;
}
.odd {
	background:transparent url(/images/layout/tr_bg.png) repeat top left;
}
/* WRAPPER
----------------------------------------------------------------------------------------*/
#wrapper {
	border: 1px solid #b1b1a5;
	width: 960px;
	height: auto;
	background-color: #f1f1f1;
	margin:10px auto;
}
/* HEADER
----------------------------------------------------------------------------------------*/
#header {
	background-image: url(/images/layout/header_bg.jpg);
	background-repeat: no-repeat;
	float:left;
	height: 244px;
	width: 960px;
}
#header .tagline {
	margin:41px 0 0 372px;
}
/* TOP NAVIGATION => only applies to homepage
----------------------------------------------------------------------------------------*/
#topNav {
	background: url(/images/layout/topNav_bg.gif) 0 0 repeat-x;
	background-color: #111111;
	border-top: 1px solid #b1b1a5;
	height: 51px;
	margin-top: 31px;
	width: 960px;
}
#topNav .spacer {
	margin:0 4px;
	padding-top: 0px;
}
#topNav a:link, #topNav a:visited {
	color: #363636;
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	font-size: 14px;
}
#topNav a:hover {
	color: #F5F5D9;
	text-decoration: none;
}
/* DROP DOWN menus
----------------------------------------------------------------------------------------*/
.dd {
	background: #363636;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
.dd ul {
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	font-size: 14px;
	;
	list-style:none;
}
.dd li {
	display:inline;
	float:left;
}
.dd a {
	color: #363636;
	float:left;
	margin:12px 8px;
	text-decoration:none;
}
.dd a span {
	display:block;
	float:left;
	padding: 4px 8px 2px 7px;
}
.dd a span {
	float:none;
}
.dd a:hover {
	background-color: transparent;
}
.dd a:hover span {
	background-color:transparent;
}
/* Style for Drop Down Menu */
.dropmenudiv_a {
	border: 1px solid #f5d829; /*THEME CHANGE HERE*/
	border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom:1px solid #f5d829;
	font:normal 12px Arial, Helvetica, sans-serif, "Helvetica Neue";
	line-height:18px;
	position:absolute;
	top: 0;
	visibility: hidden;
	width: 200px;
	z-index:100;
}
.dropmenudiv_a a {
	border-top: 0 solid #FFF;
	background-color:#555555;
	border-bottom: 1px solid #363636; /*THEME CHANGE HERE*/
	color: #fff;
	display: block;
	padding: 2px 0;
	text-indent: 5px;
	text-decoration: none;
	width: auto;
}
* html .dropmenudiv_a a {
	width: 100%; /*IE only hack*/
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color:#000;
	color: #f5d829;
}
/* CONTENT => only applies to homepage
----------------------------------------------------------------------------------------*/

#content {
	background-color: #111111;
	background-image: url(/images/layout/container_bg2.gif);
	background-repeat: no-repeat;
	float:left;
	height:auto;
	width: 960px;
}
/* INTERIOR PAGES => contains styles that apply to various pages on the interior
----------------------------------------------------------------------------------------*/

#interior {
	background-color:#F1F1F1;
	color:#4D4D4D;
	clear:both;
	font-size:14px;
	padding:20px;
	width:920px;
}
#interior img.preloan_button {
	margin:60px;
}
#interior span {
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:13px;
	line-height:18px;
}
#interior a:link, #interior a:visited {
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-decoration:underline;
}
#interior a:hover {
	color:#000;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:12px;
	text-decoration:underline;
}
#interior a:hover.name {
	color:#4D4D4D;
	font-family:"Adobe Caslon Pro", "Times New Roman", Times, serif;
	font-size:18px;
	padding:0;
	text-decoration:none;
}
#interior ol li {
	list-style-position:inside;
}
#interior li {
	padding-top:4px;
}
#interior h1 {
	font-size:2em;
	color:#4D4D4D;
	font-family:"Adobe Caslon Pro", "Times New Roman", Times, serif;
	line-height:normal;
	padding:20px 0 10px 0;
}
#interior h2 {
	border-bottom:2px solid #4D4D4D;
	color:#4D4D4D;
	font-size:18px;
	font-family:"Adobe Caslon Pro", "Times New Roman", Times, serif;
	line-height:normal;
	margin:25px 0 8px 0;
	padding-bottom:4px;
}
#interior h3 {
	color:#4D4D4D;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	line-height:normal;
	margin:15px 0 4px 0;
}
#interior h4 {
	color:#4D4D4D;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	line-height:normal;
	margin:15px 0 4px 0;
}
#interior table {
	border-collapse:collapse;
}
#interior label {
	display:block;
	margin-right:5px;
}
#interior .col {
	float:left;
	margin-right:20px;
	width:200px;
}
#interior .realtor {
	font-size:36px;
	padding-top:9px;
	line-height:30px;
}
#interior .vib {
	border:1px solid #A1A1A1;
	margin:5px 60px 0 0;
}
/* RELOCATION page form */


#interior #relo_form input, #interior #relo_form textarea {
	border:1px solid #9A9A9A;
	margin-top:2px;
	padding-left:2px;
}
#interior #relo_form #btnSubmit {
	cursor:pointer;
}
/* styling for MARKET AT A GLANCE page */
#interior #mag1 {
	margin-left:50px;
}
#interior #mag1, #interior #mag2, #interior #mag3 {
	float:left;
	margin-right:30px;
	width:250px;
}
/* TYPES OF LOANS page table */

#interior #loan_table table {
	border-collapse: collapse;
	border: 1px solid #666;
	width: 50em;
}
#interior #loan_table caption {
	font-size: 16px;
	font-weight: bold;
	margin: 1.5em 0;
}
#interior #loan_table col {
	border-right: 1px solid #ccc;
}
#interior #loan_table thead {
	background-color:#f5d829;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #363636;
}
#interior #loan_table th {
	font-weight: normal;
	text-align: left;
}
#interior #loan_table th, #loan_table td {
	padding: 10px;
	font-size:13px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
#interior #loan_table tr:hover {
	background-color:#363636;
	color: #fff;
}
#interior #loan_table thead tr:hover {
	background-color: transparent;
	color: inherit;
}
/* styling for EXPLORE TULSA and TULSA INFORMATION pages */
#interior .nest {
	margin-left:15px;
}
#interior .info_links {
	float:left;
	margin-right:40px;
	width:250px;
}
#interior .info_links h3 {
	background-color:#B0B0B0;
	border:1px solid #4D4D4D;
	padding:4px 10px;
}
/* HOMEBUYERS WISH LIST page form */
#interior #wishlist fieldset {
	background-repeat: repeat-x;
	border:1px solid #BDBDBD;
	background-color:#E7E7E7;
	clear: left;
	float: left;
	margin: 0 0 2em 0;
	width: 100%;
}
#interior #wishlist input, #interior #wishlist textarea, #interior #wishlist select {
	border:1px solid #9A9A9A;
	color:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-weight:normal;
	font-size:13px;
	padding:3px;
}
#interior #wishlist select {
	padding:2px;
}
#interior #wishlist select#timeofday {
	width:50px;
}
#interior #wishlist input#time {
	width:60px;
}
#interior #wishlist input#firstname, #interior #wishlist input#lastname, #interior #wishlist input#address, #interior #wishlist input#email {
	width:200px;
}
#interior #wishlist select#garage, #interior #wishlist select#beds, #interior #wishlist select#baths {
	width:60px;
}
#interior #wishlist select#sqft, #interior #wishlist select#besttime {
	width:110px;
}
#interior #wishlist select#price {
	width:175px;
}
#interior #wishlist legend {
	color:#4d4d4d;
	font-size:18px;
	font-weight:bold;
	font-family:"Adobe Caslon Pro", "Times New Roman", Times, serif;
	margin-left: 2em;
}
#interior #wishlist fieldset ol {
	list-style: none;
	padding: 1em 1em 0 1em;
	zoom: 1;
}
#interior #wishlist fieldset li {
	clear: left;
	float: left;
	padding-bottom: 1em;
	width: 100%;
}
#interior #wishlist label {
	font-size:13px;
	margin: 15px 0 8px 0;
	text-align:left;
	width:400px;
}
#interior #wishlist input name {
	font-weight:bold;
}
#interior #wishlist label em img {
	left:1px;
	position: relative;
	top: -3px;
}
#interior #wishlist div.form_leftcol {
	float:left;
	width:400px;
}
#interior #wishlist div.form_rightcol {
	float:right;
	width:400px;
}
/* applies styles to Miscellaneous Information fieldset */
#interior #wishlist fieldset fieldset {
	border-style: none;
	background-color: transparent;
	background-image: none;
	margin-bottom: -2.5em;
	padding-bottom:15px;
}
#interior #wishlist fieldset fieldset legend {
	color:#4d4d4d;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:13px;
	margin-left: 0;
}
#interior #wishlist fieldset fieldset label {
	bottom:17px;
	float: left;
	margin-right:15px;
	position:relative;
	text-align:right;
	width: 50px;
}
#interior #wishlist fieldset fieldset li {
	margin-bottom:0;
	padding-bottom:0;
}
#interior #wishlist fieldset .radio {
	border:none;
}
#interior #wishlist fieldset.submit {
	background-color:transparent;
	border:none;
	margin:0;
	padding:0;
}
#interior #wishlist input#submit {
	background-color:#E7E7E7;
	border:1px solid #4d4d4d;
	cursor:pointer;
	float: left;
	text-align:center;
}
/* HOMEBUYERS WISH LIST page form =>IE bug fixes */
#interior #wishlist fieldset {
	position: relative;
}
#interior #wishlist legend {
	left: -7px;
	position: relative;
	top: -0.75em;
}
#interior #wishlist fieldset fieldset legend {
	top: 0;
}
#interior #wishlist fieldset ol {
	padding-top: 0.25em;
}
/* Positions the two logos on the Careers pages */
#interior ul#careerLogos { float:right; width:250px; margin:0 0 10px 10px; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; }

#interior ul#careerLogos li { margin-bottom:5px; }

#interior span.careersContent { float:left; width:650px; }

*html #interior span.careersContent { float:left; width:610px; margin-right:20px; }

/* TABBOX => only applies to homepage
----------------------------------------------------------------------------------------*/
.tabbox {
	margin-top:130px;
}
#inner {
	background:url(/images/layout/tabbox_bg2.png) repeat-x;
	background-color:transparent;
	width:555px;
	height:400px;
	float:left;
}
.keys_small {
	float:left;
	left:12px;
	position:relative;
	width:11px;
}
.shadetabs {
	font: bold 14px "Adobe Caslon Pro", "Times New Roman", Times, serif;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	float:left;
	position:relative;
	top:1px;
	margin-right:1px;
	text-align:center;
}
.shadetabs li a, .shadetabs li a:visited {
	background:url(/images/layout/tab_off.png) top left no-repeat;
	color: #363636;
	display:block;
	height:25px;
	padding-top:10px;
	text-decoration: none;
	text-align:center;
	width:138px;
}
.shadetabs li a:hover {
	background:url(/images/layout/tab_on.png) top left no-repeat;
	color:#FFFFFF;
	display:block;
	height:25px;
	padding-top:10px;
	width:138px;
}
.shadetabs li a.selected { /*selected main tab style */
	background:url(/images/layout/tab_on.png) top left no-repeat;
	border:none;
	position: relative;
	color:#FFFFFF;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	color:#FFFFFF;
	text-decoration: none;
}
.tabcontent {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:14px;
	list-style-type:none;
	width:555px;
}
.tabcontent h2 {
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:18px;
	font-weight:normal;
}
.tabcontent ul {
	float:left;
	line-height:20px;
	margin:60px 0 0 40px;
	width:250px;
}
.tabcontent a:link, .tabcontent a:visited {
	color:#F5D829;
	text-decoration:none;
}
.tabcontent a:hover {
	color:#F5D829;
	text-decoration:underline;
}
/* HOME SEARCH TAB */
div.quickhome {
	float:left;
	margin:40px 0 0 10px;
	width:250px;
}
/* QUICK HOME SEARCH form styling info */
div.quickhome form {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
}
div.quickhome fieldset, div.dreamform fieldset {
	border:none;
}
div.quickhome fieldset ol {
	list-style-type:none;
}
div.quickhome fieldset li {
	clear:left;
	display:inline;
	float:left;
	margin-left:20px;
	padding-bottom:12px;
}
div.quickhome fieldset .submit {
	border-style:none;
	border:none;
	float:right;
}
div.quickhome input, select {
	border:1px solid #363636;
	color:#363636;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:13px;
	padding:2px;
}
div.quickhome input#mls, input#address, input#city, input#zipcode, select#price, select#sq_ft {
	width:130px;
}
div.quickhome select#beds, select#baths, select#state {
	width:60px;
}
div.quickhome label {
	font-size:15px;
	float:left;
	width:60px;
	margin-right:10px;
	margin-top:2px;
}
div.quickhome #btnSubmit, div.dreamform #btnSubmit {
	background:transparent;
	background:url(/images/layout/submit.png) top left no-repeat;
	cursor:pointer;
	width:100px;
	height:28px;
	border:none;
	text-align:center;
}
/* ATLAS SEARCH TAB */
div.atlas_description {
	float:left;
	margin:60px 0 0 20px;
	width:190px;
}
div.atlas_description p {
	color:#FFFFFF;
}
div.map {
	float:right;
	margin-top:80px;
	width:334px;
}
/* TOUR OUR LISTINGS TAB */
div.tour ul {
	float:left;
	width:200px;
}
.screenshot {
	border:1px solid #362f09;
	float:right;
	margin:60px 15px 0 0;
	width:255px;
}
.obeo_logo a {
	display:block;
	outline:none;
	overflow:hidden;
	text-indent: -900%;
}
.obeo_logo a.obeo:link {
	background-image:url(/images/layout/obeo_logo_off.png);
	height: 51px;
	width: 136px;
}
.obeo_logo a.obeo:visited {
	background-image: url(/images/layout/obeo_logo_off.png);
	height: 51px;
	width: 136px;
}
.obeo_logo a.obeo:hover {
	background-image:url(/images/layout/obeo_logo_on.png);
	height: 51px;
	width: 136px;
}
/* DREAMFINDER TAB */
div.dream {
	margin-top:60px;
}
div.dream .keys_big {
	float:left;
	margin-right:20px;
	margin-left:35px;
}
div.dreamform ol {
	list-style-type:none;
	margin:20px 0 0 40px;
}
div.dreamform li {
	display:inline;
	padding-right:20px;
}
div.dream p {
	color:#fff;
	float:left;
	width:430px;
}
div.dreamform input {
	border:1px solid #363636;
	color:#363636;
	font-size:14px;
	margin-bottom:20px;
	height:25px;
	padding:4px 3px;
}
div.dreamform form {
	clear:left;
}
/* styling information for MY DREAMFINDER mp_overview.php */
.mp {
	background-color:#333333;
	border:1px solid #fff;
	clear:both;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:14px;
	height:50px;
	margin-bottom:20px;
	padding-left:20px;
	width:960px;
}
.mp td {
	padding-left:10px;
}
.mp b {
	color:white;
	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:16px;
}
.mp a:link, .mp a:visited {
	color:white;
	text-decoration:none;
}
.mp a:hover {
	color:#f5d829;
	text-decoration:underline;
}
/* VIDEO -- only on the homepage
----------------------------------------------------------------------------------------*/
#video {
	float: left;
	height:263px;
	margin:-35px 0 0 30px;
	padding-right:20px;
	width:344px;
}
/* FOOTER
----------------------------------------------------------------------------------------*/
#footer {
	margin:20px auto;
	width:960px;
}
#info {
	float:left;
	font-size:14px;
	line-height:25px;
	width:525px;
}
#info .copyright {
	color:#fff;
	font-family:"Adobe Caslon Pro", "Times New Roman", Times, serif;
	font-size:16px;
}
#info h2 {
	font-family:"Adobe Caslon Pro", "Times New Roman", Times, serif;
}
#info a, #info a:visited {
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #f5f5d9;
	text-decoration: none;
}
#info a:hover {
	color: #231f1f;
	text-decoration: underline;
}
/* FOOTER LOGOS
----------------------------------------------------------------------------------------*/
#btm_logos {
	float:right;
}
#btm_logos li {
	display:inline;
	float:left;
	padding-left:20px;
}
#btm_logos a {
	display:block;
	outline:none;
	overflow:hidden;
	text-indent: -900%;
}
/* REALTOR logo */
#btm_logos a.realtor:link {
	background-image:url(/images/layout/realtor_logo_off.gif);
	height: 46px;
	width: 40px;
}
#btm_logos a.realtor:visited {
	background-image: url(/images/layout/realtor_logo_off.gif);
	height: 46px;
	width: 40px;
}
#btm_logos a.realtor:hover {
	background-image:url(/images/layout/realtor_logo_on.gif);
	height: 46px;
	width: 40px;
}
/* EQUAL HOUSING logo */
#btm_logos a.equal:link {
	background-image:url(/images/layout/eqhousing_logo_off.gif);
	height: 45px;
	width: 39px;
}
#btm_logos a.equal:visited {
	background-image: url(/images/layout/eqhousing_logo_off.gif);
	height: 45px;
	width: 39px;
}
#btm_logos a.equal:hover {
	background-image:url(/images/layout/eqhousing_logo_on.gif);
	height: 45px;
	width: 39px;
}
/* RELO logo */
#btm_logos a.relo:link {
	background-image:url(/images/layout/relo_logo_off.gif);
	height: 62px;
	width: 130px;
}
#btm_logos a.relo:visited {
	background-image: url(/images/layout/relo_logo_off.gif);
	height: 62px;
	width: 130px;
}
#btm_logos a.relo:hover {
	background-image:url(/images/layout/relo_logo_on.gif);
	height: 62px;
	width: 130px;
}
/* BETTER BUSINESS BUREAU logo */
#btm_logos a.bbb:link {
	background-image:url(/images/layout/BBB_logo_off.gif);
	height: 99px;
	width: 61px;
}
#btm_logos a.bbb:visited {
	background-image: url(/images/layout/BBB_logo_off.gif);
	height: 99px;
	width: 61px;
}
#btm_logos a.bbb:hover {
	background-image:url(/images/layout/BBB_logo_on.gif);
	height: 99px;
	width: 61px;
}


.new_career_page {
	background-image:url(/images/layout/career_back.jpg);
	float:left;
	width:917px;
	height:669px;
	}
	
.career_wrapper {
	width:888px;
	float:left;
	height:619px;
	margin-top:15px;
	margin-left:15px;
	}
	
.career_wrapper p {color:#000000 !important; font-size:36px;}

.career_links a { font-size:16px !important; color:#FFFFFF !important; text-decoration:none !important;}
.career_links a:hover { font-size:16px !important; color:#FFFF00 !important; text-decoration:none !important;}
.career_links a:visited { font-size:16px !important; color:#FFFFFF !important; text-decoration:none !important;}