﻿body 
{
	background: #d0d0d0;
	color: #7f7f7f;
	font-family: arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a 
{
    color:#ffffff;
    text-decoration:none;
}

h1
{
    font-family:times new roman;
    font-size:x-large;
    font-style:italic;
}

h3
{
    font-family:times new roman;
    font-size:medium;
    color: #ffffff;
    background: #ff9933;
    padding: 5px;    
}

#main 
{    
	margin: 30px auto;
	text-align: left;
	width: 785px;
	display:block;
	position:relative;
}

#content 
{
    font-family: arial;
	background: #ffffff url(../images/contentbg.gif) repeat-y;
	width: 785px;
	height:100%;
	position:relative;
	display:inline-block;
}

#header 
{
	background: #d0d0d0 url(../images/beachpan.jpg) no-repeat;
	width: 745px;
	padding-left:40px;
	padding-top:80px;
	height: 70px;
	color:#ffffff;
}

#footer
{
	background: url(../images/footerbg.gif) no-repeat;
	color:#ffffff;
	width: 785px;
	height: 25px;
	padding-top:10px;
	padding-left:350px;
	position:relative;
	float:left;
	display:block;	
}

#left 
{
	position:relative;
	float:left;
	margin: 10px 5px 10px 5px;
	display:inline;
	background-color: darkslategray;
	color:darkseagreen;
	width: 210px;
}

#left a 
{
	color:darkslategray;
	font-weight:bold;
	text-decoration:underline;
}

#link a 
{
    color:#000000;
    text-decoration:underline;
    /*font-weight:bold;*/
    /*font-style:italic;*/
}

#centre ul li a 
{
    color:#ff9933;
    text-decoration:underline;
    font-weight:bold;
    /*font-style:italic;*/
}

#centre
{
	position:relative;
	float:left;
	padding: 10px 10px 10px 5px;	
	display:inline;
	background: #ffffff url(../images/centrebg.gif) repeat-x;
	color:#000000;
	width: 535px;
	text-align:justify;
}

.lefthdr
{
    background: darkseagreen;
    font-family: Times New Roman;
    font-size:larger;
    font-weight:bold;    
	color:darkslategray;
	padding: 5px 5px 5px 15px;
    margin: 15px 5px 13px 0px;
}

.contact
{
    background: darkseagreen;    
	color:darkslategray;
	padding: 5px 10px 5px 10px;
    margin: 0px 5px 3px 0px;
}

#menu 
{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 785px;
	background-color: #ffffff;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{	
	/*color : #336633;*/	
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(../images/menu_item2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
	color:darkslategray;
	font-size:14px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(../images/menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 29px;
	width:94px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.active a:hover, #menu ul li.active a:active, #menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(../images/menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	color: darkseagreen;
}
