/* CSS Document */

/* basic page attributes */

HTML {
	MARGIN: 0px;
	TEXT-ALIGN: center;
	padding: 0px;
	height: 100%;
}
ul	{
	margin-bottom:2px;
	margin-top:2px;
}
BODY {
	MARGIN: 0px;
	COLOR: #000;
	BACKGROUND-COLOR: #D8D9C6;
	TEXT-ALIGN: center;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	width: 700px;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px auto;
}



#mastHead {
	background-color: #FEF0C7;
	/*background-image: url(../../images/mastHead_logo.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 700px;
}
#mastHead img {
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}
#globalNav {
	background-color: #003264;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 700px;
}

#homePhoto {
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #003264;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
#welcomeBox {
	background-color: #FFFFFF;
	width: 350px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003264;
}
#corpHeadlines {
	background-color: #FEF0C7;
	width: 349px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003264;
}
#homeContent {
	width: 700px;
}

#corpHeadlines h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
	background-color: #D9CDA9;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1% 55%;
}

#corpHeadlines h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
	background-color: #003264;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#footer {
	height: 1px;
	width: 700px;
}
.headingWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003264;
}
.body10White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 10px;
}
#corpHeadlines li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	background-image: url(../../images/listArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 35%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#corpHeadlines p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin: 0px 5px;
}

#corpHeadlines ul {
	margin: 0px;
	padding: 10px;
}
.seperator {
	background-color: #D9CDA9;
	height: 5px;
	width: 700px;
	margin-bottom: 1px;
}
#leftSideBar {
	background-color: #FEF0C7;
	width: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FEF0C7;
}
.sectionHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FEF0C7;
	margin: 0px;
	padding: 5px 5px 5px 10px;
}
.subSectionHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 5px;
	padding: 10px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.BottomBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#PadLeft5 {
	padding-left: 5px;
}
#PadLeft10 {
	padding-left: 10px;
}

#mainContent {
	width: 690px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FEF0C7;
	/*padding-left: 10px;*/
	
}
.body10black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebarPhoto {
	float: left;
	border: 1px solid #000000;
	padding: 2px;
	margin: 10px;
}
#callOutBox {
	background-color: #FFFFFF;
	padding: 10px;
	width: 459px;
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


.subNav {
	margin: 20px 0px 0px;
	padding: 0px;
}
ul.subNav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	list-style-type: none;
}
ul.subNav a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
ul.subNav a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6D0C4;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #988A81;
}


#callOutBox li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	background-image: url(../../images/listArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 55%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#callOutBox ul {
	margin: 0px;
	padding: 10px;
}
#propertiesList {
	clear: left;
}
#propertyMap {
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 7px;
	margin-left: 2%;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}
#propertiesList {
	margin: 0px 0px 0px 5px;
	list-style-type: disk;
}
#PlainList{
	list-style-type: disk;
}
/*
#propertiesList ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
#propertiesList li {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 15px;
	background-image: url(../../images/viewArrows.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
}
*/
#propertiesList a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#propertiesList a:hover {
	text-decoration: underline;
}


#propertiesList h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 7px 5px 0px 10px;
	padding: 5px 5px 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
#propertiesList h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	text-decoration: none;
}
#propertiesList .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 5px;
	text-decoration: none;
	font-weight: bold;
	
}
#propertiesList .link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 1px 0px 0px 5px;
	padding: 1px;
	text-decoration: underline;
	
}
#propertiesList #dottedLine {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
}
#Vacancies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	margin: 0px 5px;
	padding: 10px 5px 5px;
	color: #000000;
}

#Vacancies .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
#NoVacancies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 5px 25px 5px;
	padding: 10px 5px 5px;
	color: #0353A5;
}
#NoVacancies .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #0353A5;
	font-weight: bold;
}
#Vacancies .header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
#Vacancies .para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0px 0px 9px;
	padding: 5px;
	font-weight: bold;
}
#Vacancies .link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 1px 0px 0px 5px;
	padding: 1px;
	text-decoration: underline;
}
#BlueBGHeader {
	background-color: #333399;
	color: #ffffff;
	text-align: center;
}
#propertiesList .headerSmallItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000000;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 5px;
	text-decoration: none;
}

#propertiesList p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	margin: 0px 0px 0px 5px;
}
#careerList h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 7px 0px 0px;
	padding: 5px;
	text-decoration: underline;
}
#LeasingTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	margin: 5px 5px 0px 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#leasingList ul {
	/*margin: 0px;
	padding: 9px;
	list-style-type: none;*/
}
/*
#leasingList li {
	background-image: url(../../images/viewArrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
}
*/
#leasingList a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#leasingList a:hover {
	text-decoration: underline;
}
#aerialThumbnail {
	border: 1px solid #000000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
#addtionalContent {
	clear: left;
}
#thumbnailThree {
	clear: left;
}


#downloads ul {
	margin: 0px 0px 0px 250px;
	padding: 8px;
	list-style-type: none;
}
.pdf {
	background-image: url(../../images/pdfIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 25px;
}
.wordDoc {
	background-image: url(../../images/wordIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 25px;
}
.photos {
	background-image: url(../../images/folderIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 25px;
}
#downloads a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.leasingPlan {
	background-image: url(../../images/viewArrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 25px;
}
.border {
	border: 1px solid #000000;
}


#FillOutForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
	font-weight: normal;
	background-color: #D9CDA9;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.headlinesHeader {
	background-color: #003264;
}

span.TenantRep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	text-decoration: underline;
}
.tenantRepBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}
#HeaderImage {
	font: 22px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 43px;
	margin-right: 2px;
	text-align: right;

}

