@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center; 
	}
img { border: none; }


#container { 
	position: relative;
	width: 960px;
	height: auto;
	background-image: url(images/testTexas_bckgrnd.gif);
	background-repeat: repeat-y;
	margin: 0 auto; 
	text-align: left;
	}
#header { 
	background-color: #FFF;
	border-bottom: #000 1px solid;
	border-top: #be2c37 10px solid;
	margin: 0;
	padding: 0;
	} 
#header img.collage { 
	padding: 0 0 0 233px;
	margin: 0;
	}
#logo img.logo { 
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 10;
	margin: -121px auto 0 auto;
	padding: 0;
	}
#title { 
	margin: 0 0 0 250px; 
	width: 710px;
	}
#title h1 { 
	margin: 0;
	font-size: 175%;
	padding: 25px 0 0 0;
	border-bottom: none;
	letter-spacing: .08em;
	}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 249px; /* 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-top: 15px;
	}
#navigation { 
	width: 161px;
	margin: 0 0 0 39px;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	text-align: center;
}
#navigation li a:link, #navigation li a:visited {
	font-size: 95%;
	font-weight: bold;
	display: block;
	margin-top: 0.5em;
	padding: 0.4em 0 0.4em 0;
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #FFF;
	color: #000;
}
* html #navigation li a {
	width: 100%;
}

#join { 
	width: 161px;
	margin: 30px 0 0 38px;
	border: #be2c37 1px solid;
	background-color:#FFF;
	}
#join p { 
	text-align: center; 
	color: #000;
	font-size: 70%;
	margin: 0; 
	padding: 0 10px 0 10px; 
	}
#join p.space { 
	font-size: 85%;
	font-weight: bold;
	margin: 0; 
	padding: 10px 10px 5px 10px; 
	}
#join img {
	padding: 10px 0 10px 30px;
	}


#sidebar2 {
	float: right;
	width: 269px;
	background: #EBEBEB;
	margin-top: 30px;
	margin-left: 10px;
	}
#sidebar2 p { 
	font-size: 90%; 
	margin: 0; 
	padding: 0 10px 0 20px; 
	}
#sidebar2 p.space { 
	font-size: 90%; 
	margin: 0; 
	padding: 0 10px 15px 20px; 
	}
#sidebar2 h3 { 
	font-size: 110%; 
	background: #be2c37;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin: 0 0 15px 0;
	}
#sidebar2 h3.spacebefore { 
	font-size: 110%; 
	background: #be2c37;
	color: #FFF;
	text-align: center;
	padding: 5px;
	border-top: #FFF solid 15px;
	margin: 0 0 15px 0;
	}
#sidebar2 h3.survey { 
	font-size: 110%; 
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin: 0 0 15px 0;   
	}
#sidebar2 h5 { 
	margin: 0;
	padding: 0 10px 15px 20px;
	}
#sidebar2 h5.nospace { 
	margin: 0;
	padding: 0 10px 0 20px;
	}
#sidebar2 a:link {
	text-decoration: none;
	color: #be2c37;
	background-color: transparent;
	}
#sidebar2 a:visited {
	text-decoration: none;
	color: #C36;
	background-color: transparent;
	}
#sidebar2 a:hover, #sidebar2 a:active {
	text-decoration: underline;
	color: #be2c37;
	background-color: transparent;
	}

#sidebar2 a.survey:link { 
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	color: #FFF;
	background-color: #be2c37;
	}
#sidebar2 a.survey:visited {
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	color: #FFF;
	background-color: #be2c37;
	}
#sidebar2 a.survey:hover, #sidebar2 a.survey:active {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	}
#mainContent { 
	margin: 0 0 0 250px;
	padding-top: 20px;
	}
#mainContent h1 {
	font-size: 175%;
	margin: 0; /* zeroing the margins of the first element in the maincontent will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 10px 0 0;
	}
#mainContent p { 
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.4em;
	}
#mainContent p.nospace { 
	margin: 0;
	padding-bottom: 0px;
	line-height: 1.4em;
	}
#mainContent p.intro { 
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.3em;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	}
#mainContent p.intro_space { 
	margin: 0;
	padding-bottom: 40px;
	line-height: 1.3em;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	}
/*#mainContent p.intro a:link, #mainContent p.intro a:visited { 
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}
#mainContent p.intro a:hover, #mainContent p.intro a:active { 
	text-decoration: none;
	color: #be2c37;
	font-weight: bold;
	}*/
