/*   
Theme Name: LCM V1
Theme URI: http://aidezigns.com
Description: The LCM Stylesheet
Author: Iftikhan Nazeem
Author URI: http://aidezigns.com
Version: 1.0
*/

/* =ifti : These styles are added by me */

/* Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Typography */
body {
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
}
div#body {
	font-size: 1em;
	line-height: 1.4em;
}


/***************************
******************* Links */
a { 
	text-decoration: underline;
	color: #c85800;
}
a:hover { 
	text-decoration: underline;
}
a:visited {

}


/***************************
** Typographical Elements */

p, ul, ol, dl, address {
	margin: 0 0 1.6em 0;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ul li, ol li, dl dd {
	padding-left: .9em;
}

blockquote {
	font-size: 1.4em;
	margin: 0 0 1em 0;
	background: url('img/divider-list.png') top left no-repeat;
}
blockquote p {
	padding: 1em 1em 1em 0;
	font-style: italic;
	margin: 0;
	font-family: Times, serif;
	background: url('img/divider-list.png') bottom left no-repeat;
}

q:before {
	content: '&ldquo;'; 
}
q:after {
	content: '&rdquo;'; 
}

em {
	font-style: italic;
}

strong {
	font-weight: 900;
}

cite {
	font-style: italic;
}

code {
	font-family: monospace;
}

kbd {
	font-family: monospace;
}

samp {
	font-family: monospace;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sup.trademark {
	text-transform: uppercase;
	font-size: 70%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
	font-family: Times, serif;
}
h1 {
	font-size: 1.9em;
	margin-bottom: 0.9em;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/***************************
*********** The Big Stuff */

body { 
	text-align: center;
	background: #3e371e url('img/body.png') top repeat-x;
}
div#header, div#wrapper, div#footer {
	text-align: left;
	width: 98.9em;
	margin: 0 auto;
}


/***************************
****************** Header */
div#header {
	margin-bottom: 0;
	height: auto;
	position: relative;
}

div#header_bg{
    position: absolute;
    width: 960px;
    height: 177px;
    left: 15px;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    filter: alpha(opacity = 30);
    z-index: -1;
}

div#header div#blog-description {
	font-size: 1.2em;
	text-transform: lowercase;
	float: right;
	margin-top: 2em;
	margin-bottom: 0;
}
div#header h1 { 
	margin-top: 54px;
	height: 121px;
	width: 580px;
	display: block; 
	text-indent: -999em; 
	background: url("img/logo.png") no-repeat scroll 15px 0 transparent;
	float: left; 
	margin-bottom: 0;
}
div#header h1 a { 
	display: block; 
	height: 65px;
	width: 580px;
}
div#header h1 a:hover {
	text-decoration: none;
}
div#description {
	float: right;
	text-indent: -999em;
	background: url('img/description.png') right top no-repeat;
	width:  200px;
	height: 36px;
        margin: 101px 59px 0 0;
}


/***************************
************** Login */
div#user_details{
	display:block;
	position:absolute;
	background-color:#000;
	top: 35px;
	right: 15px;
	width:300px;
	height: 20px;
	color:#fff;
	padding:3px;
	padding-top:3px;
	padding-right:10px;
	font-size:12px;
	text-align:right;
	border-radius: 0 8px 0 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}

/***************************
************** Navigation */
div#navigation {
	position: absolute;
	font-family: Times, serif;
	top: 0;
	left: 0;
	height: 35px;
	clear: both;
	text-transform: uppercase;
}
div#navigation ul {
	float: left;
	display: block;
	font-size: 1.4em;
	margin: 0 0 0 1.3em;
}
div#navigation ul li {
	float: left;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url('img/nav.png') right 4px no-repeat;
}
div#navigation ul li#contact-us {
	background: none;
}
div#navigation ul li#contact-us a {
	padding: 0 0.75em 0 1.5em;
}
div#navigation ul li#client-login {
	background: url('img/nav-hover.png') center 3px no-repeat;
}
div#navigation ul li#client-login a {
	width: 140px;
	color: #fff;
}
div#navigation ul li.last {
	background: none;
}
div#navigation ul li a {
	display: block;
	height: 35px;
	line-height: 2.8em;
	float: left;
	color: #b2b2b2;
	text-decoration: none;
	text-align: center;
	padding: 0 1.5em 0 1.5em;
}
div#navigation ul li a:hover, div#navigation ul li.selected a, div#navigation ul li.current_page_item a {
	color: #fff;
}


