@charset "utf-8";
/* CSS Document */

html{background:#daebf8; font-family:Tahoma, sans-serif; font-size:12px;}
img{border:none;}
h2{font-size:24px; margin:0; font-weight:normal;}

#container{
width:930px;
background:#fff;
border:1px #d3d3d3 solid;
margin:0 auto 0 auto;
}

#header{
width:930px;
height:221px;
background:url(../images/header-bg.jpg);
}

#logo{
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

#nav{
width:930px;
height:43px;
background:url(../images/nav-bg.jpg);
overflow:hidden;
}

/* Navigation */
a.home {display:block; float:left; width:109px; height:43px; text-decoration:none; background:url(../images/nav-home.png); background-position:0 -42px; text-indent:-200%;}
a.home:hover {background-position:0 5px;}
a.home .active {background-position:0 5px;}

a.about {display:block; float:left; width:145px; height:43px; text-decoration:none; background:url(../images/nav-about.png); background-position:0px -42px; text-indent:-200%;}
a.about:hover {background-position:0px 5px;}

a.news {display:block; float:left; width:113px; height:43px; text-decoration:none; background:url(../images/nav-news.png); background-position:0px -42px; text-indent:-200%;}
a.news:hover {background-position:0px 5px;}

a.team {display:block; float:left; width:112px; height:43px; text-decoration:none; background:url(../images/nav-team.png); background-position:0px -42px; text-indent:-200%;}
a.team:hover {background-position:0px 5px;}

a.history {display:block; float:left; width:126px; height:43px; text-decoration:none; background:url(../images/nav-history.png); background-position:0px -42px; text-indent:-200%;}
a.history:hover {background-position:0px 5px;}

a.contact {display:block; float:left; width:161px; height:43px; text-decoration:none; background:url(../images/nav-contact.png); background-position:0px -42px; text-indent:-200%;}
a.contact:hover {background-position:0px 5px;}
/* ---- End Navigation ---- */

#content{
background:#f1f1f1 url(../images/content-bg.gif) repeat-x top left;
width:930px;
padding-bottom:27px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#left{
width:575px;
float:left;
margin:28px 0 0 28px;
}

#right{
width:271px;
float:right;
margin:28px 28px 0 0;
}

.newslinks a:link, .newslinks a:visited, .newslinks a:active, .newslinks a:focus{text-decoration:none; color:#0000FF; outline:none;}
.newslinks a:hover{text-decoration:underline;}

#contact-left{
width:215px;
float:left;
margin:28px 0 0 28px;
}

#contact-right{
width:659px;
float:right;
margin:28px 28px 0 0;
}

#team-content{
width:930px;
padding:28px 0 0 0;
text-align:center;
}

#team-members{
float:left;
width:800px;
padding:28px 0 0 28px;
text-align:left;
}

#footer{
width:930px;
margin:0 auto 0 auto;
padding:5px 0 10px 0;
font-size:11px;
color:#9c9a9a;
}

#footer a:link, a:visited, a:active{
color:#777777; text-decoration:none;
}

#footer a:hover{text-decoration:underline;}

