@charset "utf-8";
body {
	font: 100% font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background-color: #027bac;
			border: 2px solid #027bac;


	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	width:900px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:179px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin:0;
}
#footer  {
	padding: 0 10px;
	background-color: #027bac;
}
#footer a  {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #000066;
	text-decoration:none;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.textbody {font-size:10pt;
font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
}

.footerbody {font-size:10px;
font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
}

.navbox {
text-align:center;
margin: 0 auto;
width:900px;


}

.navbox ul {
list-style:none;
display:block;
width:900px;
padding:0;
margin:0 auto;
height:95px;

}

.navbox ul li
{
display:inline;
float:left;
width:118px;
height:95px;
padding:0px 5px 0px 5px;
text-align:center;
font-family:'Trebuchet MS', Arial;
font-weight:bold;
font-size:16px;
color:#FFFFFF;

}






.navbox a {
margin: auto 0;
text-decoration:none;
color:#FFFFFF;
display:block;





}

.navbox a:hover{
text-decoration:none;
color: #0e0e0e;
margin: auto 0;


}


.clearfloat{clear:both;}

@charset "UTF-8";
#emailbg {
	background-image: url(images/emailpopup.jpg);
	height: 350px;
	margin: auto;
}
#close  {
	position: absolute;
	padding-left: 400px;
	padding-top: 50px;
}
#emailform {
	padding-top: 230px;
	padding-left: 245px;
}
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
ul { list-style: none inside; }
p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	font-weight: bold;
}
a img { border: none; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

a { 
	text-decoration: none; 
	outline: none;
	color: #335588;
	}
	a:hover {
		text-decoration: underline;
	}

#page-wrap {
	/* [disabled]min-width: 960px; */
	/* [disabled]max-width: 1260px; */
	width:expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1261? "1260px" : "auto");
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	/* [disabled]padding-right: 10px; */
	padding-bottom: 0;
	/* [disabled]padding-left: 10px; */
}

#top-bar {
	background: #1b5790; /* Digg Blue */
	min-height: 55px;
	padding: 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	}
	#right-side {
		float: right;
		padding-top: 15px;
		}
		#right-side img {
			border: 1px solid white;
			vertical-align: middle;
		}
		#right-side a {
			color: white;
			border-left: 1px solid white;
			height: 10px;
			padding-left: 10px;
			}
			#right-side a.first {
				border: none;
				padding: 0;
			}
				
#zone-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	min-height: 30px;
	padding: 5px 10px 0 10px;
	background-color: #047aac;
	}
	#zone-bar ul {
		display: block;
		}
		#zone-bar ul li {
	height: 18px;
	padding: 5px 5px 0 5px;
	position: relative;
	float: left;
	/* [disabled]margin-right: 10px; */
			}
			#zone-bar ul li:hover {
	background-color: #6CF;
			}
			#zone-bar ul li a {
	display: block;
	float: left;
	height: 23px;
	position: relative;
	top: -5px;
	right: -5px;
	padding-right: 3px;
	color: #FFF;
	font-size: 7.5pt;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
				}
				#zone-bar ul li a:hover {
				}
				#zone-bar ul li a span {
					position: relative;
					top: 6px;
				}
			#zone-bar ul li ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	width: 200px;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	background-color: #FFF;
				}
				#zone-bar ul li ul li {
	float: none;
	padding: 0;
	margin: 0;
	height: 100%;
	color: #000;
				}
#flashbanner #layer {
	height: 90px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
				#zone-bar ul li ul li:hover {
					background: none;
					}
					#zone-bar ul li ul li a {
	display: block;
	float: none;
	margin-left: -5px;
	width: 190px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000;
	text-transform: capitalize;
					}
					#zone-bar ul li ul li a:hover {
	color: #FFF;
	background-color: #047aac;
	padding-bottom:5px;
					}
#historyad p {
	font-size: 12px;
}
#ad p {
	font-size: 14px;
}
#historyad {
	width: 880px;
}
#historyad ul li {
	list-style-type: disc;
	text-align: left;
	font-size: 12px;
}
#flashbanner {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
}
.container_12 #header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #027aac;
}
#houstonedleaderboard {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 14px;
	border: thin solid #000;
	padding: 5px;
	height: 300px;
}
#houstonedleaderboard img {
	margin-right: 10px;
}
#houstonedleaderboard p span {
	color: #990033;
}
.oneColFixCtrHdr #page-wrap #mainContent p strong em {
	text-align: center;
}
.roundedcornr_box_273531 {
   background: #000000;
   width: 765px;
   margin-left:auto;
   margin-right:auto;
}
.roundedcornr_box_684114 {
   background: #057bad;
}
.roundedcornr_top_684114 div {
   background: url(images/roundedcornr_684114_tl.png) no-repeat top left;
}
.oneColFixCtrHdr #page-wrap #mainContent .roundedcornr_box_684114 .roundedcornr_content_684114 .featured {
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	font-size: 16px;
}
.roundedcornr_top_684114 {
   background: url(images/roundedcornr_684114_tr.png) no-repeat top right;
}
.roundedcornr_bottom_684114 div {
   background: url(images/roundedcornr_684114_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_684114 {
   background: url(images/roundedcornr_684114_br.png) no-repeat bottom right;
}

.roundedcornr_top_684114 div, .roundedcornr_top_684114, 
.roundedcornr_bottom_684114 div, .roundedcornr_bottom_684114 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_684114 { margin: 0 30px; }.oneColFixCtrHdr #page-wrap #mainContent p br {
	text-align: center;
}
#articles    {
	list-style-type: disc;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 30px;
}
.oneColFixCtrHdr #page-wrap #mainContent #articles ul li {
	list-style-type: disc;
}
#mainContent .franch {
	font-weight: normal;
	list-style-type: disc;
}
#socialmedia {
	position: fixed;
	top: 50px;
	right: 10px;
	
}
.articleheader  {
	text-decoration: underline;
}
.franchiseimg {
	margin-right: 10px;
}
.oneColFixCtrHdr #container #page-wrap #mainContent #franch {
	font-weight: normal;
}

