/*
.black {
  Color: #000000;
}

.white {
  Color: #FFFFFF;
}

.headerBlue {
  Color: #25395A;
}

.navBGBrown {
  Color: #16110E;
}

.bodyBrown {
  Color: #30271F;
}

.footerGray {
  Color: #101010;
}

.textGray {
  Color: #A59E94;
}

.headNavActiveBG
{
	Color: #809DCB;
}

.blueText
{
	Color: #4469A6;
}
*/

body
{
	background-color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #A59E94;
}

#container
{
	background-color: #30271F;
	width: 950px;
	margin: 10px auto 0px;
	text-align: left;
}

#head
{
	background-color: #25395A;
	width: 950px;
	height: 150px;
	position: relative;
}
#headLogo
{
	background-color: #FFF;
	width: 250px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#headRight
{
	width: 700px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 250px;
}
#headBanner
{
	width: 700px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#headNav
{
	width: 700px;
	height: 25px;
	position: absolute;
	top: 125px;
	left: 0px;
}
#headNav ul
{
	list-style-type: none;
	height: 25px;
}
#headNav ul li
{
	display: inline;
	float: left;
	line-height: 25px;
	height: 25px;
}
#headNav ul li a:link,
#headNav ul li a:visited,
#headNav ul li a:hover,
#headNav ul li a:active,
#headNav ul li a:focus
{
	display: block;
	line-height: 25px;
	width: 116px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#headNav ul li a:link,
#headNav ul li a:visited
{
	color: #FFF;
}
#headNav ul li a:hover,
#headNav ul li a:active,
#headNav ul li a:focus
{
	color: #FFF;
	background-color: #809DCB;
}








#torso
{
	background: #30271F url(images/bg_columns.png) repeat-y;
	width: 950px;
}
#torsoTop
{
	width: 950px;
	height: 280px;
	background-color: #333;
}
#torsoBottom
{
	width: 950px;
	/* height: 216px; */
}
#torsoBottom #torsoNav,
#torsoBottom #torsoCopy,
#torsoLeft,
#torsoRight
{
	display: inline;
	float: left;
}

#torsoNav
{
	margin: 0px;
}
#torsoNav,
#torsoNav ul
{
	width: 250px;
}
#torsoNav ul li a
{
	display: block;
	width: 230px;
	height: 19px;
	line-height: 19px;
	margin: 0px 0px 2px;
	padding-left: 20px;
}
#torsoNav ul li a:link,
#torsoNav ul li a:visited
{
	background-color: #162336;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
#torsoNav ul li a:hover,
#torsoNav ul li a:active,
#torsoNav ul li a:focus
{
	background-color: #25395A;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
#torsoCopy
{
	width: 660px;
	margin: 20px;;
	min-height: 200px;
	/* height: 176px; */
	line-height: 1.8em;
	letter-spacing: 1px;
	/* overflow: auto; */
}
#torsoCopy h2
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 120%;
	color: #FFF;
}
#torsoCopy h3
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
	margin-top: 1em;
}
#torsoCopy a:link,
#torsoCopy a:visited
{
	color: #FFF;
	text-decoration: underline;
}
#torsoCopy a:hover,
#torsoCopy a:active,
#torsoCopy a:focus
{
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

#torsoCopy .tabGroup .tab
{
	display: inline;
}
#torsoCopy .tabGroup .tab a
{
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 50px;
	font-size: 120%;
}
#torsoCopy .tabGroup .tab a:link,
#torsoCopy .tabGroup .tab a:visited
{
	color: #4469A6;
	background-color: transparent;
}
#torsoCopy .tabGroup .tab.active a:link,
#torsoCopy .tabGroup .tab.active a:visited
{
	color: #FFF;
}
#torsoCopy .tabGroup .tab a:hover,
#torsoCopy .tabGroup .tab a:active,
#torsoCopy .tabGroup .tab a:focus
{
	color: #FFF;
}
#torsoCopy p
{
	margin-top: 15px;
}
#torsoCopy p strong
{
	font-weight: bold;
}
#torsoCopy ul
{
	list-style: disc inside;
	margin-left: 2em;
}
#torsoCopy table
{
	width: 660px;
	margin-top: 1em;
}
#torsoCopy th
{
	font-weight: bold;
}
#torsoCopy td
{
	line-height: 1.2em;
}

#torsoCopy ul.servicesMatrix
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#torsoCopy ul.servicesMatrix li
{
	display: block;
	width: 225px;
	float: left;
	margin: 1em 0px;
}

#torsoLeft #torsoBanner
{
	width: 250px;
}

#torsoRight #torsoCopy.limit
{
	height: 260px;
	overflow: auto;
}
#torsoRight #torsoFillImg
{
	width: 700px;
	height: 216px;
}

#foot
{
	background-color: #101010;
	width: 950px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	letter-spacing: .2em;
}

input,
label
{
	display: block;
}
label
{
	margin-top: 1em;
}
textarea
{
	width: 30em;
	height: 4em;
}


.spacer
{
	float: none;
	clear: both;
}