@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	color:#232323;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D3EEFF;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}


.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
img{
max-width: 100%;
}

/*------------------------------------------------topheader--------------------*/
#topheader{
	max-width:1204px;
	height:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	margin-top: 10%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #dcd66e;
	text-decoration: none;
	padding: 0px;
	float: none;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
		
.col1{
    width: 28%;
    padding: 130px 10px 0;
    margin-top: 50px;
    float: left;
	text-align: center;
	box-shadow: 0 0px 10px #000;
	border: 2px solid #127EE3;
	background: #fff;
	border-radius: 10px;
	height: 200px;
	margin-right: 30px;
	margin-left: 30px;
}
.col2{
    width: 28%;
    padding: 50px 0 0;
    margin-top: 50px;
    float: left;
	text-align: center;
	box-shadow: 0 0px 10px #000;
	border: 2px solid #127EE3;
	background: #fff;
	border-radius: 10px;
	height: 280px;
	margin-right: 30px;
	margin-left: 10px;

}

.col3{
    width: 28%;
    padding: 50px 0 0;
    margin-top: 50px;
    float: left;
	text-align: center;
	box-shadow: 0 0px 10px #000;
	border: 2px solid #127EE3;
	background: #fff;
	border-radius: 10px;
	height: 280px;

}

.arrow{

    margin-left: 10px;
    margin-bottom: -4px;
    width: 30px;
	}

h1{
text-transform: uppercase;
color: #06A6C3;
font-size: 18px;
text-decoration: none;
}
.col1 a, .col2 a, .col3 a{
text-decoration: none;

}
h1:hover{
text-transform: uppercase;
color: #000;
}

@media screen and (max-width: 580px) {
.col1{
    width: 90%;
    padding: 130px 0 0;
    margin-top: 50px;
    float: left;
	text-align: center;
	box-shadow: 0 0px 10px #000;
	border: 2px solid #127EE3;
	background: #fff;
	border-radius: 10px;
	height: 200px;
	margin-right: 0px;
	margin-left: 10px;
}
.col2{
    width: 90%;
    padding: 50px 0 0;
    margin-top: 50px;
    float: left;
	text-align: center;
	box-shadow: 0 0px 10px #000;
	border: 2px solid #127EE3;
	background: #fff;
	border-radius: 10px;
	height: 280px;
	margin-left: 10px;

}

.col3{
    width: 90%;
    padding: 50px 0 0;
    margin-top: 50px;
    float: left;
	text-align: center;
	box-shadow: 0 0px 10px #000;
	border: 2px solid #127EE3;
	background: #fff;
	border-radius: 10px;
	height: 280px;
	margin-left: 10px;

}

img{
max-width: 100%;
}
}
