/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* https://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, 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; }
	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; }

	code {
		padding: 3px 6px;
		font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
		background: #fafafa;
		border: 1px solid #dedede;
		color: #6f9c00;
	}

/* #Basic Styles
================================================== */
	body {
	background: #fdfdfd;
	color: #222;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	line-height: 22px;
 }
 
 .one_fourth{
	font-size:15px;
	line-height: 20px;
}

body p{ padding-bottom:10px; font-family: 'Lora', serif;}

/* Basic Alginment
================================================== */
.columns img, .column img{max-width: 100%; height: auto;}
/*.content img{border: 1px solid #dfdfdf; margin-bottom: 15px;}*/

.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}

img, object, video {max-width: 100%; height: auto;display:block;}
img {width: auto;max-width: 100%; border: 0;-ms-interpolation-mode: bicubic;}

/* Flexible Embeds */
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.spacer {margin-top: 20px;}

/* #Typography
================================================== */
	h1, h2 {
	font-family: 'Lora', serif;
	font-weight: 300;
	
}
#pagecontent{font-family: "Open sans", Arial, sans-serif; padding-left:10px;
}

h5, h6 {
	color: #003767;
	font-family: "Open sans", Arial, sans-serif;
	font-weight: normal;
}

h3 {
	color: #003768;
	font-family: "Open sans", Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

h3 a:link{ color:#003767; font-weight:600;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 {
	font-size: 24px;
	line-height: 30px;
}
	h2 {
	font-weight:bold;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 18px;
	color: #003768 !important;
}
	h3 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px; 
}
	h4 {
	font-size: 20px;
	line-height: 28px;
	color:#777;
	line-height: 28px;
	margin-bottom: 6px; margin-top:18px;
	font-weight:normal;font-family: 'Lora', serif;
}
	h4 strong { font-size: 16px; line-height: 30px; color:#4398D1;  font-weight:normal; line-height: 28px;}
	h5 { font-size: 14px; line-height: 24px; 
	
	font-weight:normal;font-family: 'Lora', serif;
	color: #0074A6 !important;
	}
	h6 { font-size: 12px; line-height: 21px; }
	.subheader { color: #777; }

	p {}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong {
	font-weight: bold;
}
	small { font-size: 80%; }
.wpadminbar{ background-color:#666;color: #FFF; }

/* #Links
================================================== */
	a, a:visited {text-decoration: none; outline: 0;-webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
	a:hover, a:focus {
	color: #003767;
	text-decoration:underline;
	
}
a:active{ color: #003767;
	text-decoration:none;
	}
	
/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal inside; margin-left:10px;}
	ol, ul.square, ul.circle, ul.disc {  }
	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 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li {
	line-height: 20px;
	margin-bottom: 12px;
}
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

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

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

/* #Responsive Menu
================================================== */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		border: 1px solid #d7d7d7;
		color: #193251;
		font-size: 13px;
		font-family: Tahoma, Arial, sans-serif;
		padding: 9px;
		background-color: #fff;
		outline: none;
	}
	
	select {
		border: 0px;
		padding: 6px 4px;
		outline: none;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		cursor: pointer;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
		
select{padding: 0;}
