/* CSS Document */
body {
	background-color: #F4F0E3;
	margin: 0px;
}

a:link, a:visited, a:active {
	background-color: #F4F0E3;
	color: #000000;
	font-weight: bold;
	line-height: 1.1em;
	text-decoration: underline;
}

a:hover {
	background-color: #663333;
	color: #F4F0E3;
	text-decoration: none;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
}

div.article {
	border: thick double #996633;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.25em;
	padding: 0.5em;
	text-align: justify;
}

div.article p {
	text-align: justify;
}

div.article-footer {
	font-size: 0.75em;
	line-height: 1em;
}

.asterisk {
	color: #990033;
	font-weight: 700;
}

.bottom-notice {
	background-color: #F4F0E3;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}

.company-email {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	display: inline-block;
	width: auto;
	float: left;
}

.company-email a:link, .company-email a:visited, .company-email a:active, a.sitemap:link, a.sitemap:visited, a.sitemap:active {
	background-color: #F4F0E3;
	color: #808080;
	text-decoration: none;
}

.company-email a:hover, a.sitemap:hover {
	background-color: #F4F0E3;
	color: #000000;
	text-decoration: none;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style2 {
	font-size: 12px
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif
}

.style5 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}



/* ************* HEADER STYLE ************** */
.spacer {
	width: 100%;
	height: 1px;
	line-height: 0px;
	clear: both;
	font-size: 0px;
	text-decoration: none;
	overflow: hidden;
	visibility: hidden;
}
#header_on_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#header_on_top #hd_center {
	height: 70px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#header_on_top #hd_center img  {
	float: left;
}
#header_on_top #hd_center #hd_right_links {
	float: right;
	margin-top: 30px;
	margin-right: 12px;
}
#header_on_top #hd_flash_bg {
	height: 230px;
	width: 100%;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header_on_top #hd_flash_bg #hd_flash_cnt {
	height: 230px;
	margin-right: auto;
	margin-left: auto;
	width: 805px;
	background-image: url(../images/header/offices-huston.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#header_on_top #hd_flash_bg #hd_flash_cnt #hdflash a {
	background: none;
	text-align: right;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 50px;
	font-size: 18px;
	padding-top: 180px;
}
#header_on_top #hd_flash_bg #hd_flash_cnt #hdflash a:hover {
	color: #E0BF7A;
}
a#wwexternal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #99843C;
	display: block;
	height: 10px;
	width: 126px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wwext.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	text-align: right;
}
a#wwexternal:hover {
	background-color: #F4F0E3;
}