#mainContent p.indent { 
	padding-left: 40px; 
	padding-bottom: 40px; }
#mainContent p.smallspace { 
	margin: 0;
	padding-bottom: 5px;
	line-height: 1.4em;
	}
#mainContent p.morespace { 
	margin: 0;
	padding-bottom: 30px;
	line-height: 1.4em;
	}
#mainContent p.titleline { 
	border-bottom: 1px solid #999; 
	padding: 0 0 0 0;
	margin: -20px 0 20px 0;
	text-align: right;
	}
#mainContent p.titleline a:link, #mainContent p.titleline a:visited { 
	font-size: 0.6em; 
	color: #000;
	border-bottom: none;
	text-decoration: none;
	}
#mainContent p.titleline a:hover, #mainContent p.titleline a:active { 
	text-decoration: none;
	color: #be2c37;
	border-bottom: none;
	}
#mainContent p.bigspace {
	margin: 0;
	padding: 0px 10px 30px 0;
	}
#mainContent p a:link {
	text-decoration: none;
	color: #be2c37;
	background-color: transparent;
	font-weight: bold;
	}
#mainContent p a:visited {
	text-decoration: none;
	color: #C36;
	background-color: transparent;
	font-weight: bold;
	}
#mainContent p a:hover, #mainContent p a:active {
	text-decoration: underline;
	color: #be2c37;
	background-color: transparent;
	}
#mainContent p.reference {
	font-size: 80%;
	font-weight: bold;
}
#mainContent p.reference_line {
	font-size: 80%;
	font-weight: bold;
	border-top: #333 1px solid;
	padding-top: 10px;
}
#mainContent h2 { 
	font-size: 130%;
	margin: 0;
	padding-bottom: 20px;
	}
#mainContent h2 a:link, #mainContent h2 a:visited {
	text-decoration: none;
	color:#000;
	background-color: transparent;
	}
#mainContent h2 a:hover, #mainContent h2 a:active {
	text-decoration: none;
	color:#000;
	background-color: transparent;
	}
#mainContent h2.nospace {
	padding-bottom: 0;
	margin-bottom: 0;
	}
#mainContent h3 { 
	font-size: 115%;
	margin: 0;
	padding-bottom: 20px;
	}
#mainContent h3.nospace { 
	margin: 0;
	padding-bottom: 10px;
	}
#mainContent h3 a:link, #mainContent h3 a:visited { 
	text-decoration: none;
	color: #be2c37;
	background-color: transparent;
	}
#mainContent h3 a:hover, #mainContent h3 a:active { 
	text-decoration: underline;
	color: #be2c37;
	background-color: transparent;
	}
#mainContent h4 { 
	margin: 0;
	padding-bottom: 10px;
	}
#mainContent h5 { 
	margin: 0;
	padding-bottom: 20px;
	}
#mainContent ul { 
	list-style-type: disc;
	padding-left: 40px;
	margin: 0 0 20px 0;
	}
#mainContent ul.nospace { 
	list-style-type: disc;
	padding-left: 40px;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	}
#mainContent ol {
	list-style-type: decimal;
	padding-left: 40px;
	padding-right: 10px;
	margin: 0 10px 0 0;
	}
#mainContent ul li {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	}
#mainContent ul li a:link, #mainContent ul li a:visited {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #be2c37;
	}
#mainContent ul li a:hover {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #be2c37;
	}
#mainContent ol li {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	}	
#mainContent div.resources ul { 
	color: #000000;
	list-style-type: disc;
	margin: 0; 
	padding-bottom: 30px;
	}
#mainContent div.resources ul li { 
	color: #000000;
	padding-bottom: 2px;
	font-weight: normal;
	}
#mainContent div.resources ul li a:link, #mainContent div.resources ul li a:visited { 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
#mainContent div.resources ul li a:hover { 
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	}
#content_more { 
	min-height: 1000px; 
	}	
#footer { 
	margin: 0;
	background: #be2c37;
	} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #be2c37;
	font-size: 50%;
	}

.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;
	}
