@charset "UTF-8";
/* CSS Document */

html, body, #main {min-height: 100%;

	height: 100%;
	position:relative;

	}  /* hack for IE5+/Win.*/



img {
	border:0;	
	padding:0;
}
  html>body, html>body #main {height: auto;}

/* Without this, Moz1.0 adds a vertical scrollbar */

body {

	margin:0 auto;
	padding: 0;
	background-color:#fff;
	color:#000;
	font-size:12px;
	line-height:150%;
	word-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
}

a, a:visited {

	color:#226955;
	font-weight:normal;
	text-decoration:underline;

}



a:hover, a:visited:hover, a:active {

	color:#333;
	text-decoration:underline;

}



h1 {
	font-weight:bold;
	font-size:30px;
	color:#000;
	font-weight:normal;
	margin:0;
	line-height:35px;
}



h2 {
	font-weight:bold;
	font-size:22px;
	color:#333;
	font-weight:normal;
	margin:0;
	line-height:27px;
}

#main
  {
	margin:0 auto;
	padding-top:15px;
	width:725px;
	text-align:left;
	height:800px;
}

.texas {
	float:left;
}

#wrapper {
	width:100%;
}

#header {
	padding:80px 25px 36px 25px;
	float:right;
	text-align:center;
}

#header a, #header a:visited {
	color:#333;
	text-decoration:none;
}

#header a:active, #header a:hover {
	color:#333;
	text-decoration:underline;
}

#hm_content {
	padding-top:25px;
	clear:both;
}

#hm_content table td {
	text-align:center;
	vertical-align:center;
	background-color:#cfcfce;
	padding-top:10px;
}

html:not([dummy]) #hm_content table td {
	padding-top:0px;
	} /* firefox hack */

::root #hm_content table td {padding-top:0px;} /*hack for safari*/

#hm_content h3 {
	font-size: 30px;
	font-weight:normal;
	color:#333;
	line-height:64px;
}

#hm_content h3 a, #hm_content h3 a:visited{
	font-size: 30px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}

#hm_content h3 a:hover, #hm_content h3 a:active {
	font-size: 30px;
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

#content-wrapper {
	height:100%;
	 clear:both;
}

#sub_content {
	padding-top:25px;
	 
}

#footer {
	color:#333;
	font-size:10px;
	text-align:center;
	padding:10px;	
}

#footer a, #footer a:visited {
	text-decoration:underline;
	color:#333;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#000;
}

.highlight {
	color:#ff0517;
}