/*img {
   behavior: url("iepngfix.htc");
}*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	background: #cdcdcd;
	margin: 0;
	padding: 0;
	}
	
* html body {
	background: url(backgrounds/business/throne/003.jpg) fixed;
	}
	
img {
	border: 0;
	}
	
img.thumb {
	border: 1px solid #fff;
	margin: 0px;
	}
	
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 20px;
	margin: 18px 0 0 0;
	float: left;
	}
	
h2 {
	font-size: 12px;
	}
	
h3 {
	font-size: 30px;
	line-height: 30px;
	}
	
a, a:visited {
	text-decoration: none;
	color: #fff;
	}

a:hover {
	color: #9cf;
	}

#column_1 {
	/*height: 100%;*/
	width: 100%;
	}

#column_1 td {
	vertical-align: middle;
	text-align: center;
	}
	
#column_1 img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	min-width: 1010px;
}

* html #column_1 img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	min-width: 1010px;
}

#column_2 img {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	min-width: 1010px;
}

* html #column_2 img {
	display:none;
}

#main_bar {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	height: 87px;
	width: 1010px;
	}
	
#main_bar_bg {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 87px;
	background: #000;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	}
	
* html #main_bar_bg {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	background: #333;
	}
	
#colour_strip {
	z-index: 3;
	position: absolute;
	top: 87px;
	left: 0px;
	width: 1010px;
	height: 7px;
	background: #cdcdcd url('images/colour_strip.gif') no-repeat left;
	margin: 0;
	padding: 0;
	line-height: 7px;
	font-size: 6px;
	}
	
#colour_strip_bg {
	z-index: 2;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 7px;
	background: #cdcdcd;
	overflow: hidden;
	}
	
#colour_strip_empty {
	z-index: 3;
	position: absolute;
	top: 87px;
	left: 0px;
	width: 350px;
	height: 7px;
	background: #e86028 url('images/colour_strip_empty.gif') no-repeat left;
	margin: 0;
	padding: 0;
	line-height: 7px;
	font-size: 6px;
	}
	
#colour_strip_living_bg {
	z-index: 2;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 7px;
	background: #e86028;
	overflow: hidden;
	}
	
#colour_strip_spiritual_bg {
	z-index: 2;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 7px;
	background: #3d9ecf;
	overflow: hidden;
	}
	
#colour_strip_community_bg {
	z-index: 2;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 7px;
	background: #9d9829;
	overflow: hidden;
	}
	
#colour_strip_health_bg {
	z-index: 2;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 7px;
	background: #d86af8;
	overflow: hidden;
	}
	
#colour_strip_education_bg {
	z-index: 2;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 7px;
	background: #ffc81b;
	overflow: hidden;
	}
	
#colour_strip_business_bg {
	z-index: 2;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	min-width: 1010px;
	height: 7px;
	background: #a89478;
	overflow: hidden;
	}
	
	
#logo {
	margin: 12px 0 0 18px;
	float: left;
	width: 182px;
	height: 40px;
	display: inline;
	}
	
/* ---- MAIN MENU ---- */
	
#main_menu {
	float: left;
	width: 150px;
	margin: 10px 0 0 0;
	}
	
#main_menu ul {
	list-style: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
	
#main_menu ul li {
	margin: 0 0 6px 0;
	}
	
li.selected {
	background: url(images/arrow.png) right no-repeat;
	}
	
* html li.selected {
	background: none;
	}
	
#main_menu a, #main_menu a:visited {
	text-decoration: none;
	color: #fff;
	}

#main_menu a:hover {
	color: #9cf;
	}
	
#main_menu a.active {
	color: #9cf;
	}
	
/* ---- HOME SUBMENU ---- */
	
#home_menu {
	float: left;
	margin: 0;
	height: 37px;
	width: 660px;
	padding: 0;
	}
	
#home_menu ul {
	margin-top: 10px;
	padding: 0;
	}
	
#home_menu li {
	list-style: none;
	text-transform: uppercase;
	line-height: 13px;
	margin: 0;
	padding: 0;
	display: inline block;
	float: left;
	width: 110px;
	text-align: center;
	font-size: 13px;
	}
	
/* ---- */
	
#home {
	}
	
#about_us {
	display: none;
	}
	
#contact {
	display: none;
	}
	
#contact p {
	font-size: 16px;
	line-height: 22px;
	}
	