/***************************
***************** Sign In */
div#sign-in {
	background: url('img/transparent.png') repeat;
	color: #fff;
	position: absolute;
	right: 35px;
	top: 35px;
	z-index: 9999;
	width: 260px;
	display: none;
}
div#sign-in form {
	margin-top: 15px;
}
div#sign-in div {
	float: left;
	width: 105px;
	margin-right: 12px;
	margin-left: 5px;
}
div#sign-in h2 {
	margin-bottom: 0;
}
div#sign-in input {
	margin-bottom: 10px;
	width: 95px;
	float: left;
	clear: left;
}
div#sign-in input.text {
	border: 2px solid #000;
	background-color: #333;
	color: #fff;
	padding: 2px 4px 2px 4px;
}
div#sign-in label {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 1.1em;
	width: 55px;
	clear: left;
	text-align: left;
}
div#sign-in input#login {
	float: right;
	width: 30px;
	margin-right: 15px;
	clear: left;
	background: #444;
	color: #fff;
	border: 2px solid #000;
	width: 50px;
	text-align: center;
}


/***************************
****************** Extras */
span.required {
	color: #d12f1b;
}
.hide { 
	display: none; 
}
div.breadCrumb { 
	display: none; 
}
br.clear { 
	clear: both;
}
.clear { 
	clear: both;
}
img {

}
body.editing img {

}
.alignright {
	float: right;
	margin: 1em 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 1em 1em 1em 0;
}

.aligncenter, div.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
} 
.alignleft { 
	float: left; 
} 
.alignright { 
	float: right; 
} 
.wp-caption { 
	border: 1px solid #ddd; 
	text-align: center; 
	background-color: #f3f3f3; 
	padding-top: 4px; 
	margin: 10px; /* optional rounded corners for browsers that support it */ 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
} 
.wp-caption img { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
} 
.wp-caption p.wp-caption-text { 
	font-size: 11px; 
	line-height: 17px; 
	padding: 0 4px 5px; 
	margin: 0; 
}


/***************************
***************** Content */
div#wrapper {
	clear: both;
	position: relative;
	top: -8px;
}
div#wrapper-in {
	padding-top: 11px;
	background: url('img/wrapper-in.png') center top no-repeat ;
}
div#container {
	background: url('img/container.png') center top repeat-y;
}
div#container-in {
	background: url('img/container-in.png') center bottom no-repeat;
}
div#container-innermost {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	background: url('img/container-innermost.png') center top no-repeat;
}
div#content {
	margin: 0 0 0 45px;
	float: left;
	width: 535px;
	color: #434c4c;
}


/***************************
******************* Posts */
div.post {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
	height: auto;
}

div.post p {
	font-size: 13px;
	}

.home div.post h2 {
	padding: 0 5px 10px 0;
	background: url('img/title_content.png') left bottom no-repeat;
	border: none;
}

div.post h2, .contact-us div.post h2 {
	padding: 0 5px 10px 0;
	/*background: url('img/title_content.png') left bottom no-repeat;*/
	border-bottom: 1px solid #e0ddbe;
	background: none;
}
div.post p span {
	font-size: 1.6em;
	font-family: Times, serif;
	text-transform: capitalize;
}
div.post p.more-link a, div.post a.more-link {
	color: #bf5b05;
	padding-right: 7px;
	text-decoration: none;
	font-family: Times, serif;
	background: url('img/link.png') right 3px no-repeat;
	text-transform: uppercase;
}
div.post p.more-link a:hover, div.post a.more-link:hover {
	text-decoration: underline;
}
div.post p.more-link a span, div.post a.more-link span {
	display: none;
}
div.post img {
	padding: 5px;
	border: 1px solid #cecdb0;
	float: left;
	margin: 0 15px 15px 0;
}
div.post ul {
	padding-left: 0;
}
div.post ul li {
	list-style-type: disc;
	margin-left: 3.5em;
	background: url('img/divider-list.png') left bottom no-repeat;
	padding-bottom: 15px;
	padding-left: 0;
	margin-bottom: 15px;
}


