/* Based on v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */

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, font, 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,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
del {
	text-decoration: line-through;
}
address,
cite {
	display:inline;
	font-style:normal;
}

/* =====Typography=====*/
body {
	background: #fff;
	color: #333;
	font: 75%/1.3 helvetica, arial, sans-serif; /* Set in percentages so IE6 can still resize. The percentage notation also fixes a strange quirk where IE dramaticly scales text. */
}
html>body {
	font-size: 12px; /* a more exact setting in pixels for browsers that can resize them. */
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
/* Links */
a,
a:visited {
	color: #096f40;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active{
	text-decoration:underline;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* Font sizes and vertical measure */
h1,
h4,
h5,
h6,
legend {
	font-family:georgia, garamond, baskerville, times, serif;
	font-weight:normal;
}
h1 {
	font-size: 2em; /* 24 */
	line-height: 1;
	margin: 0 0 .25em;
	color: #000;
}
.big{
	display:block;
	font-size: 1.5em; /* 18 */
	line-height: 1;
	margin: 0 0 .5em 0;
}
h2 {
	font: normal 20px Georgia, Garamond, Baskerville, Times, serif;
	margin: 0 0 10px 0;
}
h3 {
	font: bold 18px Arial, Helvetica, sans serif;
	margin: 0 0 10px 0;
}
h4,
h5,
h6 {
	margin: 0 0 .75em 0;
}
p,
dl {
	margin: 0 0 1.5em 0;
}
blockquote {
	margin:1.5em;
}
acronym,
.caps,
.small {
	font-size: .916666666em;
	line-height: 1.63636363;
}
pre {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: auto;
}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	padding: 3px;
}
ul,
ol,
dd {
	margin-left:1.5em;
}
ul,
ol {
	margin-bottom:1em;
}
li {
	margin-bottom:.5em;
}
li ul,
li ol {
	margin-bottom: 0;
}
hr {
	background:#dddddd;
	clear:both;
	height:1px;
	margin:0 0 1.5em;
}
legend {
	margin-bottom:.5em;
}
.centered {
	text-align:center;
}
.textalignright {
	text-align:right;
}
.inset {
	margin-left:30px;
}
.last-no-margin {
	margin-bottom:1.5em;
}
.last-no-margin p {
	margin:1.5em 0 0;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em !important;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* 
*	Visitors Page Text Styles 
*/


