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


<!-- 
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%; background-image: url(../images/bg.png);}

body > #wrap {height: 100%; }


#footer {
	margin: 0 auto;  /* negative value of footer height */
	height: 53px;

width: 1020px; 
background: #ffffff;
	clear:both;}  

/* CLEAR FIX*/
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block; }
/* End hide from IE-mac */ 


body  {
	font: 1em Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2e2e2e;
	height: 100%;

}
h2  {
	font: 1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:10px;
	
}

p  {
	font: .9em Arial, Helvetica, sans-serif;
line-height:1.6em;
padding-bottom:15px;
	
}
#sides { 
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	
	

}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	padding-top:42px;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


/* header */
#header { 
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}


#headerright {
	float: right;
	width: 100px; 
	background: #18407b;
	padding: 10px;
	height:130px;
	font-size:0.75em;
	line-height:1.6em;
	color:#c9d8ef;
	font-weight:normal;
	background-image:url(../images/headerright_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
#headermain { 
	padding: 0 120px 0 0; 
 
}



/* bottomfooter */
#bottomfooter { 
	background: #ffffff;
	width: 960px;  
	display:block;
	height:53px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
#bottomfooterright {
	float: right;
	width: 64px; 
	padding: 0;
	display:block;
	height:53px;
	color:#c9d8ef;
	margin:0;
}
#bottomfootermain { 
	margin: 0 10px 0 245px; 
	padding: 0; 
	background:#0092cd;
	display:block;
	width: 646px;
	height:53px;
	text-align:left;
	font: .7em Arial, Helvetica, sans-serif;
	color:#84cfed;
		background-image:url(../images/bottom_top.png);
	background-repeat: no-repeat;
	background-position:top;
	
}


a
{
  outline: none;
}

img {border:none;
}




a.logo:link, a.logo:visited, a.logo:link {
	border:none;
				outline-style : none;
					background-image:url(../images/lj_consultant_logo.png);
background-position:0px 0px; 
background-repeat:no-repeat;
display:block;

}
a.logo:hover {
	border:none;
				outline-style : none;
				background-image:url(../images/lj_consultant_logo.png);
background-position:0px -107px; 
background-repeat:no-repeat;
display:block;

}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;


}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul#list li{
	list-style-type: none;
	background-image: url(../images/bullet_arrow.png);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: .6em;
	list-style-position: inside;
	font: .9em Arial, Helvetica, sans-serif;
line-height:1.6em;

	}
	
	ul#list {
		
		margin-bottom:15px;
		
	}






#navcontainer {
	
	width:120px;
	
	padding:0;
	margin:66px 0 0 0;
}

ul#nav  {
 	/*list-style-image:url(images/bullet_arrow.png);
	list-style-position: inside;
	list-style-type: none;

	padding:0;
	margin:0;	display:block;*/
	margin-left: 0;
	
	padding-left: 0;
	display: block;
list-style-type: none;

	
	width:120px;
	
}

#nav li {

height:30px;
}


#nav li a {

	margin:0;
	color:#18407b;

	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	font-weight:400;
}


#nav li a:hover {
		background-image: url(../images/bullet_arrow.png);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 50px 0;
	color:#0092cd;
	text-decoration:none;
	font-weight:400;
	
}

#nav li a.current {
		background-image: url(../images/bullet_arrow.png);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	color:#0092cd;
	text-decoration:none;
	font-weight:400;
	
}


a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4c7db1;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0092cd;
	text-decoration: underline;
}
a.contact:link, a.contact:active, a.contact:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#09F;
	text-decoration: none;
}
a.contact:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0092cd;
	text-decoration: underline;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0092cd;
	text-decoration: none;
}


/* rotator in-page placement */
    #rotator {
	position:relative;
	height:150px;
	padding: 0;

}


/* rotator css */
	#rotator ul li {
	/*float:left;*/
	position:absolute;
	list-style: none;
	padding: 0;
}

#rotator li {
	/*float:left;*/
	position:absolute;
	list-style: none;
	padding: 0;
}
/* rotator image style */	
	#rotator li img {
	border: 0;
	padding: 0;
	background: #FFF;
	width:580px;
	height:150px;
	
}
    #rotator li.show {
	z-index:500;
}

#contact-wrapper {
	width:480px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
font-size:.9em;
}
#contact-wrapper div {
	clear:both;
	margin:.8em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:.9em;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:1em;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
width: 350px;
	border-width:1px;
}

