
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
        background: #FFFFFF url(images/img01.gif) repeat-x;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
}

th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.left {
  align: left;
  text-align: left;
}

h1 {
	font-size: 157%;
	text-align: center;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

p.right {
	text-align: right;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

.box-blue a:hover, a:active {
	text-decoration: none;
	color: #2B8CF8;
	font-weight: bold;
}

.box-pink a:hover, a:active {
	text-decoration: none;
	color: #F831BF;
	font-weight: bold;
}

a:visited {
	color: #3490F8;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 120%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 15px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}

/* Header */

#header {
	width: 960px;
	height: 102px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 35px;
	padding-left: 120px;
	font-weight: bold;
	font-family: Constantia;
	background: url(images/gibeon_logo.gif) no-repeat;
	height: 83px;
	width: 151px;
}

#logo h2 {
	padding: 33px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* header right */

#header_right {
	float: right;
	width: 300px;
	padding-top: 55px;
}

/* Menu */

#menu {
	width: 960px;
        height: 30px;
        margin: 0 auto;
}

#menu ul {
        margin: 0;
        list-style: none;
        line-height: normal;
	float: right;
	margin-top: -11px;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #1777B1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08.gif) no-repeat right top;
	cursor: pointer;
}

#menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
	color: #F8972F;
	font-weight: bold;
}

#menu li.active b {
	background: url(images/img05.gif) no-repeat;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}
.contact {
	display: block;
	background: white;
}
.contact td
{
	padding: 5px 5px 0px 5px;
	background: white;
}

.contact td.right
{
	text-align: right;
}

.local td
{   
        background: white;        
}

.pp_view {
	height: 360px;
	padding: 20px;
	background: #F0FFF0;
	border: 1px dotted #999999;
	overflow: auto;
}

.pp_view ol {
  padding: 0 0 0 34px;
}

.session {
	color: #1a9f7d;
	font-weight: bold;
}

.p_request {
        background: #F0FFF0;
        border: 1px dotted #999999;
        overflow: auto;
}

.counter td {
	color: green;
	font-size: 20px;
	font-weight: bold;
  	background-color: black;
	width: 20px;
}
