/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Arial;
	font-size:16px;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #663333;
	/*background: #FFFFFF url("bg_grad.jpg") fixed;*/
	
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font-family: "Blue Highway", Arial;
 font: bold 130% ;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
 
 
}

h2{
	font-family: "Blue Highway", Arial;
	 font: bold 120%;
 color: #FFDFDF;
 margin: 0px;
 padding: 0px;
}

h3{
font-family: "Blue Highway", Arial;
	color: #E9E9E9;
	margin: 0px;
	padding: 0px;
	
}

h4{
font-family: "Blue Highway", Arial;
	font: bold 150%;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	
}

h5{
font-family: "Blue Highway", Arial;
 font: small;
 color: #000000;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li{ margin-left:7px;
color:#FFFFFF}

/********* form and related tag styles *********/

form {
	margin: 10px;
	padding: 10px;
	background-color:#FFFFFF;
	color:#000000;
}
form h4{color:#000000;}

form label{
 font: bold 1em;
 color: #000000;
}

form .ControlFont
{
 font: bold 1em;
 color: #000000;
}
				
form input{

}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 160px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #800000;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bl {
	position:absolute;
	bottom:-1px;
	
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#br {
	position:absolute;
	bottom:-1px;
	
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
.headerBox{
background-color:#663333;
width:100%;
margin-bottom:10px;
 
}
#page_header{ height:130px;
 /*width:100%;*/
 position:absolute;
 padding: 5px 10px 10px 5px;
 
 
 margin-top:10px;
 left: 2%;
right: 2%;
	width:95.6%;
 background-color:#FFFFFF;

}

#contact_info
{

position:absolute;
top:12px;
right:50px;
width:220px;
height:75px;
float:right;
font: 75%;
 color: #333333 ;
 margin: 0px;
 padding: 0px;
 text-align:right;
}
#contact_info h1
{
	color: #000000;
	font-size: 125%;
}

#contact_info h2
{
	color:#000000;
	font-size: 115%;
	}
#contact_info h3
{
	color:#000000;
	font-size: 105%;
	}


#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	
	background-color: #F5f7f7;
	
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/




 #houstonMap {
    height: 400px;
    width: 400px;
} 
#satMap {
    height: 400px;
    width: 400px;
} 
#mobMap {
    height: 400px;
    width: 400px;
} 
/************** utility styles *****************/

#utility{
	font: 75%;
	/**position: absolute;
	top: 16px;
	right: 0px;
	**/
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	color: #FFFFFF;
}

#pageName h2{
	/*font: bold 175% Arial,sans-serif;*/
	font: bold 114%;
	color: #FFFFFF;
	margin:0px;
	padding: 0px;
}

#imgBob{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
#imgHelp{
	position: absolute;
	top: 2px;
	right: 50px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{


position:absolute;
top:90px;
left:0px;
width: 100%;
/*min-width: 640px;*/
height: 32px;
color: #CCCCCC;
background-color: #590000;
padding: 0px;
margin: 0px;
/*background-image:  url("glbnav_background.gif");*/
/*clear:both;*/
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	/*min-width: 640px;*/
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 637px;
	background-color:#590000
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	/*background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
	color:#FFFFFF;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	/*min-width: 640px;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #990000;
	
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	font-weight:bold;
	color: #666666;
}

.subglobalNav a:hover{
	color: #333333;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: Verdana,sans-serif;
 	font-size:small;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-color: #590000;
	color:#FFFFFF;
	
	/*min-height: 200px;*/
	/*height: 200px;*/
}
html>body .feature {height: auto;}

.feature h3{
	/*font: bold 175% Arial,sans-serif;*/
	font: bold 175% Arial,sans-serif;
	color:#CCCCCC;
	padding: 30px 0px 5px 0px;
}

.feature h4{
color:#FFFFFF;
font-size: 150%;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature li{
	font: bold 100% Arial, sans-serif;
	color:#FFFFFF;
	
	list-style-type: square;
}
.feature ul{
	margin-left: 30px;
	display: list-item;
	text-indent: 15px;
	}

#pg1Feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	vertical-align:top;
	color:#FFFFFF;
	/*width:100%;*/
	
}
.story h2{
	font: bold 175% Arial, sans-serif;
	color: #FFFFFF;
}
.story h3{
	font: bold 140% Arial, sans-serif;
	color: #CCCCCC;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial, sans-serif;
	color: #FFFFFF;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
.story li {font: bold 100% Arial, sans-serif;
color:#FFFFFF;
padding:0 0 0 10px;}

.story div.storyLeft{
	padding-right: 12px;
	float:left;
	width:300px;
	}
	
	.story div.storyRight{
	/*padding-right: 12px;*/
	/*margin-left:310px;*/
	float:left;
	width:300px;
	}
.story div.storyRow{
	width:650px;
	height:300px;
	/*float:left;*/
	
	padding:10px 5px 5px 10px;
	
	}
.storyBox {
	
	border: 1px solid #333333;	
	/*background-image:url(/css/tl_curve_maroon_red.gif); 
	background-position:top left;*/
	background-repeat:no-repeat;

}

.storyBox .innerBox{
	background-image:url(/css/tl_curve_maroon_white.gif); 
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#590000;
	}
.storyBox .innerBox .innerBox{
	background-image:url(/css/tr_curve_maroon_white.gif); 
	background-position:top right;
	background-repeat:no-repeat;
	}
.storyBox h4 {
	background-color:#590000;
	/*background-image:url(/css/tr_curve_maroon_red.gif); 
	background-position:top right;
	background-repeat:no-repeat;*/
	padding-left:5px;
	padding-right:5px;
	font-size: 150%;
	}
.storyBox h5 {
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	}
.storyBox p{
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	}
	.storyBox li{
	color:#590000;
	}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#590000;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font: Arial,sans-serif;
	

}

#sectionLinks h3{
	font: Arial,sans-serif;
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #B97373;
	border-bottom: 1px solid #DCB8B8;
	background-color: #590000;
	/*background-image:  url("bg_nav.jpg");*/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #CCCCCC;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #DDEEFF;*/
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font: Arial,sans-serif;
	color:#990000;
}

.relatedLinks a, .relatedLinks a:visited{
	display: block; 
	color:#000000;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


/****************** Image Styles *******************/
#signature
{
	
	}
#page1Img{ 

padding:10px 10px 10px 10px;
}

#imgLogo
{
position:absolute;
left:30px;
top:12px;
}
/********************* end **********************/

/***** Feedburner Styles ***/
#deals,#investing,#propmgmt, #txrealnews, #alrealnews
{
margin-left:10px; margin-top:5px; 
}

#deals a:link,#investing a:link,#propmgmt a:link, #txrealnews a:link, #alrealnews a:link{
  		color: #CCCCCC;
		font-weight:bold;
  	}
	
#deals 	a:hover,#investing a:hover,#propmgmt a:hover, #txrealnews a:hover, #alrealnews a:hover {
	text-decoration: underline;	
  	}
#deals a:visited,#investing a:visited,#propmgmt a:visited, #txrealnews a:visited, #alrealnews a:visited {
  		color: #999999;
		font-weight:bold;
  	}

#deals ul li,
#investing ul li,
#propmgmt ul li,
#txrealnews ul li,
#alrealnews ul li {
		margin-top: 8px;
	}