/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/logo-intro.gif') 50% 50% no-repeat rgb(255,255,255);
}


h1.logo a{ 
    clear: both;
    display: block;   
    margin-top: 10px;
    height:100%;
	width: 100%;
	min-height: 135px;
    background: url(../images/logo.png) no-repeat;  
  	background-size: contain;
	background-position:top; /* IE fix */
	/* Nicolas Gallagher Image replacement technique */
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	    
 
}


.container {
    margin-top: 0px;
    min-width: 350px;
    font-family: sans-serif;
	border: 1px solid #888;

}

/* Navigation Styles
================================================== */
 
#nav {    
	width: 100%;
	margin: 0px;
   	position:relative;	
   	position:relative;	
	background-color: #767676;
	margin:0;
	overflow:visible;

}

.sf-menu{
	min-height:0px;
	width: 100%;
	padding:0;
	margin:0;
	position:relative;
	z-index:10;
		
}
.sf-menu ul{
	border: 1px solid gray;
	box-sizing: border-box;
	position:absolute;
	top:-999em;
	min-width:130px;
	left:0;
	display:none;
	padding:0px 0;
	margin:0;
	background-color:#767676;
	
	
}

.sf-menu > li{
	position:relative;
	min-width: 130px;
	margin:0;
	float:left;
	background-color:#767676;
	text-align: center;
}
	.sf-menu > li:first-child {background:none;}
.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10px;
	padding:14px 14px 14px 14px;
	text-transform: capitalize;
	color:#e5e5e5;
	text-transform:uppercase;
}

	.sf-menu > li.current > a, .sf-menu > li > a:hover, .sf-menu > li.sfHover > a {
		text-decoration:none;
		background-color: #575757;
	}


.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:38px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	overflow:hidden;
	padding:0 5px 0 15px;
	font-size:12px;
	line-height:20px;
	color:#aaa;
	text-transform:uppercase;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#fff;
}

.sf-menu li li{
	float:none;
	position:relative;
	margin:0;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:133px;top:0px;}

/* ============== navigation end===================== */


#header-img{	

   	position:absolute;
	display: block;
	right: 0;
    margin: 0px; 
	padding: 20px 10px 0px 0px;
	margin-left: -10px;
	width: 150px;
	height: 50px;
    text-align: right;   
	box-sizing: border-box;
	vertical-align: middle;
}

#headerImage img {        
    margin-bottom: 50px;
    margin-left: 0px;
    max-width: 100%;
    padding: 0px;
    height: auto;    
}


#nav-left{    
    height: 100%;

    clear: both;
    float: left;
    padding: 0px 0 10% 0;    
    margin: 1px;
    vertical-align: bottom;
    overflow: visible;
    margin-top: 5px;
	background-color: #575757;
	opacity: 0.7;
	box-sizing: border-box;
	border: 1px solid #888;
}
#nav-left h4{
	text-align: center	;
	margin-bottom: 1em;
	
	width: 100%;
	border: 1px solid #444;   
	background-color: #444;
	box-sizing: border-box;
	box-shadow: 1;
	color:#e5e5e5;
	text-transform: uppercase;
}
#nav-left ul li{
    
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;    
 
}


#nav-left a{    
    text-decoration: none;
    font-family: sans-serif;
    font-size: small;
    font-weight: bold;
       	color:#e5e5e5;	
	
}

#nav-left a:hover{    
    text-decoration: none;
    font-family: sans-serif;
    font-size: small;
    font-weight: bold;
    color: #0e5af2;
    
}

#slideshow{        
	margin: 0px; 
	padding: 0px;
    overflow:hidden;
	width: 100%;
	height: auto;	
}

#welcome {
    display: block;
    margin-bottom: 10px;
    
}

#welcome h2{
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    color: #777;
    
}
#welcome h2 span{
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
    color: black;
    font-weight: bold;
}

#content{
    padding: 0px;
    display: block;    
}
#content h2{
 padding: 0px 10px 0px 10px;    
    font-family: "Arial";
}
#content p{
    padding: 10px 15px 0px 15px;    
    font-family: "Arial";
    font-size: small;
    line-height: 20px;
    text-align: justify;
}

#list-services li{
    font-family: "Arial";
    font-size: 9pt;
    font-weight: bold;
    color: #333333;
    list-style:disc;
    margin-left: 50px;
    line-height: 15px;
    
}

.feature img {
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}


#footer{  	
	background-color:#575757;       
    padding: 0px;    
    margin: 0px;
	margin-top: 10px;
    text-align: center;  
	width: 100%;
	height: auto;	
    border-bottom:1px solid gray;
}


#footer p{ 
    display: block;
	width: 100%;
	padding-top: 20px; 
    padding-right: 10px;
    text-transform: capitalize;
	color:#e5e5e5;
	text-transform:uppercase;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;   
	vertical-align: middle;
	position: relative;
}

#footer a{  
	color:#e5e5e5;
	text-transform: lowercase;
	text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold; 
	position: relative;

}

#address dl, dd{    
    font-size: small;
    color: #333333;    
    text-decoration: none;
	padding: 5px;
}

#address dt, span{
    font-weight: bold; 
	padding: 5px;
}

#address a {
    text-decoration: none;  
	padding: 5px;
}

        

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/