@charset "UTF-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
body {
	background: #FFF url(../images/bg.jpg) repeat-x;
}
.clear { clear:both; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }

#wrapper {
	margin: 0px auto;
	width: 903px;
	height: 10px;
	clear: both;
	border-top: 2px solid #000;
}
#header {
	clear: both;
	width: 903px;
	margin: 0px auto;
	padding: 0px;
}
#header a img {
	float: left;
}
#header #phone {
	float: right;
	font-size: 18px;
	color: #FFF;
	line-height: 1.4em;
	text-align: right;
	vertical-align: middle;
	padding-top: 15px;
}
#navbar {
	width: 903px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	clear: both;
}
#main {
	float: left;
	width: 652px;
	text-align: left;
	background: url(../images/main-bg.jpg) repeat-y;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #999;
}
#sub {
	width: 251px;
	text-align: left;
	background: url(../images/sub-bg.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	float: right;
}
#footer {
	clear: both;
	font-size: 0.75em;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	color: #ABABAB;
}
.sub-container {
	margin: 0px auto 0px 15px;
	width: 220px;
}
#navbar-container {
	width: 905px;
	height: 29px;
	margin: 0px auto;
	padding: 0px 0px 0px 5px;
	text-indent: 0px;
	overflow: hidden;
}

/* TYPE */
body {color: #003; text-align: center; font: 100.01% Arial, Helvetica, sans-serif; }
a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
#main h1 {
	font-size: 1.5em;
	color: #000;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
#main h2 {
	font-size: 1em;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.3em;
	margin-right: 25px;
	margin-left: 25px;
}
#main h2 a {
	color: #666;
}

#main p {
	font-size: 0.95em;
	color: #000;
	line-height: 1.5em;
	margin-right: 25px;
	margin-left: 25px;
}
#main p a {
	color: #000;
}
#footer p {
	font-size: 0.95em;
	line-height: 1.2em;
}
#footer hr {
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
	width: 610px;
	color: #CCC;
	border-top: 1px none #003300;
}
#footer .sm {
	font-size: 0.9em;
	margin-top: 5px;
	color: #666;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sub p {
	color: #333;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0px;
}
#sub input {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sub em {
	font-size: .9em;
}
#sub p strong {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0px;
}

#navbar ul {
	list-style: none;
	width: 901px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navbar ul li{
	list-style: none;
	margin: 0px auto;
	text-align: center;
	height: 29px;
	padding: 0px;
	float: left;
}
#navbar ul li a {
	margin: 0px;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	text-decoration: none;
	text-align: center;
	background: url(../images/tab.jpg) no-repeat;
	height: 29px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 30px;
	padding-left: 35px;
}
#navbar ul li a:hover {
	background: url(../images/tabUP.jpg) no-repeat;
	color: #FFF;
}


.formtextbox
{
	height: 20px;
    width: 215px;
    
}

.cklist label
{
    margin-left: 5px;
}
.cklist td {

}

.notes
{
    height: 150px;
    width: 215px;
}
.tablemargin
{
    margin-left: 45px;
}

#footer1 {
	background: url(../images/main-bg.jpg) no-repeat bottom;
	clear: both;
	font-size: .8em;
	margin-right: 25px;
	margin-left: 25px;	
	text-align: center;
	
}

#footer1 p {
	font-size: 0.95em;
	color: #666;
	line-height: 1.5em;
	letter-spacing: 1px;
	
}
#footer1 hr {
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
	width: 610px;
	color: #CCC;
	border-top: 1px solid #999;
}
#footer1 .sm {
	font-size: 0.9em;
	margin-top: 5px;
	color: #666;
}
#footer1 a:link, #footer1 a:visited, #footer1 a:active {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#footer1 a:hover {
	font-weight: bold;
	text-decoration: underline;
}
 
