/*
**************************************************************************************************
* style.css
* General Style Sheet
* (c) 2007, Summerleaze Computer Services
* $Revision: $
**************************************************************************************************
*/

@import url(common.css);

body {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 12pt;
  background-color: #808080;
  text-align: center;
}

a {
  margin: 0;
  padding: 0;
  color: blue;
}

a:visited {
	color: blue;
}

h1 {
  font-size: 150%;
  padding: 0;
  margin: 0;
  margin-bottom: 0.2em;
  border-bottom: 1px dotted #47A7CF;
  border-bottom: 1px dotted #429A59;
  clear: both;
}

img {
  margin: 0 0.5em 0 0;
  padding: 0;
  border: none;
}

img.tagline {
	display: block;
	float: right;
  margin-top: 1em;
}
  
p {
  padding: 0;
  margin: 0 0 0.5em 0;
}

p.address {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
  
#page {
  position: relative;
  width: 764px;
  margin: auto;
  text-align: left;
  background-color: #47A7CF;
  border: 1px solid #465A41;
}

#header {
  margin: 0.2em;
  padding: 0.5em;
  background-color: #47A7CF;
  line-height: normal;
}

#footer {
  position: relative;
  bottom: 0;
  text-align: center;
  font-size: 50%;
}

#left-column {
  float: left;
  padding: 0 10px;
  width: 125px;
}

#logos {
	float: left;
  text-align: center;
  margin-top: 20px;
}

#content {
  margin-left: 150px;
  padding: 10px;
  min-height: 600px;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.index {
  background: #47A7CF url(images/background.gif) no-repeat;
}

/*
**************************************************************************************************
* Menu
**************************************************************************************************
*/

ul#menu {
  float: left;
  clear: left;
  list-style: none;
  font-size: 80%;
  padding: 0;
  margin: 0;
}

ul#menu li {
  padding: 0;
  margin: 0;
}

ul#menu li a {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  width: 120px;
  line-height: 25px;
  color: black;
  text-align: center;
  text-decoration: none;
  background: #47A7CF url(images/button.gif) no-repeat;
}

ul#menu li a:visited {
  color: black;
}

ul#menu li a:hover {
  color: white;
  text-decoration: single;
  background: #47A7CF url(images/button_over.gif) no-repeat;
}

ul#menu li#active a {
  color: white;
  background: #47A7CF url(images/button_over.gif) no-repeat;
}

table.qualif {
	width: 100%;
}

table.qualif td {
	text-align: center;
	width: 50%;
}
