/* CSS
   template webtom grey by tom.cryns@webtom.be
*/

body {
  font-family: "arial", verdana, geneva, sans-serif;
  font-size:.75em;
  background:#E0DDE6;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}

h1 {
	padding:0;
  margin:8px 0px;
	font-family: "Verdana", arial, geneva, sans-serif;
  font-size:180%;
  font-weight:normal;
}

h2 {
	padding:0;
  margin:20px 0px 0 0;
	font-family: "Verdana", arial, geneva, sans-serif;
  font-size:140%;
  font-weight:normal;
}

.style5 {font-size: 70%}

#container {
	width:740px;
	margin:0px auto;
	padding:10px;
	background:#fff;
  font-size:95%;
}


#watermark {
	height:20px;
  margin:0px;
  padding:5px 20px;
  color:#fff;
  font-size:85%;
  text-align:right;
  background:#746694 url(../img/tlcorner.gif) top left no-repeat;
}

#header {
  height:250px;
  margin:0;
  padding:0px 0px;
  background:#666  url(../img/floodpic.jpg) bottom right no-repeat;
  color:#483672;
  font-size:95%;
  text-align:left;
  clear:both;
}


#header h1{
  margin:0;
  padding:0 20px;
  font-size:200%;
}


#sidebar
{
 float:left;
 width:150px;
 height:470px;
 margin:5px 0px 5px 0px;
 padding:10px;
 color:#fff;
 background:#746694;
}

#content {
 width:540px;
 height: 470px;
 margin:5px 0px 5px 0px;
 padding:10px;
 float:right;
 background:#E8E3F4 ;
}

#content ol,
#content ul
{
	padding:5px 20px;
}

#sidebar p, #content p{
	padding:3px 0px;
}

#sidebar a, 
#content a
{
  color:#555;
	text-decoration:underline;
}


#content a img
{
 text-decoration:none;
 border:0;
}


#ads {
	height:50px;
  margin:0;
  padding:0 20px;
	background:#ddd;
  color:#555;
  font-size:95%;
  text-align:right;
  clear:both;
}

#footer {
  clear:both;
  padding: 5px 10px;
  background:#746694 url(../img/brcorner.gif) bottom right no-repeat;
  color:#fff;
  font-family: Verdana, sans-serif;
  font-size:85%;
  text-align:left;
}

#footer a
{
 color:#fff;
}




#nav {
  float:left;
  width:100%;
	margin:0;
  padding:5px 0px;
	font-family: "Verdana", arial, geneva, sans-serif;
  font-size:100%;
  background:#746694;
	color: #333;
}

#nav li {
	font-size:1.0em;
	list-style:none;
	display:inline;
	padding:5px 10px;
}

#nav li a {
  margin:0px 0px;
	padding:7px;
	color:#ddd;
	text-decoration:none;
  font-weight: bold;
}

#nav li a:hover {
  background:#AF9DD8 url(../img/onbg.gif);
  color:#fff; 
  
}


#home #homenav,
#links #linksnav,
#contact #contactnav
{
	color:#fff;
	background:#AF9DD8 url(../img/onbg.gif);
}



ul { margin: 0; padding : 0; list-style : none; }

#sidebarnav {
	margin:0;
  padding:0;
	color: #fff;
}

#sidebarnav ul {
  padding:4px;
	list-style:none;
}

#sidebarnav li {
  margin:4px 0;
	list-style:none;
}

#sidebarnav li a {
	color:#eee;
	text-decoration:underline;
  display:block;
}

#sidebarnav li a:hover {
	background:#999;
}

.style6 {font-weight: bold; font-size:180%;}

/**
 * Carousel
 */

.jcarousel-scope {
    position: relative;
    width: 475px;
    -moz-border-radius: 10px;
    background: #C1CE9E;
    padding: 20px 35px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
	padding: 2px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    position: absolute;
    top: 45px;
    right: 5px;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
    position: absolute;
    top: 45px;
    left: 5px;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.class1 A:link {text-decoration: none; color:#FFFFFF;}
.class1 A:visited {text-decoration: none; color:#FFFFFF;}
.class1 A:active {text-decoration: none; color:#FFFFFF;}
.class1 A:hover {text-decoration: underline; color: #FFCC00;}

.submitbutton {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	height: 15px;
	width: 50px;
	color: #666666;
	border: 1px solid #999999; }
.dropDown {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	height: 15px;
	width: 160px;
	color: #666666;
	margin-top:2px;
	border: 1px solid #999999; }
.textArea {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	height: 36px;
	width: 160px;
	color: #666666;
	margin-top:2px;
	border: 1px solid #999999; }
