/*
* 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 */

.container {
    margin-top: 30px;
	margin-bottom: 30px;
	font-family: ‘Tenor+Sans’, Arial, serif; 
	font-weight: 400;
	-moz-box-shadow: 1px 1px 10px 2px #0d354e;
  -webkit-box-shadow: 1px 1px 10px 2px #0d354e;
  box-shadow:         1px 1px 10px 2px #0d354e;
}
.container h2, h3, h4, h5 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #377386;
}
table {
	margin:0 auto;
}
table th {
	text-align:left;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:120%;
	color:#377386;
}
table td {
	font-size:85%;
}
p, td {
	font-family: ‘Tenor+Sans’, Arial, serif; 
	font-size: 16px;
}
 
#nav {
    margin: 13px 0 0 0;
	text-align: right;
	padding-left: 20px;
	font-family: ‘Tenor+Sans’, Arial, serif; 
	font-weight: bolder;
}
 
#nav ul li {
    display: inline;
    margin: 0 20px 0 0;
    margin-bottom: 130px;
}
 
#nav a {
    text-decoration: none;
}
 
/*#nav a:hover {
    text-decoration: underline;
}*/

.nav ul li {
    display: inline;
    margin: 0 20px 0 0;
    margin-bottom: 130px;
	font-weight: bolder;
}
 
.nav a {
    text-decoration: none;
}
 
/*.nav a:hover {
    text-decoration: underline;
}*/



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

#welcome, #services, #statement {
    margin-bottom: 20px;
	padding: 12px 0 0 0;
}

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

.services img {
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
	/*opacity:0.2;
filter:alpha(opacity=20);  For IE8 and earlier */
}


#footer {
/*  margin-left: -20px;
	margin-right: 0px;*/
	text-align: right;
	font-family: ‘Tenor+Sans’, Arial, serif; 
	text-align:center;
	font-weight: bolder;
	/*border-top:thin #ccc solid;*/
	background-color:#B6D2E7;
}
 
#footer ul li {
    display: inline;
    margin: 0 20px 0 0;
    margin-bottom: 130px;
}
#footer ul {
	padding-left: 30px;
}
 
#footer a {
    text-decoration: none;
}
 
#footer a:hover {
    text-decoration: none;
}

#thumbwrap {
	/*margin:0px auto;*/
	/*width:252px; height:252px;*/
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	/*margin:3px;*/
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:37px; right:-50px; 
}

/*================================================== */

/* #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; }
*/
