
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background: #cacaca;
	
}



/*Basic Links*/

/* the lovely clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* end the lovely clearfix */


div#main {
	width: 930px;
	margin: 0 auto;
	background: #FFF url(../images/bg.png) repeat-y;
	padding: 10px 15px 10px 15px;
}

div#bg-end {
	width: 960px;
	height: 5px;
	background: url(../images/bg-end.png) no-repeat;
	margin: 0 auto;
}

/* HEADER BIT */

div#header{
	margin-bottom: 10px;
	_padding-bottom: 10px;
}

div#header a#logo{
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../images/new-logo.gif) no-repeat;
	width: 157px;
	height: 71px;
	margin-bottom: 15px;
}

div#content-wrapper {

}

div#content, div#column {
	float: left;
}

div#column {
	width: 266px;
}

div#content {
	width: 664px;
}

div#footer {
	width: 930px;
	margin: 0 auto;
	text-align: right;
	color: #4b4748;
}

ul#pagemenu {
	list-style: none;
}

ul#pagemenu li a{
	display: block;
	font-size: 11px;
	color: #009f45;
	text-decoration: none;
	padding-left: 18px;
	line-height: 19px;
	border-left: 1px solid #b8eac4;
}

ul#pagemenu li a:hover {
	background: #efefef;
}

ul#pagemenu li {
	width: 100px;
	background: #b8eac4;
	width: 238px;
	list-style-type: none;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
/* Main menu navigation */
#primary-nav {
    width: 930px;
	_overflow: hidden;
	_margin-top:15px;
}

#primary-nav #mainlevel {
	list-style: none;
/*	border-bottom: 2px solid #31b558; */
    width: 932px;
}
#primary-nav #mainlevel li ul {
	list-style: none;
}

#primary-nav #mainlevel li ul li a{
	background: #231f20;
	height: 22px;
	line-height: 22px !important;
	line-height: 21px;
	color: #ccc;
	border-bottom: 1px solid #373435;
}

#mainlevel li:hover ul,
#mainlevel li.sfhover ul
{
	left: auto;
}

#primary-nav #mainlevel li ul li{
    height: 22px;
    border-bottom: 1px solid #434343;
}

#mainlevel li ul li{
	clear: both;
}

#mainlevel li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#primary-nav #mainlevel li {
    background: #b4e6c1 url(../images/nav-bg.png) top left no-repeat;
    height: 32px;
    width: 132px;
    float: left;
	margin-right: 1px;
}
#primary-nav #mainlevel li a, #primary-nav #mainlevel li span {
	line-height: 32px !important;
	line-height: 31px;
	color: #009f45;
	text-decoration: none;
	display:block;
	height: 32px;
	width: 132px;
	text-align: center;
}
#primary-nav #mainlevel li:hover { /* IE6 stuck-on hover bug fix */
	background-position: 0 0;
}
#primary-nav #mainlevel li.sfhover, #primary-nav #mainlevel li.mainlevel_active a.mainlevel_active {
    background: #b4e6c1 url(../images/nav-bg.png) top left no-repeat;
}

#primary-nav #mainlevel li.mainlevel_current, #primary-nav #mainlevel li.mainlevel_active a.mainlevel_active {
	background-position: -132px 0px;
}
#primary-nav #mainlevel li.mainlevel_current a, #primary-nav #mainlevel li.mainlevel_active a.mainlevel_active {
	color: #fff;
}

#primary-nav #mainlevel li li.sfhover a {
    background: #434343 none top left;
}

#primary-nav #mainlevel li.sfhover{
	background-position: top right;
	color: #fff;
}

/* Main menu navigation ENDS */

/* Submenu - mainlevel_submenu */

.moduletable #mainlevel , .moduletable_submenu {
	font-family: arial, sans-serif;
	margin-bottom: 10px;
}

.moduletable_submenu h3, #column .moduletable h3, .moduletable_sidelinks h3 {
	font-size: 14px;
	font-weight: normal;
	border-left: 1px solid #b8eac4;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	text-transform: lowercase;
	letter-spacing: -1px;
}
.moduletable_sidelinks h3 a, #column .moduletable h3 a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

.moduletable_sidelinks h3 a:hover, #column .moduletable h3 a:hover {
	text-decoration: underline;
	background: none;
}

.latestnews_submenu ul {
	width: 238px;
}

.moduletable_submenu li, .moduletable_sidelinks li {
	width: 100px;
	background: #b8eac4;
	width: 238px;
	list-style-type: none;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}

.moduletable_submenu li a, .moduletable_sidelinks li a {
	display: block;
	font-size: 11px;
	color: #009f45;
	text-decoration: none;
	padding-left: 18px;
	line-height: 19px;
	border-left: 1px solid #b8eac4;
}

.moduletable_submenu a:hover, .moduletable_sidelinks a:hover {
	background: #efefef;
}

.moduletable_submenu a#active_menu,
.moduletable_submenu a#latestnews_submenu_active:hover,
a#latestnews_submenu_active,
a#latestnews_submenu_active:hover {
	background: #efefef;
}
/* Submenu - mainlevel_submenu ENDS */


/* Pathway */

table.blog {
	width: 100%;
	border-collapse: collapse;
}

div#pathway {
	font-size: 10px;
	background: #31b558;
	padding: 6px 8px 8px 8px;
	color: #c4f7d3;
	margin-bottom: 10px;
}

div#pathway a {

	color: #c4f7d3;
}

/* Pathway  ENDS HERE*/

/* contentarea */

div.moduletable-flash {
	margin-top: 10px;
}

table.contentpaneopen {
	padding: 0px;
	margin-bottom: 8px;
	width: 100%;
	border-collapse: collapse;
}

.article_seperator {
	padding:0px;
	display:none;
}

#content h1, #content-full h1, div.componentheading, #content h2 {
	font-size: 22px;
	letter-spacing: -1px;
	font-family: arial;
	border-bottom: 1px dotted #ccc;
	padding-bottom:5px;
	font-weight: bold;
}

#content h2  {
	font-size: 14px;
	border: none;
}

div#home-banner {
	background: #231f20;
	padding: 10px;
}

div#home-banner img {
	margin-bottom: 10px;
}

div#home-banner p {
	color: #6d6d6d;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
}

#content p, #content-full p {
	margin-bottom: 15px;
	line-height: 16px;
}
/* contentarea ends here */

/* small modules for frontpage */

div#module-wrapper {
}

.moduletable_small  {
	width: 145px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	margin-right: 5px;
}

#module_small_start {
	padding-left: 0px;
}

#module_small_end {
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}

.moduletable_small h3 a,.moduletable_small h3 {
	text-decoration: none;
	color: #333;
	font-family: arial;
	letter-spacing: -1px;
	font-size: 14px;
}

.moduletable_small h3 a:hover {

	color: #30b457;
}




/* small modules ends here */

/*	begin: enquiries	*/
#enquiries {
	font-family: arial, verdana, sans-serif;
	background-color: #000;
	color: #fff;
	padding: 8px;
}
#enquiries input, #enquiries textarea {
	border: none;
}
#enquiries .submit_button {
	background-color: #666666;
	text-align: right;
	width: 120px;
	color: #ccc;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}
/*	end: enquiries	*/
.moduletable_small p {
	height: 188px;
}
table.contentpaneopen h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 1em 0;
}
table.contentpaneopen ul, table.contentpaneopen ul li, #content-full ul, #content-full ul li {
	margin: 1em;
}

#flashbanners_container {
	margin-top: 10px;
}
