/* -------------------------------------------------------------
	Holden.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			19 July 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #2f2f2f;
	font-family: arial, Helvetica, sans-serif;
	color: #b5b5b5;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td{
padding-left: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #b5b5b5;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
color:#fff;
}


 ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
}

.content ul li{
	padding-left: 20px;
	position: relative;
	list-style-type: none;
    margin-bottom: 15px;
	background: url(/images/icontList.gif) no-repeat 0 6px;
}

h2 {
	font-size: 2.3em;
        font-family: gotham-medium, Arial, sans-serif;
}

.typeface-js{
border-bottom: 1px solid #202020;
padding: 10px 0 15px 30px;
margin-bottom: 28px;
line-height: 1;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#brand{height:120px;position: relative;}
#brand .title {width:561px;float: left;}
#brand .title a {
        display:block;
	background: url(/images/logoHolden.gif) no-repeat;
	height: 120px;
	margin: 0;
	overflow: hidden;
	text-indent: -9000em;
}

#brand img{
float:right;
}

/* --- Masthead Navigation --- */

.ui{
height: 50px;
background: #000;
}

.ui li{
float: left;
margin: 0;
padding: 0 5px;
height: 50px;
}
.ui li a{
display: block;
height: 50px;
text-indent: -999em;
background: url(/images/navBg.png) 0 0;
}

.ui li a.home, .ui li a.home_active {
background-position: 0 0;
width: 110px;
}

.ui li a:hover.home {
background-position: 0 -50px;
}

