/******************************************************
* Global Styles
******************************************************/ 
body {
	background: #000936;
	font-size: 76%;
	margin: 0;
	padding: 0;
}
#photowrap {
	width:100%;
	height:100%;
}
#photowrap img {
	width:100%;
	height:100%;
}
#wrap {
	background: url(../images/background.png) repeat-x top left;
	font: 0.9em arial, verdana, helvetica, sans-serif;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: left;
}
a {
	color: #eeeeee;
}
a:hover {
	color: #eeeeee;
	text-decoration: none;
}
/******************************************************
* Header Styles
******************************************************/
#header, #header img {
	position:relative;
	height:90px;
	min-width:975px;
	z-index:998;
}
#contact-links {
	color:#babcbe;
	font-size:12px;
	left:525px;
	position:absolute;
	top:25px;
	z-index:999;
}
#contact-links a {
	color: #babcbe;
	text-decoration:none;
}
#contact-links a:hover {
	color: #ffffff;
	text-decoration:none;
}
#pheader {
	height: 45px;
}
.contactslide, #contactaustin, #contactdallas, #contacthouston, #contactsanantonio {
	background: url(../images/contact_background.gif) repeat-x top left;
	color:#ffffff;
	font-size: .9em;
	padding: 10px 15px 10px 40px;
	z-index:1;
	position: absolute;
	top:45px;
	left: 479px;
	z-index:0;
	width: 441px;
}
/******************************************************
* Navigation Styles - Son of Suckerfish Drop Downs
******************************************************/
#menusystem {
	color: #babcbe;
	float: left;
	font: 0.9em arial, verdana, helvetica, sans-serif;
	margin: 0;
	position:relative;
	top:0;
	left:0;
	text-align: left;
	z-index: 999; /* necessary to place menu at highest elevation */
}
#menusystem a {
	color: #babcbe;
	text-decoration: none;
}
#menusystem a:hover {
	color: #ffffff;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999; /* necessary to place menu at highest elevation */
}
#nav li { /* all list items */
	float: left;
	position: relative;
}
.toplevel {
	font-size:18px;
	letter-spacing:1px;
	padding:0 35px 10px 0;
}
#nav li ul { /* second-level lists */
	background: #000936;
	display: block;
	font-size: 0.6em;
	left: -1200px;
	position: absolute; 
	text-align: left;
	top: 28px;
	z-index: 999;
}
#nav li ul li a { /* second-level list items */
	display: inline;
	float: left;
	padding: 10px 5px;
	position: relative;
	width: 155px;
	z-index: 999;
}
#nav li:hover ul , #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}
#nav li ul li:hover, #nav li ul li.sfhover { /* lists nested under hovered list items */
	background: #00467f;
}
/******************************************************
* Main Content Styles
******************************************************/
#content {
	clear: both;
	color: #ffffff;
	font-size: 1.2em;
	margin: 55px 0 0 125px;
	padding: 0;
	text-align: left;
}
#content .dvdr {
	clear: both;
	margin: 5px 0;
	border:1px dotted #003768;
	border-width:1px 0 0 0;
	width: 850px;
}
#content-photo {
	margin: 5px 0;
	position:relative;
	top:0;
	left:0;
	z-index:0;
}
#content-text {
	border:1px dotted #003768;
	border-width:0 1px 0 0;
	float:left;
	line-height:1.4em;
	margin: 10px 0 10px 25px;
	min-height: 150px;
	padding-right: 25px;
	width: 550px;
}
#content-text hr {
	border-top:1px dotted #003768;
	border-right:1px solid #000936;
	border-bottom:1px solid #000936;
	border-left:1px solid #000936;
	margin:5px 0;
	clear:both;
}
.press_media img {
	margin:0 10px 10px 0;
	clear:both;
	float:left;
	border:none;
}
#content-text h2 {
	color:#babcbe;
	font-size: 18px;
	display:inline;
}
#content-bio {
	color: #807f83;
	float:left;
	font: italic .95em/1.3em arial, verdana, sans-serif;
	margin: 10px 0 10px 10px;
	width: 240px;
}
#content-bio img {
	margin: 0 10px 0 0;
}
#content-projects {
	margin: 20px 0 20px 40px;
	width:770px;
}
#content-projects a {
	color: #babcbe;
	text-decoration: none;
}
#content-projects a:hover {
	color: #ffffff;
	text-decoration: none;
}
.project-wrap {
	clear: both;
	margin: 0 0 5px 0;
}
.project-wrap h1 {
	color:#babcbe;
	display:inline;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}
