@charset "UTF-8";
/* CSS Document */

/* call to action buttons ----------------------------------------------------------- */
ul.cta{
	margin: 0 auto 30px auto;
	width: 524px;
	height: 42px;
	}
	
ul.cta li{
	display: inline;
	}
	
ul.cta li a{
	display: block;
	width: 259px;
	height: 42px;
	float: left;
	text-indent: -9999px;
	}
	
ul.cta li a.schedule{
	margin-right: 6px;
	background: url(../images/button-schedule-03.gif) no-repeat;
	}
	
ul.cta li a.schedule:hover{background-position: 0 -42px;}
ul.cta li a.chat{background: url(../images/button-chat-live.gif) no-repeat;}
ul.cta li a.chat:hover{background-position: 0 -42px;}

/* attention box -------------------------------------------------------------------- */
.attention-box{
	border: 1px solid #8D9E3E;
	padding: 20px;
	margin-bottom: 20px;
	}
	
.attention-box .heading{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #8D9E3E;
	margin-bottom: 25px;
	color: #899735;
	}
	
.attention-box ul{}
.attention-box ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 4px;
	font-family: arial;
	font-size: 14px;
	color: #263E6F;
	}
	
/* end ------------------------------------------------------------------------------ */
