/***********************************************/
/* This is the Public web css                  */
/* hsstyles.css                                */
/* Use with template hs.html                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/** Body Section, Universal to Page **/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 101%;
}
/** End of Page **/
/** New edit 4.22.2015 **/
.eppichange{
	color: red;
}
.dark-red{
	color: #cc0000;	
}
.picture{
	margin: 0 auto;
	width: 60%;
	height: 60%;
	text-align: center;
}
.picture_div{
	margin: 0 auto;
	text-align: center;
}
table, th, td{
	border: 1px solid black;
	border-collapse: collapse;
}
th, td{
	padding: 10px;
}
td{
	text-align: right;
}
th{
	background-color: #dbdbdb;
}
.blank{
	/*width: 10px;*/
	background-color: #cccccc;
	border: none;
}
.bottomrow{
	border-bottom: 4px solid black;
}
.left-align{
	text-align: left;
}
.total{
	font-weight: bold;
}

/*.centerdiv{
	width: 800px;
	margin: 0 auto;
}*/
/** Left Javascript menu objects **/
#p7swapmenu {
	background-color: #FFFFFF;
	left: 6px;
	padding: 6px;
	position: absolute;
	top: 130px;
	width: 180px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	z-index: 2;
}
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}
h2.first {margin: 0; color: #FFFFFF; font-size: 1.5em;}
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #327E86;
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #041F60;
	border-bottom: 1px solid #041F60;
	border-left: 1px solid #FFFFFF;
	background-image: url(images/pagemarker.gif);
}
.closed a:hover, .open a:hover {
	background-color: #53ABB4;
	color: #FFFFFF;
}
.closed a {
	background-image: url(images/ar9w.gif);
}
.open a {
	background-image: url(images/ar9wds.gif);
}
.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#333333;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}
.open ul a:hover {
	background-color: #C6D0E8;
	color: #000000;
}
/** End of Left Javascript Menu Div **/

/** Header/Banner Div **/
div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

div#banner {
 background-color: #FFFFFF;
 height: 56px;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #FFFFFF;
}

#logo {
	left: 0;
	position: absolute;
	top: 0;
}
img#titletext {
	top: 31px;
	position: absolute;
	right: 0px;
}
div#nav{
	height : 20px;
	font-size: 80%;
	background-color: #415B96;
	border-top: 1px solid #6782C3;
	border-right: 1px solid #041F60;
	border-bottom: 1px solid #041F60;
	border-left: 1px solid #6782C3;
}
div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 0 0;
	margin-left: 10px;
}
div#nav ul li {
	display: inline;
}
div#nav li a{
	color : #FFFFFF;
	text-decoration : none;
}
div#nav li a:hover{
	color : #ECE6DA;
}
.whitetxt {color: #FFFFFF
}
/** End of Header/Banner Div **/

/** Content (Center) Div **/
div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	background-color: #FFFFFF;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding: 5px 10px;
	margin-top: 106px;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	color: #415B96;
	font-weight: normal;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #415B96;
	font-weight: normal;
	font-size: 120%;
}
/** End of Content Div **/

/** Sidebar (Right Side) Div **/
div#sidebar {
	position: absolute;
	top: 130px;
	right: 0px;
	width: 180px;
	font-size : 70%;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #327E86;
	z-index: 4;
}
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #415B96;
	padding : 1px 1px 1px 5px;
	line-height : 200%;
	background-color: #F0EFEC;
	font-size: 115%;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #F0EFEC;
	margin: 2px 0px;
}
div#sidebar h1 {
	background-color: #327E86;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 120%;
	margin: 0px;
}
div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}
div#sidebar div.feature ul li{
	color : #327E86;
	background-color : transparent;
	padding-left: 5px;
}
div#sidebar div.feature ul li a{
	color : #327E86;
	background-color : transparent;
	text-decoration : none;
}
div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
	color: #53ABB4;
}

/** Footer Div **/
div#footer {
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #415B96;
	font-size: 11px;
	margin-top: 60px;
	background-color: #FFFFFF;
	position: static;
	top: 100px;
}
#utlogo{
	float: right;
	background-color: #F0EFEC;
	margin-top: 2px;
	margin-bottom: 2px;
}
/** End of Footer Div **/
/** Search box style **/
.border {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #415B96;
	background-image: url(images/searchbgd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 45px;
}

.padding {
	padding-top: 15px;
}
