/*
* 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, 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; }	
		
/* #Basic Styles
================================================== */
	body {
		background: #f7f5f6;
		font-size: 12px;
		/*line-height: 1.55em; */
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #18355a;	
		/*-webkit-font-smoothing: antialiased; */ /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {		
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold; color: #18355a; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 1.6em; line-height: 1.25em; margin-bottom: 1.2em; text-transform: uppercase; }
	h2 { font-size: 1.3em; line-height: 1.25em; margin-bottom: 0.45em; }
	h3 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 0.45em; }
	h4 { font-size: 1em; line-height: 1em; margin-bottom: 0.3em; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	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; }
*/


/* #Lists
================================================== */
	ul, ol { margin-top: 1.7em; margin-bottom: 1.9em; }	
	/*ul { list-style: none outside; }*/
	ol { list-style: decimal; }
	ol, ul, ul.square, ul.circle, ul.disc { margin-left: 0; }
	ul { list-style: disc outside; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, 
	ul ol,
	ol ol, 
	ol ul { margin: 4px 0 5px 1em; font-size: 90%;  }
	ul ul li, 
	ul ol li,
	ol ol li, 
	ol ul li { margin-bottom: 6px; }
	li { line-height: 1.3em; margin-bottom: 1.3em; font-size: 1.1em; }	

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }





.ErrorText,
.ErrorMessage,
.MessageError { background-color: Transparent; color: #FF0000; font-weight: bold; }
span.required { background-color: Transparent; color: #FF0000; font-weight: bold; }
.InputButton { vertical-align: top; position: relative; top: 0px; font-size: 1em; }

.width100 { width:100%; }
.width70 { width:70%; }
.width50 { width:50%; }
.floatleft { float:left; }
.floatright { float:right; }
.center { text-align:center; }
.clear { clear:both; }

/*--- Show/Hide panel trigger ---*/
h2.trigger { margin: 3px 0 5px 0; padding-left: 14px; font-size: 10px; font-weight: bold;
                             background: url(../../images/ArrowRight.gif) no-repeat 0px 2px; cursor: pointer; }
h2.active { background: url(../../images/ArrowDown.gif) no-repeat 0px 3px; }


/*--- Generic Form ---*/
.GenericForm { font-size: 0.95em; font-weight: bold; }
.GenericForm table { color: inherit; }

.GenericForm td { color: inherit; vertical-align:middle; }
.GenericForm td h1,
.GenericForm td h2,
.GenericForm td h3 { font-size: 1.1em; }
.GenericForm td p {	font-size: 1.05em; font-weight: normal; }

.GenericForm .textContainer label {	font-size: 0.95em; font-weight: bold; padding-right: 10px; }
.GenericForm .textContainer input {	vertical-align: middle; margin-bottom: 0.3em; border-collapse:collapse; 
                                   	border: 1px solid #7E9DB9; font-size: 1em; width: 60%; }
* html .GenericForm .textContainer input { height: 1.5em; }

.GenericForm .fileContainer label {	font-size: 0.95em; font-weight: bold; }
.GenericForm .fileContainer input {	vertical-align: middle; margin-bottom: 0.3em; border-collapse:collapse;
                                   	border: 1px solid #7E9DB9; font-size: 1em; width: 60%; }
* html .GenericForm .fileContainer input { height: 1.5em; }

.GenericForm .textareaContainer label {	font-size: 0.95em; font-weight: bold; }

.GenericForm .textareaContainer textarea { font-family: Arial, Helvetica, sans-serif; margin-bottom: 0.3em;
                                           border-collapse:collapse; border: 1px solid #7E9DB9; font-size: 104%; width: 60%; }

.GenericForm .checkboxContainer label { font-size: 0.95em; font-weight: bold; }
.GenericForm .checkboxContainer input {	}

.GenericForm .radioContainer { }
.GenericForm .radioContainer label { font-size: 0.95em; font-weight: bold; }
.GenericForm .radioContainer input { }

.GenericForm .selectContainer option { font-size: 0.95em; font-weight: bold; }
.GenericForm .selectContainer select { }

.InputButton { margin: 8px 0 10px 0; /* float:right; margin: 8px 12px 0 0; */}


/*--- Rss link ---*/
.rsslink { background: transparent url(../../images/rss.gif) no-repeat scroll 0 0;
           padding-left:18px; text-decoration:none; padding-bottom: 3px; }
.rsslink:visited { text-decoration: none; }
.rsslink:hover { text-decoration:underline;	}