/***************************
***************** Sidebar */
div#sidebar {
	float: right;
	margin: 0 45px 0 0;
	width: 345px;
	color: #434c4c;
	font-size: 1.2em;
	line-height: 1.6em;
}
div#sidebar ul li {
	background: url('img/divider.png') left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	float: none;
}
div#sidebar ul li.more-link {
	background: none;		
}
div#sidebar ul li.more-link p a {
	color: #bf5b05;
	padding-right: 7px;
	text-decoration: none;
	font-family: Times, serif;
	background: url('img/link.png') right 5px no-repeat;
	text-transform: uppercase;
	display: inline;
}
div#sidebar ul li.more-link a:hover {
	text-decoration: underline;
}
div#sidebar ul li.more-link a span {
	display: none;
}

.home div#sidebar h2 {
	padding: 0 5px 10px 5px;
	background: url('img/title_sidebar.png') left bottom no-repeat;	
	border: none;
}

/* This removes the background image and inserts a border */
.contact-us div#sidebar h2 {
	padding: 0 5px 10px 5px;
	background:  none;	
	border-bottom: 1px solid #e0ddbe;
}

div#sidebar h2 {
	padding: 0 5px 10px 5px;
	/*background: url('img/title_sidebar.png') left bottom no-repeat;*/
	border-bottom: 1px solid #e0ddbe;
	background: none;
}
div#sidebar img {
	padding: 5px;
	border: 1px solid #cecdb0;
	float: left;
	margin: 0 10px 10px 0;
}
p.date-category {
	font-weight: bold;
	font-size: 0.9em;
	height: 18px;
	padding-left: 22px;
	padding-top: 3px;
	clear: both;
	margin-bottom: 5px;
}
p.video {
	background: url('img/icon_media.png') left 2px no-repeat;
}

p.pdf {
	background: url('img/icon_pdf.png') left 2px no-repeat;
}

p.news {
	background: url('img/icon_news.png') left 4px no-repeat;
}
div#sidebar h3 {
	font-size: 1.7em;
	margin-bottom: 0;
	line-height: 1.3em;
}
div#sidebar h3 a {
	color: #405f02;
	text-decoration: none;
}
div#sidebar h3 a:hover {
	text-decoration: underline;
}


/***************************
****************** Teaser */
div#teaser-layout {
	width: 960px;
	height: 270px;
	margin: 0 0 0 15px;
	font-family: Times, serif;
	color: #fff;
	position: relative;
	/*background: url('img/teaser.png') left top no-repeat;*/
}

.media div#teaser-layout, .press-detail div#teaser-layout { height: 270px; }

div.teaser-about-us { background: url('img/teaser-about-us.jpg') left top no-repeat; }
div.teaser-media { background: url('img/teaser-media.jpg') left top no-repeat; }
div.teaser-default { background: url('img/teaser.png') left top no-repeat; }
div.teaser-press { background: url('img/teaser-press.jpg') left top no-repeat; }
div.teaser-contact-us { background: url('img/teaser-contact.JPG') left top no-repeat; }

div#teaser-layout p {
	font-size: 4.5em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: normal;
	float: right;
	margin: 0 1.5em;
	
	position: absolute;	
	right:0;
	bottom: 0;
}
div#teaser-layout p span {
	margin-left: 1em;
}


/***************************
****************** Footer */
div#footer {
	background: url('img/footer.png') center top no-repeat;
	padding-top: 2em;
	clear: both;
	color: #fff;
	margin-top: -7px;
	height: 110px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}
