/* ---- =universal styles --- */
/*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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/

body {
	margin: 0;
	padding: 0;
}

h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #d21732;
	font-style: italic;
	margin-left: 15px;
}

h3 {
	margin-top: 30px;
	font-style: italic;
}

li {
	margin-bottom: 5px;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
}

sup {
	font-size: 0.7em;
}

.style1 {
	background-image: url('../images/bottombg.gif');
}

#sidebar {
	padding-bottom: 100px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 50px;
}

#sidebar li {
	margin: 0;
	padding: 8px 10px 8px 37px;
	border-bottom: 1px solid #d4ecbe;
	border-right: 1px solid #a9d97d;
	font-size: 11px;
}

#sidebar li a {
	color: #f08825;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #fff;
	text-decoration: underline;
}


#sidebar li#navhome {
	background: #5da062 url(../images/navIntTop8.gif) top repeat-x;
	border-right: 1px solid #529556;
	padding: 10px 10px 10px 37px;
}

#sidebar li#navhome a, #sidebar li#navhome a:hover {
	color: #fff;
}

.abt #navabt, .news #navnews, .pics #navpics, .rev #navrev, .vid #navvid, .reg #navreg, .mis #navmis, .nut #navnut, .part #navpart, .con #navcon {
	background: #e5f4d8 url(../images/greenarrownav.gif) left no-repeat;
}

.abt #navabt a, .news #navnews a, .pics #navpics a, .rev #navrev a, .vid #navvid a, .reg #navreg a, .mis #navmis a, .nut #navnut a, .part #navpart a, .con #navcon a {
	font-weight: bold;
}


#sidebar .contact-info {
	padding: 10px;
	font-size: 11px;
}

#sidebar .contact-info a {
	text-decoration: none;
}

#callout {
	position: relative;
	display: block;
	margin: 0 -5px 0 15px;
	float: right;
	width: 200px;
}

#homepage #callout {
	clear: both;
	margin: 0 15px;
	float: right;
	width: 210px;
}

#homepage #phonenumber {
	margin: 0 auto;
	float: right;
	width: 240px;
	text-align: center;
	font-size: 20px;
	color: #b70059;
}

#promobox {
	padding: 15px;
	margin: 20px 0;
	border: 4px double #b7005a; 
	font: normal 16px Georgia, 'Times New Roman', Times, serif;
	color: #3d6019; 
	background: #fff;
}

#homepage #promobox {
	margin: 0 0 20px;
}

#contact-form {
	border: 1px solid #4c721d;
	padding: 10px;
	margin: 20px 0; 
	background: #fff;
}

#contact-form h4 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
}

#contact-form p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#contact-form input, #contact-form textarea {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	margin-top: 2px;
}

#contact-form .button {
	width: auto;
	margin: 5px 0 0 45px;
}


#contact-form label {
	float: left;
	width: 45px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: right;
}


#optin-form p {
	margin: 5px 0 0 0;
	padding: 0;
	clear: both;
}

#optin-form br {
	display: none;
}


#optin-form input, #optin-form textarea {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	margin-top: 2px;
}

#optin-form .button {
	width: auto;
	margin: 5px 0 0 120px;
}


#optin-form label {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: right;
}

.error {
	color: #83151a;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}



#footer {
	font-size: 0.9em;
	margin: 0;
	padding: 10px 40px 20px;
	border-top: 1px solid #a5a69d;
}

#footer p {
	margin: 0;
	padding: 0 0 5px;
}

#footer ul {
	list-style: none;
	float: left;
	width: 380px;
	margin: 0 20px 0 0;
	padding: 0;
}

#footer ul li {
	float: left;
	display: inline;
	border-right: 1px solid #222;
	margin: 0 0 5px;
	padding: 0 10px;
}

#footer a {
	text-decoration: none;
}

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


#admin table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #aaa;
	margin: 5px 20px;
	font-size: 0.8em;
}

#admin th {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	vertical-align: bottom;
	color: #1f284a;
	background-color: #eee;
	font-weight: bold;
}


#admin td {
	padding: 4px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	vertical-align: baseline;
	white-space: nowrap;
}

#admin th:last-child, #admin td:last-child {
	border-right: 1px solid #aaa;
}

#admin a {
	color: #f00;
}

#admin a:hover {
	background: none;
	color: #00f;
}
/*
a[href$='.pdf'] {
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/page_white_acrobat.png) center left no-repeat;
}
*/

.videobox {
	margin: 30px 0 0;
	border: 1px solid #fff;
}

#enews-button {
	margin: 10px 7px 0;
	padding: 7px;
	border: 1px solid #4e711d;
	background: #e5f4d8;
	font-size: 0.9em;
}


#banner { position: absolute; right: 0; top: 0; display: block; height: 221px; width: 221px; background: url(/images/dvd-promo-banner.gif) no-repeat; text-indent: -999em; text-decoration: none; }