/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #691612;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color:#691612;
	text-decoration:underline;
	outline: none;
}
a:hover, a:focus {
	text-decoration:none;
	color:#A66559;
}
#topShadow{
	width: 820px;
	height: 15px;
	background: url(images/top_shadow.gif) top left no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 800px;
	background: url(images/shadow.gif) top left repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
}
#header {
	width: 800px;
	height: 171px;
	background: url(images/header.jpg) top left no-repeat;
	float: left;
}
#header h1 span {
	display: none;
}
#navigation {
	float: right;
	width: 800px;
	margin: 0;
	height: 39px;
	background: url(images/nav_bg.gif) top left repeat-x;
}

/******************** Home Page Content ******************/

#content {
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/cont_bg.gif) top left repeat-x;
}
#state {
	width: 760px;
	float: left;
	margin: 0;
	padding: 20px;
	min-height: 450px;
	background: url(images/texas.gif) top right no-repeat;
}
#contLeft {
	float: left;
	width: 480px;
}
h2.frontTitle {
	color: #691612;
	font-size: 30px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	padding: 0 0 4px 5px;
	border-bottom: 1px dotted #691612;
}
#contRight {
	float: right;
	width: 210px;
	font-size: 11px;
}
h2.frontTitle2 {
	color: #691612;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 13px 0 10px 0;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #691612;
}
#contRight ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#contRight ul li{
	margin: 0;
	padding: 5px 0;
}
.frontDesc {
	line-height: 1.3;
	padding: 0 10px;
}
.frontDesc p{
	padding: 4px 0;
	margin: 0;
}


/******************** Article Content ******************/

#artState {
	width: 760px;
	float: left;
	margin: 0;
	padding: 10px 20px 20px 20px;
	min-height: 450px;
	background: url(images/texas.gif) top right no-repeat;
}
#breadcrumbs {
	float: right;
	width: 740px;
	text-align: right;
	font-size: 10px;
	margin: 0 10px 2px 0;
	color:#a0a0a0;
	text-transform: lowercase;
}
#breadcrumbs a {
	color:#a0a0a0;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#691612;
	text-decoration:none;
}
#artCont {
	float: left;
}
h1.artTitle {
	color: #691612;
	font-size: 30px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 14px 0;
	padding: 0 0 4px 5px;
	border-bottom: 1px dotted #691612;
}
.artDesc {
	line-height: 1.3;
	padding: 0 10px;
}
.artDesc p{
	padding: 6px 0;
	margin: 0;
}



/******************** Footer Content ******************/

#clear {
	clear:both;
}
#footer {
	width: 780px;
	min-height: 20px;
	color: #691612;
	padding: 10px;
	text-align:center;
	font-size: 9px;
	border-top: 1px solid #4c100d;
	background: #CBA457;
	float: left;
}
#botMenu {
	padding-bottom: 8px;
	width: 780px;
	text-align: center;
	float: left;
}
#info {

	float: left;
}
#info a:link, #info a:visited {
	color: #691612;
	font-weight: bold;
	text-decoration: none;
}
#info a:hover {
	color: #691612;
	text-decoration:underline;
}
#botShadow{
	width: 820px;
	height: 15px;
	background: url(images/bot_shadow.gif) top left no-repeat;
	margin-right: auto;
	margin-left: auto;
}


	
