@charset "UTF-8";
/* CSS Document */

#content.home{
	margin: 35px auto;
}

div.features{
	margin:0 auto 20px;
	width: 890px;
}

div.home_features{
	width: 200px;
	height: 150px;
	border: #e99a1f solid 1px;
	background-color:#d5dce9;
	float:left;
	margin: 10px;
}

div.home_features p{
	margin: 10px;
	color: #013355;
	text-transform: uppercase;
	font-weight: bold;
}

div.home_features a{
	color: #013355;
	text-decoration: none;
}

div.home_features img{
	border: none;
}

#home_images_wrapper{
	position:relative;
	margin: 20px auto;
	width:789px;
	height:295px;
	background-image:url(../images/home_images_bg.gif);
	background-repeat:repeat-y;
	background-position: top left;
/*	background:url(../images/home_images_bg.gif) repeat-y;*/
	overflow:hidden;
	z-index: 20;
}

#home_images_wrapper .home_images{
	position:relative;
	left:0;
	top:0;
	width:789px;
	height:295px;
	background:no-repeat top right;
	background-repeat:no-repeat;
	overflow:hidden;
}

#home_images_wrapper .home_images p{
	position:relative;
	margin:0;
	padding:40px;
	float:left;
	font-size:65px;
	font-variant:small-caps;
	color:#FFF;
	font-weight:bold;
}

#home_images_wrapper .hide{
	visibility:hidden;
	display:none;
}

.home_rounded_10{
	position:relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*behavior: url(scripts/border-radius-fix.htc);
	behavior: url(ie-css3.htc);*/
}

.home_shadow {
	position:relative;
	-moz-box-shadow: 0px 5px 7px #666;
	-webkit-box-shadow: 0px 5px 7px #666;
	box-shadow: 0px 5px 7px #666;
	behavior: url(ie-css3.htc);
}

#notice{
    width: 80%;
    margin: 1em auto;
    font-size: 1.5em;
    background: white;
    padding: 1em;
    border: #E99A1F solid 3px;
}
