/****************************************************************************************************
- Styles in this sheet are used for customising the layout of the site.
  Site-specific elements (horizontal rules, ordered/unordered lists, etc.) are also included here. 
  Heavy customisation needs to be done here.
****************************************************************************************************/

#page_container {
	width: 782px;
	margin: 10px auto auto auto;
	text-align: left;
	z-index:150;
}

/*#main_nav {
	margin-top: 100px;
	height: 30px;
	_margin-top: 10px;
}
*/

#header {
	height: 238px;
}

#content_container {
	width: 778px;
	margin-top: 0px;
	_margin-top: -2px;
	background-color:#FFFFFF;
	border-left: #0cb073 1px solid;
	border-right: #0cb073 1px solid;
	
	
}

#content_container_top {
	height:13px;
	background-image:url(../im/container_top.jpg);
	background-repeat:no-repeat;
}

#content_container_bottom {
	height:13px;
	background-image:url(../im/container_bottom.jpg);
	background-repeat:no-repeat;
}


#content {
	width: 782px;
	_width: 776px;
}

#content .padding {
	padding: 6px;
}



#content .holder {
	background-color:#00ac6c;
	padding:10px;
	color:#FFFFFF;
	width:572px;
	_width:592px;
	font-size: 13px;
	line-height: 18px;
}

#content .bottom {
	background-image:url(../im/content_bottom.jpg);
	background-repeat:no-repeat;
	height:7px;
	width:592px;
}



#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	padding: 13px 25px;
	line-height: 18px;
	text-align:left;
	background-image:url(../im/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
    height: 117px;
}

#copyright {
	width: 782px;
	text-align: center;	
	margin: auto;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

.tab_white {
	background-image:url(../im/content_tab.jpg);
	background-repeat:no-repeat;
	padding:8px 10px 3px 10px;
	height:11px;
}

.tab_green {
	background-image:url(../im/tab_green.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.tab_green_content {
	background-color:#FFFFFF;
	border-left: #0cb073 1px solid;
	border-right: #0cb073 1px solid;
}

.tab_green_bottom {
	background-image:url(../im/tab_green_bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.img_logo { padding-right:10px;}

/* for sticky footer*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
	z-index:10;
}

.footer, .push {
    height: 107px;
}
