/*
* 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	{border-style: solid; border-color: #eef; border-width: 1px;}

div#logo		{text-align:right; padding-bottom: 5px;	padding-top: 5px;}
	
img#logo	{width: 50%; min-width: 250px;}

div.navcont	{text-align: center; display: inline; margin-top: -50px; border-left: 1px; border-right: 1px; border-style: solid; border-color: #eeeeee;}

div.nav		{font-weight: bold; text-align: center; display: inline; padding-bottom: 20px; padding-left: 7px;  padding-right: 7px; color: #000099; margin-left: 0; margin-bottom: 0; margin-top: -30px;}

a.nav		{font-weight: 400; font-size: 1.2em;}

#carousel	{margin-bottom: 15px; margin-top: 15px; border: 1px; border-style: solid; border-style: solid; border-color: #eeeeee;}

#footer		{text-align:right; color: #aaaaaa; font-size: .75em; margin-top:20px;}

#ip			{text-align:left; color: #aaaaaa; font-size: .75em; margin-top:20px;}

#contacttxt	{text-align: left; padding: 5px; padding-left: 10px; border: 1px; border-style: solid; border-color: #eeeeee; /* Background thingy */ background-color: transparent; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6');-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6')";background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image: linear-gradient(top, #ffffff, #e6e6e6);-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;}

#contact	{text-align: center;}

#border		{margin-top: 10px;}

.leftlist	{float: left; margin-top: 15px; width: 280px;}

.rightlist	{margin-top: 15px; width: auto;}

#svc-left	{background: #ff0000;}

#svc-center	{background: #00ff00;}

#svc-right	{background: #0000ff;}

.video		{text-align: center; margin-top: 30px;}

.poslink  {text-align: center; margin-top: 15px;}

.posinfo  {text-align: center;}

/* #Font and such
================================================== */



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

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

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

	/* 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) {}

	/* Correcting IE Screwyness */


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