﻿/* sub web local styles */

#centerCol {
	padding: 0 0 20px 20px;
}

#contentwrapper {
	width: 765px;
	margin: 0 0 0 0;
	text-align: center;
}

#buildingscontentwrapper {
	width: 724px;
	margin-left: 20px;
}


/* ------------------------------------------------------------------------------------------
	content */

p.BodyHeaderText {
	margin-left: 0;
    margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 19px;
	color: #6b7855;
}

p.BodyHeaderText2 {
	text-align: left;
	margin: 0 0 0 0;
    padding: 0 0 3px 0;	
	font-size: 14px;
	color: #000842;
}

img.subheadings {
	margin-top: 27px;
}

#contentwrapper h1 {
	margin: 15px 0 15px 45px;
	text-align: left;
	font-size: 19px;
	font-weight: normal;
	color: #000842;
}

#buildingscontentwrapper h1 {
	margin: 15px 0 15px 0;
	text-align: left;
	font-size: 19px;
	font-weight: normal;
	color: #000842;
}

h3 {
	margin-top: 0;
	padding-top: 0;
}

/* ------------------------------------------------------------------------------------------
	normal links for in text */

.columngateway a:link, .columngateway a:visited {
	color: #242460; /*003399*/
}

.columngateway a:hover {
	color: #990000;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------
	Begin building styles */
	
div.mainphoto {
	height: 265px;
	margin: 0 0 0 0;
	padding: 9px 60px 9px 0;
}

	/* main image area */
img.main {
	border: 8px solid #DBDBDB;
	margin: 0 41px 0 0;
	padding: 0;
	float: left;
}

div.thumbnailwrapper {
	width: 312px;
	height: 26px;
	margin: 8px 36px 0 0;
	padding: 0;
	text-align: left;
	float: left;
	clear: left;
}

	/* smaller thumbnail images */
.thumbs {
	margin: 0 7px 0 0;	
}

	/* text about building*/
.buildingtext {
	margin: 0 0 0 0;
	padding: 0 0 26px 0;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	color: #000;
}

div.services {
	width: 312px;
	margin: 22px 0 0 0;
	text-align: left;
	float: left;
	clear: left;

}

	/* video */
div.video {
	width: 320px;
	float: right;
	clear: right;
	margin: 22px 0 0 0;
	padding-right: 54px;
	/*border: 1px solid #333;*/
}

.odd {
	background-color: #EBECEE;
}
.even {
	background-color: #DCDDDE;
}

/* ------------------------------------------------------------------------------------------
	End building styles */


/* ------------------------------------------------------------------------------------------
	bold links for things like "read more" etc. */

a.boldLinks:link, a.boldLinks:visited {
	color: #242460; 
	font-weight: bold;
	text-decoration: none;
}

a.boldLinks:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.columngateway ul {
	margin: 0 25px 14px 60px;
	color: #333;
}

.columngateway ul li {
	line-height: 17px;
	list-style-type: square;
	color: #333;
}

.columngateway ul ul {
	margin: 0 25px 14px 50px;
	color: #333;
}

.columngateway ul ul li {
	list-style-type: circle;
	line-height: 17px;
	color: #333;
}

blockquote {
	padding-top: 8px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

}