.ui li a.home_active {
background-position: 0 -100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ui li a.about, .ui li a.about_active {
width: 106px;
background-position: -110px 0;
}

.ui li a:hover.about {
background-position: -110px -50px;
}

.ui li a.about_active {
background-position: -110px -100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ui li a.attorneys, .ui li a.attorneys_active {
width: 116px;
background-position: -216px 0;
}

.ui li a:hover.attorneys {
background-position: -216px -50px;
}

.ui li a.attorneys_active {
background-position: -216px -100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ui li a.areas, a.areas_active {
width: 132px;
background-position: -332px 0;
}

.ui li a:hover.areas {
background-position: -332px -50px;
}

.ui li a.areas_active {
background-position: -332px -100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ui li a.clients, .ui li a.clients_active {
width: 102px;
background-position: -464px 0;
}

.ui li a:hover.clients {
background-position: -464px -50px;
}

.ui li a.clients_active {
background-position: -464px -100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ui li a.news, .ui li a.news_active {
width: 91px;
display: none;
background-position: -566px 0;
}

.ui li a:hover.news {
background-position: -566px -50px;
}

.ui li a.news_active {
background-position: -566px -100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ui li a.jobs, .ui li a.jobs_active {
width: 203px;
background-position: -657px 0;
}

.ui li a:hover.jobs {
background-position: -657px -50px;
}

.ui li a.jobs_active {
background-position: -657px -100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ui li a.contact, .ui li a.contact_active {
width: 120px;
background-position: -860px 0;
}

.ui li a:hover.contact {
background-position: -860px -50px;
}

.ui li a.contact_active {
background-position: -860px -100px;
}





/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
width: 980px;
height: 360px;
margin-bottom: -4px;
background: #2f2f2f;
}

#interior #messaging {
height: 254px;
text-indent: -9999em;
background: url(/images/interiorMessage.jpg) no-repeat;
}

/*	3Columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.ThreeColTopper{
height: 51px;
width: 980px;
background: url(/images/3colTopper.gif) no-repeat;
}

.leftCol{
float: left;
width: 266px;
height: 424px;
font-size: .8em;
line-height:1.4em;
border-left: 11px solid #202020;
background: url(/images/leftColBg.gif) no-repeat top center;
}

#interior .leftCol{
width: 289px;
height: auto;
border: none;
background: url(/images/interiorLeftColBg.gif) no-repeat top center;
}

.leftTop{
border-left: 11px solid #202020;
border-right: 11px solid #202020;
padding: 60px 35px 0 37px;
}

.leftTop ul{
padding: 0 0 34px 0;
}

.leftTop li{
background: url(/images/iconListDark.jpg) no-repeat 0 6px;
padding: 0 0 4px 15px;
}

.leftTop a, .leftTop a:visited{
color: #b5b5b5;
}

.leftTop a:hover{
color: #fff;
}

.leftTop .liOn{
background: url(/images/iconListWhite.jpg) no-repeat 0 6px;
}

.leftTop .liOn a{
color: #fff;
font-weight: bold;
}

.leftBottom a{
display:block;
width: 229px;
height: 192px;
background: url(/images/interiorFavorMap.gif) no-repeat;
margin: 47px 0 0 32px;
text-indent: -9999em;
}

#home .leftCol div{
clear:both;
padding: 0 35px 0 35px;
}

#nav{
display:none;
}

#tulsa{
width: 65px;
height: 24px;
float: left;
margin: 51px 0 0px 15px;
}

#tulsa a{
display:block;
width: 65px;
height: 24px;
text-indent: -9999em;
background: url(/images/tabTulsa.gif) no-repeat;
}

#tulsa a:hover{
background-position: 0 -24px;
}

.tulsaActive{
width: 65px;
height: 24px;
position: relative;
left: 66px;
top: -24px;
text-indent: -9999em;
background: url(/images/tabTulsa.gif) no-repeat 0 -48px;
}

#okc{
width: 65px;
height: 24px;
float: left;
margin: 51px 0px 0px 21px;
}

#okc a{
display:block;
width: 65px;
height: 24px;
text-indent: -9999em;
background: url(/images/tabOkc.gif) no-repeat;
}

#okc a:hover{
background-position: 0 -24px;
}

.okcActive{
width: 65px;
height: 24px;
position: relative;
left: -14px;
top: -24px;
text-indent: -9999em;
background: url(/images/tabOkc.gif) no-repeat 0 -48px;
}

#dallas{
width: 65px;
height: 24px;
float: right;
margin: 51px 21px 0px 0;
}

#dallas a{
display:block;
width: 65px;
height: 24px;
text-indent: -9999em;
background: url(/images/tabDallas.gif) no-repeat;
}

#dallas a:hover{
background-position: 0 -24px;
}

.dallasActive{
width: 65px;
height: 24px;
position: relative;
left: 145px;
top: -24px;
text-indent: -9999em;
background: url(/images/tabDallas.gif) no-repeat 0 -48px;
}

.leftCol .btmLink{
display:block;
width:106px;
height: 25px;
position: relative;
top:325px;
left: 140px;
text-indent: -9999em;
}

.midCol{
float: left;
width: 335px;
height: 359px;
position: relative;
padding: 65px 35px 0 35px;
border-left: 11px solid #202020;
font-size: .9em;
line-height: 1.5em;
background: url(/images/midColBg.gif) no-repeat top center;
}

.midCol #okLink, .midCol #txLink, .midCol #arLink {
display: block;
text-indent: -999em;
margin-top: 30px;
height: 130px;
float: left;
width: 115px;
margin-right: 8px;
}
.midCol #txLink{width: 120px;}
.midCol #arLink{width: 84px;margin-right: 0px;}

.midCol .btmLink{
display:block;
width:176px;
height: 25px;
position: absolute;
bottom: 0px;
right: 20px;
text-indent: -9999em;
}


.rightCol{
float: left;
width: 195px;
height: 374px;
padding: 50px 35px 0 35px;
font-size: .8em;
line-height:1.2em;
border-left: 11px solid #202020;
border-right: 11px solid #202020;
background: url(/images/rightColBg.gif) no-repeat top center;
}

#interior .rightCol{
border: none;
width: 648px;
height: 100%;
padding: 5px 0px 0 0px;
margin-left: 42px;
background: none;
line-height: 1.7;
}

#interior .rightCol img{
border: 11px solid #202020;
}

#interior .rightCol p{
padding: 0 0 20px 0;
}

.info{
margin-bottom:20px;
}

.info li{
color: #fff;
font-size: 1em;
display:inline;
padding: 5px;
background: url(/images/iconInlineList.gif) no-repeat right 6px;
}

.info li:last-child{
background: none;
}

.info .name{
font-size: 1.2em;
}

.rightCol .info a{
color: #fff;
font-size: .7em;
}

.rightCol h4{
font-size: .9em;
font-weight:bold;
margin-top: 11px;
color: #dfb62e;
}

.rightCol a{
color: #b5b5b5;
text-transform: uppercase;
font-size: .9em;
}

.rightCol .btmLink{
display:block;
width:136px;
height: 25px;
position: relative;
top:53px;
left: 72px;
text-indent: -9999em;
}

.content{
padding: 0 0 0 30px;
}

.threeColFooter{
clear:both;
width:980px;
height: 56px;
background: url(/images/3ColFooter.gif) no-repeat;
}

.ftrWrap{
width: 980px;
clear:both;
}

.ftrAreas{
float:right;
width: 396px;
height: 225px;
font-size: .8em;
margin: 60px 20px 0 0;
padding: 135px 0 0 0;
background: url(/images/ftrAreasBg.gif) no-repeat;
}

.ftrAreas ul li{
width: 180px;
float: left;
background: url(/images/iconListDark.jpg) no-repeat 0 6px;
padding: 0 0 6px 15px;
}

.ftrAreas .liRight{
width: 140px;
}

.ftrAreas .btmLink{
display:block;
width: 364px;
height: 25px;
position: relative;
text-indent: -9999em;
top:167px;
}

.ftrContact{
float:right;
width: 236px;
height: 225px;
font-size: .8em;
margin: 60px 0 0 0;
padding: 135px 0 0 20px;
background: url(/images/ftrContactBg.gif) no-repeat;
}

.ftrContact h4{
font-size: .8em;
font-weight:bold;
}

.ftrContact p{
margin-bottom: 15px;
}

.ftrContact a{
font-size: .8em;
text-transform: uppercase;
}

.moreInfo a{
font-size: .9em;
}

.moreInfo{
padding-top: 8px;
font-size: .8em;
}

.ftrContact .btmLink{
display:block;
width: 200px;
height: 25px;
position: relative;
text-indent: -9999em;
top:43px;
}


/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

strong{
font-weight: bold;
}


/* --- Image Positioning --- */

.fLeft {
	float: left;
	margin: 5px 20px 18px -30px;
}

.fRight {
	float: right;
	margin: 5px 0 18px 20px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	background: url(/images/footer_bg.jpg) no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 903px;
	height: 38px;
	margin: 0 auto;
        padding: 30px 0 10px 0;
	clear: both;
	color: #595959;
	text-align: left;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #595959;
}

#copyright {
	width: 500px;
	float: left;
	text-indent: -9999em;
	margin: -10px 0 10px 32px;
}

#copyright a{
display: block;
width: 126px;
height: 29px;
background: url(/images/csLogo.gif) no-repeat 0 0;
}

#copyright a:hover{
background-position: 0 -29px;
}

#credit {
	width: 240px;
	float: right;
	margin: 10px 32px 0 0;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}

#emailFormContainer{
color: #e0b62e;
}

