﻿body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color: #333524;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}







#wrapper {
	width: 923px;
	text-align: left;
	margin: 30px auto 10px auto;
	background-color: #FFF;
}
/*-----HEADER SECTION-----*/
#header {
	height: 95px;
	background-image: url(../images/headerBG.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#headerLeft {
	width: 250px;
	height: 95px;
	margin: 0 0 0 25px;
	float: left;
}

#headerRight {
	position: relative;
	height: 95px;
	float: right;
	width: 350px;
	text-align: right;
}
/*-----MAIN NAV SECTION-----*/
#mainNav {
	display: block;
	width: 923px;
	height: 85px;
	background: transparent url(../images/navBG.gif) repeat-x;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainNav li {
	float:left;
	margin-right: 0px;
}

#mainNav li.btnHome {
	width: 154px;
	background: transparent url(../images/buttons/btnHome.gif) no-repeat;
}
#mainNav li.selectedHome {
	background: transparent url(../images/buttons/btnHomeSelected.gif) no-repeat;
}

#mainNav li.btnAbout {
	width: 154px;
	background: transparent url(../images/buttons/btnAboutUs.gif) no-repeat;
}
#mainNav li.selectedAbout {
	background: transparent url(../images/buttons/btnAboutUsSelected.gif) no-repeat;
}

#mainNav li.btnInvestment {
	width: 154px;
	background: transparent url(../images/buttons/btnInvestment.gif) no-repeat;
}
#mainNav li.selectedInvestment {
	background: transparent url(../images/buttons/btnInvestmentSelected.gif) no-repeat;
}

#mainNav li.btnPress {
	width: 154px;
	background: transparent url(../images/buttons/btnPress.gif) no-repeat;
}
#mainNav li.selectedPress {
	background: transparent url(../images/buttons/btnPressSelected.gif) no-repeat;
}

#mainNav li.btnClient {
	float: right;
	width: 155px;
	background: transparent url(../images/buttons/btnPartnerLogin.gif) no-repeat;
}
#mainNav li.selectedClient {
	background: transparent url(../images/buttons/btnPartnerLoginSelected.gif) no-repeat;
}


#mainNav a {
	display: block;
	height: 0px;
	padding-top: 54px;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

#mainNav a#bHome {
	background: transparent url(../images/buttons/btnHomeSelected.gif) -2000px -2000px no-repeat;
}
#mainNav a#bHome:hover {
	background-position: 0 0;
	z-index: 50;
}

#mainNav a#bAbout {
	background: transparent url(../images/buttons/btnAboutUsSelected.gif) -2000px -2000px no-repeat;
}
#mainNav a#bAbout:hover {
	background-position: 0 0;
	z-index: 50;
}

#mainNav a#bInvestment {
	background: transparent url(../images/buttons/btnInvestmentSelected.gif) -2000px -2000px no-repeat;
}
#mainNav a#bInvestment:hover {
	background-position: 0 0;
	z-index: 50;
}

#mainNav a#bPress {
	background: transparent url(../images/buttons/btnPressSelected.gif) -2000px -2000px no-repeat;
}
#mainNav a#bPress:hover {
	background-position: 0 0;
	z-index: 50;
}

#mainNav a#bClient {
	background: transparent url(../images/buttons/btnPartnerLoginSelected.gif) -2000px -2000px no-repeat;
}
#mainNav a#bClient:hover {
	background-position: 0 0;
	z-index: 50;
}


/*-----SUB NAV SECTION-----*/
.sub {
	float: left;
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subSelected {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sub li, .subSelected  li {
	position: relative;
	float:left;
}



#mainNav li:hover > ul {
  display: block;
}

.sub li.btnLeadership, .subSelected li.btnLeadership {
	width: 154px;
	background: transparent url(../images/buttons/btnLeadership.gif) no-repeat;
}
.sub li.btnExperience, .subSelected li.btnExperience {
	width: 154px;
	background: transparent url(../images/buttons/btnExperience.gif) no-repeat;
}
.sub li.btnContactUs, .subSelected li.btnContactUs {
	width: 154px;
	background: transparent url(../images/buttons/btnContactUs.gif) no-repeat;
}
.sub li.btnWhyTalon, .subSelected li.btnWhyTalon {
	width: 154px;
	background: transparent url(../images/buttons/btnWhyTalon.gif) no-repeat;
}
.sub li.btnWhyCommercial, .subSelected li.btnWhyCommercial {
	width: 154px;
	background: transparent url(../images/buttons/btnWhyCommercial.gif) no-repeat;
}




.sub a#bLeadership, .subSelected a#bLeadership, .selectedLeadership {
	width: 154px;
	background: transparent url(../images/buttons/btnLeadershipSelected.gif) -2000px -2000px no-repeat;
}
.sub a#bLeadership:hover, .subSelected a#bLeadership:hover, .selectedLeadership {
	background-position: 0 0;
	z-index: 100;
}

.sub a#bExperience, .subSelected a#bExperience, .selectedExperience {
	width: 154px;
	background: transparent url(../images/buttons/btnExperienceSelected.gif) -2000px -2000px no-repeat;
}
.sub a#bExperience:hover, .subSelected a#bExperience:hover, .selectedExperience {
	background-position: 0 0;
	z-index: 100;
}

.sub a#bContactUs, .subSelected a#bContactUs, .selectedContactUs {
	width: 154px;
	background: transparent url(../images/buttons/btnContactUsSelected.gif) -2000px -2000px no-repeat;
}
.sub a#bContactUs:hover, .subSelected a#bContactUs:hover, .selectedContactUs {
	background-position: 0 0;
	z-index: 100;
}


