body {
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	background-color: #000;
	background-image: url(../uploads/Image/steel%20grate%20grayscale.jpg);
	border: thin solid #FF0000;
}

p,h1,h2,h3,h4,h5,h6,form,body,html,ul,li {
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-image: none;
	background-repeat: repeat;
	border: thin none #FF0000;
}

img {
	border: none;
}

a {
	color: #FF0000;
}

a:hover {
	color: #0000FF;
}
p.listing {
	border-bottom: solid 1px #555;
	padding-bottom: 14px;

}
a.hide {
	width: 100px;
	height: 75px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 5px 26px 12px 0;
}
.logo-ae2 {
	text-align: center;
	background-color: #000;
	background-image: none;
	background-repeat: repeat-x;
}
#hots {
	background: #000;
	height: 230px;
	margin-bottom: 8px;
	border: 1px solid #999999;
	width: 224px;
}
#hots a {
	color: #fff;
}
#hots a:hover {
	color: #ff0000;
}
ul#hot-links {
	float: left;
}
#hot-links li {
	list-style: none;
}
ul#hot-links-2 {
	float: right;
}

#hot-links-2 li {
list-style: none;
}
a.find {
font-size:.9em;
}
.k4 {
margin-left: 10px;
}
.ns {
float: left;
margin-right: 5px;

}
p.n1, p.n2, p.n3, p.n4, p.n5 {
margin:0;
padding:0;
/*height:84px;*/
}
#news-block p {
margin:0;
}
#newa-block hr {
margin:0;
padding:0;
}
.image-holder .left {
	float: left;
	margin: 0 12px 12px 0;
}
hr.staff-clear {
	margin-bottom:28px;
}
.more-bk {
	text-align: left;
	padding: 6px 5px 4px 5px;
	display:block;
	background: #ededed url(http://www.stereoschool.com/houston/images/morebk.jpg) repeat-x 0 -6px;
}
.require {
color:#ff0000;
}
#about-block .more-bk {
	margin-top:6px;
}
#about-block a {
color:#fff;
}
#about-block a:hover  {
color: #ff0000;
}
#school-block .more-bk {
	margin-top:5px;
}
#school-block a  {
color: #fff;
}
#school-block a:hover  {
color: #ff0000;
}
#cool-cars .more-bk {
	margin-top:16px;
}
#cool-cars a  {
color: #fff;
}
#cool-cars a:hover  {
color: #ff0000;
}

#edge-media .more-bk {
	margin-top:16px;
}
#edge-media a  {
color: #fff;
}
#edge-media a:hover  {
color: #ff0000;
}

#news-block .more-bk {
	margin-top:30px;
}
#news-block a  {
color: #fff;
}
#news-block a:hover  {
color: #ff0000;
}

#fun-facts .more-bk {
	margin-top:14px;
}
#fun-facts a  {
color: #fff;
}
#fun-facts a:hover  {
color: #ff0000;
}


a.hidecar {
	width: 100px;
	height: 70px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 12px 12px 0;
}

hr {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
div.clearit {
	clear: both;
}
.space {
	margin: 5px 0 12px 7px;
}
hr.clear {
	clear: both;
	margin: 0 0 28px 0;
	visibility: hidden;
}

#site-container {
	text-align: left;
	width: 768px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin none #FF0000;
}

/* HEADER */
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 132px;
}

#header h1 {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 75px;
	margin-left: 0;
}

#header h2 {
	font-size: 1.5em;
	clear: right;
	margin-left: 12px;
}
#header h3 {
	color: #ffcc00;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 12px;
}


/*TOP-NAV*/

#top-nav {
	background: #efefef;
	height: 30px;
}

#top-nav ul{
	margin-left: 3px;
	background: #efefef;
	
}

#top-nav li {
	list-style: none;
	float: left;
	position: relative;
	background: #efefef;
}

#top-nav li a {
	color: #000;
	text-decoration: none;
	padding: 7px 9px 7px 8px;
	display: block;
}

#top-nav a:hover {
	color: #fff;
	background: #ff0000;
}

/*SUB-NAV*/

#top-nav ul ul li a{
	color: #333;
	margin: 0;
	padding: 4px 9px;
	width: 150px;
}

#top-nav ul ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 29px;
	margin: 0;
	padding: 0;
	width: 150px;
}

#top-nav ul ul a {
	background: #efefef;
	display: block;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #999;
}

#top-nav li ul a:hover{
	color: #fff;
	background: #ff0000;
	display: block;
}

#top-nav ul li>#top-nav ul ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 100px;
	left: 0;
}

#top-nav li:hover ul, #top-nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content-container {
	border: solid 1px #fff;
	border-top: none;
	height: auto !important;
	height: 750px;
}

/*LEFT_COL*/
#left-col {
	width:226px;
	float:left;
	display:inline;
	background-color: #000;
	background-image: none;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 10px;
	height: auto;
}

#about-block {
        height:  250px;
}

#school-block {
	border: 1px solid #999999;
	background-image: none;
	background-repeat: repeat;
	height: auto;
	margin-bottom: 8px;
	width: 224px;
}

#about-block h2, #school-block h2, #cool-cars h2, #edge-media h2, #news-block h2, #fun-facts h2 {
	color: #ff0000;
	font-size:1.1em;
	padding: 4px 0 6px 14px;
	background-image: none;
	background-repeat: repeat-x;
}

#about-block p, #cool-cars p, #news-block p, #edge-media p, #fun-facts p {
	margin: 0 14px 0 14px;
}

