﻿/* ConnectEast style sheet - home.css */

div#main
{
	padding-bottom: 17px;
}
div#main .bottom
{
	height: 17px;
	background: url(../images/bg-right-middle.png) no-repeat 0 100%;	
}

/* Promo banner */
.banner
{
	background: #739bdd url(../Uploads/Images/PromoBanners/home-building.jpg) no-repeat;
	height: 238px;
	position: relative 
}
.banner a
{
	display: block;
	outline: none;
	position: absolute;
	top: 130px;
	right: 20px;	
}
* html .banner
{
	position: relative;
	top: 0;
	left: -3px
}
* html div#main .bottom
{
	position: relative;
	top: 0;
	left: -3px
}

/* Content blocks */
div.contentblock
{
	position: absolute;
	width: 31%;
	height: 224px;
	margin: 14px 0 0 7px;
	padding-left: 8px;
	background: url(../images/bg-box.png) no-repeat 0 0;
}

div.contentblock .content
{
	border-top: solid 1px #ececec;
	border-right: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	padding: 10px 10px 0 10px;
	height: 212px;
}

/* Titles */
h2.title-welcomeToConnectEast
{
	background: url(../images/title-welcomeToConnectEast.png) no-repeat 0 0;
	text-indent: -999999px;
	display: block;
	width: 100%;
	height: 23px;
	border-bottom: solid 1px #cae4a7;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
h2.title-latestNews
{
	background: url(../images/title-latestNews.png) no-repeat 0 0;
	text-indent: -999999px;
	display: block;
	width: 100%;
	height: 23px;
	border-bottom: solid 1px #cae4a7;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
h2.title-faq
{
	background: url(../images/title-faq.png) no-repeat 0 0;
	text-indent: -999999px;
	display: block;
	width: 100%;
	height: 23px;
	border-bottom: solid 1px #cae4a7;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
* html div.contentblock h2
{
	padding: 0	
}

/* Latest News */
#lower #latestnews .news_item
{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#lower #latestnews .news_item_seperator
{
	height: 5px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #cae4a7;
}
#lower #latestnews .news_item h4
{
	text-indent: 26px;
	font-size: 0.95em;
	background: url(../images/icon-bubble.png) 0 50% no-repeat;
}
#lower #latestnews .news_item b
{
	display: block;
}
#lower #latestnews .news_item h4 a
{
	color: #24511a;
	font-weight: bold;
	text-decoration: none;
}

/* FAQs */
.faq-question
{
	font-weight: bold;	
}
.faq-seperator
{
	height: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #cae4a7;
}