/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'ECMS: Common' */
/* CSS Document */
/* ECMS Website */
/* Copyright Managed Solutions Pty Ltd */
/* 15 June 2007 */

* {padding: 0; margin: 0;}

body {
	background: #EEE;
	font: 11px/1.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

#container_wrapper {
	margin: 20px auto;
	text-align: left;
	width: 69.81em;
	background: #FFF;
	border: 1px solid #DDD;
}

#container {padding: 2.27em;}
#content {padding: 3em 0 2.3em 0;}


/* --- =hx --- */
h1, h2, h3, h4, h5, h6 {text-align: left;}

h1 {
	background: url(uploads/images/ecms_template/logo.gif) no-repeat top left;
	height: 97px;
	width: 160px;
	text-indent: -9999px;
	float: left;
}

h1 a {
	display: block;
	height: 97px;
	width: 159px;
}

h2 {
	color: #009b7a;
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: normal;
	border-right: 3px solid #dae5e1;
}


/* --- =a --- */
a {text-decoration: none; color: #666666;}


/* --- =p --- */
p {padding: 0.8em 0 1.5em 0;}
div.projects p {padding: 0;}

/* --- =dl --- */
dl {margin-top: 5px; text-align: left;}
dt {color: #945D9B; font-weight: bold; float: left;}
dd {padding: 0 0 1.3em 13em; font-weight: bold; color: #666;}


/* --- =table --- */
table {
	width: 100%;
	/*border: 1px solid #c6d1cd;*/
	border: 1px solid #666;
	margin: 5px 0 30px 0;
	padding: 2px;
	text-align: left;
}

tr.odd {background-color: #FEFEFE;}
tr.even {background-color: #F4F4F4;}
/*th {background-color: #c6d1cd; color: #FFF; padding: 0.5em;}*/
th {background-color: #666; color: #FFF; padding: 0.5em;}
td {padding: 0.5em;}
/*td + td + td, td + td + td + td {text-align: center;}*/


/* --- =classes--- */
span.highlight {color: #a062ac;}

.more {
	background: url(uploads/images/ecms_template/btn_more.gif) left center no-repeat;
	padding-left: 16px;
	position: absolute;
	bottom: 5px;
}
/* End of 'ECMS: Common' */

/* Start of CMSMS style sheet 'ECMS: Footer' */
#footer {
	border-top: 1px solid #AAA;
	padding: 10px;
	clear: both;
	font-size: 10px;
	line-height: normal;
	text-align: center;
	color: #666666;
}

#footer a {font-weight: bold; color: #666666;}
/* End of 'ECMS: Footer' */

/* Start of CMSMS style sheet 'ECMS: Header' */
#branding {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
}

#branding p {
	background: url(uploads/images/ecms_template/slogan.gif) no-repeat right top;
	text-indent: -9999px;
	float: right;
	width: 100%;
	height: 17px;
	margin-top: -40px;
}

#branding ul {float: right; height: 30px;}
#branding li {display: inline; padding-left: 22px; font-size: 10px;}
#branding li a {color: #666;}
#branding li a:hover {color: #333; text-decoration: underline;}

#banner {
	width: 64.18em;
	height: 130px;
	border: #CCC 0.54em solid;
	background: url(uploads/images/rotator/rotate.php) no-repeat center bottom;
}

#banner.home {
	height: 187px; 
	background: url(uploads/images/ecms_template/city.jpg) no-repeat center top;
}
/* End of 'ECMS: Header' */

/* Start of CMSMS style sheet 'ECMS: Main Content' */
#main_content {
	padding-right: 3em;
	width: 45.37em;
	float: left;
	text-align: justify;
	padding-bottom: 30px;
}

#main_content ul {margin-left: 15px;}
#main_content ol li {width: 22em; float: left;}
#main_content ul li, #side_content ul li, #main_content ol li {list-style: none;}

#main_content ul li {
	color: #666;
	padding: 0 4em 1.3em 1.5em;
	text-align: left;
	background: url(uploads/images/ecms_template/list_arrow.gif) left top no-repeat; 
}

#main_content h3 {
	margin: 10px 0 3px 0;
	color: #0e6f5b;
	font-size: 14px;
}

#main_content h4 {
	color: #777777;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 3px;
	font-style: italic;
}

#main_content p.first {font-weight: bold; color: #666; padding-top: 0;}
#main_content a:hover {text-decoration: underline; color: #bc74d2;}
#main_content a.top {float: right;}

#main_content.home {width: 100%; padding-right: 0;}

.about, .news, .tenders, .services {
	width: 21.2%;
	float: left;
	height: 16em;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	color: #663366;
}

.about, .news, .tenders {padding-right: 20px; border-right: 1px dotted #DDD;}
.news, .tenders, .services {padding-left: 15px;}
#main_content.home .tenders li, #main_content.home .services li {color: #663366; font-weight: normal;}
#main_content.home ul li {padding-bottom: 2px;  padding-right:0;}
#main_content.home ul {margin-left: 0;}	

.about h2, .news h2, .tenders h2, .services h2 {
	font-size: 14px;
	border: 0;
	margin-bottom: 5px;
	padding-top: 0;
	color: #663366;
	font-weight: bold;
}

#main_content.home h2.welcome {
	clear: both; 
	margin-bottom: 8px;
	padding-top: 25px;
	border-top: 2px solid #dae5e1;
	border-right: none;
	font-size: 18px;
	font-weight: bold;
}
/* End of 'ECMS: Main Content' */

/* Start of CMSMS style sheet 'ECMS: Main Menu' */
#main_nav {
	height: 3em;
	width: 100%;
	font-size: 12px;
	border-top: 1px dotted #CCC;
	text-align: center;
}

#main_nav ul {list-style: none; width: 100%;}
#main_nav li {display: inline; list-style: none;}

#main_nav a {
	/*color: #6e7b77;*/
	color: #000;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	line-height: 3em;
	padding: 7px 14px 9px 14px;
}

#main_nav a:hover {color: #663366; background-color: #EEE;}

/* End of 'ECMS: Main Menu' */

