@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(nav.css);

/* Elements of template0.jsp */
body {
	background: #dfe8f1 url(../images/bg.jpg) repeat-x top center;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: .76em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}


#wrap {
	background: transparent url(../images/wrap_bg.jpg) no-repeat top center;
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 720px;
}

html>body #wrap {

} 

#header {
	background: transparent url(../images/header.gif) no-repeat top center;
	height: 248px;
	position: relative;
	width: 720px;
}

#logo {
	background: transparent;
	position: absolute;
	left: 20px;
	top: 0px;
}

#logo img {
	height: 84px;
	width: 120px;
}

#printlogo{
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#extradiv {
	
}

#extradiv img {
	height: 125px;
	width: 659px;
}

#header-banner { 
	height: 125px;
	margin: 0px;
	padding: 0px;
	width: 659px;
	position: absolute;
	left: 32px;
	top: 123px;
}


#tagline {
	position: absolute;
	left: 510px;
	top: 42px;
}

#tagline img {
	height: 42px;
	width: 190px;
}



#main-body {
	background: transparent url(../images/content_bg2.gif) repeat-y;
}

#main-table-body {
	background: transparent;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;

}

#main-table-body-leftcell {
	background: transparent url(../images/menu-footer.jpg) no-repeat bottom center;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main-table-body-rightcell {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 182px;
}

#menu-header {
	background: transparent;
	margin: 0px 0px 0px 32px;
	padding: 10px 0px 0px 0px;
}

#menu{
	margin: 0px;
	padding: 0px;
}

#menu ul{
	border-top: #83a0c0 1px solid;
	font-size: 90%;
	margin: 0px 0px 0px 32px;
	padding: 0px;
}

#menu li {
	border-bottom: #83a0c0 1px solid;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	width: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 130px;
}
	
html>body #menu a {
	width: 130px;
}

#menu a:hover{
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

#menu a.current{
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

#menu-footer {
	background: transparent;
	display: block;
	font-size: 9px;
	margin: 5px;
	padding: 32px 0px 0px 32px;
}

/*Tertiary Menu Links*/

#menu ul li ul{
	border-top: none;
	list-style: none;
	width: 100%; /* This solved a strange IE bug that misaligned the menu - if you take it out you will see */
	margin: 0;
	padding: 0;
	background: #fff;
}


#menu  ul li ul li{
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}


#menu ul li ul li a{
	color: #000;
	display: block;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	width: 130px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 110px;
}
	
html>body #menu ul li ul li a{
	width: 110px;
}

#menu ul li ul li a:hover{
	background-color: transparent;
	color: #7c1801;
	font-weight: bold;
}


#menu ul li ul li a.subcurrent{
	background-color: transparent;
	color: #7c1801;
	font-weight: bold;
}



#banner {
	display: none;
}


#breadcrumbbar{
	background: #dfe8f1;
	height: 18px;
	margin: 0px 0px 0px 32px;
	padding: 3px 0px 3px 0px;
	width: 656px;
}


#breadcrumblist{
	color: #1c3d5e;
	float: left;
	font-size: 85%;
	padding: 0px 0px 0px 10px;
	width: 420px;
	
}

#breadcrumblist a:link, #breadcrumblist a:visited{
	color: #1c3d5e;
	text-decoration: none;
}

#breadcrumblist a:hover, #breadcrumblist a:active{
	color: #7c1801;
	text-decoration: underline;
}

#breadcrumbemail{
	float: right;
	font-size: 85%;
	text-align: right;
	width: 100px;
	line-height: 15px;
}

#breadcrumbemail a:link, #breadcrumbemail a:visited {
	background: url(../images/email.gif) no-repeat 0px;
	color: #1c3d5e;
	float: right;
	padding: 0 5px 0 18px;
	text-decoration: none;
	
}

#breadcrumbemail a:hover, #breadcrumbemail a:active {
	color: #7c1801;
	text-decoration: underline;
}

#breadcrumbprint{
	float: right;
	font-size: 85%;
	padding: 0px;
	text-align: right;
	width: 100px;
	line-height: 15px;
	
}

#breadcrumbprint a:link, #breadcrumbprint a:visited {
	background: url(../images/printer.gif) no-repeat left;
	color: #1c3d5e;
	float: right;
	padding: 0 5px 0 18px;
	text-decoration: none;
}

#breadcrumbprint a:hover, #breadcrumbprint a:active {
	color: #7c1801;
	text-decoration: underline;
}

#content {
	width: 518px;
}

#content-header {
	display: none;
}

#content-body {
	margin: 10px 12px 10px 9px;
	padding: 0px;
	width: 497px;
}

#pagetitle{
	list-style: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	width: 497px;
}

#pagetitletext{
	font-family: "Times New Roman", verdana, sans-serif;
}

#pagetitletext h1 {
	color: #7c1801;
	font-size: 180%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


#content-footer {
	display: none;
}

#footer {
	background: transparent url(../images/footer_bg.jpg) no-repeat top center;
	clear: both;
	height: 66px;
	margin: 0px;
	padding: 0px;
	width: 720px;
}

#footerwrap {
	margin: 0px;
	padding: 56px 0px 0px 0px;
	position: relative;
}

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

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer ul{

}

#footer li{

}

#footer a {
	color: #1c3d5e;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	color: #1c3d5e;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #7c1801;
}

#footer a:active {
	color: #7c1801;
}

#copyright{
	color: #1c3d5e;
	float: left;
	font-size: 80%;	
	font-family: verdana, helvetica, sans-serif;	
	margin: 0px;
	padding: 0px 0px 0px 25px;
	text-align: left;
}

#poweredby{
	font-size: 80%;	
	font-family: verdana, helvetica, sans-serif;	
	margin: 0px;
	padding: 0px 25px 0px 0px;
	text-align: right;
}

#poweredby a:link, #poweredby a:visited{
	color: #1c3d5e;
	text-decoration: none;	
}

#poweredby a:hover, #poweredby a:active{
	color: #7c1801;
	text-decoration: underline;
}