/*======================================*
** stylesheet.css
**======================================*/

/*---------------------------------------*
** Created: 26-04-2006
** Author: M S Rahman
** Website: webain.co.uk
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background_tile.gif);
}

.time_style {background:url(images/leaf.gif) no-repeat left; padding-left:15px;}

.schedule td.time_style {background-image:none; padding-left:0px;}

#wrapper {
	width: 657px;
	margin: auto;
}
a {
	color: #6d8e23;
}
a:hover {
	text-decoration:none;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#divBanner{
	height: 139px;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	padding: 0 0 0 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-image: url(images/header.jpg);
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 10px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	background-color: #FFFFFF;
	height: 100%;
	width: 657px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 50px;
}
div.navbar{
		width:650px;
		margin:0 0 0 6px;
		height:20px;
		clear: both;
		border: solid 0px #000;
		background-color: #FFFFFF;	
		text-transform: uppercase;
		line-height: 20px;
		color: #fff;
}
div.navbar ul{
		margin: 0em;
		padding: 0em;
		list-style: none;
		font-weight: normal;
		font-size: 11px;
}
div.navbar li{
	float:left;
}
div.navbar li a{
	text-decoration: none;
	display: block;
	padding: 0em 41px 0em 40px;
	background-color: #483C34;
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #fff;
}
div.navbar li a:hover{
		border: solid 1px #fff;	
		background-color: #6d8e23;			
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 25px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background: #483C34;
	padding: 12px 0px 0px 0px;
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
div.spacer {
	width:400px;
	height:10px;
}
div.left {
	width:15%;
	height:20%;
	float: left;
	color: #6d8e23;
}
div.right {
	width:85%;
	height:20%;
	float: right;
}
div.container {
	width:100%;
	height:100%;
	float: none;
}
div.spacer2 {
	width:400px;
	height:10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: thin;
	padding-left: 15px;
}

p {line-height:18px;}

.dropcap {
display:none;
}

p.contactOpenP {
background:url(images/dropcap_b.gif) no-repeat top left;
padding-top:20px;
}
p.contactOpenP img.dropcapSpacer {
display:block; width:70px; height:40px; margin-top:-20px; float:left;
}


p.workbookOpenP {
background:url(images/dropcap_h.gif) no-repeat top left;
padding-top:20px;
}
p.workbookOpenP img.dropcapSpacer {
display:block; width:90px; height:40px; margin-top:-20px; float:left;
}

p.menuOpenP {
background:url(images/dropcap_i.gif) no-repeat top left;
padding-top:20px;
}
p.menuOpenP img.dropcapSpacer {
display:block; width:70px; height:40px; margin-top:-20px; float:left;
}


p.thepenOpenP {
background:url(images/dropcap_t.gif) no-repeat top left;
padding-top:20px;
}
p.thepenOpenP img.dropcapSpacer {
display:block; width:70px; height:40px; margin-top:-20px; float:left;
}

p.homeOpenP {
background:url(images/dropcap_a.gif) no-repeat top left;
padding-top:20px;
}
p.homeOpenP img.dropcapSpacer {
display:block; width:90px; height:40px; margin-top:-20px; float:left;
}