@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f1c8ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	border-left: solid;
	border-left-width: thin;
	border-color: #FFCCFF;
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 25px 190px 0 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

table, td, th, input {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: .58;
	}

#intro {
color: #a75cb5;
font: Arial, Helvetica, sans-serif;
background-color:#FFCCFF;
padding: 5px 20px 5px 20px;
margin: 0px 0px 0px 290px;
}

#podcast {
padding-top: 10px;
}

#left {
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 365px;

}

#right {
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	width: 370px;

}

#elements {
	color: #a75cb5;
	font: Arial, Helvetica, sans-serif;
	background-color:#FFCCFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: none;


}

#elementswide {
	color: #fabb77;
	font: Arial, Helvetica, sans-serif;
	background-color:#fae677;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#elementsblue {
	color: #a75cb5;
	font: Arial, Helvetica, sans-serif;
	background-color:#deecfa;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#elementsgreen {
	color: #bbffb9;
	font: Arial, Helvetica, sans-serif;
	background-color:#c6fdc4;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: right;
	width: 335px;
	
	
}

#elementsgreenhotel {
	color: #bbffb9;
	font: Arial, Helvetica, sans-serif;
	background-color:#c6fdc4;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	
}

#show {
	font: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	float:left;
}


#photo 
{
padding: 10px 0px 10px 10px; /* top, right, bottom, left */
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f1c8ff; 
} 
#intro2 {
color: #a75cb5;
font: Arial, Helvetica, sans-serif;
background-color:#FFCCFF;
padding: 10px 20px 10px 20px;

}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f1c8ff; 
} 


.twoColFixLtHdr #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 */
	font: Arial;
	font-size:9px;
	color:#FF66CC
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headerToday{
	border-bottom: 1px solid #BBBEC7;
	background: url(../img/headerhouston.jpg) #FFFFFF no-repeat left top;
	height: 144px;
	position: relative;
	z-index: 10;
	}

p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
	

/*import of existing css files*/

* { padding: 0; margin: 0; /*resets all to zero*/ }

body, td, th, input {
	font: 100.1% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-size-adjust: .58;
}

body {
	color: #7D7D7D;
	background: #e0cee0;
	text-align: center;
	min-width: 760px; /* WinIE behavior call */
	behavior: url(csshover.htc);
}


/*commence nav stuff*/
div#nav {
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 1000px;
	background: #C6B5C5;
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	float: left;
	top: 144px;
	left: 0px;
	height: 19px;
	z-index: 20;
	background-color: #C6B5C5;
}


div#nav li {
	margin: 0;
	float: left;
	width: 110px;
	border-left: 1px solid #DFD5DE;
	list-style: none;
	text-align: left;
	position: relative;
	z-index: 1;
}

div#nav li.first {
	border-left: none;
	z-index: 1;
}

div#nav li.submenu {
	margin: 0;
	float: left;
	width: 142;
	list-style: none;
	line-height: 18px;
	text-align: left;
	position: relative;
	height: 18px;
	z-index: 20;
}

/*colors*/

div#nav ul ul li{
	border-bottom: 1px solid #DFD5DE;
	width: 110px;
	background: #BAA9BA;
}

div#nav ul ul.wide, div#nav ul ul.wide li {
	border-bottom: 1px solid #DFD5DE;
	width: 110px; /*dropdown width required to get borders all the way across*/
		z-index: 20;
}

div#nav li:hover, 
div#nav li a:hover {
	color: #FFFFFF;
	background: #A588AB;
}

div#nav li.submenu:hover,
div#nav li.submenu li a:hover {
	color: #FFFFFF;
	background: #A588AB;
	background-color: #A588AB;
	z-index: 20;

}

div#nav li a {
	padding: 1px 5px;
	width: 110px;
	display: block;
	color: #FFFFFF; /*color of all menu text*/
	text-decoration: none;
}


div#nav>ul a { width: auto; }

div#nav ul ul{
	width: 110px;
	border-top: 1px solid #DFD5DE;
	display: none;
	font: normal 11px/13px Tahoma, sans-serif;
	position: absolute;
}

div#nav ul ul li{
padding: 2px 0;
}


div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

div#nav ul.level2 {
	top: 19px;
	left: -1px;
	z-index: 30;
}

div#nav ul li.wide{ width: 110px; text-align: center; }
div#nav ul li.narrow{
	width: 110px;
	text-align: center;
}

/*Fonts and styles*/
p a:link {
	color: #663399;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #663399;
}
p a:hover {
	text-decoration: none;
	color: #886d99;
}
p a:active {
	text-decoration: none;
	color: #663399;
}
.bodywhite {
color: #FFFFFF;
}
.header2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.header2 a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
.header2 a:hover {color: #666699;
}
.header2 a:active {color: #999999;
}
.purple_bold 
{
; color: #a981d1
}
.HeaderStyle 
{
 color: #a981d1;
 font-size:14px;

}
.HeaderStyleBlue 
{
 color: #a981d1;
 font-size:14px;

}
.purple_bold_small 
{
font-weight: bold; 
color: #a981d1;
font-size:medium;
}
div#mainContent ul {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 5px 0px 35px;
	padding: 0 0 5px 0;
	}
div#mainContent li {
margin:.5em 5% .5em 0;
	}
	
.specialfeatures
	{font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #ACB5C8;
	margin-top: -7px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	line-height: 20px;
	margin-bottom: 7px;
	padding-bottom: 2px;
	margin: 0px;;
	}
	
.specialgreen
	{
	
	font: Arial, Helvetica, sans-serif;
	background-color:#c6fdc4;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	
	}
	
	
.speciallilac
{
color: #a75cb5;
	font: Arial, Helvetica, sans-serif;
	background-color:#FFCCFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	
	}
	
	
