/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #379767;}
a:hover {color: #99cab4;}
body {
	background: #efe;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
	padding-top: 1.2em;
}
ul {
	margin-left: 1.2em;
	}

h1 {font-size: 1.4em;}
h2 {
	font-size: 1.3em;
	padding-top: 1.5em;
	}
legend {
	font-size: 1.3em;
	color: #654; /* light brown */
	}

strong {
	font-weight: normal;
	font-size: 100%;
	}

em {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	}
	
.main blockquote {
	background: #efe; /* very light green */
	border: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	float: left;
	margin-left: 15px;
	}

blockquote p {
	padding: 3px 0;
	margin-right: 7px;
	}

h1,h2,h3 {color: #654;} 

/* misc */
.clearer {clear: both;}

.spacer { height: 10px; }

/* structure */
.container {
	border: 1px solid #666;
	margin: 10px auto;
	width: 845px;
	background-color: #fff; color: #000;
}

.container img {
	clear: both;
	float: right;
	margin: 0 0 5px 0;
	}

.container img.ignore {
	clear: both;
	float: none;
	}

/* top */
.top {
	background-color: #fff;
	font: normal 2.4em Verdana,sans-serif;
	height: 80px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}

.top img {
	border: none;
}

.top span {padding-left: 24px;}
.top a:hover {
	background: *#99cab4;
	color: #FFF;
}

/* header */
.header {
	height: 180px;
}

/* main */
.main { 
	float: left; 
	width: 595px; 
	padding: 0 5px;
	}

.main h1 {
	background: #379767;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
	margin-top: 0px;
	width: 595px;
	}

.main h2, .main p {
	padding-left: 20px;
	}

/* navigation */
.navigation {
	float: right;
	margin-left: 1px;
	width: 220px;
}
.navigation h1.plain {
	background-color: #379767;
	color: #fff;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	border-bottom: 1px solid #D5E8AD;
}

.navigation ul {
	margin: 0; 
	padding: 0;
	}

.navigation li {
	list-style: none;
	border-bottom: 1px solid #D5E8AD;
	}

.navigation li a {
	background: #99cab4;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}

.navigation li a:hover {
	background: #efe;
	color: #553;
}

.navigation h1.nav_h1 a {
	background: #366;	
	color: #fff;
	font-size: 0.9em;
	display: block;
	padding: 12px 4px 12px 12px;
	text-decoration: none;
	border-bottom: 1px solid #D5E8AD;
}

.navigation h1.nav_h1 a:hover {
	color: #fff;
	text-decoration: none;
	background: #99cab4;
	}

/* footer */
#footer {
	background: url(templates/common/images/bgfooter.gif) bottom repeat-x;
	color: #fff;
	font-size: 1.1em;
	line-height: 39px;
	height: 39px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	clear: both;
}
#footer a {color: #FFF;}
#footer a:hover {color: #99cab4;}

.tel {
	float: right
	color: #fff;
	margin: -45 10px 0 0;
	font-weight: bolder;
}

.clear {
	clear: both;
}


.left {
	float: left;
}

.right {
	float: right;
}

div.centre {
	margin:  0 0 0 150px;
}

.w40 {
	width: 140px;
}

.w50 {
	width: 150px;
}

.w60 {
	width: 160px;
}

ul.left
{
	list-style: square;
	margin: 5px 5px 5px 0px;
	padding: 0 0 0 40px;
}

/* ===== styles for the form in enquiries ===== */

form {
	width: 550px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}

.row {
	clear: both;
	width: 100%;
	padding: 2px 0 ;
}

.row label {
	float: left;
	text-align: right;
	width: 165px;
}

.row span {
	float: right;
	text-align: left;
	width: 365px;
}

.right_link {
	clear: both;
	margin-right: 5px;
	color: #339966;
	float: right;
	}

/*=============  Registration List  ===============*/

#user_table 
{
	width: 600px;
	color: white;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td.bold { 
background-color : #fff; 
color: #339966;
font-style : normal; 
line-height : normal; 
font-variant : normal; 
text-decoration : none; 
margin-left: 3px;
/*font-family: arial;*/
} 

#user_set { 
	border:none; 
	width: 600px;
	padding-left: 5px;
}

td.empty
{
	padding-left: 5px;
	padding-bottom: 5px;
}

ul#links li {
	list-style-type: none;
	margin-top: 10px;
}

ul#links a:link {
	text-decoration: none;
	color: #379767;
	}

ul#links a:visited {
	text-decoration: none;
	color: #379767;
	}

ul#links a:hover {
	color: #379767;
	text-decoration: underline;
	}

ul#links a:active {
	text-decoration: none;
	color: #379767;
	}

/*  ========== News ticker ============= */

#news-ticker
{
	width: 560px;
	height: 45px;
	padding: 5px 5px 5px 25px;
	margin-left: 15px;
	background-color: #efe;
	border: 1px solid #777;
	font-size: 110%;
}

#news-ticker a:link {
	text-decoration: none;
	color: #553;
	}
	
#news-ticker a:visited {
	text-decoration: none;
	color: #379767;
	}
	
#news-ticker a:hover {
	text-decoration: underline;
	color: #553;
	} 

#news-ticker a:active {
	text-decoration: none;
	color: #379767;
	}

#news-ticker div
{ 
	/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #efe;
}

table p {
	margin: 2px 0;
	padding: 0;
	}

.poll p {
	text-align: justify;
	padding: 4px 7px;
	}
.poll fieldset {
	border: 2px solid green;
	}

.required
{
	color: #f00;
}

.required input, .required select, .required textarea
{
	border: 1px solid #f00;
	color: #f00;
}