/*** GENERAL STYLES - Houston ***/

body {
	background: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

body, th, td, h1, h2, h3, h4, h5, h6, select, input, textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
}

body, th, td, h1, h2, h3, h4, h5, h6 { line-height: 16px; }

h1, h2, h3, h4, h5, h6 { color: #fff; }

form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img, table, fieldset { border: 0; }

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

p { margin: 0 0 1.5em 0; }

a {
	color: #ff0;
	/*text-decoration: none;*/
	text-decoration-color: transparent;
}

a:hover {
	color: #ff0;
	text-decoration: underline;
}

.hide { display: none; }

.alert-text { 
	color: #c00;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 0 5px;
}

.small {
	font-size: 10px;
	line-height: 13px;
}

.white { color: #fff; }

.floatleft { float: left; }

.floatright { float: right; }

.imgleft {
	float: left;
	margin: 0 20px 3em 0;
}

.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

img.imgborder { border: 1px solid #333; padding:2px; }

/* 
img.imgborderL { border: 1px solid #333; }

div.imgborderL {
	border: 1px solid #333;
	padding: 2px;
}
*/

.meet {
    width: 100%;
    height: auto;
}
.meet h1 {
    text-align: right;
    padding: 2% 11% 0 0;
}

.textleft { text-align: left; }

.textcenter { text-align: center; }

.textright { text-align: right; }

.spacer {
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hr {
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #3164ca;
	margin: 2em 0;
}

.clear {
	float: none;
	clear: both;
}

.half { width: 50%; }

.third { width: 33%; }

.twothird { width: 60%; }

.quarter { width: 25%; }

.threequarter { width: 70%; }

.ir {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.small_font {color: yellow; font-size: 14px; font-weight: 500; line-height: 16px;}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

a .ir { cursor: pointer; }

/*** STRUCTURAL STYLES ***/

#bkg { background: url(/downtownAquariumDenver/images/_multi/bkg.jpg) repeat-y center top; }

#bkgtop { background: url(/downtownAquariumDenver/images/_multi/bkg-top.jpg) center top no-repeat; }

#bkgbottom {
	background: url(/downtownAquariumDenver/images/_multi/bkg-bottom.jpg) center bottom no-repeat;
	padding-bottom: 60px;
}

#top {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	height: 180px;
}

#top h1 {
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 12px;
	z-index: 10;
}

#top h1 a { color: #fff; }

#top h2 {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 11px;
	z-index: 10;
}

#top h2 a { color: #99a3ad; }

#logo { text-align: center; }

#logo a {
	position: relative;
	z-index: 20;
}

#headerfish {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#topbkg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 39px;
	overflow: hidden;
	background: url(/downtownAquariumDenver/images/_multi/top.png) center bottom no-repeat;
	z-index: 1;
}

#outer {
	position: relative;
	width: 942px;
	margin: 0 auto;
	text-align: left;
	padding: 0 4px;
	overflow: hidden;
	z-index: 1;
}

#outerbkg {
	position: absolute;
	left: 0;
	top: 0;
	width: 950px;
	height: 100%;
	overflow: hidden;
	background: url(/downtownAquariumDenver/images/_multi/outer.png) center top repeat-y;
	z-index: 1;
}

#inner {
	position: relative;
	border: solid #cc0;
	border-width: 0 2px;
	padding: 5px 5px 0;
	background: #000;
	overflow: hidden;
	z-index: 10;
	zoom: 1;
}

#content {
	position: relative;
	float: right;
	width: 602px;
	padding: 45px 30px 0 25px;
}

#sidebar {
	position: relative;
	float: left;
	width: 227px;
	min-height: 365px;
	padding: 25px 20px 5px;
	background: url(/downtownAquariumDenver/images/_multi/sidebar.jpg) left top repeat-x;
}

/*** NAV STYLES ***/

#nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 928px;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	background: #02359b url(/downtownAquariumDenver/images/_multi/nav.gif);
	margin: 0 11px;
	z-index: 100;
}

#nav li { float: left; }

#nav a {
	display: block;
	padding: 0 11px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a:hover, #nav li.on a {
	background: url(/downtownAquariumDenver/images/_multi/nav.gif) 0 -31px;
	text-decoration: none;
}

#nav li.on a { color: #fff; }

/*** CONTENT AND SIDEBAR STYLES ***/

#content h1 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1em;
}

#content h2 {
	font-size: 14px;
	color: #00d1ed;
	padding:0 0 5px; /*orig - .25em 0 5px*/
}

#content h2 a { color: #00d1ed; }

#content h3 { padding-bottom: 2px; }

#content p { margin-bottom:2em; }

#content ul { margin-bottom: 2em; }

#content ul li {
	padding-left: 10px;
	background: url(/downtownAquariumDenver/images/_multi/bullet.png) 0 6px no-repeat;
	margin-bottom: 3px;
}

#topphoto {
	margin: -45px -30px 45px -25px;
	width: 657px;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 14px;
	margin-bottom: 15px;
}

#sidebar dl {
	margin: 0 0 1.5em 0;
	overflow: hidden;
	font-size: 12px;
}

#sidebar dt {
	clear: both;
	float: left;
	width: 65%;
	margin: 0;
	padding: 0;
}

#sidebar dd {
	clear: none;
	float: right;
	width: 25%;
	margin: 0;
	padding: 0;
}


.requestContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.requestHeading {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.requestRequired {
	color:#FF0000;
}

.requestFeedback {
	color:#FFFFFF;
	background-color:#0099FF;
	border:1px solid #00FFFF;
	text-align:center;
}

#requestTable td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffff00;
	font-weight:bold;
}


#frmRequestForm input {
	color:#000000
}

#frmRequestForm select {
	color:#000000;
}


/*** FOOTER STYLES ***/

