html {
	height:100%;
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
}

body {
	font-family:"Trebuchet MS";
	
	color:#076324;
	margin:0;
	padding:0;
	font-size:14px;
}

body.contentpane {
	background: #8bd22e;
}

h1 {
	font-size:20px;
	line-height:24px;
	vertical-align:middle;
	font-weight:bold;
	text-align:left;
	border:#0c5f3a 0px dotted;
	border-bottom-width:1px;
	padding:1px 4px 1px 4px;
	margin:3px 3px 3px 3px;
}

h2 {
	font-size:20px;
	line-height:24px;
	vertical-align:middle;
	font-weight:bold;
	text-align:left;
	border:#0c5f3a 0px dotted;
	border-bottom-width:1px;
	padding:1px 4px 1px 4px;
	margin:0px 0px 0px 0px;
}

h3 {
	font-weight:bold;
	font-size:14px;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}

h4 {
	font-weight:bold;
	font-size:12px;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:4px 0px 0px 0px;
}

img,table {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#076324;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#fff200;
}

p {
	text-align: justify;
	padding:0px 4px 0px 4px;
	margin:4px 0px 4px 0px;
}

pre {
	padding:0px 0px 0px 0px;
	margin:4px 0px 4px 0px;
}

hr {
	color:#076324;
	height:2px;
	border:0;
	background-color:#076324;
	padding:0px 0px 0px 0px;
	margin:4px 0px 4px 0px;
}

/**************** Page layout **************/

div#wrapper {
	width:996px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
}

div#masthead {
	height:113px;
	width:792px;
	position:relative;
	float:left;
	background-image:url(../images/masthead.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#masthead img {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#body_wrapper {
	width:792px;
	float:left;
	
	display:table;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
}

#left_column {
	width:792px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px
}

#left_menu {
	width:200px;
	float:left;
	padding:1px 0px 0px 0px;
	margin:0px 0px 0px 0px
}

#bodycopy {
	width:583px;
	min-height:550px;
	background-image:url(../images/bodycopy_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:#bdd2bd 0px solid;
	background-color:#f1f4f2;
	border-top-width:0px;
	float:right;
	clear:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
}

#bodycopy_base {
	height:67px;
	clear:both;
	background-image:url(../images/bodycopy_base_02.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 6px 0px;	
}

#right_column {
	width:200px;
	min-height:300px;
	float:right;
	padding:1px 0px 0px 0px;
	margin:1px 0px 10px 3px
}

#right_column_top {
	width:198px;
	height:23px;
	background-image:url(../images/right_column_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px
}

#right_column_mid {
	width:198px;
	background-color:#0c5f3a;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px
}

#right_column_base {
	width:198px;
	height:23px;
	background-image:url(../images/right_column_base.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px
}

#footer {
	width:956px;
	font-size:10px;
	clear:both;
	text-align:center;
	display:block;
	padding:5px 0px 0px 0px;
	margin:5px auto 5px auto;
}

/**************** Page layout **************/

/**************** Content layout ***********/

#breadcrumbs {
	position:absolute;
	top:85px;
	left:220px;
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 0px;
}

#page {
	clear:both;
	padding:3px;
}

.blog {
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 0px;	
}

.blog p {
	padding:0px 0px 4px 0px;
	margin:0px 0px 0px 0px;	
}

#bodycopy ul {
	list-style-position:inside;
	list-style:none;
	padding:0px 3px 3px 10px;
	margin:0px 0px 0px 0px;
}

#bodycopy ul li {
	background-image:url(../images/bullet.png);
	background-position:2px left;
	background-repeat:no-repeat;
	padding:0px 3px 3px 15px;
	margin:0px 0px 0px 0px;
}



/************** /Content layout**********/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */

/* small text */

.small {
	font-size: 10px;
	color: #076324;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 14px;
	color: #076324;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 14px;
	color: #076324;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	line-height: 14px;
	font-size: 10px;
	text-decoration: underline;
	padding: 1px 2px 1px 2px;
	color: #076324;
	text-transform: lowercase;
}

a.readon:hover {
	color: #666;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/*************** Forms ****************/

form {
  margin: 0px;
  padding: 0px;
}

.search input.button {
	text-align: right;
}

.inputbox {
	border: 1px solid #076324;
	color: #076324;
	padding: 2px;
	background: #FFF;
}

.inputbox:hover {
	color:#2d4318;
}

#search {
	float: right;
	width: 178px;
}

#search .search .inputbox {
	width: 116px;
	height: 14px;
	font-size: 11px;
	color: #076324;
	padding: 2px;
	border: none;
	margin: 2px 0 0 0;
}

#search .search .button {
	height: 17px;
	font-size: 11px;
	color: #076324;
	padding: 0 2px 0 2px;
	margin: 0 10px 0 6px;
	text-align: center;
	background: none;
	border: none;
	text-transform: lowercase;
}

fieldset {
	border:solid #076324 1px;
	margin:2px 2px 2px 2px;  
	padding:2px 2px 2px 2px;
	border:0px;
}

legend {  
	margin:2px 2px 2px 2px;  
	color:#666666;  
}

fieldset ol {  
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;  
	list-style: none;
}

fieldset li {
	display:block;
	padding:2px 4px 2px 4px;
	list-style:none;
}

input#submit, input.button, button.validate { 
	font-size:12px;
	color:#bdd2bd;
	width:186px;
	height:29px;
	border:0;
	clear:both;
	display:block;
	background-image:url(../images/formbutton.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:2px 2px 2px 2px;
	margin:2px auto 2px auto; 
}

input#submit:hover, input.button:hover, button.validate:hover {
	cursor:pointer;
	color:#076324;
	background-image:url(../images/formbutton-hover.gif);
	background-position:center;
	background-repeat:no-repeat;
}

fieldset.submit {  
	border-style: none;
	float:right;
}

input {
	border:1px solid #076324;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
}

textarea {
	width:200px;
	border:1px solid #076324;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
}

label {
	float:left;
	width:170px;
	margin-right:1em;
	text-align:right;
}

legend {
	margin: 0;
	padding: 0 10px;
}

/* rs forms */

form h3 {
	display:block;
	clear:both;
	background-color: #bdd2bd;
	border:#076324 0px solid;
	border-top-width:0px;
	padding:4px 0px 4px 4px;
	margin:6px 0px 6px 0px;
}

.select_indent {
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 80px;
}

.radiotypeofbusiness, .radiomembershipenquiryradio, .checkservicescheckcode, .checkserviceschecknonres, .checkservicescheckforbusiness, .checkcpds, .checkworkshops, .radiocontacthow {
	display:block;
	float:left;
	width:230px;
	padding:0px 0px 0px 0px;
	margin:2px 0px 2px 0px;
}

.radiotypeofbusiness label, .radiomembershipenquiryradio label, .checkservicescheckcode label, .checkserviceschecknonres label, .checkservicescheckforbusiness label, .checkcpds label,  .checkworkshops label, .radiocontacthow label {
	width:200px;
	float:none;
	text-align:left;
	padding:6px 3px 3px 3px;
	margin:0px 0px 0px 0px;
}

.select_indent input {
	padding:3px 3px 3px 0px;
	margin:2px 0px 2px 0px;
}

.thankyou {
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
}



/* /s forms */

/**************** /Forms *******************/

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}

/* ****************************************************************************** */
/* param */