#emailForm input[type=text]{
border: none;
background: #000;
color: #999;
height: 26px;
font-size: 15px;
padding: 7px 7px 0 7px;
margin: 22px 0 0 0;
border: 1px solid #444 ;
float: left;
}

#emailForm div{
float:left;
width: 79px;
height: 35px;
text-indent: -9999em;
background: url(/images/signUp.gif) no-repeat 0 0;
}
#emailForm div:hover{
background-position: 0 -35px;}

#map_group_links{margin: 30px 0 0 5px;}

.wysiwyg_content h3{
color: #e0b62e;
font-weight: bold;
line-height: 1.3;
}

.wysiwyg_content h4{
color: #fff;
margin-bottom: 15px;
font-size: 14px;
}

#dallasOffice, #realDeal, #dlbrochure{
display: block;
position: absolute;
top: 0px;
right: 155px;
width: 143px;
height: 71px;
text-indent: -999em;
background: url(/images/dallasOffice.png);
}
#realDeal{
right: 0px;
background: url(/images/realDeal.png);
}

#dlbrochure{
background: url(/images/dlbrochure.png);
}
.jobTitle{
color: #e0b62e;
}
#edits{display: none;}
#edits{
display: block;
position: absolute;
top: 20px;
right: 151px;
font-size: 12px;
font-weight: bold;
color: #000;
padding: 3px 0;
width: 150px;
background: #e5b317;
text-align: center;
border: 1px solid;
}
#jobLinks{
text-align: center;
font-weight: bold;
font-size: 24px;
}
#jobLinks a{
text-decoration:none;
color: #e0b62e;
}
