@charset "utf-8";
/* CSS Document */
#date {color:#0099FF;}
body{
margin:0;
padding:0;
}

#container {
width:780px;
margin:auto;
}
.in { text-indent:30px;
}

hr { width:50%;
text-align:center;
}

#top { text-align:right;
height:auto;
width:780px;
}

#header { 
float:left;
width:100%;
border-bottom:#0099FF 4px solid;
}

#header ul { 
margin:0;
padding:0 0 0 0;
list-style:none;
}

#header li{ 
float:left;
background-image:url(images/tab_left.gif);
background-repeat:no-repeat;
margin: 0 1px 0 0;
padding:0 0 0 8px;
width:auto;
}

#header a {
float:left;
display:block;
background-image:url(images/tab_right.gif);
background-repeat:no-repeat;
background-position:right top;
padding:0.2em 15px 0.2em 5px;
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
}

#home #header li.home,
#about #header li.about,
#services #header li.services,
#team #header li.team,
#contact #header li.contact,
#rtc #header li.rtc  { background-image:url(images/tab_active_left.gif);
}

#home #header li.home a,
#about #header li.about a,
#services #header li.services a,
#team #header li.team a,
#contact #header li.contact a,
#rtc #header li.rtc a
{ background-image:url(images/tab_active_right.gif);
background-color:transparent;
color:#000000;
}

#content {
width:100%;
margin:auto;
padding:10px;
}

#side {
width:10em;
float:right;
border-left:#0099FF solid 2px;
padding:10px;
}

#footer {
text-align:center;
height:auto;
color:#000000;
padding:2.5px;
clear:both;
border-top:2px #0099FF solid;
font-size:90%;
}

#footer a {color:#666666;
text-decoration:none;
}

#footer a:hover {color:#333333;
}