#school-block p {
	 margin: 1px 3px 1px 0px;
}

/*RIGHT-COL*/
#right-col {
	width:510px;
	float:right;
	display:inline;
	height: auto;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-top: 12px;
}

#flash-block {
	background:#000;
	border: solid 1px #ff0000;
	height: 186px;
	width: 745px;
	margin-left: 12px;
	margin-top: 5px;
}

#cool-cars, #news-block {
	border: 1px solid #999999;
	width: 249px;
	height: 280px;
	float: left;
	margin-top: 0px;
	background-color: #000;
	background-image: url(../uploads/Image/drock003.jpg);
	margin-left: 0px;
	margin-bottom: 8px;
}

#ice-block {
	border: 1px solid #999999;
	width: 508px;
	height: auto;
	float: left;
	background-color: #000;
	background-image: url(../uploads/Image/drock003.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 8px;
}

#bottom-block {
	border: 1px solid #999999;
	width: 508px;
	height: auto;
	float: left;
	background-color: #000;
	background-image: url(../uploads/Image/drock003.jpg);
	margin-top: 0px;
}
#edge-media, #fun-facts {
	border: 1px solid #999999;
	float: right;
	width: 249px;
	height: 280px;
	margin-top: 0px;
	background-color: #000;
	background-image: url(../uploads/Image/drock003.jpg);
	margin-left: 0px;
	margin-bottom: 8px;
}



/*secondary-stuff*/
#side-bar {
	width: 200px;
	float: left;
	margin: 12px;
	display:inline;
}

#side-bar ul {
	margin-left: 4px;
}

#side-bar li {
	list-style: none;
}

#side-bar li a {
	color: #ffcc00;
	text-decoration: none;
	padding: 4px 8px;
	display: block;
	border-bottom: solid 1px #666;
	height: 1%; /*IE6*/
}

#side-bar li a:hover {
	color:#fff;
	background: #333;
}


#content-body {
	float: right;
	width: 510px;
	margin: 12px;
	display: inline;
}

#content-body-2 {
	padding: 24px;
}

#content-body h1 {
	font-size: 1.9em;
	color: #ffcc00;
	margin-bottom: 12px;
}
#content-body-2 h1 {
	color: #ff0000;
	font-size: 1.6em;
	margin-bottom: 18px;
}
#content-body h2,#content-body-2 h2 {
	font-size: 1.3em;
	color: #ffcc00;
	margin-bottom: 5px;
}

#content-body h3,#content-body-2 h3 {
	font-size: 1.3em;
	color: #999;
	margin-bottom: 5px;
}
#content-body h4,#content-body-2 h4 {
	font-size: 1.1em;
	color: #ccc;
	margin-bottom: 5px;
}
#content-body h5,#content-body-2 h5 {
	font-size: 1em;
	color: #fff;
	margin-bottom: 5px;
}

#content-body h6,#content-body-2 h6 {
	font-size: .9em;
	color: #999;
	margin-bottom: 5px;
}

#content-body ul {
	margin-left: 24px;
}

#content-body li {
	margin-bottom: 14px;
}

#content-body p,#content-body-2 p {
	margin-bottom: 16px;
color: #fff;
}

/*footer */
#footer {
	text-align: right;
	background: url(../images/foot.gif) no-repeat;
	clear: both;
	height: 30px;
	margin: 0 auto;
	padding-top: 30px;
	width: 770px;
}

#footer ul {

}

#footer li {
	display: inline;
}

#footer li a {
	color: #fff;
	border-right: solid 1px #fff;
	text-decoration: none;
	padding: 0 6px 0 2px;
}
#footer li a.none {
	border-right: none;
}

ul#videos {
	margin-left:0;
}

#videos li {
	background: url(../images/QT.jpg) no-repeat 0 -2px;
	padding-left: 24px;
	list-style:none;
}

/*form*/
#name,#email,#phone,#wheredid,#city,#state,#zip,#zip,#job,#company,#address, #password, #lname {
	border: solid 1px #ccc;
	padding:3px;
	margin-bottom: 12px;
	width: 45%;
}
#commentquestion, #description {
	border: solid 1px #ccc;
	padding:3px;
	margin-bottom: 12px;
	width: 45%;
	height:100px;
}

.warning {
color:#ff0000;
}

#Top-gun {

	height: auto;
	width: 250px;
	margin-bottom: 8px;
	border: 1px none #FF0000;
	float: left;
	background-image: none;
	background-repeat: repeat;
}
#mission-statement {
	background-color: #000000;
	background-image: url(../uploads/Image/drock003.jpg);
	background-repeat: repeat;
	height: auto;
	width: 508px;
	margin-bottom: 8px;
	border: 1px solid #999999;
}
#mission-statement2 {
	height: auto;
	width: 499px;
	margin-bottom: 8px;
	float: none;
}
#pointsofinterest {
	background-color: #000000;
	background-image: url(../uploads/Image/steel%20grate%20grayscale.jpg);
	background-repeat: repeat;
	height: 100px;
	width: 746px;
	margin-bottom: 8px;
	border: 1px solid #FF0000;
	float: none;
}
#newsblock {

	height: auto;
	width: 250px;
	margin-bottom: 8px;
	border: 1px none #FF0000;
	float: right;
	background-image: none;
	background-repeat: repeat;
}
#countdownclock {
	background-image: url(../uploads/Image/IMG_0330.JPG);
	background-repeat: no-repeat;
	height: 217px;
	width: 224px;
	margin-bottom: 8px;
	border: 1px solid #999999;
	background-position: center bottom;
}
