/*
---------------------------------------------------------------------------------
Home page styles
---------------------------------------------------------------------------------
*/

.welcome-box-top {
	background: url(/images/welcome_box_top.jpg) no-repeat top left;
	height: 13px;
}

.welcome-box-content {
	min-height: 354px;
	padding: 0 0 0 2%;
	background: url(/images/welcome_bg.jpg) no-repeat 100% 100%;
}

/*
.welcome-box-content {
	min-height: 344px;
	padding: 0 0 0 2%;
	position: relative;
}

.welcome-img {
	background: url(/images/welcome.jpg) no-repeat right bottom;
	bottom: -14px;
	position: relative;
	right: 7px;
}

.welcome-box-bottom {
	background: url(/images/welcome_box_bottom.jpg) no-repeat bottom left;
	height: 15px;
}
*/
.welcome-box {
	background: url(/images/welcome_box_content.jpg) repeat-y top left;
	margin: 0 9px;
}

.sections, .welcome-info {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sections li {
	float: left;
	width: 347px;
}

.sub-sections-heading {
	background: #6dbedf url(/images/welcome_list_top.jpg) no-repeat top left;
	color: #fff;
	font-size: 140%;
	margin: 0 0 1ex;
	padding: 0;
}

.sub-sections-heading span {
	background: url(/images/welcome_list_bottom.jpg) no-repeat bottom left;
	display:block;
	padding:6px 15px;
}

.welcome-box-content p {
	color: #1e2b33;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 2ex;
}

.section-heading {
	color: #35afd5;
	font-size: 200%;
	margin: 0;
}

.welcome-info li {
	background: url(/images/welcome_arrow.jpg) no-repeat 0 3px;
	border-bottom: 1px dotted #BFBAB5;
	margin-bottom: 10px;
}

.welcome-info li.last { border-bottom: none; }

.welcome-info li p {
	color: #1E2B33;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px 25px;
}

.welcome-txt {
	padding-left: 7px;
	width: 80%;
}

.send-blog {
	border-left: 2px solid #D5D0CC;
	margin-left: 10px;
	padding-left: 10px;
}

body .pics {
	color: #1e2b33;
	margin: 0;
	padding: 0 0 10px 0;
	border: 0;
}
body .pics img {
	display: none;
}

.top-stories {
	border-bottom: 2px solid #DEDEDE;
	padding-bottom: 10px;
}

.pics h1.section-heading {
	background: url(/images/icon_speech_bubble.gif) no-repeat 0 2px !important;
	color: #185190 !important;
	margin: 10px 0 !important;
	font-size: 140%;
	padding: 0 0 0 31px !important;
	text-align: left;
}