#content_box {
	z-index: 2;
	position: absolute;
	top: 114px;
	left: 182px;
	width: 572px;
	background-image: url('images/main_content.png');
	padding: 0px 18px 18px 18px;
	font-family: 'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
	}
	
* html  #content_box {
	background: #333;
}
	
#content_box p {
	padding: 18px 0 0px 0;
	margin: 0;
	}
	
.leftc {
	float: left;
	}
	
.rightc {
	float: right;
	text-align: right;
	}

.credit {
	clear: both;
	}
	
#project_box {
	z-index: 2;
	position: absolute;
	top: 114px;
	left: 182px;
	width: 828px;
	background-image: url('images/main_content.png');
	padding: 0px 0px 18px 0px;
	font-family: 'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
	}
	
* html  #project_box {
	background: #333;
}
	
p.project {
	width: 182px;
	margin: 18px 0px 0px 20px;
	padding: 0 0px 0px 0;
	float: left;
	font-size: 18px;
	text-align: center;
	display: inline;
	}
	
#blog_box {
	z-index: 3;
	position: absolute;
	top: 114px;
	left: 182px;
	width: 572px;
	padding: 18px;
	font-family: 'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url('images/blog.png');
	}
	
* html #blog_box {
	background: #333;
	}

.single_post {
	clear: both;
	margin-bottom: 80px;
	}
	
img.fullimage {
	border: 1px solid #fff;
	}
	
img.leftimage {
	border: 1px solid #fff;
	float: left;
	margin: 0 20px 20px 0;
	}
	
img.rightimage {
	border: 1px solid #fff;
	float: right;
	margin: 0 0 20px 20px;
	}
	
.date {
	font-size: 24px;
	color: #9cf;
	font-style: normal;
	}
	
#contact a, #blog_box a {
	text-decoration: underline;
	}
	
/* ---- SECTOR SUBMENU ---- */
	
#sub_menu {
	float: left;
	margin: 56px 0 0 0;
	height: 37px;
	padding: 0;
	}
	
#sub_menu ul {
	margin: 0;
	padding: 0;
	}
	
#sub_menu li {
	list-style: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	display: inline block;
	float: left;
	width: 110px;
	text-align: center;
	}
	
#sub_menu a, #sub_menu a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	}

#sub_menu a:hover.living {
	z-index: 5;
	color: #e86028;
	width: 110px;
	padding-bottom: 160px;
	background: url(images/dliving.png) bottom no-repeat;
	}
	
#sub_menu a.aliving {
	color: #e86028;
	}

#sub_menu a:hover.spiritual {
	color: #3c9dce;
	width: 110px;
	display: block;
	padding-bottom: 160px;
	background: url(images/dspiritual.png) bottom no-repeat;
	}
	
#sub_menu a.aspiritual {
	color: #3c9dce;
	}

#sub_menu a:hover.community {
	color: #9d9829;
	width: 110px;
	display: block;
	padding-bottom: 160px;
	background: url(images/dcommunity.png) bottom no-repeat;
	}
	
#sub_menu a.acommunity {
	color: #9d9829;
	}
	
#sub_menu a:hover.business {
	color: #a89477;
	width: 110px;
	display: block;
	padding-bottom: 160px;
	background: url(images/dbusiness.png) bottom no-repeat;
	}
	
#sub_menu a.abusiness {
	color: #a89477;
	}
	
#sub_menu a:hover.education {
	color: #ffc81a;
	width: 110px;
	display: block;
	padding-bottom: 160px;
	background: url(images/deducation.png) bottom no-repeat;
	}
	
#sub_menu a.aeducation {
	color: #ffc81a;
	}
	
#sub_menu a:hover.health {
	color: #d86af8;
	width: 110px;
	display: block;
	padding-bottom: 160px;
	background: url(images/dhealth.png) bottom no-repeat;
	}
	
#sub_menu a.ahealth {
	color: #d86af8;
	}
	
/* ---- Thumbnails ---- */

#thumbnails {
	padding: 0px 0 0 0px;
	float: left;
	}
	
#thumbnails img {
	margin: 30px 10px 0 0px;
	float: left;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	}
	
#thumbnails img.active {
	border: 1px solid #000;
	}
	
/* ---- More Info ---- */

.more_info {
	float: right;
	width: 15px;
	height: 20px;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	}

#more {
	padding: 10px 0px 0 0px;
	clear: both;
	}	

#more p {
	font-size: 15px;
	line-height: 21px;
	padding: 0px 0 0 0;
	margin: 10px 0 0 0;
	}