/* CSS Document */

#pagecontainer{
	width:774px;
	position:relative;
	margin: 0 auto;
	background-image: url(images/bgtile.gif);
	background-repeat: repeat-y;
}
#homeheader {
	height: 146px;
	width: 774px;
	position: relative;
	background-image: url(images/brandtsheader.jpg);
	background-repeat: no-repeat;
}
#biznav{
	margin-left:34px;
	height: 88px;
	width: 161px;
	position: relative;
}
#horizontalnav{
	padding-top:3px;
	margin-top:32px;
	height: 23px;
	width: 774px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
#horizontalnav a:link, #horizontalnav a:visited {color: #660000; text-decoration: none;}
#horizontalnav a:hover {color: #003366; text-decoration: none;}

#navBar {
	margin-top: 4px;
	padding: 0px;
	line-height: 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #748248;
	text-indent: 5px;

}
#navBar ul a:link, #navBar ul a:visited {display: block; color: #748248; text-decoration: none;}
#navBar ul a:hover {color: #003366; text-decoration: none;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #748248;}

#intrographic {
	/*height: 86px; commented by brandon */
	width: 774px;
	position: relative;
}
#bottomgraphic {
	position:relative;
	clear:both;
	height: 86px;
	width: 774px;
	position: relative;
}
#bodycontent {
	width: 774px;
	position: relative;
}
#leftcolumn{
	width: 232px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftcolumnlk {
	width:230px;
	line-height: 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-indent: 10px;
	background-image: url(images/lftbg.jpg);
	background-repeat: repeat-y;
}
#leftcolumnlk ul a:link, #leftcolumnlk ul a:visited {display: block; color: #003366; text-decoration: none;}
#leftcolumnlk ul a:hover {color: #660000; text-decoration: none;}
#leftcolumnlk ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftcolumnlk li {border-bottom: 1px solid #FFFFFF;}

#content{
	float: left;
	width:522px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding: 10px;
	background-image: url(images/bdgradient.jpg);
	background-repeat: no-repeat;
}
#btmbg {
	position: relative;
	clear:both;
	background-image: url(images/btm.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 774px;
}


/* here are things that brandon inserted... */

#content h1, #leftcolumn h1 {
  text-align: center;
  font-size: 22px;
}

.table1 {
	border: 1px solid #748248;
}
.table1 th {
	background-color: #AFB694;
	border-top:    1px solid #C8CCB9;
	border-left:   1px solid #C8CCB9;
	border-bottom: 1px solid #959D76;
	border-right:  1px solid #959D76;
	padding:       2px;
}
.table1 td {
	background-color: #F0F1EB;
	border-top:    1px solid #FFFFFF;
	border-left:   1px solid #FFFFFF;
	border-bottom: 1px solid #DCDFCE;
	border-right:  1px solid #DCDFCE;
}
.table1 .colortr1 td {
	background-color: #F0F1EB;
	border-top:    1px solid #FFFFFF;
	border-left:   1px solid #FFFFFF;
	border-bottom: 1px solid #DCDFCE;
	border-right:  1px solid #DCDFCE;
}
.table1 .colortr2 td {
	background-color: #DEE1D2;
	border-top:    1px solid #ECEDE8;
	border-left:   1px solid #ECEDE8;
	border-bottom: 1px solid #C8CEB2;
	border-right:  1px solid #C8CEB2;
}

.headerTitle {
	font-size: 18px;
}
.headerTitle2 {
	font-size: 14px;
}

.table2 {
	border: 1px solid #748248;
}
.table2 td {
	border: 1px solid #748248;
	background-color: #748248;
}

.curleftnav {
    background-color: #AFB694;
	color: #FFFFFF;
}
.unnamed1 {
	font-family: Flexure;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
}

a {
  color: #000;
  text-decoration: underline;
}
a:link {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}