/*******  Begin Page Defaults  *******/

/******* 
Colors:
Logo Blue: 1a2574
Light Grey: c4c4c4
Dark Grey: 4c4c4c
*******/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html {
	width: 100%;
	margin: 0px auto;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	color: #000; 
	font-weight: normal; 
	font-size: 13px;
	text-align: center;
	line-height: 135%;
}

a {
	color: #1a2574;
	text-decoration: none;
}

a:visited {
	color: #1a2574;
}

ul {
	list-style-position: inside;
	margin: 0px 0px 0px 10px;
}

#Wrapper {
	background-color: #fff;
	width: 948px;
	margin: auto;
}

#Header {
	width: 948px;
	height: 131px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	border-top: 4px solid #4c4c4c;
}

#PhoneIcon {
	position: absolute;
	margin: 3px 0px 0px 726px;
	font-size: 14px;
}

#Phone {
	position: absolute;
	margin: 10px 0px 0px 760px;
	font-size: 16px;
	font-weight: bold;
	color: orange;
}

#Nav {
	width: 948px;
	height: 37px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	background: url(../images/bg_nav.gif) repeat-x;
	margin: 0px 0px 0px 0px;
	border-top: 4px solid #c4c4c4;
	border-bottom: 4px solid #c4c4c4;
}

#Content {
	width: 948px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	display: inline-block;
	background-color: #fff;
}

#Content p {
	margin: 0px 0px 10px 6px;
}

#ContentSideBar {
	width: 948px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	background-color: #fff;
}

#ContentLeft {
	float: left;
	width: 220px;
	background: url(../images/bg_content_left.gif) repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #000;
	text-align: center;
}

#ContentRight {
	float: left;
	width: 710px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#Footer {
	width: 948px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 4px solid #4c4c4c;
}

#FooterSideBar {
	width: 948px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 4px solid #4c4c4c;
}

/*******  Begin LightBox *******/
#lightbox{	position: absolute;	left: 0px; width: 100%; z-index: 100; text-align: center; line-height: 0px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 0px; height: 0px; margin: 0px auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0px auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0px; left: 0px; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*******  End LightBox *******/

/*******  Begin Form Field Styles  *******/
form { margin: 0px; }

.ContactSelect1 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	width: 50; 
	height: 20px; 	
	margin: 0px 0px 0px 88px;
	padding: 2px;
	border: 1px solid #1a2574;
}

.ContactSelect2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	width: 50; 
	height: 20px; 	
	margin: 0px 0px 0px 12px;
	padding: 2px;
	border: 1px solid #1a2574;
}

option {
	padding: 0px 0px 0px 4px;
}

.FormField {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	width: 170px; 
	height: 20px; 
	border: 1px solid #1a2574;	
	padding-left: 4px;
	padding-top: 2px;
}

.FormField100 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #000;	
	width: 100px; 
	height: 20px; 
	border: 1px solid #1a2574;
	padding-left: 4px;
	padding-top: 2px;
}

.FormField580 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #000;	
	width: 580px; 
	height: 20px; 
	border: 1px solid #1a2574;	
	margin-top: 10px;
	padding-left: 4px;
	padding-top: 2px;
}

.TextArea {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px;
	color: #000;
	width: 912px; 
	height: 80px;
	border: 1px solid #1a2574;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	overflow: hidden;
}
/*******  End Form Field Styles  *******/

table {
	width: 100%;
	margin: 5px 0px 0px 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #777779;
	font-size: 13px;
	vertical-align:top;
	padding: 5px 0px 0px 0px;
}

#HomeLeft {
	float: left;
	width: 468px;
	padding: 0px 6px 0px 0px;
	margin: 5px 0px 0px 0px;
	border-right: 1px solid #c4c4c4;
	display: inline-block;
}

#HomeRight {
	float: left;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 8px;
	display: inline-block;
}

#SolutionsLeft {
	float: left;
	width: 690px;
	padding: 10px 0px 0px 0px;
}

#SolutionsRight {
	float: left;
	width: 220px;
	border: 1px solid #000;
	margin: 0px 0px 0px 20px;
	padding: 10px 5px 0px 5px;
	background-color: #c4c4c4;
}

#SolutionsRight p {
	margin: 0px 0px 10px 0px;
}

#ContactLeft {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 10px 0px;
}

#ContactLeft p {
	margin: 0px 0px 10px 0px;
}

#ContactRight {
	float: left;
	width: 380px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

#ContactRight p {
	margin: 0px 0px 10px 0px;
}

.HomeTableTop {
	width: 948px;
}

.HomeTableTop td {
	width: 33%;
	padding: 0px 5px 0px 5px;
	color: #000;
}

.HomeTableBottom {
	width: 948px;
}

.HomeTableBottom td {
	padding: 0px 5px 0px 5px;
	color: #000;
}

.AboutTable {
	width: 700px;
	margin: 0px auto 0px auto;
}

