/*
===============================================
Copyright 2008 Houston Asset Management Inc.
===============================================
*/

/*
===========================================
*************************   GENERAL FEATURES   *************************
===========================================
*/

body {
	padding: 0px;
	background-color: #7f7f7f;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/topstrip.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	COLOR: #003366; TEXT-DECORATION: none
}
a:visited {
	COLOR: #003366; TEXT-DECORATION: none
}
a:hover {
	COLOR: #DD0000; TEXT-DECORATION: underline
}



h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #464646;
	text-align: left;
	text-indent: 6px;
	width: 100%;
	border-top: none 0px;
	border-left: none 0px;
	border-right: none 0px;
	border-bottom: double 3px #666666;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 7px 0px;
}

#container{
	width: 100%;
	padding: 0px;
	margin: auto;
}


/* ************** Header/Top Navigation ************** */
#topart{
	width: 100%;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
	margin: 39px 0px 0px 0px;
}

#header{
	width: 1000px;
	padding: 0px;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 78px;
	margin: 0px auto 0px auto;
}
#logo{
	width: 520px;
	position: absolute;
	height: 65px;
	left: 120px;
	top: 16px;
}

#logo #phoneNum{
	width: 160px;
	position: absolute;
	font-size: 15px;
	font-weight:bold;
	height: 65px;
	left: 693px;
	top: 16px;
	text-align: right;
}


#nav{
	width: 100%;
	height: 47px;
	background-color: #d5d5d5;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: none 0px;
}



/* ************** Content ************** */
#content{
	width: 100%;
	vertical-align: top;
	/*color: #7f7f7f;*/
	color: #000000;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


/* Index */
#indextable{
	width: 100%;
	height: 328px;
	border: solid 0px;
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 2px auto 0px auto;
}
#indextable2{
	width: 994px;
	border: solid 0px;
	font-size: 0.9em;
	text-align:left;
	margin: 0px auto 15px auto;
}
#indextable-l{
	width: 214px;
    vertical-align: top;
	font-weight:bold;
}
#indextable-m{
	width: 198px;
	vertical-align: top;
	font-weight:bold;
}
#indextable-r{
	vertical-align: top;
	text-align:justify;
	font-size: 0.8em;
}


#maintable{
	width: 100%;
	height: 300px;
	border: solid 0px;
	margin: 2px auto 0px auto;
	text-align: justify;
}


#inner{
	width: 950px;
	vertical-align: top;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.caption{
	width: 100%;
	font-size: 1.2em;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align:justify;
}


#disclaimer{
	width: 100%;
	vertical-align: top;
	padding: 0px;
	margin: 0px auto 15px auto;
	background-image: url(../images/discl_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#disclaimerin{
	width: 994px;
	vertical-align: top;
	color: #fffefe;
	font-size: 0.6em;
	text-align:justify;
	padding: 35px 0px 0px 0px;
	margin: auto;
}

#accountLinks a:link {
	COLOR: #003366; TEXT-DECORATION: underline;
}
#accountLinks a:visited {
	COLOR: #003366; TEXT-DECORATION: underline;
}
#accountLinks a:hover {
	COLOR: #DD0000; TEXT-DECORATION: none;
}


