body { 
	  margin:0; padding:0; 
	  font:13px/1.22 verdana,helvetica,sans-serif;
	  *font-size:small;
	  *font:x-small;
	  color:#3d3e41;
}

#header {
	height: 115px;
	clear: left;
	background: url(/images/header_bg_fade.gif) repeat-x bottom left;
}

#header h1 {
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 0;
	float: left;
	width: 200px;
	background: url(/images/lx_logo.gif) no-repeat top left;
	height: 75px;
}

#header h2 {
	float: right;
	width: 30%;
	margin-top: 40PX;
	font-size: 9px;
	font-family: verdana;
	color: #B1B1B1;
}

#header p {
	width: 30%;
	margin-top: 80px;
	font-size: 9px;
	font-family: verdana;
	color: #B1B1B1;
}

#navigation {
	height: 35px;float:right;
}

#flash {
	clear: both;
	background: url(/images/temp_flash.gif) no-repeat top left;
	height: 150px;
	margin-bottom: 10px;
}


#wrap_content {
	height: 100%;
	background: url(/images/body_bg_fade.gif) repeat-x top left;
	overflow: hidden;
}


#main_body {
	float: Left;
	width: 77%;
	
}

/* Content Boxes */

.box
{
	margin: 10px 0px 20px 0px;
	width: 281px;

}

.big_box
{
	margin: 10px 0px 20px 0px;
	width: 392px;
	
}

#big_content {
	float: right;
	width: 392px;
	margin-top: 0;
	margin-left: 11px;
	margin-right: 3px;
}

#content-1 {
	float: left;
	width: 281px;
	margin-top: 0;
	margin-left: 11px;
	margin-right: 3px;
	height:100%;
}

#content-2 {
	float: left;
	width: 281px;
	margin-top: 0px;
	margin-left: 4px;
}

#sidebar {
	float: right;
	height: 100%;
	width: 23%;
	margin-top: 10px;
}

#footer {
	position: relative;
	padding: 8px 0px 0px 15px;
	v-align: middle;
	clear: both;
	height: 25px;
	font-size: 9px;
	font-family: verdana;
	color: #B1B1B1;
	background: url(/images/body_bg_fade.gif) repeat-x top left;
		border : thick #00ff00;
	
}


#footer a {
	font-size: 9px;
	font-family: verdana;
	color: #B1B1B1;
	text decoration: none;
}

#footer a:hover{
	font-size: 9px;
	font-family: verdana;
	color: #B1B1B1;
	text decoration: underline;
}


/* Content Boxes */


.box_titles {
margin-top: 14px;
margin-left: 14px;
padding: 14px, 10px, 14px, 10px;
font-size: 12px;
font-family: verdana;
color: #C54040;
}

.content {
margin: 10px 10px 10px 10px;
padding: 5px, 5px, 5px, 5px;
font-size: 10px;
font-family: verdana;
color: #666666;

}




/* Navigation  */

#nav {	
	height: 35px;
	margin: 0 0 0 27px;
	padding: 0 0 0 0;
	list-style: none;
	border-bottom: #ff0000;
	background: #fff;
	

}



#nav li {
	v-align: middle;
	float: left;
	height: 35px;
	margin: 0 0px 0 0;
	padding: 12px, 0 0 8px;
	font-family: arial;
	font-size: 11px;
	font-weight : bold;
	
		
}


#nav a {
	height: 25px;
	float: left;
	display: block;
	margin: 0 8px 0 0;
	padding: 10px 0 0 14px;
	color: #939598;
	text-decoration: none;
	border-bottom: #FF0000; 
	background: #FFFFFF url(/images/nav_bg_off.gif) repeat-x top left;
	

	
}

.address {font-size:85%;}
.address .additional {margin:10px 0 20px 0;}
.address .additional div {margin:3px 0 0 0;}
#quickFormResult {display:none;height:300px;}
#contact-form {border-right:1px dotted #ccc;width:540px;}


#nav a:hover, 
body#navAbout #about a, 
body#navMission #mission a,
body#navVision #vision a,
body#navPanel #panel a,
body#navInvestment #investment a,
body#navConsulting #consulting a,
body#navServices #services a,
body#navProject #project a,
body#navContact #contact a

  {
	color: #BE0000;
	margin: 0 8px 0 0;
	padding: 10px 0 0 14px;
	text-decoration: underline;
	background: #FFFFFF url(/images/nav_bg_off.gif) no-repeat top left;

}