﻿html {
	margin: 0;
	padding:0;
}
BODY {
	font-family: "Century Gothic", arial;
	color:#333;
	font-size: 93.3%;
	padding-left: 5px;
	height: 100%;
	margin: 0;
    /*background: url(img/content.gif) repeat-y 205px 350px #fff; */
}

P { color:#333; }

a:link { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:active { color:black; text-decoration:underline; }
a:hover { color:black; text-decoration:none; }

A:link, A:visited { color:#000000; text-decoration:none; }
A:hover, A:active { color:#FF0000; text-decoration:none; }

A.leftlink:visited {color: #000000;}

img {
	border:0;
}
#side_right a img {
	border: 2px solid #fff;
}
#side_right a img:hover {
	border-color: #EE4524;
}

#side_right img {
	margin-bottom: 10px;
}

h2, h3 {
	margin: 0;
	padding:0;
	font-family: "Copperplate Gothic Bold";
}

h2 {
	color: #333;
	font-size: 160%;
}

strong,h3 {
	color: #0000FF;
	font-size: 120%;
}

.right {
	font-size: 80%;
}

#header {
	clear: both; 
	width: 990px;
	height: 160px;
	padding-top: 20px;
}

#main {
	width: 990px;
	background: url(img/sep.gif) repeat-x top #fff;
}
#main td {
	padding-top: 15px;
}

#side_menu {
	width: 190px;
	text-align: center;
	padding-top: 8px;
	/*border-right: 1px solid #d7d7d7; */
	padding-right: 5px;
	height: 100%;
}

#side_menu span {
	font-size: 11px!important;
	margin-bottom: 10px;
}

#side_right {
	padding: 2px;
	width: 140px;
	text-align: center;
	border-right: 1px solid #d7d7d7;
}

#entry {
	float: left;
}

#entry table td {
	padding-top:3px;
}

#content {
	font-size: 110%;
	text-align: justify;
	min-width: 620px;
	padding: 5px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

#content a {
	color: #000000;
	border-bottom: 1px dotted #EE4524;
}

#navigation {
	list-style-type: none;
	margin:0;
	padding:0;
}
#navigation li {
	display: block;
	background: #fafafa;
	border-left: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 2px;
	text-align: center;
}

#navigation li:hover {
	background: #f6f6f6;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

#navigation li a,
#active {
	display: block;
	padding: 8px 10px;
}

#navigation a:hover {
 	color: #EE4524;
}

li#active, li#active:hover{
 	background: #f2f2f2;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #EE4524;
	font-weight: 700;
}


#footer {
	background: url(img/foot.jpg)repeat-x top #fafafa ;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}


.tableborder {
	background: #aaa;
}

td.sub{
	background:#fcfcfc!important;
	padding:2px;
	text-indent:30px;
	font-size: 80%;
}

.tableborder table td {
	background:#f8f8f8;
	padding:2px
}

.dates {
	border: 2px solid #f2f2f2;
	padding: 2px;
	margin: 0 auto;
	text-align: left;
}
.dates td {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
}

table.dates td a {
	border:0!important;
	color: #333!important;
}
.dates a:hover {
	color: #EE4524!important;
	border-bottom: 1px dotted #EE4524!important;
}

.description{
	padding: 3px;
	font-size: 80%;
	text-align: justify;
}


.description h4 {
	margin: 2px 0 3px 0;
	font-style: italic;
}

.foot_links {
	text-align: right;
	clear: both;
	width: 840px;
	font-size: 80%;
}
.foot_links em{
	font-size: 110%;
}

.title {
	font-size: 16px;
	font-weight: normal;
}


#bookings {
	width: 700px;
	margin-left: 40px;
	margin-top: 20px;
}

#bookings textarea, #bookings td input {
	width: 480px;
}

#bookings .smaller {
	font-size:80%;
}

#bookings table, #nbosh_dates {
	background: #d7d7d7;
	width: 100%;
	font-size: 80%;
}

#bookings td, #nbosh_dates td {
	border-left: 1px solid #f9f9f9;
	border-top: 1px solid #f9f9f9;
	background: #f0f0f0;
	text-align: left;
	vertical-align: middle;
}
#nbosh_dates td {
	background: #f6f6f6;
	border-left: 1px solid #fcfcfc;
	border-top: 1px solid #fcfcfc;
	padding: 5px;
}

#book_now {
	text-align: center;
	padding: 20px;
}