/*/* Default style sheet for www.ecocarbon.org.au*/


/* Navigation Bar */

#sddm
{	margin-left: 175px;
	margin-top: 10px;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px Arial}

#sddm li a
{	display: block;
	margin: none;
	padding-left: 30px;
/*	width: 74px;
*/	background: none;
	color: #42201E;
	text-align: center;
	text-decoration: none;
	font: bold 11px Arial; }

#sddm li a:hover
{	background: none;
	color: #976701; }

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: none;
	border: 1px solid #666666; }

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #F7F7F7;
		color: #42201E;
		font: bold 11px Arial}

	#sddm div a:hover
	{	background: #F7F7F7;
		color: #976701; }




/* Layout
******************************/

html,
body {
			margin:0;
			padding:0;
			height:100%;
			text-align: center;
			background-color:#E3DFDC;

}

.oneColFixCtr #container {
			min-height:100%;
			position:relative;
			width: 780px;   
			margin: 0 auto;  
			text-align: left; 
			background-image: url(assets/lower_homepage_background.jpg);
			background-repeat: repeat-y;
}


#header {
			background:#ff0;
}

#body {
			padding:0px;
			padding-bottom:171px;	/* Height of the footer */
}

#body_sub {
			padding-top: 50px;
			padding-left: 250px;
			padding-right: 39px;
			padding-bottom:171px;	/* Height of the footer */
}

#body_sub img {
			float: left;
			margin: 1px 18px 0 -114px;
 			padding: 3px;
}

#footer {
			position:absolute;
			bottom:0;
			width:100%;
			height:171px;			/* Height of the footer */
			background-image: url(assets/sqiggle_background.gif);	}


#footer p {
			margin:0;
			padding:10px;
}

            
div.logo {
			margin-left: 29px;
			padding-top: 9px;
}


div.top {
			width: 780px;
			height: 67px;
			background: url(assets/top_gradient.jpg);
}

div.sub_top {
			width: 780px;
			height: 67px;
			background: url(assets/sub_top_image.jpg);
}

div.sub_lower {
			width: 780px;
			height: 85px;
			background: url(assets/sub_lower_image.jpg);
}

div.navbar {
			height: 32px;
			width: 780px;
			float: right;
			background-image: url(assets/navbar_background.jpg);
}

div.globe {
			height: 304px;
			width: 780px;
			float: left;
			background-image: url(assets/globe.jpg);
			margin-bottom: 120px;
}

div.homepage_text {
			margin-left: 32px;
			margin-top: 12px;
			font-weight: normal;
			width: 400px;
			height: 290px;
			float: left;
}

div.subpage_text {
			margin-left: 29px;
			margin-top: 20px;
			font-size: 12pt;
			font-weight: normal;
			width: 400px;
			float: left;
}

.legal {
			text-align: center;
			color: #D08B02;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			margin-top: 150px;
}

.heading1 {
			color: #42201E;
			font: 14px Arial, Helvetica, sans-serif;
			font-weight: bold;
			margin-top: 3px;
			text-align: left;
			letter-spacing: 0.05em;
}

.heading2 {
			color: #42201E;
			font: 16px Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: left;
			letter-spacing: 0.05em;
			padding-top: 59px;
			padding-left: 33px;
}

.heading3 {
			color: #42201E;
			font: 12px Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: left;
			letter-spacing: 0.05em;
}

.heading4 {
			color: #42201E;
			font: 12px Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: left;
			letter-spacing: 0.05em;
			background-image: url(assets/small_square.gif);
			background-repeat: no-repeat;
			padding-left: 12px;
}

.heading5 {
			color: #42201E;
			font: 11px Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: left;
			background-image: url(assets/small_square.gif);
			background-repeat: no-repeat;
			padding-left: 12px;
}

.italic {
			font-style: italic;
}

.bold {
			font-weight: bold;
}

a.link {
			font-size: 10px; 
			color: #42201E;
			line-height: 170%;
			word-spacing: .05em;
			border-bottom: dotted 1px #42201E;
			text-decoration: none;
}

a.link:hover {
			border-bottom: none;
}


a.smalllink {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #D08B02;
			line-height: 160%;
			border-bottom: dotted 1px #D08B02;
			text-decoration: none;
}

a.smalllink:hover {
			border-bottom: none;
}


p, td, ul	{ 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px; 
			color: #42201E;
			line-height: 170%;
			word-spacing: .05em;
}
  
ul {
			list-style:url(assets/right_arrow.gif) outside;
}

img {
 			border: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	border: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	border: 0px;
}