div#footer ul {
	/*float: left;*/
	/*display: block;*/
	font-size: 1.1em;
	/*margin-left: 285px;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;	
}
div#footer ul#privacy {
	/*margin-left: 400px;*/
}
div#footer ul li {
	/*float: left;*/
	display: inline;
	margin: 0 -5px 0 0;
}
div#footer ul li a {
	/*display: block;*/
	/*float: left;*/
	color: #cccccc;
	text-decoration: none;
	background: url('img/footernav.png') left 3px no-repeat;
	padding-left: 8px;
}
p#copyright {
	clear: left;	
	color: #929999;
	font-size: 1.1em;
	margin-bottom: 10px;
}

/***************************
****************** Tables */
/*table {
	margin-bottom: 50px;\
}
table tr {
	background: url('img/td.png') center bottom repeat-x;
	height: 140px;
	overflow: hidden;
}
table tr:hover {
	background: url('img/td-hover.png') center bottom repeat-x;
}
table tr td {
	vertical-align: top;
	background: url('img/border01.png') right bottom no-repeat;
}
li div.first {
	width: 145px;
	background: url('img/border01.png') left bottom no-repeat;
} */
table td p {
	margin: 15px 0 0 0;
}
body.media ul#press-list li {
	float: left;
}
li div.first {
	float: left;
	width: 125px;
	margin-left: -30px;
	margin-top: 15px;
}
li div.second {
	float: right;
	width: 595px;
	margin-left: 25px;
	!margin-left: 15px;
}
div.first p {
	margin: 25px 0 0 0;
	font-size: 0.8em;
}
div.news p {
	padding-left: 24px;
	background: url('img/icon_news.png') left top no-repeat;
}
div.video p {
	padding-left: 24px;
	background: url('img/icon_cam_off.png') left top no-repeat;
}
li:hover div.video p {
	background: url('img/icon_cam_on.png') left top no-repeat;
}
div.pdf p {
	padding-left: 24px;
	background: url('img/icon_pdf.png') left 8px no-repeat;
}
li:hover .pdf p {
	background: url('img/icon_pdf_on.png') left 8px no-repeat;
}
p.date {
	font-weight: bold;
}
table h3 {
	margin-top: 5px;
	margin-bottom: -5px;
}
table h3 a {
	color: #cc1400;
	text-decoration: none;
}
table h3 a:hover {
	text-decoration: underline;
}

/* Logos */
a.businessday {
	display: block;
	width: 97px;
	text-indent: -999em;
	height: 30px;
	background: url('img/businessday.png') left bottom no-repeat;
	background-position: left bottom;	
}
tr:hover a.businessday {
	background: url('img/businessday.png') -98px bottom no-repeat;
	background-position: left bottom;
	background-repeat: no-repeat;
}
a.cnbceurope {
	width: 101px;
	height: 16px;
	background: url('img/cnbceurope.png') left top no-repeat;
	display: block;
	text-indent: -999em;
}
a.wealthbriefing {
	width: 100px;
	height: 30px;
	background: url('img/wealthbriefing.png') left top no-repeat;
	display: block;
	text-indent: -999em;
}
a.investmentnews {
	width: 97px;
	height: 25px;
	background: url('img/investmentnews.png') left top no-repeat;
	display: block;
	text-indent: -999em;
}
tr:hover a.investmentnews {
	background: url('img/investmentnews.png') right top no-repeat;
}
a.forbes {
	width: 117px;
	height: 36px;
	background: url('img/forbes.png') left top no-repeat;
	display: block;
	text-indent: -999em;
}

/***************************
************ Contact Form */
form label {
	float: left;
	width: 200px;
	clear: left;
	text-align: right;
	font-weight: bold;
	margin-top: 3px;
}
form input, form select, form textarea {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
form select {
	width: 190px;
}
form input.text, form textarea {
	background-color: #fff;
	border: 1px solid #d0cfb3;
	height: 15px;
	width: 200px;
}
form textarea {
	width: 300px;
	height: 150px;
	float: left;
}
form hr {
	clear: both;
	height: 10px;
	background: url('img/divider-list.png') left top no-repeat;
	border: none;
}
input#submit {
	float: left;
	margin-left: 210px;
	width: 60px;
	height: 36px;
	border: none;
	display: block;
	text-indent: -999em;
	background: url('img/submit.png') left top no-repeat;
}
form input#ccme {
	width: 12px;
	margin-top: 6px;
}

