.header{
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
}
.Centre{
	text-align:center;
}
.Right{
	text-align:right;
}
.Left{
	text-align:left;
}
.pad{
	margin-top:12px;
}
H1{
	color: #063e56;
	font-size:34px;
	margin-top:10px;
}
a{
	color: #063e56;
	text-decoration:underline;
	font-weight:bold;
}
.headImg{
	padding-top:380px;
}
.background{
	abackground-color:#ffffff;
}
input:not([type=checkbox]):not([type=radio]) {
	height:40px;
	width:100%;
	color:#ffffff;
	background-color: #063e56;
	border:2px solid #eeeeee;
	padding:0px 10px;
}
select{
	height:40px;
	background-color: #063e56;
	width:100%;	
	color:#ffffff;
	border:2px solid #eeeeee;
	padding:0px 10px;
}

.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
background: rgb(228,28,63);
background: linear-gradient(180deg, rgba(228,28,63,1) 0%, rgba(159,8,35,1) 69%);
	text-indent:0;
	border:none !important;
	-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
	display:inline-block;
	color:#ffffff !important;
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px !important;
	font-weight:bold;
	font-style:normal;
	height:46px !important;
	width:120px !important;
	text-decoration:none;
	text-align:center;
}
.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #415ca0;), color-stop(1, #415ca0;) );
	background:-moz-linear-gradient( center top, #415ca0; 5%, #415ca0; 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=' #415ca0;', endColorstr=' #415ca0;');
	background-color:#c04a01;
}.submit:active {
	position:relative;
	top:1px;
}

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 7px 25px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
background: rgb(228,28,63);
background: linear-gradient(180deg, rgba(228,28,63,1) 0%, rgba(159,8,35,1) 69%);
	color:#ffffff;
		-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
    zoom: 0;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(234,88,13);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(227,89,3);
}

@media (min-width: 600px) {

.headImg{
	padding-top:280px !important;
}
}