@charset "utf-8";
/* CSS Document */

/**
 * Celju -- $Id: style.css,v 1.1.4.1 2008/01/10 03:47:04 jwolf Exp $
 */

a:link {text-decoration:none;}
a:visited {text-decoration:none; color:blue;}
a:hover {color:#09F; text-decoration:underline;}

#navtabs
{
  color:#666;
  float:left;
  font-family:"Book Antiqua","Times New Roman",Times,serif;
  font-size:18px;
  font-weight:normal;
  list-style-type:none;
}

ul#navtabs
{
  margin:3px 0 0;
  padding:0;
}
#navtabs li
{
  margin:0;
  padding:0 0 0 12px;
  background:transparent url('../images/tab1a.gif') no-repeat scroll left top;
  float:left;
  list-style-type:none;
}

#navtabs li a
{
  padding:5px 14px 2px 4px;
  background:transparent url('../images/tab1.gif') no-repeat scroll right top;
  color:#666;
  display:block;
  text-decoration:none;
}

#navtabs li.cur, #navtabs li.over, #navtabs li:hover
{
  background:transparent url('../images/tab2a.gif') no-repeat scroll left top;
}

#navtabs li strong, ul#navtabs li.cur a, ul#navtabs li.over a, ul#navtabs li:hover a
{
  padding:5px 14px 2px 4px;
  background:transparent url('../images/tab2.gif') no-repeat scroll right top;
  color:#000;
  display:block;
  text-decoration:none;
}

ul#navtabs li ul
{
  border-top:1px solid #d9d5ca;
  margin:0;
  padding:0;
  display:none;
  float:left;
  left:367px;
  position:absolute;
  top:250px;
  width:310px;
}
.wrapper
{
  height:auto;
  margin:0px auto;
  padding:0;
  width:100%;
}


/* reset default styles */


.clear
{
  clear:both;
}

/*----------footer styles----------*/
#footer
{ 
  background:#303030 url('../images/footer-bg.jpg') repeat-x left top;
  color:#eee;
  height:auto;
  margin:0;
  padding:30px 0 30px;
  width:100%;

   
}

#footer a, .footerMessage a
{
  color:#FDF7E9;
}

#ftform a{
	color:#000
	}

#footer .columnLeft, #footer .columnMiddle ,#footer .columnRight
{
  background:#3F3F3F none repeat scroll 0%;
  border:1px solid #212121;
  float:left;
  height:auto;
  margin:16px 10px 0 0;
  padding:0 20px;
  width:272px;
}

#footer .footerContentLeft, #footer .footerContentRight
{
  background:#3F3F3F none repeat scroll 0%;
  border:1px solid #212121;
  height:auto;
  margin:auto;
  
  padding:0 20px;
   width:80%;
   max-width:750px;
}

#footer .footerContentLeft
{
 
}

#footer .footerContentRight
{
  float:right;
}

#footer h2
{

  border-bottom:1px solid #aaa;
  font-family:"Book Antiqua","Times New Roman",Times,serif;
  font-size:1.30em;
  line-height:1.2em;
  margin:0.5em 0;
  padding:0;
}

.footerMessage 
{
  font-family:"Book Antiqua","Times New Roman",Times,serif;
  background:#1d1d1d none repeat scroll 0%;
  border-top:2px solid #0a0a0a;
  color:#AAAAAA;
  margin:0 auto;
  padding:10px 0;
  text-align:center;
  width:100%;
  font-size: 12px;
}


.footerMessage  a:link {text-decoration:none;}
.footerMessage  a:visited {text-decoration:none; color:white;}
.footerMessage  a:hover {color:white; text-decoration:underline;}


#footer td{
	background:#3F3F3F none repeat scroll 0%;
	border:0px;
	}

