@charset "utf-8";
html {overflow-y:scroll;}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	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;
}


li {list-style-type:square;}
img {border: none;}
a:link {text-decoration:none; color:#6cf;}

.Bottom a:link {
	color: #444444;
	text-decoration: none;
}
.Bottom a:visited {
	text-decoration: none;
	color: #444444;
}
.Bottom a:hover {
	text-decoration: none;
	color: #000000;
}
.Bottom a:active {
	text-decoration: none;
	color: #339999;
}

a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #4486a4;
}
a:active {
	text-decoration: none;
	color: #00DFFF;
}


.oneColFixCtrHdr #homecontainer {
	width: 1000px;
	color:#444;
	margin:0 auto;
	border:0;
	text-align:left;
}

.oneColFixCtrHdr #homenavigation {
	padding: 0 0 8px 100px; 
}

.oneColFixCtrHdr #homeCases {
	padding: 0 0 3px 100px;
}


.oneColFixCtrHdr #homefooter {
	float:left;
	padding: 10px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:500px;
	height:43px;
	margin-left:100px;
	color: #FFF; 
} 

.oneColFixCtrHdr #homefooter 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 #homefooter img {
	border:none;
	vertical-align:middle;
}	

.oneColFixCtrHdr #header_lcci_cyprus {
	background:none;
	float:left;
	width:100px;
	height:35px;
	padding: 0 0 0 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_lcci_cyprus h2 {
	text-indent:-9999px;
	width:100px;
	height:35px;
	background:url(images/lccilogo2.jpg) no-repeat center;
	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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	cursor:pointer;
}
.twoColFixLtHdr #container { 

	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color:#444;
	list-style:square;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixLtHdr #navigation { 
	padding: 0 0 7px 100px;  /* 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. */
} 
.twoColFixLtHdr #navigation h2 {
	float:left;
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header_lcci {
	background:none;
	float:left;
	width:100px;
	height:35px;
	padding: 0 0 0 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. */
} 

.twoColFixLtHdr #header_lcci h2 {
	text-indent:-9999px;
	width:100px;
	height:35px;
	background:url(images/lccilogo.jpg) no-repeat center;
	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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	cursor:pointer;
}

.twoColFixLtHdr #header2_lcci {
	float:left;
	width:256px;
	height:35px;
	background: #6cf;
	margin-bottom:2px;	
	border-right: 2px solid #fff;	/* 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. */
}


.twoColFixLtHdr #header2_lcci h2 {
	font-size:14px;
	text-indent: 11px;
	color:#FFF;
	margin: 0;
	padding: 12px 0 0 0;
	font-weight:bolder;

}
.twoColFixLtHdr #header3_lcci {
	float:right;
	width:642px;
	clear:right;
	height:35px;
	background:#D8EAF4;
	margin-bottom:2px;	
	/* 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. */
} 
.twoColFixLtHdr #header3_lcci h1 {
	font-size:14px;
	text-indent: 11px;
	margin: 0;
	padding: 12px 0 0 0;
}

.twoColFixLtHdr #sidebar1 {
	float:left;
	clear:both;
	vertical-align:top;
	 /* since this element is floated, a width must be given */
	width: 246px; /* 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 */
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 100px;
	border-right:solid 2px #fff;
	
}

div.button {width:256px; float:left; top:0px; left: 0px;background-color:#D8D9DB; margin-left:100px; }
div.button a  {width:256px; display:block; padding:4px 0 4px 0;
 text-align:left; text-indent:10px;border-bottom: 1px #FFF solid; }
div.button a:link {color:#444;  text-decoration:none;}
div.button a:hover {color:#444; text-decoration:none; background-color:#D8EAF4;}
div.button a:visited {color:#444; text-decoration:none;}

.twoColFixLtHdr #mainContent {
	margin:00px 0 0 348px; /* 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: 0px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent h2 {
	font-size:110%;
}

.twoColFixLtHdr #logolcci {
	
}
.twoColFixLtHdr #logolcci h2 {
	text-indent:-9999px;
	width:100px;
	padding:0px;
	margin:0px;
	height:43px;
	float:left;
	background:url(images/lccilogo2.jpg) no-repeat top;
	cursor:pointer;

}

.twoColFixLtHdr #lccifooter {
	float:left;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:900px;
	height:43px;
	margin-left:0px;
	color: #FFF;
} 

.twoColFixLtHdr #lccifooter 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 */
}

.twoColFixLtHdr #lccifooter img {
	border:none;
	vertical-align:middle;	
}
.twoColFixLtHdr #footer {
	float:left;
	padding: 10px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:500px;
	height:43px;
	margin-left:100px;
	color: #FFF;
} 

.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #footer img {
	border:none;
	vertical-align:top;
}
.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;
	margin-left: 8px;
	border:none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
