@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777777;
	font-size: 100%;
	background-color: #EEEEEE;
	line-height: 22px;
}
#container  {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#header  {
	background: #EEEEEE;
}
#nav {
	height: 50px;
}
.logo {
	padding-top: 20px;
}

#mainContent  {
	padding: 0 20px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	background-image: url(../images/translogo.gif);
	background-repeat: no-repeat;
	background-position: 350px bottom;
}
#footer  {
	padding: 0 10px;
	background-color: #EEEEEE;
}
#footer p  {
	margin: 0;
	font-size:60%;
	
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	color: #4f95b9;
}
a:visited {
	color: #4f95b9;
}
a:hover {
	color: #00456b;
}
#nav ul {
	margin:0;
	padding-left:0px;
	padding-right:0px;
	padding-top:0;
	padding-bottom:0;
}


#nav ul li {
	list-style:none;
	float:left;
	margin-top:5px;
	height:40px;
}

#nav ul li a {
	display:block;
}


#btnWork {
	width:245px;
	height:40px;
	text-indent:-10000px;
	overflow:hidden;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/newnav.jpg);
	background-repeat: no-repeat;
	background-position: -490px -40px;
}

#btnWork:hover {
	background-position: -490px 0px;
}

#btnContact {
	width:245px;
	height:40px;
	text-indent:-10000px;
	overflow:hidden;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/newnav.jpg);
	background-repeat: no-repeat;
	background-position: -735px -40px;
}

#btnContact:hover {
	background-position: -735px 0px;
}

#btnHome {
	width:245px;
	height:40px;
	text-indent:-10000px;
	overflow:hidden;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/newnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#btnHome:hover {
	background-position: 0px 0px;
}

#btnPeople {
	width:245px;
	height:40px;
	text-indent:-10000px;
	overflow:hidden;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/newnav.jpg);
	background-repeat: no-repeat;
	background-position: -245px -40px;
}

#btnPeople:hover {
	background-position: -245px 0px;
}
.logofirst {
	color:#00456b;
}
.logosecond {
	color:#4f95b9;
}
.fltrht {
	float: right;
}
h2 {
	font-size:120%;
	color:#4f95b9;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
