﻿/*

* 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
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


		html 
		{
		  min-height: 100%;
		}

/* #Basic Styles
================================================== */

		
		
	body {
	
		background:url('../images/background.png') no-repeat top center,
		-moz-linear-gradient(top,  rgb(225,241,255) 0%, rgb(167,215,255) 100%);
		
		background:url('../images/background.png')no-repeat top center,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(225,241,255)), color-stop(100%,rgb(167,215,255)));
		
		background:url('../images/background.png')no-repeat top center,
		-webkit-linear-gradient(top,  rgb(225,241,255) 0%,rgb(167,215,255) 100%);
		
		background:url('../images/background.png')no-repeat top center,
		-o-linear-gradient(top,  rgb(225,241,255) 0%,rgb(167,215,255) 100%);
		
		background:url('../images/background.png')no-repeat top center,
		-ms-linear-gradient(top,  rgb(225,241,255) 0%,rgb(167,215,255) 100%);
		
		background:url('../images/background.png')no-repeat top center,
		linear-gradient(to bottom,  rgb(225,241,255) 0%,rgb(167,215,255) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f1ff', endColorstr='#a7d7ff',GradientType=0 );

		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		
		background-attachment: fixed;
		

		

 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
        padding-left: 0.5em;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 18px; line-height: 24px; margin-bottom: 5px; color: #12529a;}
	h2 { font-size: 17px; line-height: 21px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 25px 0; max-width: 610px;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }




/* #Images
================================================== */
	
	img.scale-with-grid {
		max-width: 100%;
		height: auto;
	  margin-bottom: 10px;
	}
		


/* #Buttons
================================================== */

.button,
.button a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(99,177,241) 100%, rgba(46,158,244) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(99,177,241)), color-stop(100%,rgba(46,158,244))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(99,177,241) 100%,rgba(46,158,244) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(99,177,241) 100%,rgba(46,158,244) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(99,177,241) 100%,rgba(46,158,244) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(99,177,241) 100%,rgba(46,158,244) 100%); /* W3C */
    /*border: 1px solid #aaa;*/
    /*border-top: 1px solid #ccc;*/
    /*border-left: 1px solid #ccc;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    /*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
    cursor: pointer;
    /*margin-bottom: 20px;*/
    /*margin-left: 20px;*/
    line-height: normal;
    padding: 8px 10px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.top-six { margin-top: 6px !important;}
	
	
	
/* #Header
================================================== */
	
	#header {
		height: 100px;
		text-align: center;
	}
	
	#header2 {
		height: 50px;
		text-align: center;
		margin-top: 40px;
	}
	
	
	
/* #mainmenu
================================================== */

  .mainmenu{
		height: 40px;
		margin-bottom: 5px;
		border: 1px 0 1px 0;
		border-style: solid;
		border-color: #ababab;

		background: rgb(227,227,227); /* Old browsers */
		background: -moz-linear-gradient(top, rgb(227,227,227) 42%, rgb(206,205,205) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,rgb(227,227,227)), color-stop(100%,rgb(206,205,205))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgb(227,227,227) 42%,rgb(206,205,205) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgb(227,227,227) 42%,rgb(206,205,205) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgb(227,227,227) 42%,rgb(206,205,205) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgb(227,227,227) 42%,rgb(206,205,205) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cecdcd',GradientType=0 ); /* IE6-9 */
  }
 
  .mainmenu ul {
		font-weight: bold;
 		list-style-type: none; 
 		text-align: center; /* left align, center or right? */
 	} 
 
 .mainmenu ul li {
		display: inline-block;
		width: 90px;
		height: 40px;
		margin-left: 0px;
 	} 
 
 .mainmenu ul li a {
 		text-decoration: none;
		text-shadow: 0px 2px #eaeaea;
		text-shadow: 0px -1px #d5d5d5;
 		color: #313131; 
		line-height: 40px; /* This aligns the buttons vertically to fit the nav bar */
 	} 
 
 
	.mainmenu ul li a:hover {
		color: #0293d5;
 	}
	
  .mainmenu ul li a:active { 
  	color: #0293d5;
  } 

/* #imagebox
================================================== */
	
	#imagebox {
		margin-bottom: 5px;
		height:220px;
		background-color: #000;
	}
		
/* #Lists
================================================== */

.indented li {
    padding-left: 0.5em;
}


/* #sidemenu
================================================== */
			
	.features {
		height: 35px;
		width: 100%;
		background-color: #12529a;
		/*border-radius: 10px 10px 0px 0px;*/
		margin-bottom: 1px;
		line-height: 35px;
		color: #fff;
		font-size: 18px;
		text-indent: 10px;
	}

    .sidemenu {
        overflow: hidden;
    }

    .sidemenu .icon {
        display: none;
    }

	.sidemenu li{
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 1px;
		margin-left: 0px;
		color: #fff;
	}

	.sidemenu li a{	
		background: rgb(99,177,242);
		background: -moz-linear-gradient(top,  rgb(99,177,242) 0%, rgb(46,158,244) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(99,177,242)), color-stop(100%,rgb(46,158,244)));
		background: -webkit-linear-gradient(top,  rgb(99,177,242) 0%,rgb(46,158,244) 100%);
		background: -o-linear-gradient(top,  rgb(99,177,242) 0%,rgb(46,158,244) 100%);
		background: -ms-linear-gradient(top,  rgb(99,177,242) 0%,rgb(46,158,244) 100%);
		background: linear-gradient(to bottom,  rgb(99,177,242) 0%,rgb(46,158,244) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b1f2', endColorstr='#2e9ef4',GradientType=0 );
	
		list-style-type: none;
  	    text-decoration: none;
  	    text-indent: 10px;
  	    line-height: 35px; /* The original size is 40px, but reduced with 1 px */
  	    display: block;
  	    height: 35px; /* The original size is 40px, but reduced with 1 px */
  	    color: #fff;
	}
	
	.sidemenu li a:hover{
		background: rgb(124,190,244);
		background: -moz-linear-gradient(top,  rgb(124,190,244) 0%, rgb(71,168,247) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(124,190,244)), color-stop(100%,rgb(71,168,247)));
		background: -webkit-linear-gradient(top,  rgb(124,190,244) 0%,rgb(71,168,247) 100%);
		background: -o-linear-gradient(top,  rgb(124,190,244) 0%,rgb(71,168,247) 100%);
		background: -ms-linear-gradient(top,  rgb(124,190,244) 0%,rgb(71,168,247) 100%);
		background: linear-gradient(to bottom,  rgb(124,190,244) 0%,rgb(71,168,247) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbef4', endColorstr='#47a8f7',GradientType=0 );
		color: #fff;
	}

	#iframecontainer
	{
		padding-bottom: 15px;
		text-align: center;
	}




/* #media queries
================================================== */
	
@media screen and (min-width: 300px) and (max-width: 767px){
#imagebox {
 display:none !important;
}
#header2 {
 display:none !important;
}
p {
	margin-left: 10px;
	margin-right: 7px;
}
h1 {
	margin-left: 5px;
}
.mainmenu {
	height: 80px;
}
.sidemenu {
	text-align: center;
}
.demomenu {
    text-align: center;
}
.features {
	text-align: center;
}

}
