@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	width: 100%;
	height: 100%;	
       	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #fff;
  background-image: url("images/background.jpg");
  background-repeat: repeat;


	   
}

body {
  margin: 0px;
  width: 100%;
  height: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
   	outline: none;
   	text-decoration: none;
   	color: #ffffff;
}

a.nav:link {		
		color:#fff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;
		} /* unvisited link */
		
		
a.nav:visited {		
		color:#fff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;} /* visited link */
		
a.nav:hover {color:#aaa;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;}  /* mouse over link */
		
a.nav:active {		
		color:#aaa;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;		
		cursor:pointer;}  /* selected link */
		
		
a.port {color:#f00;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;}  /* mouse over link */
		
div.folio
		{height: 0px; 
		overflow: hidden; }

div.folioup
		{height: 390px;
		overflow: visible; }
		
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	}
	
h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#dddddd;
	margin: 10px;
	}
	
p {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#cccccc;
	}
	
#navdiv {
	display: block;
	width: 100%;
	height: 44px;
	float: none;
	background-color: #5202d2;
	clear: both;
			}
			
#navdivmobi {
	display: none;
	width: 0%;
	height: 0px;
	float: none;
	background-color: #5202d2;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #fff;
}
#expandomenu {
	display: none;
	height: auto;
	width: 100%;
	background-color: #5202d2;
}

.serviceslisting {
		float: left;
		width: 33%;
		text-align: center;
	}

	
@media screen and (max-width: 910px){
	#expandomenu {
	display: block;
	height: auto;
	width: 100%;
	background-color: #5202d2;
	}
	
	#navdiv {
	display: none;
	width: 0%;
	height: 0px;
	float: none;	
	overflow: hidden;
	clear: both;
	border-top: 1px solid #fff;
		}
		
	#navdivmobi {
	display: block;
	width: 100%;
	height: 44px;
	float: none;	
	clear: both;
	border-top: 1px solid #fff;
	}
	
	a.nav:link {		
		color:#fff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;
		border-top: 1px solid #fff;
		}
		
	.serviceslisting {
		clear: both;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	
}