@import "reset.css";

/*********************** Default */
body {
	background: #fff url(../images/bg-body.gif) repeat-x 0 0;
	font: normal 14px/20px Georgia, serif;
	color: #222;
}
p {
	margin-bottom: 1em;
}
a {
	font: normal 12px/20px Georgia, serif;
	color: #222;
}
h1 {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	font: normal 26px/30px Georgia, serif;
	color: #000;
}
h2 {
	margin-bottom: 1em;
	font: normal 18px/26px Georgia, serif;
	color: #000;
}

/*********************** Layout */
#wrap {
	margin: auto;
	width: 890px;
}
header {
	position: relative;
	height: 420px;
	background: transparent url(../images/header-image.jpg) no-repeat 0 100%;
}
header.header-pf {
	background-image: url(../images/header-image-portfolio.jpg);
}
header.header-tr {
	background-image: url(../images/header-image-transactions.jpg);
}
header.header-cu {
	background-image: url(../images/header-image-contact.jpg);
}
#content {
	padding: 0 5px 20px;
}
#main {
	width: 575px;
}
footer {
	border-top: 1px solid #b2b2b2;
	padding: 22px 4px;
	font: normal 11px/15px Georgia, serif;
	color: #666;
}

/****************** Page Styles */
/* Navigation */
.mainNav {
	position: absolute;
	top: 34px;
	left: 382px;
}
.mainNav li {
	position: relative;
	float: left;
	background: transparent url(../images/bg-menu.gif) no-repeat 100% 0;
}
.mainNav span {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -3px;
	width: 12px;
	height: 6px;
	background: transparent url(../images/bg-menu-arrow.gif) no-repeat 0 0;
}
.mainNav li.last {
	background: none;
}
.mainNav a {
	float: left;
	padding: 0 18px;
	font: normal 12px/36px Georgia, serif;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
}
.mainNav .selected a,
.mainNav a:hover {
	background: transparent url(../images/bg-menu.gif) repeat-x 100% 0;
	color: #fefefe;
}
.mainNav .selected span {
	display: block;
}
.footerMenu {
	font: normal 14px/18px Georgia, serif;
	color: #0076b6;
}
.footerMenu span,
.footerMenu a {
	padding: 18px;
	font: normal 14px/36px Georgia, serif;
	color: #0076b6;	
}
.copy {
	padding: 2px 0 2px 18px;
}

/* Logo */
.logo {
	position: absolute;
	top: 29px;
	left: 39px;
}
.logo img {
	width: 218px;
	height: 46px;
}

.selectProperties {
	position: absolute;
	bottom: 14px;
	left: 22px;
	border-top: 1px dashed #988e82;
	padding-left: 16px;
	width: 209px;
	font: oblique normal 11px/16px Arial, Verdana, sans-serif;
	color: #306;
	text-transform: uppercase;
}
#sidebar .selectProperties {
	border: 0;
	float: right;
	width: auto;
	position: static;
	color: #c070ff;
}

.transactionBanners li {
	list-style: none;
	float: left;
	padding: 13px 16px;
	width: 215px;
	height: 280px;
}

.portfolioList {
	margin: 0 0 0 -19px;
	padding: 0;
}
.portfolioList li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
	height: 140px;
	background: transparent url(../images/bullet.png) no-repeat 0 0;
}
.portfolioList img {
	float: left;
	margin-right: 40px;
	width: 350px;
	height: 83px;
	vertical-align: middle;
}
.portfolioList p {
}
.portfolioList p.forEJ {
	padding-top: 18px;
}
.portfolioList p.forATTY {
	padding-top: 22px;
}
.portfolioList p.forBL {
	padding-top: 22px;
}

/* Contact Form */
.address {
	padding: 0 5px 5px;
	color: #424242;
}
.address h2 {
	margin: 5px 0;
	padding: 0 5px 0px 0;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.contactForm th {
	padding: 2px;
	width: 120px;
	text-align: left;
	font-weight: normal;
	line-height: 25px;
	vertical-align: top;
	font-size: 13px;
}
.contactForm td {
	padding: 2px;
}
.contactForm .formEdit,
.contactForm .formTextareaEdit {
	border: 1px solid #333;
}
.contactForm input.formEdit[type=text] {
	width: 240px;
	border: 1px solid #333;
}
.contactForm .formTextareaEdit {
	width: 320px;
	height: 80px;
	border: 1px solid #333;
}
.contactForm select,
.contactForm textarea,
.contactForm input[type=text] {
	margin: 0 8px;
	border: 1px solid #9d9d9d;
	font-family: Arial, Verdana, sans-serif;
}
.contactForm input#recaptcha_response_field {
	margin: 0;
}
.contactForm select { background-color: #f5f5f5; }
.btnSubmit {
	margin: 8px;
	border: 0;
	padding: 2px 5px;
	background: #333;
	color: #fff;
	cursor: pointer;
}
.btnSubmit:hover {
	background: #000;
}
.descTxt {
	margin-bottom: 2px;
	padding: 5px 0 0 8px;
	font: normal 11px/16px Arial, Verdana, sans-serif;
	color: #666;
}

.panels {
  height:110px;
}

/* Validation */
.contactForm select.req,
.contactForm textarea.req,
.contactForm input.req {
	border: 1px solid #b61509;
}
.requiredCaptcha,
.requiredField {
	display: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	color: #b61509;
}

.captcha {
	margin: 0 8px;
	padding: 12px;
	width: 380px;
	border: 1px solid #d8d8d8;
}
#recaptcha_image {
	float: left;
	margin: 0 10px 10px 0;
	width: 300xp;
	border: 1px solid #e3e3e3;
}
.captchaOpts {
	float: left;
	margin-top: 5px;
	width: 45px;
}
.captchaOpts a {
	width: 25px;
	height: 25px;
	background: transparent url(../images/captcha-sprite.png) no-repeat 0 0;
}
#recaptcha_reload_btn {
	background-position: -4px -5px;
}
#recaptcha_reload_btn:hover {
	background-position: -38px -5px;
}
#recaptcha_switch_audio_btn {
	background-position: -4px -49px;
}
#recaptcha_switch_audio_btn:hover {
	background-position: -38px -49px;
}
#recaptcha_switch_img_btn {
	background-position: -4px -92px;
}
#recaptcha_switch_img_btn:hover {
	background-position: -38px -92px;
}
/************************* Framework */

/* Box model */
.blk { display: block }
.inl { display: inline }
.left { float: left }
.right { float: right }
.clear { clear: both }
.clL { clear: left }
.clR { clear: right }

/* Typography */
.fwB { font-weight: bold }
.fsO { font-style: oblique }
.taR { text-align: right }
.taL { text-align: left }
.taC { text-align: center }
.txtH { font-size: 0; line-height: 0; text-indent: -9999px }

/* Generic image button - can be applied to "a", "button" or "input[type=submit]" */
.btn { display: block; border: 0; background-repeat: no-repeat; background-position: 0 0; background-color: transparent; font-size: 0; line-height: 0; text-indent: -1000em; cursor: pointer }

/* Buttons */

/*********************** End */