/*Style sheet for Cedar Solutions website*/
/* By Adalante Consulting - ph ++61 7 54979 661 */
/* email info@adalante.com.au */
body {
	background-color: #120603;
	background-repeat: repeat; 
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 1em; 
 	font-weight: normal; 
	}
h1 { 
	margin: 15px 15px 15px 15px; 
	font-weight: normal; 
	font-size: 1.4em ; 
	color: #007831; 
	background-color: transparent; 
	text-align: left; 
	}
h2 {
    margin-top: 5px;
	margin-left: 25px;	
    margin-right: 20px;
    font-family: inherit;
	font-weight: normal;
    font-style: normal;
	font-size: 1.2em;
	color: #976C27;
	background-color: transparent;
	text-align: left;
	}
h3 {
	margin-left:25px; 	
    font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;;
	color: #880200;
	background-color: transparent;
	text-align: left;
	}	
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:25px;
	font-family: inherit;
	font-weight: bold;
    font-size: 0.9em;
	color: #496C4C;
	background-color:inherit;
	text-align: left;
	}	
h5 {
    margin-left: 25px;	
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;	
    font-family: inherit;
	font-weight: bold;
    font-style: normal;
	font-size: 1em;
	color: #880200;
	background-color: #EFD9D7;
	text-align: left;
	}
#wrapper {
	position: relative;
	text-align: left;
	width: 750px; 
	margin-right: auto; 
	margin-left: auto; 
	color: #000000;
	background-color: #175236;
	/*border: solid 3px #143927;*/ 
	}
#top {
	position: relative;
	margin-right: auto; 
	margin-left: auto; 
	height: 130px; 
	width: 750px; 
	background-color: #C4762D;
	background-image: url(../images/cs_banner.jpg)
	
}
#leftcol {
	position:relative;
	font-family: verndana, arial, sans-serif;
	width:160px; 
	float:left;
	margin:0; 
	font-size:13px;
	font-weight:bold;
	 
}
#navigation { 
	position: absolute; 
	left: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal; 
	font-size: 12px;
    width: 160px; 
	color:#FFFFFF;
	background-color:transparent; 
	display: block;
}
#navigation p{
    /*padding:5px;*/
    font-family: inherit;
	font-weight: normal;
	font-size: 10px;
    text-align:center;
    color:#FFFFFF;
    }
#navigation ul {
	list-style: none;
    margin: 0;
	padding: 0;
	}
#navigation li {
    font-family: inherit;
    font-size: 12px;	
    font-weight: normal;
	vertical-align: top; /*Removes unwanted margin in IE*/ 
	border-bottom:groove 2px #003300;
	
}
#navigation strong {
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	color: #CC6600; 
	text-decoration: none;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom:7px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/leftcol_bg.jpg);
	
}
#navigation a:hover {
    background-color: #20744E;
	color: #D68752;
    display: block;
	background-image:url(../images/leftcol_bg_hover.jpg); 
}
#content {
    top: 0px;
	color: #000000;
	background-color: #ffffff; 
	width: 587px; 
	margin-left: 160px;
	border-left: solid 3px #143927; 
}
#content em {
	font-family: inherit;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
    color: #356431;
    background-color: inherit;
	text-decoration: none;
}
#content strong {
	font-family: inherit;
	font-weight: bold;
	font-size: 1em;
	color: #795b00;
	background-color:inherit;
	text-decoration: none;
}	
#content p {
	margin-left: 2em;
	margin-right: 2em;
	font-family: inherit;
	font-weight: normal;
	font-size: .8em;
	text-align: left;
	line-height: 1.5em;
}
#content hr {
	margin-left: 25px;
	margin-right: 25px;
}
#content ul {
    list-style-type: disc; 
	padding: 0px;
	margin-left: 40px;
	font-family: inherit;
    font-size: .8em;	
    font-weight: normal;
	color:#496C4C;
}
#content li {
    
	font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal; 
	color:#000000;
    /*margin-right: 1em;*/
}
#map {
	position: relative;
	margin: 25px;
	font-size:12px;
}	
input.txt {
  	color: #000000;
  	background-color: #FFFFFF;
  	border: 1px inset #000000;
  	width: 250px;
}
/*input.btn {
    color: #00802B;
    background-color:#d7d7d7;
}*/
form  {
  	clear: left;
  	margin: 0;
  	padding-top: 5px;
}
form label {
  	float: left;
  	text-align: right;
	padding-right: 5px;
	width: 35%;
  	font-family: inherit; 
	font-weight: bold;
	font-size: 13px;
    color: #496C4C;
    background-color: inherit;
}
fieldset {
	/*float: left;
	clear: left;*/
	width: 475px;
	margin-left: 25px;
	padding: 0;
	border: none;
	background-color: transparent;
}

/*legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}*/

fieldset ul
{
	/*padding: 1em 1em 0 1em;*/
	list-style: none;
}

fieldset li
{
	/*padding-left: .5em;*/
	margin-left: 0px;
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
	display: inline;
}

label
{
	float: left;
	text-align:right;
	width: 10em;
	/*margin-right: 1em;*/
	display: inline;
	
}

input.text {
	width: 250px;
}
input.btn {
	width: 75px;
	margin-left:200px;
}
input.btn1 {
	width: 75px;
	/*margin-left:5px;*/
}
input.txt {
        background-color: #FFFFFF;
        border: 1px inset #00A000;
        width: 250px;
}
form p {
	clear: left;
  	margin: 0;
  	padding: 0;
  	padding-top: 5px;
}
form p label {
	float: left;
	text-align:left;
  	width: 55%;
  	font-weight: bold;
	font-size: 0.9em;
}


#footer {
	position:relative;
	height: 90px; 
	width: 750px; 
	margin-right: auto; 
	margin-left: auto; 
    color: #fff;
    background-color: #C4762D; 	
    background-image: url(../images/cs_footer.jpg); 
	text-align: center;
	font-size:11px;
}
#footer p {
	text-align: center;
	background-color: transparent ;
	color: #fff;
}
#footer a {
	text-align: center;
	color: #FFFFFF;
	background-color: transparent ;
	text-decoration:none;
	}
#footer a:hover {
	color: #C3EEDC;
	background-color: transparent ;
}	
.il {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	border: solid #E1CBA3 1px;
}
.ir {
	float: right;
	margin-left: 10px;
	margin-right: 25px;
	border: solid #E1CBA3 1px;
}
.in {
	margin-top: 20px;
	margin-left: 25px;
	}
.in2 {
	margin-top: 5px;
	margin-left: 25px;
	}
.center {
	text-align: center;
}
.green_border{
	border: solid 2px #175236;
}	
.special {
	width:5px;
	visibility:hidden;
}
#content a {
	border: none;
}
.light_green_bold {
	text-align: center;
	color: #72C434;
	font-weight: bold;
	font-size: 1.2em;
}
.red_bold {
	text-align: center;
	color: #E41A28;
	font-weight: bold;
	font-size: 1.1em;
}
.border_right_red {
	border-right: #E41A28 2px dotted;
	}
.border_bottom_red {
	border-bottom: #E41A28 2px dotted;
	}	
.border_right_and_bottom_red{
	border-right: #E41A28 2px dotted;
	border-bottom: #E41A28 2px dotted;
}	