/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a img {
	border:none
} /* Gets rid of IE's blue borders */
/* --------------------------------  my css -----------------------------------*/

body {
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* for IE/Win */
}
html>body {
	font-size:10px
} /* for everything else */
h1 {
	font-size: 2.6em;
	padding: 5px 0 15px 0;
	color: #000;
	font-weight: bold;
}
h2 {
	font-size: 2em;
	line-height: 1.6em;
	color: #666;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#homecolleft h2, #homecolright h2 {
	color: #000;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	border-top: 1px dotted #ccc;
}
h3 {
	font-size: 1.8em;
	line-height: 1.6em;
	padding: 5px 0 0 0;
	margin: 30px 0 10px 0;
	border-top: 1px dotted #ccc;
	font-weight: bold;
	color: #000;
}
p {
	font-size: 1.6em;
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
ul {
	font-size: 1.6em;
	margin: 0 0 0 14px;
}
a:link, a:visited {
	background: transparent;
	color:#135e8d;
	text-decoration:none;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 11px;
}
a[href^="http://"] {
	color:#000;
}
a:visited {
	color: #135e8d;
}
#bbb, #main-nav, #sidebar, #bgguard, #herobox, .fullwidth .bgguard {
	display: none;
}
.navfooter_copyright {
	width: 100%;
}
#colleft ul li {
	list-style: circle;
	font-size: 1.4em;
}
#pagewrap, #content, #content_home {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	box-shadow: none;
	overflow: visible;
}
#header {
	float: left;
	margin: 0;
	width: 850px;
	height: 100px;
}
#headermsg {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 2em;
	padding: 0;
	margin: 30px 0 0 0;
	color: #000;
	display: inline;
}
h1.headermsg {
	text-shadow: none;
	width: 100%;
}
#homecolleft, #homecolright {
	margin: 0 0 0 0;
	width: auto;
}
.post-title {
	margin: 0 0 60px 0;
	padding: 0;
	clear: both;
}
/** bio **/
dl.bio {
	margin: 15px 0;
	padding: 15px 0 0 0;
	border-top: 1px dotted #ccc;
}
dl.bio:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.bio dt {
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #000;
	font-size: 1.8em;
}
dl.bio dt img {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 4px 4px 0;
}
dl.bio dd {
	padding-left: 170px;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}
/** faq **/
dl.faq {
	margin: 15px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
}
dl.faq:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.faq dt {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.8em;
	color: #000;
}
dl.faq dd {
	font-size: 1.6em;
	margin: 0 0 15px 0;
}