#footer {
	clear: both !important;
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 55px;
	z-index: 20;
}

#footerbkg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background: url(/downtownAquariumDenver/images/_multi/footer.png) center top no-repeat;
}

#footer li {
	display: inline;
	text-transform: none;
}

#footer a { color: #fff; }

#footer a:hover { color: #ff0; }

#copyright {
	color: #ff0;
	margin: 1em 0;
	font-weight:bold;
}

.footerBg {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/aquariumNashville/images/footer/opac75.png);
	background-repeat:repeat;
	text-align: center;
	border: 2px solid #FFFF00;
	padding:4px;
}

/*** SPECIFIC PAGE STYLES ***/

body.birthdays #content {
	float: left;
	width: 500px;
	padding: 25px 30px;
	background: url(/downtownAquariumDenver/images/_multi/sidebar.jpg) left top repeat-x;
}

body.birthdays #sidebar {
	float: right;
	width: 367px;
	padding: 0;
	background: none;
}

body.birthdays #sidebar p { margin-bottom: 5px; }

body.home #content {
	width: 657px;
	padding: 0;
}

body.home #topphoto { margin: 0; }

#homenews {
	height: 220px;
	overflow: auto;
	margin-bottom: 20px;
}

#homemorenews { font-size: 11px; }

#homepromos {
	width: 950px;
	overflow: hidden;
	margin: -20px auto 0;
}

.homepromo {
	float: left;
	margin-right: 10px;
	width: 210px;
	height: 131px;
	padding: 6px 10px 15px;
	background: url(/downtownAquariumDenver/images/promos/home/bg.png);
	text-align: left;
}


#homepromo4 { 
	margin: 0;
}

#homepromos img { display: block; }

#footer .homepromo a {
	display: block;
	color: #ccc;
	text-decoration: none;
}

#footer .homepromo a span { color: #ff0; }

#footer .homepromo:hover a span { text-decoration: underline; }


/*** DEFAULT PAGE STYLES ***/
/*
body.default #top {height: 375px; margin-bottom: -20px;}
body.default #top h1, body.default #top h2, body.default #nav, body.default #footer, body.default #topbkg, body.default #outerbkg {display: none;}
body.default #top, body.default #outer, body.default #inner {background: none; border: 0;}
body.default #outer {height: 361px; width: 950px; padding: 0;}

#locationlinks {position: relative; width: 950px; overflow: hidden; margin: 0 auto 0; z-index: 10;}
.locationlink {position: relative; float: left; width: 230px; height: 285px margin-right: 10px; text-align: center;}
#locationlink4 {margin: 0;}
#locationlinks img {display: block;}
.locationlink a {display: block; width: 210px; height: 264px; padding: 6px 10px 15px; background: url(../images/locationlink.png); color: #fff; text-decoration: none; font-weight: bold; font-size: 13px; line-height: 20px;}
.locationlink a strong {display: block; color: #5f92f8; font-size: 18px; padding-top: 15px;}
.locationlink a span {position: absolute; left: 10px; bottom: 15px; width: 210px; color: #ff0; line-height: 27px; background: #09c url(../images/locationlink.gif) left bottom repeat-x; text-transform: uppercase; margin-top: 15px; font-size: 14px;}
.locationlink a:hover span {color: #fff; background: #5f92f8; cursor: pointer;}*/

#eventCalendarList {
	height: 350px;
	width: auto;
	overflow: auto;
	border: 1px solid #FFFF00;
	padding:5px;
}

#eventCalendarList li {
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mainSidePromo {
	color: #FFFF00;
	font-weight: bold;
}

.promoSideRed {
	color: red;
	font-weight: bold;
}

#buytickets a {
	z-index:10;
	display:block;
	text-align:center;
	text-indent: -9000px;
	width:109px;
	height:53px;
	background:url(/images/buy-tickets-now.png) center top no-repeat;
	position:absolute;
	top:10px;
	left:15px;
}

#buytickets a:hover {
	background-position: center bottom;
}

a:focus { 
    outline: none; 
}

button:focus { 
    outline: none; 
}

#aqPromo1 {
  display: block;
  background-image: url('/images/promos/home/DAH_Fall_Promo.jpg');
  width: 210;
  height: 130px;
}
#aqPromo1:hover {
  display: block;
  background-image: url('/images/promos/home/DAH_Fall_Promo.jpg');
  width: 210;
  height: 130px;;
}

.img_stretch {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: linear-gradient(#148ae1, #000000 30%);
}
.img_stretch img {
	position: relative;
	top: 0;
	left: -37px;
	width: 94%;
	height: auto;
}

.hou-promo {
	position: relative;
	left: 15%;
	width: 100%;
	height: auto;
	color: white;
	background-color: transparent;
}

#hou-promo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: white;
	background-color: transparent;
}

#hou-promo .hou-content p {
	font-size: 18px;
	line-height: 32px;
}
#hou-promo .hou-content h1 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: white;
}

#hou-promo .hou-content h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: white;
}

#hou-promo .hou-content span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: yellow;
}

#hou-promo .hou-content ul {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: white;
}
.btn-rnd {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 20px;
	font-size: 24px;
	font-weight: 600;
	margin: 5px;
}
.btn-rnd--blue {
	background-color: #02378f;
	color: #ff0;
	
}

.btn_HSD {
	border: #868383 solid 3px;
	moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #ff0;
	font-weight: 700;
	text-align: center;
	background-color: #000;
	background-image: none;
	width: 175px;
	margin: auto;
}
.btn_HSD:hover {
	background-color: #03154E;
	color: #ff0;
}
.know_bo {
    width: 100%;
    height: auto;
    border: 2px solid;
    border-color: hsla(239,100%,33%,1.00);
    padding: 10px;
}