 /*---------- Main CSS Information ---------*/

html {
	height:100%; 
	padding: 0px;
	}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	/*height: 100%;*/
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	}

table, td {
	border-collapse:collapse; 
	/*height:100%; */
	/*width:100%*/
	}

table, td, img {
	border:0; 
	padding:0; 
	margin:0
	}


form, td { 
	margin:0; 
	padding:0;
	}

td, select, input { 
 	font-family: Verdana, Helvetica, Arial, sans-serif; 
	color:#2c1809; 
	vertical-align:top;
	text-align:left; 
	line-height:14px
	}
	
.table{ /*height:100%;*/ }
img{ vertical-align:top}

p.center {
	text-align: center;
}

/* ---------- End of Main CSS Information ---------- */


/* ---------- Text Styles ----------*/

p {
	margin:0px 0px 10px 0px; 
	padding:0; 
	font-size: 12px;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

p a {
	color: #000099;
	font-size: 12px;
	background : inherit;
	text-decoration: none;
	}

p a:hover{ 
	color: #0000ff;
	font-size: 12px;
	background : inherit;
	text-decoration: underline;
	}

a:link, a:visited {
	font-size: 12px;
	color : #0000CC;
	background : inherit;
	text-decoration : none;
	}

a:hover {
	font-size: 12px;
	color :#990000;
	background : inherit;
	text-decoration : underline;
	}

a:active {
	font-size: 12px;
	color : #996600;
	background : inherit;
	text-decoration : none;
	}

span strong{ color:#685e09}

ul { 
	margin:0; 
	padding:5px 0px 8px 0px; 
	}

ul li {
	/*background: url(../images/list_bg.gif) no-repeat 0 9px;*/
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 6px;
	}

ul li a { 
	color:#685e09; 
	text-decoration: underline;
	font-size:12px;
	list-style: none;
	}

ul li a:hover{ text-decoration:none; }
.title, .title_top, .title_bot{ display:block}
.right1{ text-align:right}
.style1 {
	font-size: 10px;
	color: #0000FF;
	}
	
.style2 {
	font-size: 9px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	}

	img.default {
		background-color: #cab590;
		border: 7px solid black;
		margin: 20px;
		padding: 3px;
}

	img.right {
		float: right;
		background-color: #cab590;
		border: 7px solid black;
		margin: 10px;
		padding: 3px;
}

img.left {
		float: left;
		background-color: #cab590;
		border: 7px solid black;
		margin: 10px;
		padding: 3px;
}

div.clearfloats {
	clear: both;
}

/* ---------- End of In Line Styles ----------- */


/* ---------- Heading Styles ------------- */

h1 {
	margin : 0;
	padding : 0px 0 0px 0px;
	font : 175%Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	letter-spacing:5px;
	/*border-bottom: url(../images/header.jpg) repeat-x bottom;*/
	width: 100%;
	color: #cab590;
	text-align: center;
	background-color: #422100;
	font-weight: bolder;
	}

b.htop, b.hbottom {
	display:block;
	background: #fff7de
	}

b.htop b, b.hbottom b {
	display:block;
	height: 1px;
	overflow: hidden; 
	background: #ae905c
	}

b.h1{margin: 0 5px}
b.h2{margin: 0 3px}
b.h3{margin: 0 2px}
b.htop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px
	}

h2 {
	margin : 0px 0px 0px 10px;
	padding : 20px 0px 10px 0px;
	color:#826124;
	background:inherit;
	font-weight: bolder;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #826124;
	}

h3 {
	margin : 0px 0px 0px 10px;
	padding : 20px 0px 10px 0px;
	color:#422100;
	background:inherit;
	font-weight: bolder;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h4 {
	margin : 0px 0px 0px 20px;
	padding : 20px 0px 10px 0px;
	color:#000000;
	font-weight: bolder;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.happy {
	border-top : 1px solid #808080;
	padding : 10px;
	}


/* ---------- End of Heading Styles ---------- */

/* ---------- Image Style ----------*/

img {
	border : none;
}

.imgcenter {
	float: none;
	margin: 5px 15px 10px 10px;
	padding: 10px;
	}

.imgright {
	float: right;
	margin: 5px 15px 10px 10px;
	padding: 10px;
	}

.imgrightborder {
	float: right;
	margin: 5px 15px 10px 10px;
	width:300px;
	border:7px solid black;
	background:#571E01;
	padding:3px;
	}
	
.imgleftborder {
	float: left;
	margin: 5px 15px 10px 10px;
	width:300px;
	border:7px solid black;
	background:#cab590;
	padding:3px;
	}

.imgleft {
	float: left;
	margin: 5px 15px 10px 0px;
	padding: 10px;
	}

.imgleftnav {
	padding: 5px;
	margin-top: 10px;
	border: 0px;
	position:relative;
	}

.imgrighttnav {
	padding-bottom: 10px;
	border: 0px;
	position:relative;
	border:0px;
	}

.imgrighttnav1 {
	padding-bottom: 10px;
	margin-top: 0px;
	border: 0px;
	position:relative;
	border:0px;
	}

.imgsponsor {
	padding: 5px;
	border: 0px;
	}

.polaroid {
	padding: 15px 15px 55px 15px;
	margin-top: 20px;
	margin-left: 300px;
	border: 1px solid black;
	background: white;
	text-align: center;
	}

.polaroidtext {
	color: black;
	position: relative;
	margin-left: 300px;
	top: -50px;
	}

/* ---------- End of Image Style ---------- */


/* ---------- Quote Style ---------- */

.quote {
	width: 130px;
	margin: 0;
	border : 1px dashed #fff;
	padding : 10px;
	color: #656C4A;
	background: #E4DCB2;
	font-size: 10px;
	}

blockquote {
	font-weight : bold;
	font-style : italic;
	color : #AC7D39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* ---------- End of Quote Style ---------- */


/* ---------- Main Table Structure ---------- */

.main_table { 
	width:100%; 
	/*height:100%*/
	}

.site_center {
	text-align:center;
	width:100%;
	/*height: 100%;*/
	}

.site_center1 {
	margin:0 auto;
	text-align:left;
	width:900px;
	background: url(../images/bg_rep.jpg) repeat-y;
	height: 100%;
	}

.bg { background:url(../images/main_bot.jpg) no-repeat left bottom}
.bg1 { background:url(../images/main_top.jpg) no-repeat}


/* ---------- End of Main Table Structure ---------- */


/* ---------- Top Header ---------- */

#header { height:10px}
#header img { margin:30px 0 0 57px}

/* ---------- End of Top Header ---------- */


/* ---------- Main Content Frame Layout ---------- */

#table { height:100%;}
#content .col1 { width:51px;}

#content .col2 {
	width:850px;
	background:url(../images/rep_content.gif) repeat-y;
	}

#content .col2 .bg { background:url(../images/top_cont.gif) no-repeat}
#content .col2 .bg1{ background:url(../images/bot_content.gif) no-repeat left bottom;}

#content .col2 .row1 { height:10px; padding-left: 11px}
#content .col2 .row1 img { margin-top:12px}

#content .col2 .row2 {
	height:0px;
	padding-left:10px;
	}

#content .col2 .row3 { height:100%}
#content .col2 .row4 { height:11px}

#content .col3 { width:51px}

#content .block { 
	background:#e2dac1; 
	padding:1px
	}
	
#content .block .block1 {  }

#outerWrapper {
	margin: 0 auto 0 auto;
	height:auto;
	text-align: left; 
	width: 70em;
	}

