/* STYLE SHEET FOR HOME PAGE ONLY */

#content_home {
	width: 1020px;
	background: #FFFFFF;
	min-height: 900px;
}

#content_demo {
	width: 1020px;
	background: #FFFFFF;
	min-height: 950px;
}

#headerImage_home {
	display: block;
	width: 1020px;
	height: 250px;
	background:#dcddde;
    margin-top: 28px;
	margin-bottom: 40px;
}

#textArea_home {
	float: left;
	width: 550px;
	padding: 40px 20px 10px 55px;
	margin-top: -45px;
}

#textArea_demo {
	float: left;
	width: 550px;
	padding: 70px 20px 10px 55px;
}

#boxArea {
	float: right;
    margin-top: -40px;
	width: 300px;
	padding: 40px 55px 10px 20px;
}

#boxArea ul h2 {
	font-size: 24px;
	text-transform: none;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px 10px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #e7b721;
	color: #000;
}

#boxArea ul {
	display: block;
	min-height: 150px;
	background: #f3f4f4;
	padding: 10px 5px 10px 5px;
}

#boxArea li {
	margin-top: 5px;
	list-style-type: none;
	display: block;
	padding-left: 20px;
}

#boxArea ul li a {
	display: block;
 	text-align: left;
 	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	line-height: 15px;
 }

#boxArea br {
	line-height: 10px;
}
 		
#boxArea ul li a:hover {
	color: #000000;
}

#boxArea .callout_home a {
       font: normal 46px Arial, Helvetica, sans-serif;
       color: #17bae3;
       text-decoration: none;
}
