@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.twoColFixLtHdr #flash {
	margin-bottom: 1px;
}
.twoColFixLtHdr #header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 158px;
	position: relative;
} 
.twoColFixLtHdr #topMenu {
	position:absolute;
	top:132px;
	left:0px;
	width: 960px;
	text-align: right;
	color: #858585;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-bottom: 15px;
}
.twoColFixLtHdr #sidebarBox {
	background: #f3f0e1; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
}
.twoColFixLtHdr #sidebarBox a {
	background-image: url(images/sidebox-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	line-height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #252525;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.twoColFixLtHdr #sidebarBox a:hover {
	border-bottom-color: #858585;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #959595;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #d7d7d7;
	line-height: 18px;
	background-color: #555555;
	padding: 20px;
}
.twoColFixLtHdr #footerleft {
	float: left;
	padding-right: 15px;
	width: 445px;
}
.twoColFixLtHdr #footerright {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #959595;
	padding-left: 15px;
	width: 444px;
}
.twoColFixLtHdr #footer a {
	color: #d7d7d7;
	text-decoration: none;
} 
.twoColFixLtHdr #footer a.footera {
	color: #e2fb38;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, .head, .Head {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	font-size: 24px;
	font-weight: normal;
	line-height:normal;
}
h2, .subhead, .SubHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
h1, .head, .Head, .subhead, .SubHead, .twoColFixLtHdr #sidebar1 #contactBox h2 {
	color:#004a80;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
/* forms */
form {
	margin: 0px;
}
.submit {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	padding: 4px;
}
#sideContactForm {
	width:190px;
	margin: 5px auto 0 auto;
}
#ContactForm .input {
	width: 300px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
}

#sideContactForm .input {
	width: 180px;
	margin: 0 0 5px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8F7F1;
	border-right-color: #E1DDCE;
	border-bottom-color: #E1DDCE;
	border-left-color: #F8F7F1;
}
/* links */
.twoColFixLtHdr #topMenu a {
	color: #252525;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
} 
.twoColFixLtHdr #topMenu a:hover {
	color: #4d4d4d;
} 
.twoColFixLtHdr #mainContent a {
	color: #004a80;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
} 
.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
} 

/* misc */
hr {
	border: none 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #959595;
	background-color: transparent;
	color: transparent;
}
#videoBox {
	width: 690px;
	margin:0 auto;
	text-align:left;
}
#video1, #video2 {
	background-color:#ebebeb;
	padding:10px;
	width:320px;
	float:left;
}
#video1 {
margin-right: 10px;
}

A.ResourceLinks {
	display : block;
}
.footertexas {
	font-size: 14px;
}
.resourcelinks {
	display: block;
}