.sub a#bWhyTalon, .subSelected a#bWhyTalon, .selectedWhyTalon {
	width: 154px;
	background: transparent url(../images/buttons/btnWhyTalonSelected.gif) -2000px -2000px no-repeat;
}
.sub a#bWhyTalon:hover, .subSelected a#bWhyTalon:hover, .selectedWhyTalon {
	background-position: 0 0;
	z-index: 100;
}

.sub a#bWhyCommercial, .subSelected a#bWhyCommercial, .selectedWhyCommercial {
	width: 154px;
	background: transparent url(../images/buttons/btnWhyCommercialSelected.gif) -2000px -2000px no-repeat;
}
.sub a#bWhyCommercial:hover, .subSelected a#bWhyCommercial:hover, .selectedWhyCommercial {
	background-position: 0 0;
	z-index: 100;
}


























/*-----CONTENT SECTION-----*/
#contentWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 923px;
	background: url(../images/contentBG.gif) repeat-x;
	min-height: 360px;
}

.sideCopyLeft {
	float: left;
	margin: 0;
	padding: 10px 0 0 30px;
	width: 145px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3F91AD;
	font-size: 12px;
	line-height: 19px;
}
.sideCopyLeft p {
	margin: 0;
	padding: 0;
}


/*-----HOME SECTION-----*/
#homeWrapper {
	margin: 0;
	padding: 0;
	height: 360px;
	background: url(../images/home.jpg);
	color: #FFF;
}

#homeWrapper h1 {
	margin: 0;
	padding: 32px 0 0 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
#homeWrapper p {
	margin: 0;
	padding: 8px 518px 0 38px;
	font-size: 11px;
	line-height: 18px;
}

/*-----ABOUT SECTION-----*/
#aboutWrapper {
	margin: 0;
	padding: 0;
	height: 454px;
	background: url(../images/aboutBG.jpg) right no-repeat;
}

#aboutWrapper > .sideCopyLeft{
	padding: 30px 0 0 30px;
}

#bioWrapper {
	float: left;
	margin: 30px 0 0 25px;
	padding: 0;
	width: 370px;
}

.bio {
	margin: 0 0 20px 0;
	padding: 0;
}
.bio h1 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #7A101F;
}
.bio p {
	margin: 0;
	padding: 2px 0 4px 0;
	font-size: 11px;
	color: #000;
}
.bio a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #6f1200;
	text-decoration: none;
}

/*-----ABOUT > EXPERIENCE SECTION-----*/
/*#experienceWrapper {
	float: left;
	margin: 0px 0 0px 30px;
	padding: 0;
	width: 614px;
}*/
#experienceWrapper {
	float: left;
	margin: 0px 0 0px 30px;
	padding: 0;
	width: 614px;
	overflow: auto;/*--window here--*/
	height: 360px;
}
.exper {
	float: left;
	margin: 0 10px 20px 0;
	padding: 0;
	width: 180px;
}
.exper img {
	margin: 0;
	padding: 0;
}
.exper h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #7A101F;
}
.exper p {
	margin: 0;
	padding: 0;
}
.subCopy {
	font-style: oblique;
	color: #7F7F7F;
}



/*-----INNER WRAPPER-----*/
/*EXPERIENCE | INVESTMENT OVERVIEW | WHY COMMERCIAL | PRESS*/
#innerWrapper {
	float: left;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	width: 923px;
	background: url(../images/innerContentBG.gif) repeat-y;
	min-height: 330px;
}

/*-----CENTER CONTENT-----*/
#centerContent {
	float: left;
	margin: 0 0 0 0px;
	padding: 10px 75px 0 5px;
	width: 389px;
}
#centerContent h1 {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	color: #7A101F;
}
#centerContent h2 {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 11px;
	font-weight: bold;
}
#centerContent h3 {
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: 11px;
	color: #7A101F;
}
#centerContent p {
	margin: 0;
	padding: 2px 20px 20px 20px;
	font-size: 11px;
	color: #000;
}

/*-----RIGHT SIDE CONTENT-----*/
#sideCopyRight {
	float: left;
	margin: 0 0 0px 0px;
	padding: 10px 25px 0 25px;
	width: 227px;
}
#sideCopyRight h1 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #7A101F;
}
#sideCopyRight p {
	margin: 0;
	padding: 2px 0 5px 0;
}
#sideCopyRight ul {
	margin: 0 0 12px 10px;
	padding: 0;
}
#sideCopyRight li {
	margin: 0;
	padding: 0;
}

/*-----CLIENT CONTENT-----*/
#clientWrapper {
	float: left;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	width: 923px;
	min-height: 330px;
}

/*-----FORM-----*/
#clientWrapper input {
	width: 200px;
	font-size: 13px;
	color: #7A101F;
	border: 1px inset #AAA;
}
#clientWrapper label {
	width: 60px;
	float: left;
	font-size: 13px;
	text-align: right;
	margin-right: 10px;
	display: block;
}

#clientWrapper .submit input {
	width: 60px;
	font-size: 11px;
	margin-left: 70px;
	color: #FFF;
	background-color: #95b43c;
	border: 2px outset #CCC;
}




/*-----FOOTER-----*/
#footer {
	height: 55px;
	background: transparent url(../images/footerBG.gif);
}
#footer ul {
	margin: 0;
	padding: 25px 0 0 40px;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0 50px 0 0;
}
#footer a {
	font-size: 11px;
	color: #6f1200;
	text-decoration: none;
}



.clearit {
	clear: both;
}
.left {
	float: left;
	margin: 0px 10px 20px 20px;
}
.right {
	float: right;
	margin: 0px 0px 2px 10px;
}

