/*
 *	/includes/default.css
 *  Cascading Style Sheet for Discovery Parks.
 * (C) 2009 Dennis Lo Designs, Discovery Parks unless otherwise licensed.
 * @author Dennis Lo Designs, http://www.dennislo.com
 */
 
body {
	background: #fff;
	border-top: 5px solid #ed1c24;
	margin: 0;
	padding: 0; 
	font-family: "Trebuchet MS", "lucida grande", Arial, sans-serif;
	font-size: 12px;
	color: #696969;
}


/* Utilitarian  
*******************************/
#logo a {
	background: url(../img/logo.gif) top left no-repeat;
	width: 234px;
	height: 49px;
	padding: 0px;
	margin: 15px 0px 0px 50px;
	display: inline;
	cursor: pointer;
	text-indent: -8888px;
	outline: none;
	float: left;
}

a {
	color: #696969;
	text-decoration: none;
	outline: none;
}

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

.lactive {
	color: #ed1c24;
}

#expanded p {
	line-height: 140%;
	opacity: 1;
}
#expanded h3 {
	font-size: 14px;
	color: #696969;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#expanded h4 {
	font-size: 15px;
	color: #696969;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#expanded h5 {
	font-size: 13px;
	color: #454545;
	padding: 0px;
	margin: 15px 0 5px 0;
}

#expanded h6 {
	font-size: 20px;
	color: #ccc;
	padding: 0px;
	margin: 20px 0px;
	font-weight: normal;
}

#expanded h7 {
	font-size: 12px;
	font-weight:bold;
	color: #454545;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
.viewmore {
	color: #3E443E;
	line-height: 17px;
}

.viewmore img {
	float: left;
	margin-right: 10px;
}

.indlogos {
	width: 250px;
	height: 120px;
	margin-bottom: 20px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}	

.clr {
	clear: both;
}

.clrl {
	clear: left;
}

.clrr {
	clear: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.col {
	width: 285px; 
	float: left;
}

.clearfix {
	display: inline-block;
}

.msgAlert {
	background: #fdffda;
	text-align: center;
	padding: 10px 0;
	color: #000;
}

.cont {
	width: 100%;
 	height: 5px;
	background: #ED1C24;
	margin: 0;
	position: fixed;
 	top: auto;
 	bottom: 0;
}

#mastheadImages {
	width: 670px;
	height: 470px;
	float: left;
	z-index:-1;
}

#mastheadText {	
	width: 200px;
	margin-left: 671px;
	padding-top: 100px;
}

#banner2 {
	width: 322px; 
	height: 160px; 
	margin: 0; 
	float: left;
	background: url(../img/banner_bg.png) top right repeat-y;
}

#banner3 {
	width: 322px; 
	height: 160px; 
	margin: 0px 0px 0px 20px;
	background: url(../img/banner_bg.png) top right repeat-y;
	float: left; 
}

#banner4 {
	width: 160px; 
	height: 160px; 
	margin: 0px 0px 0px 20px;
	/*background: url(../img/banner_bg.png) top right repeat-y;*/
	float: left; 
}

#banner2 p, #banner3 p{
	width: 300px;
}

/* Content Style
*******************************/
#expanded {
	margin: 63px 0px 0px 400px;
	width: 580px;
}

#expanded ul li {
	padding-top: 9px;
	margin-left: 15px;
	float: none;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: top;
}

#expanded ul, #expanded p {
	width: 380px;
}

#expanded p a {
	color: #ed1c24;
	}
	
#expanded p a:hover {
	color: #fff;
	background: #ed1c24;
	text-decoration: none;
	}

#descriptioncolumn {
	width: 380px;
	float: left;
	padding: 0;
	margin: 0;
}

#infocolumn {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 42px;
}

#infocolumn ul {
	list-style: none;
	width: auto;
}

#infocolumn ul li {
	list-style: none;
	padding-bottom: 10px; 
}

#infocolumn ul li a {
	color: #ed1c24;
}

#infocolumn ul li a:hover {
	color: #fff;
	background: #ed1c24;
	text-decoration: none;
}

#buildimages {
	width: 740px;
	margin: 20px 0 50px 0px;
	clear: both;
	float: left;
}

#buildimages img {
	width: 580px;
	margin-bottom: 15px; 
	border-bottom: 4px solid #ed1c24;
}

.building {
	padding-bottom: 15px;
	border-bottom: 1px solid #ed1c24;
}
.tooltip {
	width: 350px;
	height:auto;
	background-color:#ffffff;
	border:#990000 1px solid;
	font-size:11px;
	padding:15px;
	display:none;
}


/* Secondary Navigation
*******************************/
#subnav {
	margin: 50px 0px 0px 50px;
	width: 350px;
	float: left;
	clear: left;
}

#subnav ul li {
	float: none;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

#subnav ul ul li {
	margin: 6px 0px 6px 10px;
	font-size: 12px;
	font-weight: normal;
}


/* Forms
*******************************/
label {
	color: #ed1c24;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 15px 4px 0px;
}

input, textarea {
	border: solid #A1A1A1 1px;
	color: #808080;
	font-size: 12px;
	padding: 2px;
	width: 150px;
}

textarea {
	width: 490px;
	height: 200px;
	font-size: 12px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	width: 570px;
	border: 0px;
}

input.submitbutton {
	border: solid #A1A1A1 1px;
	clear: both;
	margin: 10px 0px 0px 437px;
	width: 60px;
	cursor: pointer;
}

input:hover.submitbutton {
	background: #999;
	color: #fff;
}

#prlist li {
	margin-bottom: 11px;
}

#prlist li em {
	display: block;
	font-style: normal;
	text-transform: uppercase;   
	margin: 0;
	color: #333;
}

#prlist li a {
	display: block;
	font-size: 2em;
	padding: 0;
	margin: 0;
}

.pr_descrption {
	line-height: 130%;
	display: block;
	text-transform: lowercase;
}


/* Altus Insert
*******************************/
#altusinsert {
	float: left;
	margin: 10px 0;
}

#altusinsert h3 {
	margin: 10px 0 0 0;
}

#altus {
	width: 580px;
	height: 320px;
}

#results_table .listing .suites td.suite_title {
	font-size: 1em;
}