
body {
	background: #333;
	color: #e0e0e0;
	font: 1em/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #6edbff;
}
a:hover {
	text-decoration: none;
}

hr {
	border: none;
	border-top: solid 1px #999;
	height: 0;
	margin: 25px 0;
}
img {
	border: 0;
}

#container {
	background: #111 url(bg-top.gif) repeat-x;
}

#container2 {
	background: #333 url(content-bg.gif) repeat-y;
	margin: 0 auto;
	width: 950px;
}

#header {
	background: #111 url(bg-top.gif) repeat-x;
}

#header h1 {
	display: none;
}

#nav-container {
	background: url(navbar-bg.gif) no-repeat center top;
	margin: 0 auto -1px auto;
	padding: 1px 33px 0 33px;
	text-align: center;
	width: 850px;
}
#nav-main {
	width: 850px;
}
#nav-main,
#nav-main li {
	float: left;
	height: 55px;
	list-style: none;
	padding: 0;
	margin: 0;
}
	#nav-main li a {
		/*background: url(navbar-button-inactive2.gif) no-repeat center ;*/
		color: #fff;
		display: block;
		float: left;
		font-size: 115%;
		height: 55px;
		letter-spacing: 1px;
		line-height: 48px;
		padding: 0 15px;
		text-decoration: none;
	}
		#nav-main li.current-page a,
		#nav-main li a:hover {
			background: url(navbar-button-active.gif) repeat-x;
			color: #000;
		}

#nav-sub {
	height: auto !important;
	height: 25px;
	list-style: none;
	margin: 0;
	min-height: 25px;
	padding: 0;
}
	#nav-sub li {
		border: solid 1px #ccc;
		margin: 6px;
		width: auto;
	}
		#nav-sub li a {
			background: url(navbar-button-active.gif) repeat-x 0 -8px;
			color: #000;
			display: block;
			font-size: 120%;
			letter-spacing: 2px;
			padding: 4px;
			text-align: center;
			text-decoration: none;
		}
		#nav-sub li a:hover {
			background: url(navbar-button-active.gif) repeat-x 0 -15px;
		}


#nav-foot {
	height: 28px;
	width: 912px;
}
	#nav-foot,
	#nav-foot li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#nav-foot li {
		display: inline;
	}
		#nav-foot li a {
			color: #fff;
			font-size: 85%;
			letter-spacing: 1px;
			line-height: 28px;
			padding: 0 15px;
			text-decoration: none;
		}
		#nav-foot li.current-page a,
		#nav-foot li a:hover {
			color: #6edbff;
			text-decoration: underline;
		}



#flash,
#content {
	margin: 0 auto;
	width: 850px;
}

#content-left {
	float: left;
	margin: 26px 0 26px 26px;
	width: 480px;
}
	#content-left p {
		margin: 10px 0;
	}

#content-right {
	float: left;
	margin: 26px 0 26px 26px;
	width: 250px;
}

.content-box {
	background: #111;
	font-size: 85%;
	margin: 0 0 20px 0;
	padding: 20px;
}
	.content-box h2 {
		color: #6EDBFF;
		font-size: 130%;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 0 0 15px 0;
	}
	.content-box h3 {
		margin-bottom: 0 !important;
	}

#footer {
	background: #111 url(content-bottom.gif) no-repeat;
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	width: 912px;
}

	#footer #designed-by {
		border-top: solid 1px #333;
		color: #aaa;
		font: normal 70%/100% Arial, Helvetica, sans-serif;
		font-size: 75% !important;
		margin: 20px 0 0 0;
		padding-top: 10px;
		text-align: center;
	}
	#designed-by a {
		background: url(websites-houston.gif) no-repeat;
		display: block;
		height: 20px;
		margin: 0 auto;
		overflow: hidden;
		text-indent: -1000px;
		width: 228px;
	}

.clear {
	clear: both;
}


/* ********** Side links *********** */
#sidelinks {
	margin-bottom: 20px;
}
#sidelinks img {
	display: block;
	margin-bottom: 6px;
}

/* ********** Image Menu *********** */
#photo-group {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float: left;
}
.imageMenus {
	height: 70px;
	overflow: hidden;
	position: relative;
	width: 210px;
}
	.imageMenus ul {
		display: block;
		list-style: none;
		margin: 0px;
		padding: 0;
		width: 1000px;
	}
		.imageMenus ul li {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.imageMenus ul li a {
				background-attachment: scroll;
				background-position: center;
				border-left: 1px solid #ccc;
				border-top: 1px solid #ccc;
				cursor: pointer;
				display: block;
				height: 140px;
				overflow: hidden;
				text-indent: -1000px;
				width: 69px;
			}



/* ********** xdebug fixes *********** */
table[dir="ltr"] th,
table[dir="ltr"] td {
	color: #000 !important;
}
table[dir="ltr"] a {
	color: #d00 !important;
}
