body
{
	background-color: #898989;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table, tr, table td
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.margin-auto
{
	margin: auto;
}

.outside
{
	width: 1040px;
	background-image: url('img/shadow.jpg');
	background-repeat: repeat-y;
	
}

.main
{
	width: 1000px;
	background-color: #ffffff;
/* 	height: 1300px; */
	vertical-align: top;
}

.footer
{
	width: 1040px;
	height: 98px;
	background-image: url('img/footer-back.jpg');'
}

.header
{
	background-image: url('img/logo.jpg');
	width: 1000px;
	height: 254px;
}

.menu
{
	background-image: url('img/menu-back.jpg');
	background-repeat: repeat-x;
	height: 66px;
}

.footer-padding
{
/* 	padding-left: 40px; */
/* 	padding-right: 120px; */
/* 	font-weight: bold; */
	font-family: Arial;
	color: #ffffff;
	padding-top: 12px;
	
}

.footer-table
{
	width: 100%;
}

.footer-table td
{
	text-align: center;
}

.footer-padding a
{
	color: #ffffff;
	text-decoration: none;
}

.header-menu
{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

.phone
{
	color: #004179;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial;
	float: right;
	padding-top: 136px;
	clear: both;
	padding-right: 20px;
}

.phone a
{
	text-decoration: none;
}

.header-menu a
{
	color: #004179;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

.home_body
{
	width:607px;
	color: #004179;
	padding-left: 78px;
	padding-right: 34px;
	  font-size: 17px;
	font-family: Quicksand;
	vertical-align: top;
}

.blue_box
{
	width: 281px;
	background-color: #00133e;
}

.header-menu a:hover
{
}

.sf-menu
{
	margin-left: 55px !important;
	margin-bottom: 0px !important;
}

.sf-menu li
{
	background: none !important;
}

.sf-menu li a
{
	font-family: Arial;
	font-size: 20px;
	color: #ffffff !important;
	border: 0px !important;
	padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}


.body-img
{
padding: 5px;
border: 1px solid #d9d7d4;
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
float: left;
margin-right: 20px;
marbing-bottom: 20px;
}

.home_body
{
	text-align: justify;
}

.blue_box
{
	vertical-align: top;
	color: white;
	padding: 10px;
	font-family: Arial;
	font-size: 16px;
}

.img-border
{
	border: solid 3px #ffffff;
	margin-right: 10px;
}

.green
{
	color: #6af8af;
	  width: 160px;
}



@media only screen and (max-width : 980px)
{
	.outside
	{
		background: none;
		width: 960px !important;
		padding: 0px;
	}
	
	.sf-menu 
	{
		float: left;
		margin-bottom: 1em;
		margin-left: 0px !important; 
	}
	
	
	.sf-menu li a
	 {
font-family: Arial;
font-size: 30px;
color: #FFFFFD !important;
border: 0px !important;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px; 
	}
	
	
	
	.menu
	{
/* 		display: none; */
	}
	
	.footer
	{
		width: 960px !important;
		height: 98px;
		background-image: url('img/footer-back-mobile.jpg');'
		
	}
	
	.footer-padding
	{
/* 		padding-left: 9px; */
		font-size: 15px !important;
	}
	
	.header-menu a
	{
		font-size: 22px;
	}
	
	.header, .main
	{
		width: 960px !important;
	}
	
	.header-img
	{
		width: 960px;
		margin-top: -11px;
	}
	
	.home_body
	{
		width: 350px;
		font-size: 25px;
	}
	
	.blue_box
	{
		width: 100px;
	}
	
	.green
	{
		width: 112px;
	}
}

