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

body
{
background-image: url(images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
margin-top: 0px;
background-color: #E1E1E1;
}

.plaintext{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;

}

.plaintext-title{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #0e4f81;
font-weight:bold;

}

.locklist {
	list-style-type:none !important;
	margin:0;
	padding:0;
	margin-top:20px;
}

.locklist li {
	line-height:31px;
	background:url(images/bullet-key-contact.gif) top left no-repeat;
	padding-left:40px;
	margin-bottom:10px;
}

#nav {width:1000px; height:114px; overflow:hidden; display:block;}
				#nav ul{background: url(../images/bg-nav.jpg) top left no-repeat; width:1000px; height:114px; position:relative; margin:0; padding:0;}
					#nav ul li{list-style:none; position:absolute; top:0; }
						#nav ul li, #nav ul a {height:114px; display:block;}
						#nav ul a {text-indent: -9999px;}
						
						#btn-1 {left: 514px; width: 111px;}
						#btn-2 {left: 625px; width: 107px;}
						#btn-3 {left: 732px; width: 110px;}
						#btn-4 {left: 842px; width: 117px;}
		
		
						#btn-1 a:hover{background: url(../images/bg-nav.jpg) -514px -114px no-repeat;}
						#btn-2 a:hover{background: url(../images/bg-nav.jpg) -625px -114px no-repeat;}
						#btn-3 a:hover{background: url(../images/bg-nav.jpg) -732px -114px no-repeat;}
						#btn-4 a:hover{background: url(../images/bg-nav.jpg) -842px -114px no-repeat;}


