/*--- Main CSS here ---*/

body, html {margin:0; padding:0; border:0;} /* Re-sets IE to "zero" for these values */


body {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000000;
	background-image:  url(images/back1.jpg);
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top; 
	font:Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-family:Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;

}


hr {
 color: #16336E;
 background-color: #16336E;
 height: 2px;
 }
 


h1 { padding: 0px 0px 0px 0px; margin:10px 0px 10px 0px; color:#16336E; font-size:20px;}
h2 { padding: 0px 0px 0px 0px; margin:10px 0px 10px 0px; color:#16336E; font-size:18px;}
h3 { padding: 0px 0px 0px 0px; margin:10px 0px 10px 0px; color:#16336E; font-size:16px;}
h4 { padding: 0px 0px 0px 0px; margin:10px 0px 10px 0px; color:#16336E; font-size:14px;}

a {color:#00579F;text-decoration: none;}
a:visited {color:#00579F;text-decoration: none;}
a:hover {color:#00579F;text-decoration: none;}



div#wrapper {

background: transparent;
padding: 0px;
width: 980px;
max-width:1200px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border: 0px solid #000000;
}

div#header {
width: 100%;
height: 151px;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
text-align:left;
border: 0px solid #000000;
color: #093856;
}



div#header a {
	display: table-cell;
	color: black;
	text-decoration: none;
	text-align:left;
	vertical-align: right;
	font-weight:bold;
	border-bottom: 3px solid #000000;
}
div#header a:visited {
	color:black;
}
div#header a:hover {
	color:red;
}


 .navbar {
z-index:2000;
font-size:15px;
font-weight:bold;
}
   
div#fadeshow1{z-index:0;}
  
div#main {
padding: 10px 10px 10px 10px;
margin: 0px 0px 0px 0px;
min-height: 410px;
z-index:0;
color: #093856;
background-color: white;
background-image:  url(images/main-back.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:top;
text-align:left;
border: 0px solid #000000;
}

div#footer {
clear:both;

min-height: 80px;
padding: 10px;
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
text-align:center;
border: 0px solid #000000;
font-size: 12px;
color: #000000;
}

#phonehead {

	display: none;

}

@media (max-width: 800px) {

div {
  font-size: 20px;
  clear:both!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:10!important;
  text-decoration: none;
  }

div#wrapper {
  font-size: 20px;
  clear:both!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
  text-decoration: none;
  
}

div#header {
  font-size: 20px;
  clear:both!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
  text-decoration: none;
  
}

div#main {
  font-size: 20px;
  clear:both!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:10!important;
  text-decoration: none;
  
}

div#footer {
  font-size: 20px;
  clear:both!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
  text-decoration: none;
  
}


p, h1, h2 {
  
  margin:10px!important;
  
}


#header {

		display: none!important;

	}	

	
#phonehead {

		display: block;

	}
	
	
	img{
  max-width:100%;
  padding: 0px;
  height:auto;
}

#gallery img{ padding: 10px 0px!important;}

table{

overflow-x: auto!important;
display: block!important;
	}
	

}





