@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/bg.gif);
	background-repeat: repeat;
	color: #000000;
}

/*---------Home Sections-----------*/


.wtia #container-home {
	width: 971px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 14px;
	background-image: url(../images/home-container-bg.png);
	background-repeat: no-repeat;
	height: 620px;
}

.wtia #container-bottom {
	width: 971px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px 0 0 14px;
}

.wtia #mainContent-home {
	margin: 0 0 0 164px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	/*background-image: url(../images/home-content-bg.png);
	background-repeat: no-repeat;*/	
} 

.home-mid-col {
	width: 180px;
	padding: 0 0 0 20px;
	color: #ffffff;
	margin: 10px 0 0 0;
	position: absolute;
}

.home-main-col {
	position: absolute;
	margin: 45px 0 0 215px;
	width: 560px;
	padding: 0 0 0 0;
	color: #ffffff;
	height: 475px;
}

.upper-address-section{
	position:absolute;
	color: #ffffff;
	width: 535px;
	font-size: 10px;
	margin: 10px 0 0 225px;
	letter-spacing: 2px;
}
.map-overlay{
	position:absolute;
	color: #ffffff;
	width: 305px;
	font-size: 10px;
	margin: 260px 0 0 20px;
	z-index:500;
	height: 125px;
	background-image: url(/assets/images/map-menu.png);
	background-repeat: no-repeat;
	padding: 0;
}
.building-photo{
	text-align:center;
	margin: 15px 0 0 0;
}
.building-detail{
	margin: 15px 0 0 0;
	padding: 18px 10px 0 20px;
	font-weight: normal;
	height: 50px;
	color: green;
}
.building-detail a{
	color: green;
	text-decoration: none;
}
.building-detail a:hover{
	color: #DDDDDD;
	text-decoration: none;
}
.building-detail a:visited{
	color: black;
	text-decoration: none;
}

.announcements{
	margin: 0;
	padding: 10px 10px 0 20px;
	font-weight: bold;
	font-size: 12px;
	color: #342A7B;
	position: relative;
}
.announcements a{
	font-size: 10px;
	font-weight: normal;
	color: #342A7B;
	text-decoration: underline;
}
.announcements a:hover{
	color: #4337A5;
	text-decoration: underline;
}

.announcements a:visited{
	color: #4337A5;
	text-decoration: underline;
}

.buildings-select{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 42px;
	top: 340px;
	z-index: 600;
}

.sites-select{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 340px;
	left: 184px;
	z-index: 800;
}




/*---------Interior Sections-----------*/




.wtia #container-interior {
	width: 985px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 14px;	/*background-image: url(../images/home-container-bg.png);
	background-repeat: no-repeat;*/
	background-image: url(/assets/images/interior-container-bg.png);
	background-repeat: repeat-y;
}

.wtia #logoDeal{
	background:url(/assets/images/deal-ready-logo.gif) no-repeat;
	background-position:top;
	padding-left: 95px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 15px;
	font-size:10px;
	
	
	
	
}
.wtia #inner-container-interior {
	margin: 0 0 0 167px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	/*background-image: url(../images/home-content-bg.png);
	background-repeat: no-repeat;*/
}

.wtia #mainContent-interior{
	/*position: inherit;*/
	margin: 0px 260px 0 55px;
	padding: 60px 0 0 12px;
}

.wtia #mainContent-interior-large{
	/*position: inherit;*/
	margin: 0px 30px 0 0px;
	padding: 60px 0 0 67px;
}

#mainContent-interior a, a:active, a:visited {
	color: #342A7B;
	text-decoration: none;
}

#mainContent-interior a:hover{
	background-color:#CCCCCC;
}

.wtia #header-interior{
	position:absolute;
	color: #ffffff;
	width: 791px;
	font-size: 10px;
	background-image: url(/assets/images/interior-header-bg.png);
	background-repeat: no-repeat;
	height: 60px;
	margin: 0px 27px 0px 0px;
	padding: 0px;
}


.wtia #related-info {
	float: right;
	width: 225px;
	padding: 0 20px 0 0;
	margin: 100px 0 0 0;
}

.wtia #related-info  {
	float: right;
	width: 210px;
	padding: 0 20px 0 10px;
	margin: 95px 0 0 0;
	background-image: url(/assets/images/line-right-column.png);
	background-repeat: repeat-y;
}

ul.related-links
{
	margin: 10px 0 10px 10px;
	list-style-type:none;
	font-size: 10px;
	cursor: default;
	padding: 0;
}

ul.related-links li
{
	margin-bottom: 10px;
}

ul.related-links a{
	color: #342a7b;
	text-decoration: none;
	margin: 0 30px 10px 0;
}

	
	


/*---------Global-----------*/




.wtia #left-bar {
	float: left; /* since this element is floated, a width must be given */
	width: 159px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 0px;	/*background-image: url(../images/left-side-gradient.gif);
	background-repeat: repeat-y;*/
}

.wtia #sub-nav {
	display:block;
	padding: 0 0 0 10px;
	text-align: left;
	background-color: #ffffff;
}

.wtia #sub-nav a {
	
	color: #990000;
	background-image: none;
	
}
.wtia #sub-nav a:hover {
	
	color: #990000;
	background-image: none;
	background-color:#EEEEEE;
	
}

.upper-address-section{
	position:absolute;
	color: #ffffff;
	width: 580px;
	font-size: 10px;
	margin: 18px 0 0 220px;
	letter-spacing: 2px;
}

.logo{
	
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

.search{
	
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}




h1{
	font-size: 15px;
	color: #342A7B;
	background-image:url(/assets/images/h1-bg.png);
	margin: 0 0 0 -12px;
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

h2 {
	font-size: 14px;
	color: #342A7B;
}

h3 {
	font-size: 13px;
	background-image:url(/assets/images/h3-bg.png);
	margin: 0;
	padding: 5px 0 5px 20px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

h4 {
	font-size: 11px;
	color: #111111;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 5px;
	background-color:#BBBBBB;
}

.float-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.float-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.table-data{

	font-size: 9px;
}

.home-mid-col a { color:#FFFFCC; text-decoration: none; font-weight:bold;}
