/*
LY HomePage css
created by: Joe Maffia
date: Jun '07
*/
body 
{
    background-color: #FFFFFF;
    color:#303030;
    margin-top:0px;
}

strong,h1,h2,h3 
{
    font-weight:bold;
}

a:link,a:visited, a:active {
	color: #007360;
	text-decoration:none;
}

a:hover {
	color: #007360;
	text-decoration:underline;
}
a.notes 
{
    font-size:10px;
}
div.clearfix 
{
    clear:both;
}

.error 
{
    color:red;
}
input.error 
{
    color:red;
}
label.error 
{
	display:block;
}

/* MAIN CONTENT */
#main_content
{
    background:#ffffff url(/_imgs/mly/09/homepage/bottomFade.png) repeat-x bottom;
    width:938px;
    min-height:600px;    
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:70px;
    padding-top:4px;
}
* html #main_content
{	height:600px;	
}
#content_contactus
{
    width:938px;
    margin-left:auto;
    margin-right:auto;
    
}
#fadedTopBar
{
	width:100%;
	height:9px;
	background-color:#5cbc68; 
}
* html #fadedTopBar
{
	width:100%;
	height:0px;
	margin-top:0px;
	margin-bottom:-6px;
}
#content_contactus .content .left 
{
	width:638px;
    float:left;
    margin-left:5px;
}
* html #content_contactus .content .left 
{
	width:638px;
    float:left;
    margin-left:2px;
}
.left .leftFade
{	padding-top:5px;
	background:transparent url(/_imgs/mly/09/shared/leftFade.gif) repeat-x top;
	min-height:208px;
}
*html .left .leftFade
{	height:208px;
}
.right .rightFade
{	padding-top:5px;
	background:transparent url(/_imgs/mly/09/shared/rightFade.gif) repeat-x top;
	min-height:201px;
}
*html .right .rightFade
{	height:201px;
} 
.left .contact_content 
{   padding:10px;
	border:1px solid #FFFFFF;
	min-height:50px;
	border-bottom:0px;
	margin-left:5px;
	margin-right:5px;
    background:#cdf0dc;
}
* html .left .contact_content 
{	height:50px;
}

.left .contact_content .show_pIE6
{	height:30px;
}

/* contact form */
#contactform 
{
    margin-top:20px;
    margin-left:60px;
    width:450px;
}
#contactform p 
{
    width:220px;
}
#contactform ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#contactform ul li {
    padding:6px 0px 8px;
}

.bg_notes {
    padding:10px;
    margin:0px 5px;
    border:1px solid #FFFFFF;
    background:#eaf6eb;
}

.bgsubmit {
    padding:5px;
    margin:0px 5px;
    border:1px solid #FFFFFF;
    border-bottom:0px;
    background:transparent url(/_imgs/mly/09/shared/color_stroke_submit.gif);
    height:23px;
}

#contactform input {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid #C3C3C3;
    color:#000000;
    float:right;
    width:200px;
}
#contactform input.error 
{
	color:#FF0000;
	border:1px solid #ff0000;
}
.bgsubmit input.submit 
{	background-color:#F1F1F1;
    border-color:#FAFAFA rgb(189, 189, 189) rgb(189, 189, 189) rgb(250, 250, 250);
    border-style:solid;
    border-width:1px;
    display:block;
    float:right;
    height:23px;
    min-width:80px;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    width:80px;
    font-weight:bold;
    color:#007360;
}
#contactform #countrylist {
    float:right;
    width:200px;
}

#contactform ul li.textarea {
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    height:200px;
}
#contactform ul li.last {
    border-bottom:1px solid #FFFFFF;
}
#contactform #checkboxli 
{
    color:#000000;
    float:left;
    margin-right:6px;
    width:15px;
}
#contactform textarea {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid #C3C3C3;
    color:#000000;
    display:block;
    float:right;
    height:200px;
    width:200px;
}
#contactform textarea.error 
{
	border:1px solid #ff0000;
}
.left .contact_middle h1
{	color:#FFFFFF;
    font-size:23px;
    font-weight:normal;
    background-color:#000000;
    padding:10px;
}

#content_contactus .content .right 
{
	width:290px;
    float:right;
}

.officehidden, .agenthidden {
   display: none;
}
.right .offices_middle h1
{	font-size:23px;
    font-weight:normal;
    background-color:#eaf6eb;
    padding:10px;
}
.right .offices_middle
{	margin-right:5px;
}
.right .offices_content 
{    padding-left:10px;
}
/* bloody IE*/
*html .right .offices_content  {height:140px;}
/**/
.right .offices_content img.officepic 
{
    border:1px solid #fff;
}

.right .offices_content .cuBox
{
	padding-left:10px;
    padding-top:10px;
}

.right .offices_content .cuBox li, .right .offices2_content .cuBox li
{
    list-style-type:none;
} 

.right .offices_content .cuBox h2, .right .offices2_content .cuBox h2
{
    font-size:12px;
    color:#007360;
    font-weight:bold;

}
.right .offices_content .cuBox p, .right .offices2_content .cuBox p
{
    font-size:12px;
    color:#000000;
    font-weight:normal;
}
.right .offices2_content 
{	background:transparent url(/_imgs/mly/09/contact/box_delegation.jpg) no-repeat;
	height:218px;
    padding-left:15px;
    padding-right:16px;
    margin-left:5px;
    padding-top:10px;
}
*html .right .offices2_content 
{	height:218px;
}

/* END OF MAIN CONTENT */
