﻿@charset "utf-8";

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 none;
	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; }

body { line-height: 1; color: black; background: white;	text-align: center; }

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; 	border-spacing: 0;	margin-right: auto; margin-left: auto; }

caption, th, td { text-align: left;	font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q {	quotes: "" ""; }

input[type=hidden] { display: none !important; }

/** Main Page **/

.menu-bg { width:199px; vertical-align:top; background-image:url('../images/left-menu-bg.gif'); background-repeat:repeat; padding-top:20px; text-align:center;}

.light-yellow-bg { background-image:url('../images/light-yellow-bg.gif'); background-repeat:repeat }

.arial-15px-justify { font-family:Arial; font-size:15px; text-align:justify }

.arial-20px-bold-center { font-family:Arial; font-size:20px; font-weight:bold; text-align:center }

.arial-16px-bold-center  { font-family:Arial; font-size:16px; text-align:center; font-weight:bold }

.arial-14px { font-family:Arial; font-size:14px;}

.services-list { list-style:disc; line-height:2; font-family:Arial; font-size:16px; font-weight:bold}

.bottom-nav-links { text-align: center; font-size: 8pt; font-family: Verdana; line-height: 1.4; }

.reg-list { list-style:disc; padding-left:35px; line-height:1.2 }

/** Borders **/

.grey-border-vertical { background-image:url('../images/grey-border.gif'); background-repeat:repeat; width:1px }

.grey-border-horz { background-image:url('../images/grey-border.gif'); background-repeat:repeat; height:1px }

.border-all { border: 1px #CCCCCC solid;}

.bottom-border { border-bottom: 1px #CCCCCC solid;}

.border-right {border-right: 1px #CCCCCC solid;}

.bottom-right-border { border-bottom: 1px #CCCCCC solid;  border-right: 1px #CCCCCC solid;}

.bottom-right-top-border { border-bottom: 1px #CCCCCC solid;  border-right: 1px #CCCCCC solid; border-top: 1px #CCCCCC solid;}