/***************************
************ Page Layouts */

/* Two Column Alternate */
body.alt div#container-innermost {
	background: url('img/container-innermost-3col.png') center top no-repeat;
}
body.alt div#content {
	width: 590px;
	/*width: 740px;*/
}
body.alt div#content div.post {
	width: 275px;
	float: left;
	margin-right: 20px;	
}
body.alt div#sidebar {
	width: 300px;
	/*width: 150px;*/
	margin-top: 75px;
}
body.alt div#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	margin-bottom: 0;
}
body.alt div#content div.alt {
	width: 590px;
	/*width: 740px;*/
}
body.alt div#content div.alt h2 {
	margin-bottom: 5px;
	margin-bottom: .8em;
}

/* Three Column */
body.threecolumn div#container-innermost {
	background: url('img/container-innermost-3col.png') center top no-repeat;
}
body.threecolumn div#teaser {
	background: url('img/teaser02.png') center top no-repeat;
	height: 200px;
}
body.threecolumn div#content {
	float: right;
	width: 735px;
	margin-top: -5px;
	margin-right: 20px;
}
body.threecolumn div#content div.post {
	margin-right: 70px;
}

/* Three Column Thinned */
body.threecolumn-thin div#container-innermost {
	background: url('img/container-innermost-3col.png') center top no-repeat;
}
body.threecolumn-thin div#content {
	float: right;
	/*width: 550px;*/
	width: 670px;/* Made to work as 2 column layout */
	margin-top: -5px;
	margin-right: 30px;
}
body.threecolumn-thin div#content div.post {
}
body.threecolumn-thin div#sidebar {
	width: 190px;
	margin: 70px 50px 0 0;
	float: right;
	border-left: 1px solid #cccbad;
	border-right: 1px solid #cccbad;
	border-top: 1px solid #ccdbad;
}
body.threecolumn-thin div#sidebar ul li {
	background: url('img/printlist.png') bottom repeat-x;
	/*width: 168px;*/
	margin: 0;
	padding: 0;
	line-height: 3em;
	width: 100%;
}
body.threecolumn-thin div#sidebar ul li:hover {
	background: url('img/printlist-hover.png') bottom repeat-x;
}
body.threecolumn-thin div#sidebar ul li a {
	text-decoration: none;
	color: #006579;
	padding-left: 35px;
}
li#print a {
	padding-left: 20px;
	background: url('img/icon_print.png') 13px top no-repeat;
}
li#download a {
	padding-left: 20px;
	background: url('img/icon_pdf2.png') 13px top no-repeat;
}

li#email-friend a {
	padding-left: 20px;
	background: url('img/email.png') 13px top no-repeat;
}

/* Press Releases */
body.press-releases div#teaser {
	background: url('img/teaser05.png') center top no-repeat;
}

/* Press List */
body div#content ul#press-list li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	background: url('img/press-list-off.png') bottom repeat-x;
	border: 1px solid #cccbad;
}
body div#content ul#press-list li:hover {
	background: url('img/press-list-on.png') bottom repeat-x;
}
ul#press-list p {
	margin: 12px 15px 12px 42px;
}
ul#press-list h3 {
	margin: 0 15px 5px 42px;
}
ul#press-list h3 a {
	color: #405F02;
	text-decoration: none;
}
ul#press-list h3 a:hover {
	text-decoration: underline;
}
ul#press-list p.date {
	margin-left: 12px;
	padding-left: 30px;
	margin-bottom: 0;
	font-weight: bold;
}

ul#press-list li.pdf p.date {
	background: url('img/icon_pdf.png') left top no-repeat;
}

ul#press-list li.pdf:hover p.date {
	background: url('img/icon_pdf.png') left top no-repeat;
}

