/* Harris CSS  */
/* By Blender  */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	color: #000;
	text-align: left;
	background: #FFF;
	font: normal 13px/120% arial, verdana, sans-serif;
	background: url(images/bg5.jpg) no-repeat 0 0;
	}
	
#container {
	width: 940px;
	padding-top: 2px;
	text-align: left;

	}
	
#container2 {
	width: 940px;
	padding-top: 2px;
	text-align: left;

	}
	
p {
	text-align:justify;
	}
	
p em {	
	font-style: italic;
	padding-bottom: 6px;}
	
a {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
 	color: #990000;
	text-decoration: none;
	}

	
a {
	outline: none;
	}
	
#col1 {
	width: 154px;
	height:100%;
	float: left;
	margin-right: 0px;
	padding-right: 20px;
	}
	
#col2 {
	width: 458px;
	height:100%;
	float: left;
	}
	
#col3 {
	width: 300px;
	height:100%;
	float: left;
	}
	

.colheader {
	height: 83px;
	}
	
	
h1 {
	width: 155px;
	display: block;
	font: normal 26px/110% georgia, "Times New Roman", Times, serif;
	}
	
h1 a {
	width: 155px;
	height: 84px;
	display: block;
	text-indent: -3000px;
	text-decoration: none;
	background: url(images/logo2.gif) no-repeat 0 0;
	}
	
#nav {
	margin-top: 0px;
	padding-left: 20px;
	list-style-type: none;
	}
	
#nav li {
	padding-bottom: 2px;
	}
	
.nav_on { color: #990000; }

#nav ul {
	padding: 10px 0;
	list-style-type: none;
	}
	
.mainarea {
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}
	
#services {
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	}
#services ul{
	padding: 0px;
	list-style-type: none;
	}
	
#services li a{
	font: normal 40px/100% helvetica, arial, verdana, sans-serif;
	font-weight: 900;
	color: #000;
	}
	
#services li a:hover{
	color: #fff;
	background-color: #000;
	}
	
.info {
	padding-left: 20px;
	padding-right: 20px;
	}
	
h2 {
	font: normal 18px/100% arial, verdana, sans-serif;
	font-weight: 800;
	padding-bottom: 8px;
	color: #000;
	}
	
h3 {
	font: normal 16px/100% arial, verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
	color: #990000;
	}
	
	
#brief li {
	padding-bottom: 2px;
	list-style-type: none;
	}


#brief ul {
	padding: 0px 0;
	list-style-type: none;
	}
	

		
#footer {
	width: 923px;
	margin-top: 10px;
	font: normal 12px/120% arial, verdana, serif;
	}
	
#footer p {
	margin-left: 195px;
	}
	
	
/* FORM */

.fieldset {
  width:400px;
  }
.fieldset label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
  }

.fieldset .nobr {display:none;}  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:250px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}
.fieldset .textarea {
	margin:3px;
	height:165px;
	width:250px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}

.submit {
	margin:3px;
	height:20px;
	width:60px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	color: #000000;
	background-color: #FFFFFF;
	}
		
/* Clearfix */	
	
.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */	