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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	}

a img{
	border:none;
	}
	
/*Home styles*/

.home_header{
	color: #414375;
	font-size: 18px;
	font-weight:bold;
	margin-right: 0;
	margin-top: 0;
	margin-bottom:0;
	letter-spacing:2px;
	}

.home_header2{
	color: #333;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	}

td#home_page{
	background: url(images/home/home_bg.jpg) no-repeat;
	}

img.home_button{
	margin-bottom: 10px;
}

#kinnser{
	float:left;
	margin-left:30px;
	margin-top:70px;
	}
	
/*Interior*/

#content{
	background:url(images/content_bg.jpg) repeat-y;
	padding: 15px 60px 15px 50px;
	text-align:left;
	}

#content a.return{
	text-decoration:none;
	font-size: 14px;
	color: #C00;
	font-weight:bold;
	}

#content a.return:hover{
	color: #390;
	}
	
img.picture{
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	}
	
.header1{
	color: #414375;
	font-size:26px;
	font-weight:normal;
	}
	
.header2{
	color: #414375;
	font-size: 14px;
	}
	
address{
	font-size: 14px;
	line-height: 1.6em;
	}

.justify{
	text-align:justify;
	}
	
.red{
	color: #C00;
	}

.even{
	color: #C00;
	}

fieldset{
	margin-top: 20px;margin-bottom: 10px;
	border: 2px solid #babacf;
	background:#ebf3ce;
	font-weight:bold;
	color: #5d5fb1;
	}

legend{
	font-size: 16px;
	font-weight:bold;
	color: #414375;
	padding: 5px;
	}

input#submit{
	background: url(images/submit_form.gif) no-repeat left top;
	width: 80px;
	height: 28px;
	border:none;
	margin-top: 10px;
	}
	
input#submit:hover{
	background: url(images/submit_form_hov.gif) no-repeat;
	}

input.form_error{
	background: #CCF;
	}

.error{
	color: #C00;
	font-weight:bold;}
.job_btn{
	margin-top: 20px;
	}
	
td#footer{
	text-align:center;
	}
	
td#footer h1{
	color:#333;
	font-size: 12px;
	margin-bottom:0;
	font-weight:normal;
	}
	
td#footer p{
	color: #333;
	font-size:12px;
	margin-top:0;
	}

.lsi_link {
   color: #999999
   font-size: 7pt;
   font-family: ariel, helvetica, sans-serif;
   text-align: right;
}


.lsi_link a {
        text-decoration: none;
        color: #cccccc;
}