ul#press-list li.video p.date {
	background: url('img/icon_cam_off.png') left top no-repeat;
}

ul#press-list li.video:hover p.date {
	background: url('img/icon_cam.png') left top no-repeat;
}
ul#press-list li.news p.date {
	background: url('img/icon_news.png') left 3px no-repeat;
}
div.preview {
	display: none;
	display: block;
}

/* Three Column Sidebar and Alternate Two Column */
body.threecolumn div#sidebar {
	background-color: #f2f1e2;
	width: 300px;
	overflow: hidden;
}
body.threecolumn div#sidebar ul {
	margin-left: 25px;
}
body.threecolumn div#sidebar ul li, body.alt div#sidebar ul li {
	width: 100%;
	background: none;
}
body.threecolumn div#sidebar ul li h3, body.alt div#sidebar ul li h3 {
	font-size: 1.2em;
	font-weight: bold;
}
body.threecolumn div#sidebar ul li p, body.alt div#sidebar ul li p {
	margin-bottom: 0;
}
body.threecolumn div#sidebar ul li.more-link, body.alt div#sidebar ul li.more-link {
	background: url('img/divider02.png') left top no-repeat;
	height: 30px;
	line-height: 2.7em;
}
body.threecolumn div#sidebar ul li.more-link a, body.alt div#sidebar ul li.more-link a {
	background-position: right 12px;
	width: 125px;
}

/* Three Column Page Title and Breadcrumbs */
h2.page-title {
	font-size: 2.5em;
}
div#breadcrumb {
	font-size: 1.1em;
}
div#breadcrumb a {
	text-decoration: none;
}
div#breadcrumb a:hover {
	text-decoration: underline;
}
div#breadcrumb span {
	font-size: 0.5em;
}

/* Two Column, content on the right */
body.twocolumn-right div#container-innermost {
	background: url('img/container-innermost-3col.png') center top no-repeat;
}
body.twocolumn-right div#content {
	float: right;
	width: 717px;
	margin-right: 43px;
}

/* Contact Us */
body.contact-us div#teaser {
/*	background: url('img/teaser03.png') left top no-repeat; */
	background: none;
	height: 300px;
}

body.contact-us div#sidebar { /*margin-top: 50px;*/ }

body.contact-us iframe {
/*	padding: 5px;
	border: 1px solid #cecdb0; */
	float: left;
/*	margin: 0 15px 15px 0; */
	margin: 1px 0 0 0;
}

/* Media */

body.media h2.page-title { margin-top: -0px; }/* =ifti */


/* Subnavigation */
div#subnav {
	position: absolute;
	left: 50px;
	top: 110px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}
div#subnav ul li {
	background: url('img/subnav.png') bottom left no-repeat;
	height: 30px;
	margin-bottom: 4px;
	width: 140px;
}
div#subnav ul li:hover {
	background: url('img/subnav-hover.png') bottom left no-repeat;
}
div#subnav ul li a {
	line-height: 2em;
	text-decoration: none;
	margin-left: 0.75em;
}
div#subnav ul li a:hover {
	text-decoration: underline;
}


/* Print */

body.print { text-align: center; background: #ffffff url('img/body-print.png') top repeat-x; }

body.print div#breadcrumb, body.print div#sidebar, body.print div#teaser-layout, body.print div#subnav, body.print div#footer, body.print div#navigation, body.print div#description {
	display: none;
}
body.print div#container, body.print div.post h2, body.print div#wrapper-in, body.print div#container-in, body.print div#container-innermost {
	background: none;
}
body.print div#wrapper {
	margin: 0 auto 0 auto;
	width: 90%;
	background: #f2f1e2;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	top: -35px;
}
body.print div#content {
	float: none;
	margin: 0 25px 25px 25px;
	width: auto;
}
body.print h2.page-title {
	border-bottom: 1px solid #000;
	padding: 0 0 10px 2px;
}
body.print div#header {
	height: 30px;
	margin: 0 auto;
	width: 90%;
	background-color:#000000;
}
body.print div#header h1 {
	background: none;
	text-indent: 0;
	margin: 5px 0 0 0;
}
body.print div#header h1 a {
	color: #f2f1e2;
	font-size: 1.3em;
	text-decoration: none;
}