#leftcolumn {
	background-image: url(../images/nav_bg.jpg);
	margin: 5px 5px 5px 10px;
	padding: 0px;
	height: 100%;
	width: 160px;
	float: left;
	/*border-right: 1px solid #bd9c76;*/
	min-height: 100%;
	}

#maincontent {
	float: none;
	margin: 0px 15px 5px 175px;
	padding: 5px;
	height: 100%;
	width: 600px;
	position: relative;
	}

/* ---------- End of Main Content Frame Layout ---------- */


/* ---------- Footer Style ----------- */

#footer { 
	height:42px; 
	text-align:center; 
	color:#a3792e
	}

#footer div { padding-top:7px}
#footer a { 
	color:#da7b03; 
	text-decoration:underline; 
	font-size:13px
	}

#footer a:hover{ text-decoration:none}

/* ---------- End of Footer Style ------------ */


/* ---------- Texas Thunder Style ------------ */

.texas_thunder_nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 10px;
	}

.imgtexas {
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 10px;
	}
/* Table style for the Meet the Team */
table.alerts { 
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 580px;
	}

.alertHd { 
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	}

.alertBod p { 
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	}
/* End of Table style for the Meet the Team */

/* Sub Navigation for Texas Thunder */

#slidetabsmenu {
	float: none;
	margin-right: 10px;
	font-size: 13px;
	line-height: normal;
	display: inline;
	}

