/* Body */
* { margin:0; padding:0 }

body { 
  background-color:#fff; text-align:center;
  line-height:1.4em; font-size:0.8em;
  margin:70 auto; color:#3c3c3c;   
  font-family: Verdana ,Arial, sans-serif;
}*html body { font-size:0.8em; }

#container { width:780px; margin:0 auto; }

/* Common items  */
h1, h2, h3, h4, h5 { font-family: "Trebuchet MS" ,Arial, sans-serif; font-size:1.2em; }
ul { padding:0; margin:0; list-style:none; }
a, a:link, a:visited { font-size:1em; font-weight:normal; text-decoration:none; }
a:hover { text-decoration:underline; }
table { font-size:1em; margin:0px; padding:0px; }
#clr { clear:both; margin:0; font-size:0.5em; padding:0; }

/* - - - - - - - - - Top navigation - - - - - - - - - - - -  */
ul.top-nav {
  width:420px; height:25px;
  background:#333;
  font-family:Verdana, sans-serif;
}
ul.top-nav li {
  float:left; font-size:12px;
  padding-left:19px; height:25px;
}
ul.top-nav li a {
  color:#fff; padding:5px 5px 6px;
  background:#333; text-decoration:none;
  font-weight:bold; line-height:24px;

}
ul.top-nav li.current a, ul.top-nav li a:hover {
  color:#000; background:#CCFF9A;
}
ul.top-nav li.current {
  background:url(../images/top/nav-bullet.png) no-repeat 3px 6px;
}
/* - - - - - - - - - Main BODY TABLE - - - - - - - - - - - -  */
#mainarea {
  border:2px solid #ddd;
  padding:10px 20px 0;
  margin:15px 0 0;
  /*width:650px;*/
}
.large-tee {
  padding:15px 0 20px;
  text-align:center;
  /*width:339px;*/
}
.welcome {
  background:url(../images/pix/home.png) no-repeat right 10px;
  /*width:311px;*/
}
#indexcase {
  padding:0 0 20px;
  /*position:relative; top:10px;
  left:6px; width:280px;*/
}
#showcase {
  padding:0 0 20px;
  /*position:relative; top:5px;
  left:10px; width:250px;*/
}
#showcase td {
  padding:5px 0 5px; width:50px;
  text-align:center; vertical-align:top;
}
#showcase td img {
  margin:0 auto; border:none;
}
#showcase td p {
  display:block; margin-bottom:5px;
  width:50px; font-size:0.6em;
}
#showcase td a { color:#070707; text-decoration:none; }
#showcase td a:hover { text-decoration:underline; }


/* Footer */
td.footer {
  color:#999; font-size:0.8em; font-weight:bold;
  padding:5px 0; text-align:right;
}

.contentfont{
	font-family:'Century Gothic'; font-size:11px; color:#686868;
}

.titlefont{
	font-family:'Century Gothic'; font-size:24px; color:#686868;
}
