@charset "utf-8";
body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #838383;
}
 #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; 
	background-color: #FFF;
	} 
	
 #header {
	height:120px;
	background-image: url(images/logo1.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	display: inherit;
	width: 980px;
	background-position: left top;
}

#contact {
	float:right;
	text-align:left;
	width: 300px;
	margin-top: 0px;
}
.list {
	text-decoration: none;
	list-style-type: none;
}

#nav {
	width: 100%;
	height:auto;
	float: left;
	margin: 0 0 10px 0;
	padding:  0 0 10px 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
	
#nav li {
	list-style: none;
	float: left; }

#nav li a {
	display: block;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	}

#nav li a:hover {
	color: #333;
	 }

a {
	text-decoration:none;
	color: #009ECB;
}

a:hover{
	font-weight:bold;

}

#sidebar1 {
	float: left;
	width: 225px;
	padding:0;
	display: inline;
	display: block;
	text-decoration: none;
	background-color: #c4d3d8;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
}
 
#sidebar1 p {
	text-align: left;
	margin:10px;
	}

 #mainContent {
	margin-left:10px;
	margin-right: 1px; 
	margin-top:0px;
	} 

#company_info {
	width:700px;
	float:left;}

h1 {
	font-size:1.3em;
	margin:10px;
	}

h2 {
	font-size:1.2em;
	margin:10px;
	
}

h3 {
	font-size:1em;
	margin:10px;
}

p {margin-left:40px;}
 
 #footer {
	width: 100%;
	height:auto;
	float: left;
	margin: 0 0 10px 0;
	padding:  0 0 10px 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
} 
 #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 .bold {
	font-weight: bold;
}

.center {text-align:center;}

.imageleft {
	border: none;
	float:left;
	margin: 5px;
	}

.imageright {
	border: none;
	float:right;
	margin: 5px;
}

.imagecenter {
	width:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
}

.icon {margin-right: 10px;}

.boxout {
	background-color:#f1f6f7;
	display:block;
	margin:0 10px;
	padding:2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;	
}