* html #slidetabsmenu { /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 0px;
	}

#slidetabsmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	width:120px;
	margin-left: 30px;
	}

#slidetabsmenu li {
	display:inline;
	margin: 0px;
	width: 110px;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

#slidetabsmenu a {
	float:left;
	background:url(../images/nav/tab-left.gif) no-repeat left top;
	margin:0;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	}

#slidetabsmenu a span {
	float:left;
	display:block;
	background:url(../images/nav/tab-right.gif) no-repeat right top;
	padding:6px 5px 6px 3px;
	font-weight:bold;
	color:#3B3B3B;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span { color: black;}
#slidetabsmenu #current a { background-position:0 -125px;}

#slidetabsmenu #current a span {
	background-position:100% -125px;
	color: black;
	}

#slidetabsmenu a:hover { background-position:0% -125px;}

#slidetabsmenu a:hover span { background-position:100% -125px;}
/* End of Sub Navigation for Texas Thunder */



/* ---------- End of Texas Thunder Style ------------ */

/* ---------- Form Style ------------ */

label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 10px;
	padding-bottom: 5px;
	display: block;
	}
 
 input {
  color: #000;
/* background: #fee3ad;
 border: 1px solid #000;*/
	}


fieldset { width: 20em;}

legend {
	color: #fff;
	background: #ffa20c;
	padding: 2px 6px;
	}

/* ---------- End of Form Style ------------ */



/* ---------- Content Outline Boxes ---------- */
.chamfer {
	background: transparent;
	width: 100%;
	/*height: 100%;*/
	margin: 5px auto;
	}

.chamfer h2, .chamfer p { margin: 0 10px;} 
.chamfer h2 {
	font-size: 16px;
	color: #826124;
	letter-spacing: 1px;
	font-weight: bold;
	} 

.chamfer p { padding-bottom: 0.5em;}
.chamfer .top, .chamfer .bottom { 
	display: block;
	background: transparent;
	font-size: 1px;
	} 

.chamfer .b1, chamfer .b2, .chamfer .b3, .chamfer .b4, .chamfer .b5 {
	display: block;
	overflow: hidden;
	height: 1px;
	background: #ffedb7;
	border-left: 2px solid #cab590;
	border-right: 2px solid #cab590;
	}

.chamfer .b1 { 
	margin: 0 5px; 
	background: #cab590
	}

.chamfer .b2 { margin: 0 4px;} 
.chamfer .b3 { margin: 0 3px;}
.chamfer .b4 { margin: 0 2px;}
.chamfer .b5 { margin: 0 1px;}
.chamfer .boxcontent {
	display:block;
	background: #fef2ce;
	border-left: 2px solid #cab590;
	border-right: 2px solid #cab590;
	min-height: 600px;
	height: 100%;
	padding: 20px;
	}
/* ---------- End of Content Outline Boxes ---------- */

/* -----------Career Page Style ---------- */

.zsnazzy {
	width: 200px;
	float: right; 
	margin-right: 10px;
	padding-left: 10px;
	}
	
.xsnazzy h1, .zsnazzy h1 {
	margin: 0; 
	font-size: 14px;
	width: 180px; 
	padding: 0 10px 5px 10px; 
	border-bottom: 1px solid #cab590;
	}

.xsnazzy p, .zsnazzy p { 
	margin: 0; 
	padding: 5px 10px; 
	font-size: 10px;
	}

.xsnazzy {
	background: transparent; 
	width: 195px; 
	float: right; 
	margin: 0 10px;
	}


.xtop, .xbottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
	}

.xb1, .xb2, .xb3, .xb4 {
	display: block; 
	overflow: hidden;
	}

.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	background:#ae905c; 
	border-left:1px solid #cab590; 
	border-right:1px solid #cab590;
	}

.xb1 {margin:0 5px; background:#ae905c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #ae905c; border-width:0 1px; height:auto;}
* html .xboxcontent {height:1px;}

.color_a {background:#c9ba65; color:#fff;}
.color_b {background:#d4d8bd; color:#000;}
.color_c {background:#758279; color:#fff;}
.color_d {background:#ae905c; color:#000;}

/* ---------- End Career Page Style ------------ */

/* ---------- Search Form ------------- */
#SearchForm {
	position:absolute;
	width:174px;
	height:30px;
	border:1px none #000000;
	z-index:1;
	left: 797px;
	top: 69px;
	}
/* ---------- End of Search Form ----------- */

/* ---------- Picture Style for the Endorsees Large Image ---------- */

.endorsee {
	padding:15px 15px 55px 15px;
	margin-top: 20px;
	margin-left: 300px;
	border:1px solid black;
	background:white;
	text-align:center;
	float:right;
	}

.endorseetext {
	color:black;
	position:relative;
	margin-left: 300px;
	top: -50px;
	}

/* ----------  End of Picture Style for the Endorsees Large Image ---------- */

/* ---------- Priefert Photo Gallery ---------- */

ul#gallery {
	float:left;
	width: 580px;
	}
	
ul#gallery, ul#gallery li {
	list-style: none;
	margin: 10px 0px 0px 30px;
	padding: 0px;
	width: 495px;
	}

ul#gallery li {
	float: left;
	display: inline;
	margin: 10px 10px 10px 10px;
	width: 220px;
	height: 200px;
	text-align: center
	}

ul#gallery img {
	display: block;
	width: 200px;
	height: 155px;
	border: 2px solid #000;
	margin: 0px
	}

ul#gallery a {
	display: block;
	height: 180px;
	padding: 5px;
	background: #ae905c;
	border: 1px solid;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	}

ul#gallery a:hover {
	color: #fff;
	border-color:#000;
	background-color: #990000;
	}

/* ----------End of Priefert Photo Gallery ---------- */


/* ---------- Resource Center ---------- */
/* set millions of background images */
.rbroundbox { 
	background: url(../images/nt.gif) repeat;
	float:right 
	}
	
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
	}
.rbcontent { margin: 0 7px; }
.rbroundbox { 
	width: 40%; 
	margin: 1em  10px auto; 
	}

/* ---------- End of Resource Center ---------- */

/* ---------- International Priefert Style ---------- */
.view_bt {
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	}
/* ---------- End of International Priefert Style ---------- */


/* ---------- Homestead Advisor Style ---------- */
.imgrighthomestead {
	float: right;
	margin: 5px 15px 10px 10px;
	padding: 3px;
	margin:20px;
	width:190px;
	border:7px solid black;
	background:#cab590;
	}
/* ---------- End of Homestead Advisor Style ---------- */

/* ---------- Text ---------- */
.imgrighthistory {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 10px;
	}
/* ---------- End of Text ---------- */

/* ---------- Careers Section ---------*/
.careermain_bg {
	width: 620px;
	height: 100%;
	border: 0px;
	background-repeat: repeat-x;
	padding:5px;
	background-color:#FFFFFF;
}
.careermain_bg_topdown {
	width: 749px;
	height: 100%;
	border: 0px;
	background-repeat: repeat-x;
	padding:5px;
	background-color:#FFFFFF;
}

.careercaption {
	font-size: 10px;
	color: #666666;
}
.careercaption_smaller {
	font-size: 9px;
	color: #999999;
}
.careertitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 30px;
}
.careerbottomrowlinks {
	font-size: 9px;
	color: #666666;
}
.careermapdashes {
	font-size: 10px;
	color: #C9C9C9;
}
