@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("typography.css");
@import url("menu.css");
@import url("tables.css");
@import url("footer.css");
@import url("newsstyle.css");

.check-this {background-color:#F0F;color:#fff;}


/**** COLOR DEFINITIONS ****/

.blue {color:#2D426F;}
.lt-grey {color:#999999;}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFFFFF url(../imgs/ljm_tile.gif) repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background: #FFFFFF;*/

}
.oneColFixCtrHdr #header {
	height:226px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 6px 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000033;
	clear:left;
	font-size: x-small;
	line-height:normal;
}
.oneColFixCtrHdr #footer a {color:#fff;}
.oneColFixCtrHdr #footer a:hover {color:#99CCFF;}
/*.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/*}
*/

.oneColFixCtrHdr #container.pg-statement, .oneColFixCtrHdr #container.pg-home {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}

.Content {
	float:left;
	width:670px;
	padding:2em 20px 2em 50px;
	background-color:#fff;
}

.no-menu .Content {	padding:2em 40px 2em 40px;width:660px;
}

/******************************************************************************************************/


/*** INDEX PG ***/


body.homepage { background:#FFFFFF url(../imgs/index_tile.png) repeat-x; }
.oneColFixCtrHdr .pg-home #header {
	height:326px;
}

/*** HEADERS ****/

.oneColFixCtrHdr .pg-home #header {background: url(../imgs/header_home.jpg) no-repeat center bottom;}
.oneColFixCtrHdr .pg-statement #header {background: url(../imgs/header_statement.png) -160px 0px;}
.oneColFixCtrHdr .pg-overview #header {background: url(../imgs/header_overview.png);}
.oneColFixCtrHdr .pg-founder #header {background: url(../imgs/header_letter.png);}
.oneColFixCtrHdr .pg-organization #header {background: url(../imgs/header_organization.png);}
.oneColFixCtrHdr .pg-products #header {background: url(../imgs/header_products.png);}
.oneColFixCtrHdr .pg-methodology #header {background: url(../imgs/header_methodology.png);}
.oneColFixCtrHdr .pg-history #header {background: url(../imgs/header_history.png);}
.oneColFixCtrHdr .pg-risk #header {background: url(../imgs/header_risk.png);}
.oneColFixCtrHdr .pg-disclosure #header {background: url(../imgs/header_disclosure.png);}
.oneColFixCtrHdr .pg-faq #header {background: url(../imgs/header_faq.png);}
.oneColFixCtrHdr .pg-contact #header {background: url(../imgs/header_contact.png);}
.oneColFixCtrHdr .pg-application #header {background: url(../imgs/header_application.png);}
.oneColFixCtrHdr .pg-press #header {background: url(../imgs/header_presscoverage.png);}
.oneColFixCtrHdr .pg-resources #header {background: url(../imgs/header_resources.png);}
.oneColFixCtrHdr .pg-charitable #header {background: url(../imgs/header_charitable.png);}

.oneColFixCtrHdr .prvt-products #header {background: url(../imgs/header_products.png);}

.oneColFixCtrHdr .pg-marketing #header {background: url(../imgs/header_vanity.png) no-repeat center bottom;}



/*** PAGE SPECIFC ***/
.pg-press ul.pdf-group img, .pg-resources ul.pdf-group img {display:block;margin-bottom:3em;}
.pg-press ul.pdf-group li, .pg-resources ul.pdf-group li {width:40%;}

.logo {
	display: block;
	height: 60px;
	width: 163px;
	background: url(../imgs/ljm_logo.png) left -2px;
	overflow:hidden;
	position: relative;
	left: 195px;
	top: 10px;}
	
.no-menu .logo {left: 25px;}

.logo a {
	display: block;
	padding: 0px;
	height: 60px;
	width: 163px;
	background: url(../imgs/ljm_logo.png) left -2px;
	overflow:hidden;
	text-indent:-9999px;
}
.logo a:hover {background-position:left -62px;}



.clear-object {clear:both;padding-top:1em;}



/*** DOWNLOAD COLUMNS ***/


ul.pdf-group {
	list-style-type: none;
	margin:0;padding:0;
}
ul.pdf-group li {
	list-style-type: none;
	margin:0;padding:0;
}
ul.pdf-group li {
	display: inline-block;
	float: left;
	width: 300px;
	height:105px;
/*	background: #99FF33;
	margin-bottom:10px;*/
	margin-right:5px;
}
ul.pdf-group li a {line-height:13px;font-weight:normal;}

ul.pdf-group img {
	float: left;
	margin-right:10px;
	border: 1px solid #5E6D8F;
}

ul.pdf-group img:hover { border: 1px solid #000033; }






/*** LANGUAGE MENU ***/

#language-selector {float:right;margin-top:-52px;margin-right:10px;}

.homepage #language-selector { margin:7px 10px 10px; }

#language-selector li {display:inline-block;float:left;margin-right:0px;height: 24px;
	width: 65px;
	padding-top: 5px;
	text-align: center;}
#language-selector li a {
	font: x-small Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	color:#999;
	font-weight:normal;
}

