/* CSS Document */
/* Note: em font size gives users ability to change text size in browser */
/* Note: All em font sizes on based on body tag's em font size. */

/* tag styles */

body {
	background: url(../images/layout/bg.jpg) top center repeat;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* equivalent to 10pt */
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #006fba;
	margin-top: 0px;
	font-size: 1.65em; /* equivalent to 16pt - based on body tag em font size */
}
h2 {
	color: #006fba; 
	font-size: 1.25em; /* equivalent to 12pt - based on body tag em font size */
}
h3 {
	color: #006fba; 
	font-size: 1em; /* equivalent to 10pt - based on body tag em font size */
}
label {
 font-weight: bold;
}

/* Main Pseudo-Classes */

a:link {
	color: #d45e0d; 
	text-decoration: none;
}
a:visited {
	color: #d45e0d; 
	text-decoration: none;
}
a:hover {
	color: #d45e0d;
	text-decoration: underline;
}

/* id styles - used mainly for site layout */

#hctiarea {
	padding: 0px 20px 0px 20px;
	background: url(../images/hcti/hctiarea_bg.jpg) top center repeat;
	display: none;
}
#hctibar {
	width: 730px;
	height: 20px;
	padding: 0px;
	background: url(../images/hcti/hctibody_bg.jpg) repeat;
	font-size: .85em; /* equivalent to 8pt - based on body tag em font size */
	font-family: Arial, Helvetica, sans-serif;
	color: #202a77;
}
#hctibar a:link {
	color: #232e84;
	text-decoration: underline;
	font-weight: normal;
}
#hctibar a:visited {
	color: #232e84;
	text-decoration: underline;
	font-weight: normal;
}
#hctibar a:hover {
	color: #232e84;
	text-decoration: none;
	font-weight: normal;
}
#hctipicleft {
	float: left;
	margin: 0px 3px 0px 0px;
}
#hctipicright {
	float: right;
	margin: 0px 0px 0px 3px;
}
.hcticopy {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	text-align: center;
}
#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: none;
}
#pageheader {
	width: 770px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#navbar {
	width: 770px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#maincontent {
	width: 100%;
	margin: 0px;
}
#bodycopy {
	background: none;
}
#footer {
	clear: both;
	width: 100%;
	background: none;
}
#copyrighttext {
	padding: 17px 0px 0px 0px;
	color: #014c7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
#copyrighttext a:link {
	color: #014c7f;
	text-decoration: underline;
	font-weight: normal;
}
#copyrighttext a:visited {
	color: #014c7f;
	text-decoration: underline;
	font-weight: normal;
}
#copyrighttext a:hover {
	color: #014c7f;
	text-decoration: none;
	font-weight: normal;
}
#picleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#picright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#gladdhome {
	padding: 0px 0px 0px 0px;
}
#callout {
	border: 2px dotted #d45e0d;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background-color: #62b74c;
	color: #ffffff;
}
#skiplinks {
	position: absolute;
}
#skiplinks a {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skiplinks a:focus {
	position: static;
	left: 0px;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
	background-color: #ffffff;
}
#skiplinks a:active {
	position: static;
	left: 0px;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
	background-color: #ffffff;
}
#vidborder {
	padding:10px;
	background:#d45e0d;
}

/* class styles - used mainly for text formatting */

.nomargin {
	margin: 0px;
	padding: 0px;
}
.none { 
	display: none; 
}
.printpageheader {
	font-size: 1.25em; /* equivalent to 12pt - based on body tag em font size */
	font-weight: bold;
	color: #d45e0d; 
}
.backtotop {
	text-align: center;
	font-size: .85em; /* equivalent to 8pt - based on body tag em font size */
	clear: both;
	padding-top: 10px;
}
.piccaption {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: .85em; /* equivalent to 8pt - based on body tag em font size */
	border-top: 2px solid #d45e0d;
	background-color: #62b74c;
}
.piccaption a:link {
	color: #ffffff;
	text-decoration: underline;
}
.piccaption a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.piccaption a:hover {
	color: #ffffff;
	text-decoration: none;
}
.gladdhometext {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}
.required {
	color:#990000;
}