/*
* 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%;
	vertical-align: baseline;
	font-family: inherit;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
body, ol, li {
		line-height: 24px; }
ol {
	list-style-image: none;
}
ul {
	list-style-image: none;
}
.internal-body ul, .blog-internal-body ul {
	margin-left: 16px;
}
.internal-body li, .blog-internal-body li {
	list-style-type: disc;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 16px;
	margin-left: 20px;
}
.internal-body ol li, .blog-internal-body ol li {
	list-style-type: decimal;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 16px;
	margin-left: 20px;
}

.BlogRecentPost li, .BlogTagList li, .blogpostcategories li, .BlogTagList li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:0px;
	line-height: 16px
}

.BlogRecentPost, .BlogTagList, .blogpostcategories, .BlogTagList {
	padding-bottom: 10px;
}


	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: #fff;
		font: 16px/20px 'Raleway', sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-weight: 400;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	color: #024083;
	font-weight: bold;
	font-weight: 600;
 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #024083;
	text-decoration: none;
	}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	font-weight: inherit;
	color: #024083;
	text-decoration: none;
	}
	h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: inherit;
	color: #024083;
	text-decoration: none;
	}
	h1 { 
    	font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
		margin-top: 0px;
		}
	h2 {
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 10px;
		}
	h3 { 
		font-size: 18px; 
		font-weight: 600;
		line-height: 22px;
		margin-top: 34px;
		margin-bottom: 18px;
		}
	h4 {
		font-size: 16px; 
		line-height: 20px;
		font-weight: 600;
		line-height: 16px;
		margin-top: 30px;
		margin-bottom: 10px;
		}
	h5 { font-size: 18px; line-height: 20px; }
	h6 { font-size: 16x; line-height: 18px; }
	.subheader { color: #777; }
	#first-heading {
		margin-top: 0px;
	}
	
	.follow-us-container h2 {
		margin-top: 16px;
}

	p {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	line-height: 24px;
}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong {
		font-weight: bold;
		font-weight: 600;
		}
	b {
		font-weight: bold;
		font-weight: 600;
	}
	strong {
		font-weight: bold;
		font-weight: 600;
	}
	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: #005699; text-decoration: none; outline: 0; font-weight: bold;
		font-weight: 600; }
	a:hover, a:focus { color: #005699; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

.button {
    background: #199ed9 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 22px;
    padding: 13px 37px 14px;
}

.button a {
	text-decoration: none;   
}

.button:hover, .button:focus {
	background-color: #156bae;
	color: #FFF!important;
	text-decoration: none!important;
}
.button:visited {
	color: #FFF!important;
	text-decoration: none!important;
}

.buttondark {
    background: #063f70 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 22px;
    padding: 13px 37px 14px;
}

.buttondark a {
	text-decoration: none;   
}

.buttondark:hover, .buttondark:focus {
	background-color: #156bae;
	color: #FFF!important;
	text-decoration: none!important;
}
.buttondark:visited {
	color: #FFF!important;
	text-decoration: none!important;
}

/* #Forms
================================================== */



/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
