@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 980px) {

#slideshow{
	display:none !important;
}

#logo{
	width:90% !important;
	text-align:center !important;
	padding:0 0 0 5% !important;
}

#menu{
	display:none !important;	
}

#testimonials-bar{
	display:none !important;
}

#text{
	width:87% !important;
	padding:0 0 0 5% !important;
	text-align:justify !important;
}

#latest-news{
	display:none !important;
}

#gray-bar{
	display: none !important;
}

#blue-bar{
	display: none !important;
}

#small-logo{
	display:none !important;
}

#footer-r{
	width:auto !important;
	padding:40px 30px 0 0 !important;
}
}



body{
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	background-color:#cccccc;
	background-image:url(../images/backgorund.png);
}

#outer{
	height:auto;
	width:100%;
	position:relative;
	float:none;
	padding:0;
	margin:0 auto 0 auto;
	max-width:1349px;
}

#header{
	height:100%;
	width:100%;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	background-color:#fff;
}

#logo{
	height:auto;
	width:37%;
	position:relative;
	float:left;
	padding:40px 0 3.5% 20px;
	margin:0;
}

#slideshow {
    position:relative;
    height: auto;
	width: 58%;
	float:right;
}

#slideshow IMG {
	position:absolute;
	left: 0px;
	z-index: 8;
	opacity: 0.0;
	width: 100%;
	height:auto;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#testimonials-bar{
	height:auto;
	width:100%;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	background-color:#005572;
}

#content{
	height:auto;
	width:100%;
	position:relative;
	float:left;
	padding:40px 0 40px 0;
	margin:0;
	background-color:#fff;
}

#text{
	height:auto;
	width:60%;
	position:relative;
	float:left;
	padding:0 0 0 3%;
	margin:0;
}

#latest-news{
	height:auto;
	width:26%;
	position:relative;
	float:right;
	padding:20px 2% 20px 2%;
	margin:0;
	background-color:#017aa4;
}
	
#white-bar{
	height:auto;
	width:100%;
	position:relative;
	float:none;
	padding:0;
	margin:0 auto 0 auto;
	border-bottom:solid 1px #fff;
}

#gray-bar{
	height:auto;
	width:100%;
	position:relative;
	float:left;
	padding:20px 0 20px 0;
	margin:0;
	background-color:#dbdbdb;
}

#picture1{
	height:auto;
	width:30.5%;
	position:relative;
	float:left;
	padding:0 0 0 25px;
	margin:0;
}

#picture2{
	height:auto;
	width:30.5%;
	position:relative;
	float:left;
	padding:0 0 0 25px;
	margin:0;
}

#picture3{
	height:auto;
	width:30.5%;
	position:relative;
	float:left;
	padding:0 0 0 25px;
	margin:0;
}

#blue-bar{
	height:250px;
	width:100%;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	background-image:url(../images/background-image2.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#005572;
}

#quick-navi{
	height:auto;
	width:20%;
	position:relative;
	float:left;
	padding:20px 0 0 30px;
	margin:0;
}

#facebook{
	height:auto;
	width:auto;
	position:relative;
	float:right;
	padding:20px 20px 0 0;
	margin:0;
}

#footer{
	height:100px;
	width:100%;
	position:relative;
	float:left;
	padding:10px 0 10px 0 ;
	margin:0;
	background-color:#017ba4;
	max-width:1349px;
}

#footer-l{
	height:auto;
	width:40%;
	position:relative;
	float:left;
	padding:40px 0 0 30px;
	margin:0;
	background-color:#017ba4;
}
	
#footer-r{
	height:auto;
	width:20%;
	position:relative;
	float:right;
	padding:40px 0 0 0;
	margin:0;
	background-color:#017ba4;
}

#small-logo{
	height: auto;
	width: auto;
	position:relative;
	float:right;
	padding:10px 10px 0 0;
}


#line-break{
	border-bottom:dashed;
	border-color:#017ba4;
	width:100%;
	margin:3% 0 3% 0;
}

#portfolio{
	width:90%;
	height:auto;
	position:relative;
	float:left;
	padding:0 0 0 7%;
	margin:0;
}