.AboutTable td {
	width: 25%;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

.InvestTable {
	width: 100%;
	margin: 0px auto;
}

.InvestTable td {
	padding: 0px 30px 0px 30px;
}

.ContactTable td {
	color: #000;
	padding: 4px 0px 4px 0px;
}

.ContactChecksLeft {
	width: 400px;
	height: 160px;
	border: 1px solid #000;
}

.ContactChecksLeft td {
	padding: 4px;
	color: #000;
}

.ContactChecksRight {
	width: 420px;
	margin-left: 70px;
	border: 1px solid #000;
}

.ContactChecksRight td {
	padding: 4px;
	color: #000;
}

.DealTypes {
	list-style-type: none;
}

.DealTypes li {
	color: #000;
	padding: 0px 0px 4px 0px;
}

.ContactImages {
	width: 160px;
	position: absolute;
	list-style-type: none;
	margin: -870px 0px 0px 758px;
	padding: 0px 0px 118px 0px;
}

.ContactImages li {
	padding: 0px 0px 20px 0px;
}

.PropertiesImages {
	list-style-type: none;
	width: 775px;
	border: 1px solid #000;
	text-align: center;
	background-color: #c4c4c4;
}

.PropertiesImages li {
	display: inline;
}

.PropertiesLine {
	text-align: center;
	margin: 15px 0px 10px 0px;
	color: #c4c4c4;
}

.Border {
	border: 1px solid #000;
}
/*******  Begin IMenu  *******/
#MainMenu {
	width: 948px;
	height: 37px;
	margin: auto;
}

#tab {
	margin: 0px;
	top: 0px;
}

#tab ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#tab li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#tab a {
	background: #000000 url(../images/bright_015.gif) no-repeat right top;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
	display: block;
	float: left;
}

#tab a span {
	display: block;
	background: url(../images/bleft_015.gif) no-repeat left top;
	padding: 0px 18px 0px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 37px;
}

#tab a:hover,#tab li.item_active a {
	background-position: right bottom;
	border-color: #000000;
}

#tab a:hover span,#tab li.item_active a span {
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
/*******  End IMenu  *******/


/*******  Image Borders  *******/
.BorderBlack {
	border: 1px solid #000;
}

.BorderGrey {
	border: 1px solid #5b6a82;
}
/*******  Image Borders  *******/


/*******  Font Styles  *******/
.Headers {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 26px;
	line-height: 32px;
	color: #1a2574;
}

.Blue {
	color: #1a2574;
}

.BoldBlue {
	color: #1a2574;
	font-weight: bold;
}

.BlueHeader {
	color: #1a2574;
	font-weight: bold;
	font-size: 18px;
}

.BoldBlueHeader {
	color: #1a2574;
	font-weight: bold;
	font-size: 20px;
}

.RedText {
 color: red;
}

.Italic {
	font-style: italic;
}

.Bold {
	font-weight: bold;
}

.Copyright {
	width: 948px;
	margin: 10px auto 20px auto;
	font-size: 11px;
	color: #4c4c4c;
}

.Copyright a {
	color: #4c4c4c;
	text-decoration: none;
}

.Copyright span {
	font-weight: bold;
}

.Copyright p {
	margin: 0px 0px 8px 0px;
}

.SmallText {
	font-size: 11px;
}
/*******  Font Styles  *******/


/*******  Page Styles  *******/
#Spacer8 {
	margin: 0px 0px 8px 0px;
}

#Spacer12 {
	margin: 0px 0px 12px 0px;
}

#Spacer20 {
	margin: 0px 0px 20px 0px;
}

#Spacer25 {
	margin: 0px 0px 25px 0px;
}

.NoDots {
	list-style-type: none;
	color: #1a2574;
	font-weight: bold;
}

.CareerDocs {
	list-style-position: inside;
	margin: 0px 0px 0px 10px;
	padding: 8px 0px 8px 0px;
}

.FloatRight20 {
	float: right;
	margin: 20px 0px 0px 0px;
}

.PartnerDocs {
	list-style-type: none;
	margin: 20px 0px 0px 10px;
}

.PartnerDocs li {
	display: inline;
	margin: 0px 0px 0px 10px;
}

.ImageMargin {
	margin: 5px 6px 0px 0px;
}

.ImageMarginTN {
	margin: 2px 6px 6px 0px;
}

.FloatLeft {
	float: left;
	vertical-align: top;
}

.FloatRight {
	float: right;
	vertical-align: top;
}

.FloatRightPadLeft {
	float: right;
	margin: 0px 0px 0px 10px;	
}

.HomeLinks {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.HomeLinks li {
	color: #1a2574;
	font-weight: bold;
	font-size: 14px;
	padding: 20px 0px 0px 0px;
}

.HomeLinks a {
	text-decoration: none;
}

.HomeLinks a:hover {
	color: #0001b4;
}

.HomeLI {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.HomeImages {
	list-style-type: none;
	list-style-position: inside;
	width: 100%;
	text-align: center;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.HomeImages li {
	display: inline;
	padding: 0px 15px 0px 15px;
}

.AboutImages {
	list-style-type: none;
	list-style-position: inside;
	width: 300px;
	text-align: center;
	margin: -32px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
}

.AboutImages li {
	display: inline;
	padding: 0px 15px 0px 15px;
}

.AboutImages2 {
	list-style-type: none;
	list-style-position: inside;
	width: 600px;
	text-align: center;
	margin: -32px 0px 0px 130px;
	padding: 0px 0px 0px 0px;
}

.AboutImages2 li {
	display: inline;
	padding: 0px 15px 0px 15px;
}

.InfiniteBanking {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.InfiniteBanking li {
	display: inline;
	padding: 0px 15px 0px 15px;
}

.ImageSpace {
	padding: 0px 10px 0px 0px;
}

.HSpaceLeft {
	padding: 10px 0px 0px 10px;
}
/*******  Page Styles  *******/