li.english, li.english a, li.spanish, li.spanish a {}


/** if English **/
.English #language-selector li.english, 
.Spanish #language-selector li.spanish, 
.Deutsch #language-selector li.deutsch {
	background: url(../imgs/language_capsule.png) no-repeat;
	text-align: center;
	}
.English #language-selector li.english a {color:#16223B;}

/** if Spanish **/
.Spanish #language-selector li.spanish a {color:#16223B;}

/** if German **/
.Deutsch #language-selector li.deutsch a {color:#16223B;}






 a.btn-proceed {
	padding:1em;
	background-color:#F0F0F0;
	border: 1px solid #333;
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000033;
	width: 370px;
	display:block;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top:2em;
}

 a.btn-proceed:hover {
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
}


 a.btn-enter {
	padding:.7em 1em;
	background-color:#F0F0F0;
	border: 1px solid #333;
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000033;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	clear:both;
}

 a.btn-enter:hover {
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
}


/*** TABLES - HISTORY ***/

.historical {background-color:#E9ECEF;padding:10px;margin-bottom:1em;}
.historical h2 {}
.historical table {margin-bottom:.25em;}



/*** forms ***/

/*label {width:120px;display:block;background:red;}
input {}*/


#contact-form-container {width:66%;float:left;margin-top:1em;}
.contact-address-column {width:30%;float:right;}

#contact-form-container li {
	padding-bottom:.5em;
	padding-top: .5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#contact-form-container label {
float: left;    
width: 120px;    
margin-right: 10px; 
}
.Spanish #contact-form-container label {width:150px;}

#contact-form-container input {width:200px;}

#contact-form-container li.submit-btn input {width:auto;}

#contact-form-container li.regardCheckBox label {float:none;line-height:20px;}


#contact-form-container li.regardCheckBox input {width:auto;float:left;margin-right:10px;clear:left;}


.float-outside {position:relative;float:right;margin-bottom:10px;}

.historical h2.top {margin-top:3em;}

*+html .float-outside {}

/*** click here for more info box ***/

.products-box {
	padding:.75em 0 0 .75em;
	border: 1px solid #A8B1C3;
	margin-bottom:.75em;
}
.products-box h2 {margin-top:0;}

a.btn-click-here {
	border: 1px solid #A8B1C3;
	padding:.6em;
	background-image: url(../imgs/btn_backgrd.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:auto;
	height:auto;
	text-align:center;
	margin-top:.5em;
}
a:hover.btn-click-here {
	background-position: right center;
	color:#fff;
	text-decoration:none;
}
a.btn-click-here strong {font-weight:bold;}

.bio-photo-column {width:165px;float:left;padding-top:10px;}
.bio-text-column {width:505px;float:left;padding-top:10px;}
