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

a, a:hover, a:visited
{
	color:#000000;
}

body
{
background-image:url(../_images/background.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#5c6e85;
margin-top:0;
font-size:16px;
font-family:"Times New Roman", Times, serif;
}
#wrapper
{

margin-left:auto;
margin-right:auto;
width:800px;
height:auto;
background-image:url('../_images/contentBack.png');
background-repeat:repeat-y;
padding-top:40px;



}
#header
{
position:relative;
width:800px;
height:90px;
margin-left:auto;
margin-right:auto;


}

#header img
{
	padding-left:220px;
}

#nav {
position:relative;
width:100%;
height:80px;
clear:both;
margin-left:-36px;
margin-top:-25px;
font-size:13px;
}

#contentLeft
{
	margin-top:30px;
	*margin-top:20px;
	
	width:350px;
	padding-left:50px;
	float:left;
	height:auto;
	
	
}

#contentLeftCompany
{
	margin-top:-10px;
	*margin-top:20px;
	width:350px;
	padding-left:50px;
	float:left;
	height:auto;
	
	
}



li
{
	margin-left:-10px;
}

#contentRight
{
		margin-top:20px;
	width:350px;
	padding-left:20px;
	float:right;
	height:auto;
	padding-right:20px;
	
	
}


.msg_list {
margin: 0px;
padding: 0px;
width: 360px;
float:left;


}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#5c6e85;
margin:1px;
color:#ffffff;
}
.msg_body {
padding: 5px 10px 15px;
background-color:#F4F4F8;
}





#rightSide
{
	width:350px;
	height:auto;
	float:right;
	padding-right:20px;
	margin-top:20px;
}

#nope
{
	height:0;
	clear:both;
}

#footer
{

width:780px;
height:50px;
clear:both;
font-size:12px;
margin-left:auto;
margin-right:auto;
background-image:url(../_images/footer.png);
padding-left:20px;
position:relative;
}

#footer h6
{
float:right;
font-size:12px;
}

#home{
	width:200px;
	height:51px;
	background-image:url(../_images/home.png);
	background-repeat:no-repeat;
	margin:auto;
	padding:auto;
	background-position:left;
	position:absolute;
	display:block;
	top:0px;
	left:70px;
}
	
a#home:hover{
background-position:-200px 0px;
}

#company{
	width:200px;
	height:51px;
	background-image:url(../_images/company.png);
	background-repeat:no-repeat;
	margin:auto;
	padding:auto;
	background-position:left;
	position:absolute;
	display:block;
	top:55px;
	left:70px;
}
	
a#company:hover{
background-position:-200px 0px;
}


#services{
	width:200px;
	height:51px;
	background-image:url(../_images/services.png);
	background-repeat:no-repeat;
	margin:auto;
	padding:auto;
	background-position:left;
	position:absolute;
	display:block;
	top:110px;
	left:70px;
}
	
a#services:hover{
background-position:-200px 0px;
}

#contact{
	width:200px;
	height:51px;
	background-image:url(../_images/contact.png);
	background-repeat:no-repeat;
	margin:auto;
	padding:auto;
	background-position:left;
	position:absolute;
	display:block;
	top:165px;
	left:70px;
}
	
a#contact:hover{
background-position:-200px 0px;
}

.style3 {
float:left;
width:350px;
padding-left:30px;
margin-top:-20px;

}
.style4 {
	color: #000000;
	font-size: large;
	padding-left:30px;
}
.style5 {
	text-align: center;
}
.style6 {
	text-align: right;
	padding-right:20px;
}

.style7 {
	text-align: right;
	padding-right:20px;
	margin-top:-25px;
}

#leftFooter
{width:300px;
height:auto;
text-align:left;
float:left;
}

#rightFooter
{width:300px;
height:auto;
float:right;
text-align:right;
padding-right:10px;
}


h6
{font-size:20px;
font-weight:bold;
}

#contentServices
{

	margin-top:-20px;
	*margin-top:20px;
	width:700px;
	padding-left:50px;
	float:left;
	height:auto;
	
	}