body.print .arc90_extlinkIMG { display: none;}

body.print .client-contact, body.print .media-contact { border-top: 1px solid #000; margin-top: 50px; display: block;  }
body.print .client-contact, body.print .media-contact img { display: none; }

ul#all-contacts {
	display: none;
	/*height: 380px;*/			
}

/* =ifti
This is for the external link script
 */
 
 
 #print_controls { 
 	position: absolute; 
 	right: 0; 
 	margin-top: 0px;
 	background: #000;
 	height: 35px;
 	 
 }
 
 #print_controls span { float: left;  margin: 5px; background: url('img/printlist.png') bottom repeat-x;   }
  
  #print_controls a { 
  	text-decoration: none;
  	font-size: 13px;
 	display:block;
 	padding: 6px 7px;
 	/*height: 16px;*/
 	text-indent: 20px; 	 	
 }
 
 #print_controls #print_link_insert a { background: url("img/icon_print.png") no-repeat 5px center;   }
 #print_controls #close_link_insert a { background: url("img/cross.png") no-repeat 5px center;  }
 
 /* This is the 21st Century by Tantek Celik to work with floats for standards compliant browsers */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }

.contacts_listing { margin-bottom: 7px; }
div#sidebar ul.contacts_listing li.current_selected_employee, /*div#sidebar ul.contacts_listing li:hover*/ { background: #deddc6; }
div#sidebar ul.contacts_listing li { padding-top: 5px; }
div#sidebar .contacts_listing li img { margin-bottom: 0; }

div.post .contacts_listing li { list-style-type: none; background: none; float: left; text-align: left; width: 31%;  margin-right: 10px; margin-left: 0;  height: 17em;  }
div.post .contacts_listing li h3 a { text-decoration: none; font-family: Times, serif; color:#405F02; }
div.post .contacts_listing li img { float: none; /*margin-left: auto; margin-right: auto;*/ display: block;  }

div.post .contacts_listing li.master_bio { width: 95%; border-bottom: 1px solid #E0DDBE; text-align: left; height: auto; }
div.post .contacts_listing li.master_bio img { float: left; margin: 0; margin-right: 10px; }


div.post .contact_us_persons {   }
div.post .contact_us_persons li { list-style-type: none; padding-bottom: 0; margin-left: 0; }

.client-contact, .media-contact { /*border-top: 1px solid #e0ddbe; margin-top: 50px;*/ clear: both;  }

.big_link { background-color: #E0DDBE; margin:9px; padding: 5px;   }
.big_link a { color:#bf5b05; text-decoration: none; font-weight: bold; }

.hide_ext_icon .arc90_extlinkIMG { display: none; }

#print-download { margin-bottom: 0; }

#developer { font-size: 11px;  }
#developer a { text-decoration: none;  }

div.post a.main-stree-login , div.post a.sec-form-download { display:block; margin:0 0 8px 0; line-height:0; }
div.post .main-stree-login img, div.post .sec-form-download img { border:none; margin:0; display:inline; float:none; padding:0; }

.disclaimer_title{
    margin: 0 0 10px 0;
}

#frmDisclaimer{
    margin: 10px 0;
}

#frmDisclaimer input{
    margin-left: 0;
}

.Btndisagree{
    background:none repeat scroll 0 0 #E6E6E6;
    border:1px solid #999;
    color:#000000;
    float:left;
    margin:0 20px;
    padding:1px 10px;
    text-decoration:none;
    width:auto;
}

.btnAgree{
    background:none repeat scroll 0 0 #E6E6E6;
    border:1px solid #999;
    color:#000000;
    padding:1px 5px;
}

#user_details ul li{
    list-style: none;
    float: left;
    font-family:times serif;
    font-size:12px;
    text-transform: uppercase;
}

.helloText{
    margin-left: 18px;
}