﻿html, body {
	background: #acacac url(/images/page-bg.jpg) top left repeat-x;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 17px;
}

hr {
	height: 1px;
	margin-top: 0px;
	border: none;
	border-top: 1px solid #006ca1;
}

a {outline: none;}
a img {outline: none; border:0;}

h1 {font-size: 24px; font-weight: normal; color: #006ca1; line-height: 26px; margin: .83em 0 .67em;}
h2 {font-size: 16px ; font-weight: bold; color: #006ca1; line-height: 18px; margin: .83em 0;}
h3, h4, h5, h6 {font-size: 12px ; font-weight: bold; color: #005196; line-height: 13px;}
p, dl {margin: 1em 0;}
h3 {margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {margin: 1.67em 0;}
h6 {margin: 2.33em 0;}
a:link {font-size: 13px; color: #006ca1; text-decoration: none;}
a:visited {color: #006ca1; text-decoration: none;}
a:hover {color: #006ca1; text-decoration: underline;}
a:active {color: #006ca1; text-decoration: underline;}
.right {float: right; margin: 10px 0 10px 15px;}
.left {float: left;margin: 10px 15px 10px 0;}

.large {font-size: 14px; line-height: 20px; color: #596c76;}
.bold {font-weight: bold;}
.subtitle {color: #006ca1; font-weight: bold;}

.video-button {margin: 10px 10px 10px 0;}

.img-bdr-01 {
	background:#a1cd3a url(/images/img-bdr-01.jpg) bottom right no-repeat;
	padding: 1px 1px 67px 1px;
}
.img-bdr-02 {
	background:#a1cd3a url(/images/img-bdr-02.jpg) bottom right no-repeat;
	padding: 1px 1px 55px 1px;
}
#youtube-vid {
	width: 425px;
	height: 355px;
	background:#a1cd3a url(/images/img-bdr-02.jpg) bottom right no-repeat;
	padding: 1px 1px 55px 1px;
}
#container {
	background: url(/images/content-bg.gif) top left repeat-y;
}

#header {
	background: #acacac url(/images/header-bg.gif) top left no-repeat;
}


#footer {
	background: url(/images/footer-bg.gif) top left no-repeat;
	font-size: 11px;
	color: #ffffff;
	line-height: 17px;
}
a.footer-link:link {color: #ffffff; font-size: 11px; text-decoration: none;}
a.footer-link:visited {color: #ffffff; font-size: 11px; text-decoration: none;}
a.footer-link:hover {color: #ed1c24; font-size: 11px; text-decoration: none;}
a.footer-link:active {color: #ffffff; font-size: 11px; text-decoration: none;}

a.footer-link-small:link {color: #b8b8b8; font-size: 11px; text-decoration: none;}
a.footer-link-small:visited {color: #b8b8b8; font-size: 11px; text-decoration: none;}
a.footer-link-small:hover {color: #ed1c24; font-size: 11px; text-decoration: none;}
a.footer-link-small:active {color: #b8b8b8; font-size: 11px; text-decoration: none;}

.footer-small {
	color: #fff;
	font-size: 11px;
}


#content-area {
	background: none;
}

#content ul, #content ol {
	margin: 11px 0 11px 20px;
}
.home-tick {
	display: block;
	background:url(/images/tick.gif) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 3px 0;
}

#content blockquote {
	margin: 11px 0 11px 40px;
}

#loginbox {
	padding: 7px;
	margin: 7px;
}
.quote {
	padding: 7px 10px 10px 10px;
	display: block;
	font-size: 12px;
	background-color: #694287;
	color: #FFFFFF;
}
.quote-italics {
	font-style: italic;
	font-weight: bold;
	font-size:12px;
}
.promo-items {margin: 0 10px 10px 0;}

/* MORE INFO BUTTON */
a.read:link, a.read:visited, a.read:active {
	background: url(/images/read-off.gif) top left no-repeat;
	margin: -12px 0 0 0;
	width: 84px;
	float: right;
	height: 20px;
	display: block;
	}
a.read:hover {
	background: url(/images/read-over.gif) top left no-repeat;
	text-decoration: none;
}

/* BACK BUTTON */
a.back:link, a.back:visited, a.back:active {
	background: url(/images/back-off.gif) top left no-repeat;
	margin: 3px 0 0 0;
	width: 84px;
	height: 20px;
	display: block;
	}
a.back:hover {
	background: url(/images/back-over.gif) top left no-repeat;
	text-decoration: none;
}


.notvisible {visibility: hidden;}

