@charset "utf-8";

#cycler{position:relative;}
#cycler img{position:absolute;z-index:1}
#cycler img.active{z-index:3}


a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}


.background	{
	background-color: #CCC;
	background-image: -moz-linear-gradient(top, #CCC, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(#fff));
    background-image: -webkit-linear-gradient(top, #CCC, #fff);
    background-image: -o-linear-gradient(top, #CCC, #fff);
    background-image: linear-gradient(to bottom, #CCC, #fff);
	
}

#menu-bar	{
	padding-top:10px;
}

#content-inner	{
	background-color:#fff;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-height: 600px;
	height: auto !important;
	height: 600px;


}

.headings	{
	font-family: 'Nunito', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#0058a4;

}

.body-copy	{
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#666;

}

.table	{
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#666;

}

.table-dark	{
	color:#FFF;
	background:#0058a4;
}

#footer	{
	border-top:#999 solid 2px;
	text-align:center;
	color:#666;
	padding-top:10px;
	padding-bottom:10px;	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.notice	{
	background:#cee0f1;
	padding:10px;	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}



