
 

/* Black gold! Texas tea! */
/*
------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
Edited by Pinbrook.net
------------------------------------------------------

*/

body {
margin: 0;
font-family: arial,verdana;
color: #000;
border-top: 1px #d2d7e4 solid;
font-size: 12px;
}

/* The brown stripes on the right hand side are attached to this. */

#texascontainer1 {
	background-image: url('container1_bg.gif');
	background-repeat: repeat;
}

/* Banner across top of page that says the name of the whole site */
#texasmain-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 25px;
padding-right: 0;
font-weight: bold;
font-size: 28px;
background-color: #d2d7e4;
color: #950000;
border-bottom: 4px #dfb376 solid;
background-image: url('sw-v8.jpg');
background-repeat: no-repeat;
background-position: right; 
}
/* Heading level 1 is not contained in main-text. */

#texashoriz-nav {
margin-top: 0;
margin-bottom: 0;
margin-left: 170px;
margin-right: 50px;
font-size: 11px;
font-weight: bold;
text-align: center;
padding-top: 2px;
padding-bottom: 5px;
background-color: #950000;
border-left: 2px #950000 solid;
border-right: 2px #950000 solid;
color: #fff;
}

#texashoriz-nav a:link, #texashoriz-nav a:visited {
text-decoration: underline;
font-weight: bold;
color: #fff;
}

#texashoriz-nav a:hover {
text-decoration: underline;
font-weight: bold;
color: #dfb376;
}
/* Styles for the main text on the page. */

#texasmain-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 170px;
margin-right: 50px;
background-color: #fff;
border-left: 2px #950000 solid;
border-right: 2px #950000 solid;
color: #000;
}

p, table, tr, td {
font-size: 12px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

h1, h2 {
padding: 0;
font-size:13px;
color: #000;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #950000;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: red;
}

/* Styles for the navbar on the left side. */

#texasleft-menu {
position: absolute;
top: 140px;
left: 0;
width: 170px;
text-align: left;
background-color: White;
border-top: 2px #950000 solid;
border-bottom: 2px #950000 solid;

}

#texasleft-menu p {
padding-right: 20px;
margin-bottom: 5px;
padding-bottom: 0;
padding-top: 0;
font-size: 12px;
margin-left: 6px;
border-bottom: 1px #d2d7e4 dotted;
}

#texasleft-menu a:link, #texasleft-menu a:visited {
color: #950000;
margin-left: 6px;
border-bottom: 1px #d2d7e4 dotted;
font-size: 12px;
}

#texasleft-menu a:hover, #texasleft-menu a.current {
color: Red;
}

/* Styles for the footer at the bottom of the page */

#texasfooter {
text-align: right;
padding-top: 9px;
padding-bottom: 9px;
font-size: 12px;
background-color: #950000;
color: #fff;
padding-right: 15px;
margin-top: 0;
font-weight: bold;
}

#texasfooter a:link, #texasfooter a:visited {
color: #fff;
}

#texasfooter a:hover {
text-decoration: underline;
color: #fff;
}
.whitetext, .whitetext a:link, .whitetext a:visited {	
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.whitetext a:active, .whitetext a:hover  {
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFCC;
}
		
.solid_line_light_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
		background-color: #d2d7e4;
		clear:both;
		}

.notice {
		font-size: 13px;
		text-align: center;
		color: RED;
}
		
	
			
	/* end lines ---------------------------------------------------------------------------- */

