@charset "UTF-8";
/* Design and Code (c) Adair Creative Group */

/*CSS Reload*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, font, img, q, s, samp, tt, var,
dl, dt, dd, ol, form, ul, li, caption, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
.strong{
font-weight:bold;
}
a{
color:#00456a;
text-decoration:none;
border-bottom:1px solid #005d8f;
}
a:hover{
color:#565347;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote{
padding:0px 24px;
font:13px Georgia, "Times New Roman", Times, serif;
}
hr{
border:1px solid #ccc;
margin-bottom:16px;
}

