/**
 * home template css
 * ---------------------------------
 * Styles Specific for home page
 * 
 * @author Tim Cooper <tim@ifactory.com.au>
 * @version 1.0.0
 * @copyright (C) 2006-2008 iFactory Pty Ltd
 * @license all rights reserved
 *
 */

/* :::. STRUCTURE .::: */

div#con_left-wrapper {
	/* float, width and margin already set in content.css.php! */
	width: 233px;
	margin-left: 0%;
}

p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
}

#con_left {
		/* Set styles like padding and borders here */                           
		min-height: 279px;
		height: auto !important;
		/height: 279px;
		background: url(../images/con_left_bg.jpg) repeat-y left top;
		padding-top: 9px;
}

#content-wrapper {
	background: url(../images/content_bg.png) no-repeat right top;	
	min-height: 311px !important;
	height: auto !important;
	/height: 311px;
	margin-top: 0px;						
}
	#content_bg_wrap {
		float: left;
		width: 336px !important;
		/width: 296px;
		padding-top: 9px;
		margin-left: 18px;
		display: none;						
	}
		#content_bg_top {
			width: 336px;
			height: 8px;
			background:  url(../images/content_bg_top.png) no-repeat left top;
			overflow: hidden;			
		}
		
		#content {
			padding: 9px 15px 0px 25px !important;
			/padding: 10px 15px 0px 25px;
			margin-top: 0px !important;
			margin-top: -6px;	
			margin-left: 0px;
			background:  url(../images/content_bgy.png) repeat-y left top;	
			max-height: 257px;
			overflow: hidden;				
		}
		#content_bg_bottom {
			width: 336px;
			height: 6px;	
			background: url(../images/content_bg_bottom.png) no-repeat left bottom;
			line-height: 0px;							
		}
		
#content h1.contentheading {
	background:  transparent url(../images/h1_bg.png) no-repeat left top;
	padding-left: 33px;
	height: 27px;
	font-family: tahoma, sans-serif, arial, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #00673f;
}

 div#con_left-wrapper {
 	margin: 0px 0px 0px 0px !important;
 }
 
#con_left {
	height: 308px !important;
	overflow: hidden;
}