/* css for  ' Local Administration Management '  March 2007 */

body {
 background: #fff url('images/background.png') repeat-x 0 0; /* #f4f8fc */
 margin:0; padding:0;
 color: #171717;
 font: 62.5%/1.5em  Verdana, "Lucida Grande", LucidaGrande, sans-serif; 
 width: 99.9%;
}

* { /* global */
  margin: 0;
  padding: 0;
}

img { border: none; }

h2, h3, h4, h5 {
 font-weight: 600; 
 margin: 0.25em 2% 0.75em;
 /* color: #2976b1; */
}
h2 {
 font-size: 2em; 
}
h3 {
 font-size: 1.8em; 
}
h4 {
 font-size: 1.6em; 
}
h5 {
 font-size: 1.4em; 
}

p {
 font-size: 1.25em; 
 font-weight: 500; 
 margin: 0.25em 2% 0.75em;
}

a {
  color: #000066;
  text-decoration: none;
}
a:hover {
  color: #006600;
  text-decoration: underline;
}

.center {
  text-align: center; 
}
.right {
  text-align: right; 
}
.left {
  text-align: left; 
}


.float_left {
  float: left; 
}
.float_right {
  float: right; 
}
.frame_this {
 border: 1px solid #2976b1;
 padding: 2px;
 margin: 5px; 
}


ol {
  margin-left: 2.5em; 
}
ul {
  margin-left: 2.5em; 
}
ul li {
  list-style: none; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap {
 width: 100%;
 height: 100%;
 border: none;
 text-align: center;
}
#wrap-in {
 width: 100%;
 height: 100%;
 background: url('images/watermark.png') repeat-y 50% 0px;
}
* html #wrap-in {
 background: url('images/watermark.gif') repeat-y 50% 0px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	border: none;
	width: 905px;
}

#conTent {
	 }

#header {
	margin: 0px auto;
	border: none;
	width: 905px;
	height:211px;
	position: relative;
	background: url('images/lam_top.png') no-repeat 0 0;
}
* html #header {
	background: url('images/lam_top.gif') no-repeat 0 0;
}
#logo {
  position: absolute;
  left: 12px;
  top: 17px;
  height: 110px;
  width: 315px;
  overflow: hidden;
}
#logo h1 {
  width: 100%;
  height: 100%;
  line-height: 0.01em;
  font-size: 0.01em;
  text-indent: -9000px;
}
#logo h1 a.hotlink {
  display:block;
  height: 110px;
  width: 315px;
}
#phone {
  position: absolute;
  right: 125px;
  top: 12px;
  background: #fff;
  width: 190px;
  line-height: 1em;
  text-align: center;
  padding-bottom: 8px;
}
#phone a {
  color: #5995c3;
  text-decoration: none; 
}
#phone a:hover {
  color: #0660a4;
  text-decoration: underline; 
}


#paper {
	border: none;
	background: url('images/lam_col.png') repeat-y 0 0;
	margin: 0px auto;
	border: none;
	width: 905px;
	text-align: center;
}
#main {
  background: url('images/main_top.png') no-repeat 0 0;
  min-height: 484px ;
}
* html #main {
 height: 485px; 
}
#main-in {
  min-height: 484px ;
  background: url('images/main_bottom.png') no-repeat 0 100%;
  text-align: left;
}
* html #paper {
  margin-left: 0px; 
}
#left {
	float: left;
	width: 142px;
	margin-left: 12px;
}
* html #left {
 margin-left: 6px;
 height: 480px; 
}
.news p {
 font-size: 1.1em; 
}
#right {
	float: right;
	width: 530px;
	margin-right: 210px;
	margin-top: 10px;
}
* html #right {
	float: left;
  margin-left: 10px;
	margin-right: 0px; 
}

#footer {
	clear: both;
	width: 530px;
	min-height: 100px;
	margin: 0 0 0 160px;
}
* html #footer {
   padding-bottom: 30px; 
 }
#footer p {
  position: relative;
  top: 1.25em;
 text-align: center;
 font-size: 1.1em;
 line-height: 1.25em;	
}
#footer a {
  color: #171717;
  font-weight: 600;
  text-decoration: none;
}
#footer a:hover {
  color: #171717;
  font-weight: 600;
  text-decoration: underline;
}

/* NAVIGATION */
ul#nav {
  margin-left: 18px;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 1.25em;
}
ul#nav li {
  list-style: url('images/li_arrow.gif');
  font-size: 1em;
  line-height: 1.25em;
}
ul#nav li a {
  color: #000066;
  text-decoration: none;
}
ul#nav li a:hover {
  color: #006600;
  text-decoration: none;
}
