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

Styles for Company Name
www.lbjadvisors.com

Author(s): Matt Wetzler, David Guillory

Sibley/Peteet Design - Austin
www.spdaustin.com

Created: 03/2010

COLOR PALETTE
Dark Brown:	#351304
Brown:		#462719
Beige:		#E5D8B4
25% Beige:	#F8F5EC
Blue:		#5876B8
Green:		#8B9E62
80% Green:	#A2B181
Gold:		#D39E2B
Aqua Blue:	#5AA393

------------------------------------------------------------ */
@charset "UTF-8";

/* YUI RESET + global font-family
-------------------------------------------*/
* {
	margin:0;
	padding:0;
	}

body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 15px/24px "Times New Roman", Times, serif;
	color: #666;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img { 
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border:0;
	}

	
/* GENERAL
------------------------------------------------------------------------------------------ */
body {
	background: #351304 url(/images/bground-guilloche.png) no-repeat 50% top;
	}
a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}
	/* hide from Mac IE 5 \*/
	.imgswap { overflow: hidden; }
	/* End Mac IE 5 hack */
.clear {
	clear: both;
	}

/* BASIC STRUCTURE
------------------------------------------------------------------------------------------ */

#wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}

#hero {
	position: relative;
	width: 940px;
	height: 320px;
	margin: 0;
	}

#content {
	padding: 20px 54px;
	background-color: #F8F5EC;
	}
	#content-left {
		float: left;
		width: 560px;
		margin-bottom: 40px;
		}
		#content-left ul {
			list-style: square;
			margin-left: 16px;
			margin-bottom: 15px;
			}
	#content-right {
		float: right;
		width: 140px;
		margin-right: 100px;
		_margin-left: 28px;			/* IE6 Fix, ignored by other browsers */
		}
		#content-right img {
			margin-top: 8px;
			}
		.contact #content-right {
			width: 220px;
			margin-right: 20px;
			}

.legal #content {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	}
	.thankyou #content {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		}

#legal {
	margin-top: 20px;
	margin-bottom: 40px;
	}

.biography {
	padding: 18px 0 15px 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #5AA393;
	}


/* CORE TYPOGRAPHY
------------------------------------------------------------------------------------------ */

h1 {
	font-size: 24px;
	line-height: 32px;
	color: #5876B8;
	margin-bottom: 28px;
	}

h2 {
	font: 16px/24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5AA393;
	}

h3 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D39E2B;
	}

#quotation {
	position: absolute;
	left: 642px;
	top: 66px;
	width: 278px;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	padding: 8px;
	color: #fff;
	}
	#attribution {
		font-size: 11px;
		}
	
#intro p {
	position: relative;
	}
	#intro-text {
		font-size: 21px;
		line-height: 26px;
		color: #351304;
		}
	#initial-cap {
		text-indent: 0;
		display: block;
		position: absolute;
		left: -4px;
		top: 7px;
		font-size: 48px;
		line-height: 26px;
		color: #D39E2B;
		}
		html>/**/body #initial-cap {	/* Ignored by IE6 and IE7 */
			top: -18px;
			line-height: 48px;
			}
	.home #intro p {
		text-indent: 34px;
		}
	.approach #intro p {
		text-indent: 23px;
		}
	.services #intro p {
		text-indent: 29px;
		}
	.heritage #intro p {
		text-indent: 14px;
		}
	.about #intro p {
		text-indent: 23px;
		}

	.home #initial-cap {
		_left: -38px;			/* IE6 Fix, ignored by other browsers */
		}
	.approach #initial-cap {
		_left: -28px;			/* IE6 Fix, ignored by other browsers */
		}
	.services #initial-cap {
		_left: -34px;			/* IE6 Fix, ignored by other browsers */
		}
	.heritage #initial-cap {
		_left: -18px;			/* IE6 Fix, ignored by other browsers */
		}
	.about #initial-cap {
		_left: -30px;			/* IE6 Fix, ignored by other browsers */
		}

.caption {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #8B9E62;
	font-style: italic;
	}

#address {
	font-size: 13px;
	line-height: 20px;
	}

p {
	margin-bottom: 15px;
	}


.contact #content-right a {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #462719;
	}
	.contact #content-right a:hover {
		color: #D39E2B;
		text-decoration: none;
		}



/* "ABOUT" SPECIFIC FORMATTING
------------------------------------------------------------------------------------------ */

#person-list {
	margin: 21px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #5AA393;
	}
	#person-list h2 {
		line-height: 16px;
		margin-bottom: 4px;
		}


#person-list .list-left {
	float: left;
	width: 258px;
	margin-right: 20px;
	}
#person-list .list-right {
	float: right;
	width: 258px;
	}
	

#person-list ul {
	margin-left: 0;
	}
#person-list li {
	list-style: none;
	line-height: 14px;
	margin-bottom: 6px;
	}
	#person-list li .descriptor {
		font-style: italic;
		font-size: 11px;
		}


/* MASTHEAD
------------------------------------------------------------------------------------------ */

#masthead {
	height: 112px;
	width: 940px;
	}

#logo {
	float: left;
	width: 240px;
	height: 68px;
	margin-top: 20px;
	}


/* NAVIGATION
------------------------------------------------------------------------------------------ */

#mainnav {
	position: relative;
	float: right;
	margin: 0;
	display: inline;
	width: 492px;
	list-style: none;
	z-index: 1000;
	margin-top: 59px;
	}
	#mainnav ul {
		list-style: none;
		}
	#mainnav li {
		float: left;
		}
		#mainnav li a {
			display: block;
			color: #A2B181;
			text-decoration: none;
			font-size: 16px;
			line-height: 16px;
			margin-left: 20px;
			}
		#mainnav li a:hover {
			color: #F8F5EC;
			}
		#mainnav #nav-approach a {
			width: 92px;
			}
		#mainnav #nav-services a {
			width: 76px;
			}
		#mainnav #nav-heritage a {
			width: 84px;
			}
		#mainnav #nav-about a {
			width: 84px;
			}
		#mainnav #nav-insights a {
			width: 82px;
			}
		#mainnav #nav-contact a {
			width: 82px;
			}
			body.approach 	#nav-approach,
			body.services 	#nav-services,
			body.heritage 	#nav-heritage,
			body.about 		#nav-about,
			body.insights 	#nav-insights,
			body.contact 	#nav-contact {
				color: #F8F5EC;
				}


/* FORM
------------------------------------------------------------------------------------------ */

.single-line-form {
	width: 100%;
	margin-bottom: 10px;
	}

.multi-line-form {
	width: 100%;
	margin-bottom: 10px;
	}

label {
	float: left;
	color: #626262;
	width: 200px;
	margin-top: 4px;
	}

.single-line-form input,
.multi-line-form textarea {
	float: right;
	background: #ffff;
	color: #351304;
	border: 1px solid #E5D8B4;
	padding: 2px 2px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	}
	textarea {
		width: 100%;
		}

#submit-button,
#reset-button {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	}


/* FOOTER
------------------------------------------------------------------------------------------ */

#footer {
	width: 832px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	}
	#footer p {
		font: 11px/16px Arial, Helvetica, sans-serif;
		}
	#footer a {
		color: #462719;
		}
		#footer a:hover {
			color: #D39E2B;
			text-decoration: none;
			}
	#footer-left {
		float: left;
		}
	#footer-right {
		float: right;
		text-align: right;
		}