/* ============================================================== */
/* Strike Consulting Style Sheet                                  */
/*                                                                */
/* styles.css: Simple style sheet viewable by all browsers        */
/* ============================================================== */

/*** Accessibility ***************************************************/
.aural {
  position: absolute;
  left: -999px;
  width: -990px;
}

/*** Typography ***************************************************/
body {
  font: 76% verdana, arial, sans-serif;
  text-align: center;
}
h1, h2, h3 {
  font-family: "Century Gothic", "Avante", "Avante Garde", helvetica, sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 180%;
  margin-top: 50px;
}
h3 {
  font-size: 160%;
  letter-spacing: 1px;
  margin: 10px 0 5px 15px;
}
* html h3 {
  margin-top: 15px;
}
h4 {
  font-size: 110%;
  margin: 0 0 10px 5px;
}
h5, div#content-sub p {
  font-size: 90%;
  margin: 0 0 10px 5px;
}
#content-main h4 {
  margin-left: 13px;
  margin-top: 10px;
}
h2, p {
  margin: 0 15px;
  padding: 0;
}
p {
  padding-bottom: 0.7em;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
address {
  padding: 3px 15px;
  font-style: normal;
}
#siteinfo-legal {
  font-size: 80%;
  text-align: center;
}
p.tech {
  font-size: 80%;
  margin-top: 15px;
  text-align: right;
}
/*** Layout ***************************************************/
div#content {
  width: 600px;
  padding: 5px;
}

img.float_right {
	background: #fff;
	border: 0px solid #ccc;
    float: right;
    display: block;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	position: relative;
}
img.float_left {
	background: #fff;
	border: 0px solid #ccc;
    float: left;
    display: block;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	position: relative;
}
div#content-main {   
    border:1px solid #CAD6E8 ;
    margin:0 0 5px 0;
    padding:0 0 0px 0!important;
    position:relative;
	height: auto;
	top:35px;  
}

html {
  height: 100%;
  margin-bottom: 1px;
}
html, body {
  margin: 0;
  padding: 0 0 20px;
}
div#container {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}
div#branding {
  margin: 0;
  padding: 10px 0 5px 0;
  text-align: center;
}
div#branding h1 {
  margin: 0 5px;
  padding: 60px 0 2px 5px;
}
div#branding a {
  margin-left: 10px;
}
div#content-sub {
  float: right;
  width: 180px;
  margin: 5px;
}
div#content-sub div {
  padding: 5px 0;
  margin-bottom: 5px;
}
div#content-sub div#menu {
  margin: 0 5px;
}
div#nav ul, div#nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#nav ul {
  padding-left: 4%;
}
* html div#nav ul {
  padding-left: 0.5%;
}
div#nav ul {
  padding-left: 2%;
}
div#nav a {
  margin-left: 5px;
  padding-left: 10px;
}
div#content-sub p {
  margin: 0 5px;
  padding: 0;
}
div#content-sub p+p {
  margin: 0.7em 0 2em 0;
}
div#content-seealso p a {
  margin: 5px 5px 0 5px;
}

/* float test */
div.spacer {
  clear: both;
  }
  
div.float {
  width: 290px;
 /* height: 200px; */
  border:1px solid #CAD6E8 ;
  padding:0 0 0 0!important;
  margin:0 0 0 0;
  float: left;
  position:relative;
  }
  
div.float p {
   text-align: left;
   }

   
/* IE rubbish */
* html #content-seealso { margin-top: 5px; }
* html #content-seealso h4 { margin-top: 10px; }
* html #content-seealso a { margin-left: 0; }

form {
  margin: 0;
  padding: 5px 0;
}
form h3 {
  margin-bottom: 10px;
}
form div {
  padding: 0;
}
form input#find {
  width: 115px;
  margin: -10px 0 -5px 10px;
}
form input#go {
  width: 40px;
  margin: -10px 0 -5px 0;
}
/* content */
blockquote {
  float: left;
  display: inline;
  width: 200px;
  margin: 0 10px 5px 15px;
  padding: 5px 0;
  text-align: center;
}
blockquote p {
  margin: 0;
  padding: 0 5px;
  text-align: center;
}
div#siteinfo {
  clear: right;
  margin-top: 35px;
  background: #CDFFAA;
  padding: 3px;
}
hr {
  display: none;
}
div#search p {
  font-weight: bold;
  font-size: 110%;
}
div#search input {
  margin-right: 5px;
}
/*** Colors ***************************************************/
body {
  background: #029340;
  /* REVA 15/02/07
   background: #029340 url(/images/bg.jpg) top center repeat-y;
   */
}
#content-main a:link, #content-main a:visited, #content-sub a:link, #content-sub a:visited {
  border-bottom: 1px dotted #029340;
  color: #029340;
}
#content a:hover, #content a:active, #content-sub a:hover, #content-sub a:active {
  border-bottom: 1px solid #82C425;
  color: #82C425;
}
div#container {
  background: #FFF;
}
h1 a {
  color: #C1E6FF;
}
h1 a:hover {
  color: #fff;
}
h2 {
  color: #82C425;
}
h3 {
  color: #029340;
}
div#nav a:hover {
  color: #FFF;
}
div#content-main {
  background: #FFF;
}
div#content-seealso {
  background: #CDFFAA;
  border: 1px solid #88D84F;
}
form {
  background: #029340;
}
div#content {
  background: #FFF;
}
blockquote {
  background: #CDFFAA;
}
div#siteinfo {
  background: #CDFFAA;
}
div#siteinfo a:link, div#siteinfo a:visited {
  color: #029340;
  border-bottom: 1px dotted #029340;
}
div#siteinfo a:hover, div#siteinfo a:active {
  color: #88D84F;
  border-bottom: 1px solid #88D84F;
}
h4 {
  color: #029340;
}
/*** Newsticker courtesy http://www.bartelme.at/journal/archive/accessible_javascript_newsticker/ *****/

.greentext {
color: #029340;
}

#newsticker {
/*	background: #ffffaf; */
	position: relative;
}
#newsticker ul {
/*	border: 1px solid #fcf498; */
    font: verdana, arial, sans-serif;
    list-style-type: none;
	min-height: 1.6em;
	padding: 0px 0px;
/*padding-right: 30px; */
}

* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker h5 {
  color: #029340;
}
#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	background: transparent url('/images/icon_closenewsticker.gif') no-repeat 0 0;
	overflow: hidden;
/*   	position: absolute; */
	position: relative;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}

* html #newsticker #togglenewsticker {
	right: 5px;
}


/*** Navigation courtesy css.maxdesign.com.au/listamatic ******************************/
div#nav {
  width: 100%;
  float: left;
  background-color: #029340; 
/*   background: #029340 url('images/navbar2.png') no-repeat right top; */
}

#nav ul li {
  display: inline;
}
#nav ul {
  margin: 0;
  padding: 0 0 0 7%;
  color: #FFF;
  letter-spacing: 0.05em;
  font-size: 110%;
}
#nav ul li a {
  padding: 0.6em;
  background-color: #029340;
  color: #FFF;
  text-decoration: none;
  float: left;
}
#nav ul li#current a:link, #nav ul li#current a:visited, #nav ul li a:hover {
  background-color: #CDFFAA;
  color: #000;
}
#nav ul li a:active {
  background-color: #88D84F;
}
#search p {
  color: #CDFFAA;
}

/*** Other ******************************/
a img {
  border: 0;
}