.project-wrap h1:hover {
	color:#ffffff;
	cursor:pointer;
}
.project-wrap h1 span {
	text-align: right;
}
.project-wrap h1 span:hover {
	cursor:pointer;
}

.project-subs {
	background:#003768;
	float: left;
	font-size:11px;
	margin: 10px 10px 10px 0;
	width:156px;
	height:114px;
}
.project-subs:hover {
	background: #44658D url(../images/projdesc.gif) repeat-x 0 70px;
}
.proj-desc {
	padding:7px;
	display:block;
}
.project-wrap .mgmtslide{
	color:#babcbe;
	margin:10px 0 0 0;
	width:700px;
}
.mgmt-text {
	padding:10px;
}
.mgmt-quote {
	font: italic 1em arial, verdana, sans-serif;
	padding:10px 0 0 0;
	text-align:right;
}
.mgmtlinks, .mgmtlinks a {
	color:#ffe49c;
	text-decoration: none;
}
.mgmtlinks a:hover {
	color:#ffffff;
	text-decoration: none;
}
#content-text .client_list { list-style:none; margin:0; padding:0; }
#content-text .client_list li { float:left; list-style:none; margin:0 20px 0 0; padding:0; }
#content-text #testimonials p { margin:25px 0 10px; padding:0; line-height:150%; }
#content-text #testimonials .sig { margin:10px 0 25px; text-align:right; font-style:italic;  }

/******************************************************
* Footer Styles
******************************************************/
#footer {
	clear: both;
	color: #807f83;
	font-size: .9em;
	margin: 15px 0 15px 125px;
	padding: 0;
	width: 850px;
}
#footer a {
	color: #807f83;
	text-decoration: none;
}
#footer a:hover {
	color: #807f83;
	text-decoration: underline;
}
#footer-right {
	color: #807f83;
	float: right;
	text-align: right;
}

#soc-links 					{float:right; list-style:none; margin:10px 0; padding:0;}
#soc-links li 				{list-style:none; float:left; padding:0; margin:0 0 0 10px;}
#soc-links li:first-child	{margin:0;}
#soc-links li img 			{border:none !important;}
#soc-links p				{clear:both;}

.cf:before,.cf:after, .clearfix:before,.clearfix:after
							{content:""; display:table;}
							
.cf:after, .clearfix:after 	{clear:both;}
.cf,.clearfix				{zoom:1;}

#signup 					{clear:both; color:#807f83; font-size:.9em; margin:15px 0 15px 125px; padding:20px 0; 
							width: 850px; border-bottom:1px dotted #003768;}
							
#signup #sleft				{float:left; margin:0 0 0 25px;}
#signup #sright				{float:right; margin:0;}

#signup h2					{margin:0 0 5px; color:goldenrod; font-size:14px;}							
#signup p					{margin:0 0 15px;}
#signup p:last-child		{margin:0;}

.mc-field-group		 		{float:right;}
.mc-field-group input 		{width:210px; height:12px; float:left; padding:4px 0; 
							background:#f0f0f0; border:1px solid #e6e6e6;
							-webkit-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; 
							letter-spacing:0.1em; font-size:10px; color:#999; 
							-webkit-transition:all .15s ease-in-out; -moz-transition:all .15s ease-in-out;
							-o-transition:all .15s ease-in-out; transition:all .15s ease-in-out;}

#mc-embedded-subscribe 		{width:auto; height:auto; float:left; margin:0 0 0 3px; padding:4px; 
							background:goldenrod; border:1px solid goldenrod;
							-webkit-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; 
							letter-spacing:0.1em; font-size:10px; color:#000; 
							-webkit-transition:all .15s ease-in-out; -moz-transition:all .15s ease-in-out;
							-o-transition:all .15s ease-in-out; transition:all .15s ease-in-out;}
#mc-embedded-subscribe:hover
							{cursor:pointer; background:#003768; border:1px solid #000; color:goldenrod;}

.mc-field-group input:focus
							{background:#fff; color:#444; border:1px solid goldenrod; -moz-box-shadow:inset 0 0 3px #f4f4f4;
							-webkit-box-shadow:inset 0 0 3px#f4f4f4; box-shadow:inner 0 0 3px #f4f4f4;}

.mc-field-group label		{display:none;}

							
/******************************************************
* Form Styles
******************************************************/

























/* */
