@charset "utf-8";
/*
		Author: Peter Manis
*/

/* global */
img { 
	border: none; 
	padding:0px; 
	margin:0px;
}
h1 { 
	color:#273c87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #273c87;
}
h2 a {
	color: #273c87;
	text-decoration:underline;
}
h2 a:hover {
	text-decoration:none;
}
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #273c87;
}
h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #649F36;
}
p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 4px;
	line-height:1.5em;
	color:#000000; /*color:212121;*/
}
.enforce { 
	font-weight:bold;
	color:#273c87;
}
a { 
	text-decoration:underline;
	color:#0000FF;
}
a:hover {
	text-decoration:none;
}
.superscript {
	position:relative;
	top:-3px;
	vertical-align:super;
	font-size:x-small;
}
form {
	margin: 0px;
	padding: 0px;
}
strong { 
	font-weight: bold;
}
ol {
	list-style: decimal;
	margin-left: 8px;
}
ul {
	list-style:url(../images/blue_square.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.5em;
	color:#000000;
}
.centered {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.rightFloat {
	float: right;
}
.clearRight {
	clear: right;
}
.vAlignMiddle {
	vertical-align: middle;
}
.required {
	color:#FF0000;
}
.thankyou {
	font-weight:bold;
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	padding:0px;
	background-color: #273c87; /* screens with excess bottom resolution show blue background */
}

/* structure laid out without a wrapper
   site can be thought of as a collection of individual "boxes" stacked on top of each other:
		- header links
		- body container (holds main navigation 'menu' and 'content')
		- footer container

/* header links */
body #headerLinksContainer {
	height:45px;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/headerBackground.gif);
	background-repeat: repeat-x;
}
body #headerLinksContainer div {
	width: 960px;
	height: 25px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
}
body #headerLinksContainer div #headerLinks {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:1;
	margin-top: 3px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
body #headerLinksContainer div #headerLinks a {
	text-decoration: none;
	color:#000000;
}
body #headerLinksContainer div #headerLinks a:hover {
	text-decoration: underline;
}
	
/* menu */
body #bodyContainer {
	width: 100%;
	position:relative; top:0px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

/* menu - this is the main navigation*/
body #bodyContainer #menu {
	width: 960px;
	height: 55px;
	margin: 0px auto 0px auto;
	padding:0px;
}
body #bodyContainer #menu ul {
	position: absolute;
	top:-19px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}
body #bodyContainer #menu ul li {
	float: left;
	list-style:none;
}
body #bodyContainer #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #273c87;
	text-decoration:none;
}
body #bodyContainer #menu a:hover {
	color: #f7ec10;
}
body #bodyContainer #menu .logo {
	position: absolute;
	top:-19px;
	left:396px;
	z-index: 1;
}
body #bodyContainer #menu .buyLink {
	position: absolute;
	top: 12px;
	right:880px;
}
body #bodyContainer #menu .sellLink {
	position: absolute;
	top: 12px;
	right: 770px;
}
body #bodyContainer #menu .leaseLink {
	position: absolute;
	top: 12px;
	right: 630px;
}
body #bodyContainer #menu .investmentsLink {
	position: absolute;
	top: 12px;
	right: 224px;
}
body #bodyContainer #menu .companyLink {
	position: absolute;
	top: 12px;
	right: 45px;
}
	
/* content */
body #bodyContainer #contentContainer {
	width:960px;
	position:relative;
	top:0px;
	margin: 0px auto 0px auto;
	padding-bottom:10px;
	background-color:#ffffff;
	overflow:hidden;
}

/* footer */
body #footerContainer {
	width: 100%;
	height:37px;
	position:relative;
	top:0px;
	margin-top: 0px;
	padding: 0px; 
	background-image:url(../images/footerBackground.gif);
	background-repeat: repeat-x;
}	
body #footerContainer #footer {
	width: 960px;
	height: 25px;
	position: relative; 
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
body #footerContainer #footer #copyright {
	position:absolute;
	top:10px;
	color:#000000;
}
body #footerContainer #footer #copyright ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
body #footerContainer #footer #copyright ul li {
	float:left;
	list-style:none;
}
body #footerContainer #footer #footerLinks {
	position:absolute;
	top:10px;
	right:0px;
}
body #footerContainer #footer #footerLinks a {
	text-decoration: none;
	color:#000000;
}
body #footerContainer #footer #footerLinks a:hover {
	text-decoration: underline;
}