@import url(reset.css); 

@font-face {
    font-family: 'PTSansRegular';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS55F-webfont.woff') format('woff'),
         url('PTS55F-webfont.ttf') format('truetype'),
         url('PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #d9f0f7; 
}

body, input, textarea, table {
	font-family: 'PTSansRegular', sans-serif;
	font-size: 14px;
	color: #2f4248; 
}

#lhead,
#content,
#footer {
	padding-right: 20px;
	padding-left: 20px;
}

.container {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

#lhead {
	background: none;
	height: 110px; 
	border: 2px 0px 2px 0px #0070c0 solid;
}

#lhead h1 {
	text-align: center;
	padding-top: 30px;
	font-size: 45px;
	color: #0070c0;
}

#lnav {
	background-color: #ffffff;
	margin: 5px 0px;
	border-top: 2px #0099cc solid;
	border-bottom: 2px #0099cc solid;
}

	#lnav li {
		display: inline;
	}

	#lnav a,
	a.nav {
		font-size: 14px; 
		font-weight: normal; 
		text-transform: uppercase; 
		color: #0099cc; 
	}

	#lnav a {
		display: block;
		float: left; 
		border: 1px solid #ffffff;
		margin: 10px 10px 10px 1px;
		padding: 10px 10px 7px 10px;
	}

	#lnav a:hover,
	#lnav a.on {
		border: 1px solid #999999;
	}

#content {
	clear: both;
	background: #ffffff; 
	font-size: 14px; 
	line-height: 1.7em; 
	color: #333; 
	padding-top: 0;
	padding-bottom: 4em;
	min-height: 400px; 
}
	#content p,
	#content ul,
	#content ol,
	#content table {
		margin: 1em 0 1.5em 0;
	}

	#content a {
		color: #0099cc;
		font-weight: bold;
	}
	#content a:hover {
		background-color: #0099cc; 
		color: #fff; 
		text-decoration: none; 
	}

	#content em {
		font-style: italic;
	}

	#content strong {
		font-weight: bold; 
		color: #555; 
	}

	#content h2,
	#content h3,
	#content h4 {
		margin-top: 1.5em; 
		line-height: 1.3em;
	}

	#content h2 {
		color: #006fbb; 
		font-size: 23px; 
		margin-bottom: 0.5em; 
	}

	#content h3 {
		color: #690033; 
		font-size: 18px; 
		border-bottom: 1px dotted #ccc; 
		margin-bottom: -0.5em; 
		padding-bottom: 0.25em; 
	}
		#content h2 + h3 {
			margin-top: 0;
		}

		#content h3 + ul,
		#content h3 + ol {
			margin-top: 1.5em; 
		}

	#content h4 {
		font-size: 1em; 
		font-weight: bold; 
		text-transform: uppercase; 
	}

	#content ol li {
		margin: 0 0 0 1em; 
	}

	#content ul li {
		margin: 0 0 0 1em;
		display: list-item; 
		list-style: disc; 
	}

	#content ol li {
		margin: 0 0 0 1em; 
		display: list-item;
		list-style: decimal;
	}

#content .disclaimer {
	font-size: 11px;
	line-height: 17px; 
	color: #777; 
}

#bodycopy {
	padding-right: 0; 
	padding-top: 1px; 
	margin-top: 0;
	
}
	#bodycopy strong {
		color: #444; 
	}

	#content #bodycopy > h2:first-child {
		margin-top: 1em; 
	}

	#bodycopy .video {
		margin: 1em 0;
		background: #000;
		padding: 10px; 
		padding-bottom: 3px; 
		width: 640px; 
	}


#footer {
	margin-top: 5px;
	border-top: 2px #0099cc solid;
	clear: both; 
	font-size: 11px; 
	padding: 2em 0;
}
	#footer p,
	#footer a {
		color: #85aaba; 
	}

	#footer p {
		text-align: center; 
	}

	#footer a:hover {
		text-decoration: underline; 
		color: #db1174; 
	}

/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}
