@charset "UTF-8";

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Domine';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/domine-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#252525;
	line-height:1.5em;
	background:#fff;
}

a {
	color:#1C87AA;
	text-decoration:underline;
}

a:hover {
	color:#252525;
	text-decoration:none;
}

h1 {
	font-family: 'Domine', sans-serif;
	font-size: 36px;
	line-height: 46px;
}
.h1-home {
	line-height: 64px;
    color: white;
    font-size: 60px;
    text-shadow: 4px 4px 11px #0000005e;
	margin-bottom: 0;
}
.h1-about,
.h1-resume,
.h1-texas-decisions
{
	font-size: 28px;
}
.span-contact-name {
	font-size: 16px;
    font-weight: 700;
}

.homebody {
	background:url(../images/homepage_bg.jpg) repeat-x top left;
}

.subbody {
	background:url(../images/subpage_bg.jpg) repeat-x top left;
}

#page {
	width:100%;
	text-align:center;
}

#wrapper {
	width:975px;
	margin:0px auto;
	text-align:left;
}

#content {
	float:left;
	width:975px;
}

#header {
	float:left;
	width:975px;
	margin-top:52px;
}

#logo {
	float:left;
	width:269px;
	position:relative;
	top:5px;
}

#nav {
	float:right;
}

#nav li {
	float:left;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/grey-nav-bg.png) repeat-x;
	font-size:1.25em;
	font-weight:normal;
	font-family:"Century Gothic",Arial, Verdana, sans-serif;
	text-transform:uppercase;
	border-left:solid 1px #fff;
}

#nav li:hover {
	background:url(../images/blue-nav-bg.png) repeat-x top left;
	color:#fff;
	text-decoration:none;
}

#nav a {
	display:inline-block;
	padding:35px;
	color:#fff;
	text-decoration:none;
}

#active {
	background:url(../images/blue-nav-bg.png) repeat-x top left;
}

#full {
	float:left;
	width:975px;
	margin:19px 0;
}

#sidebar {
	float:left;
	width:175px;
}

#sidebar li {
	float:left;
	width:175px;
	list-style:none;
	margin:0;
	padding:7px 0;
	border-bottom:dotted 1px #ccc;
}

#main {
	float:right;
	width:750px;
}

#banner {
	float:left;
	width:945px;
	margin:19px 0;
	padding:15px;
	background:#1C87AA;
}

#slideshow {
	position:relative;
	height:378px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

#banner-right {
	float:right;
	width:557px;
}

#banner-left {
	float:left;
	width:359px;
}

#tagline {
	float:left;
	position:relative;
	top: 0px;
    left: 23px
}

#tagline p {
	color: white;
	font-size: 1.3em;
	font-style: italic;
}
#read-more {
	float:left;
	position:relative;
	/* top:150px; */
}

#footer {
	float:left;
	width:975px;
	font-size:0.80em;
	text-transform:uppercase;
	margin:5px 0;
	padding-top:10px;
	border-top:solid 1px #1C87AA;
}

#footer a {
	color:#1C87AA;
	text-decoration:none;
}

#footer a:hover {
	color:#252525;
	text-decoration:none;
}

#footer-left {
	float:left;
	width:600px;
}

#footer-links {
}

#copyright {
	margin:7px 0;
}

#disclaimer {
	width:500px;
	text-transform:none;
}

#footer-right {
	float:right;
	text-align:right;
	width:350px;
}

#locations {
	margin-bottom:10px;
}

#locations h3 {
	margin:0;
	padding:0;
	font-size:1.55em;
	font-weight:normal;
	color:#1C87AA;
}

#resume {
	float:left;
	width:750px;
	margin-bottom:15px;
}

#resume li {
	float:left;
	width:750px;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:5px;
	padding:5px 0;
	border-bottom:dotted 1px #e9e9e9;
}

#resume h3 {
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:1.35em;
	font-weight:normal;
	color:#1C87AA;
	text-transform:uppercase;
}

#resume span {
	text-decoration:underline;
}

/* contact form */
#contact li {
	float:left;
	width:750px;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#contact label {
	float:left;
	width:100px;
	font-weight:bold;
}

#textfield {
	width:400px;
	padding:4px;
	border:solid 1px #ccc;
	font-size:1.0em;
}

#textarea {
	width:600px;
	height:250px;
	padding:4px;
	border:solid 1px #ccc;
	font-size:1.1em;
	font-family:inherit;
}

#error {
	float:left;
	width:700px;
	padding:25px;
	background:#CC0000;
	color:#fff;
	margin-bottom:10px;
}

#link-list {
	width:718px;
	float:left;
	background:#f2f2f2;
	padding:15px;
	border:solid 1px #e9e9e9;
	margin-bottom:25px;
}

#link-list li {
	float:left;
	width:239px;
	list-style:none;
	margin:6px 0;
	padding:0;
}