@charset "UTF-8";
/* CSS Document */

/*
Billingsley Blue: #005dab
*/
html{
	margin:0;
	padding:0;
	text-align: center;
}

/*UNIVERSAL STYLES*/
body{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-size: 13px;
	color: #585858;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;

}

p{
	line-height: 17px;
	margin: 8px 0px;
}

h1{
	font-weight:normal;
	font-size: 24px;
	line-height: 18px;
	margin: 24px 0px 16px 0px;
	margin-bottom:24px;
	color:#005dab;
	text-transform: uppercase;
}
h1.first{
	margin: 0px 0px 16px 0px;
}

h2{
	font-size: 20px;
	line-height: 20px;
	margin: 24px 0px 8px 0px;
	font-weight:normal;
	color:#005dab;
	text-transform:uppercase

}
h2.first{
	margin: 0px 0px 16px 0px;
}


h3{
	font-size: 20px;
	line-height: 20px;
	margin: 24px 0px 8px 0px;
	font-weight:normal;
	color:#005dab;
}
h4{
	font-size: 16px;
	line-height: 16px;
	margin: 24px 0px 8px 0px;
	font-weight:normal;
}
h5{
	font-size: 16px;
	line-height: 16px;
	margin: 24px 0px 8px 0px;
	font-weight:normal;
	color:#005dab;
	text-transform:uppercase;
}
ul{
	margin: 10px 10px 10px 0px;
	padding: 0 0 0 15px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 17px;
}
ul li{
	margin: 5px;
}

ol{
	margin:10px;
	list-style-type:decimal;
}
ol li{
	margin:5px;
	margin-left:10px;
}

a:link{
	color:#005dab;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}

a:visited{
	color:#005dab;
	text-decoration:none;
}

a:hover{
	color:#005dab;
	text-decoration:none;
	border-bottom:dotted 1px #005dab;
}

a:active{
	text-decoration:none;
	color:#989898;
}

.imga:hover, a:hover img{
	border-bottom-color: #FFF;
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

h4 a:link{
	color:#005dab;
}
h4 a:visited{
	color:#989898;
}
h4 a:hover{
	color:#005dab;
}
h4 a:active{
	color:#585858;

}
sup{
	font-size: 10px;
	vertical-align: 25%;
}

/*CONTAINER*/
#container{
	width: 995px;
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}

/*HEADER STYLES*/
#header{
	position: relative;
	top: 0;
	margin: 0;
	font-size:8px;
	color:#989898;
	text-transform:uppercase;
	letter-spacing:1px;
}

#header img{
	padding-bottom:5px;
}

#header a:link, #header a:visited, #header a:hover, #header a:active, #header img{
	border:none;
}

#titleContainer{
	position: relative;
	height:55px;
	margin-bottom:5px;
}

#titleContainer a:link, #titleContainer a:visited, #titleContainer a:hover, #titleContainer a:active, #titleContainer img{
	border:none;
}

/*CONTENT/FLASH CONTAINERS*/
#flashContainer{
	position: relative;
}

#sectionContent{
	padding-bottom: 25px;
}

#sectionContent #contentLeft{
	float: left;
	width: 370px;
	padding-right: 5px;
}
#sectionContent #contentRight{
	float: left;
	width: 610px;
	height: 370px;
	padding: 0 0px 0px 10px;
	overflow: hidden;
}
#sectionThumbnails{
	width:995px; 
	height:400px;
	display:block;
}
.thumbnails img{
	float:left;
	padding:0 5px 5px 0;
}
.thumbnails img.endCap{
	padding:0 0 5px 0;
}

.scroll-pane {
	height: 370px;
	overflow: auto;
}

#bodyContainer #contentLeft{
	float: left;
	width: 495px;
	height: 370px;
	padding-right: 5px;
}
#bodyContainer #contentRight{
	float: left;
	width: 480px;
	height: 370px;
	padding-bottom: 30px;
	padding-left: 15px;
}
#bodyContainer #contentRight #logo{
	margin-bottom:10px;
	vertical-align:baseline;
	line-height:65px;
	height:65px
}
#bodyContainer #contentRight img{
	padding-right:20px;
	vertical-align:baseline;
}
#descriptionContainer{
	height:225px;
	overflow:hidden;
	margin-bottom:20px;
}
#bodyContainer #contentRight #description{
	position: relative;
	height: 225px;
}
#description h1{
	font-size: 15px;
	margin: 0;
	margin-bottom: 10px;
	color: #585858;
	font-weight: bold;
}
#description h1 strong{
	font-weight:bolder;
}
#description h2{
	font-size: 12px;
	margin: 0;
	margin-bottom: 8px;
	color: #585858;
	font-weight: bold;
}

#bodyContainer #contentRight #controls{
	overflow: hidden;
	
}
#bodyContainer #contentRight #controls img{
	padding-right: 0;
}

#contact-left{
	float:left;
	padding-right:20px;
	margin-right:20px;
	width:200px;
	border-right:1px solid #666;
}


/*NAVIGATION
The rest of the navigation styles are in the navigation.css file.
*/
#navigation{
	margin-bottom:125px;
	height:24px;
	width:995px;
}

/*FOOTER*/
#footer{
	position: relative;
	bottom:0;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #989898;
	margin-top: 20px;
	width: 995px;
}

#footer a:link{
	color: #005dab;
	text-decoration: none;
}
#footer a:visited{
	color: #989898;
	text-decoration: none;
}
#footer a:hover{
	text-decoration:none;
	color: #005dab;
}
#footer a:active{
	text-decoration:none;
}

/*MISC*/
.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;
}

.green{
	color:#090;
}

ul.ibpPropertyList{
	float: right;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	border-left: 1px solid #585858;

}
.ibpPropertyList li{
	width: 150px;
	padding: 0;
	margin: 0 0 5px 0;	
}
.uppercase{
	text-transform:uppercase;
}
