@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/shadowback.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #003399;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333366;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333366;
	font-weight: bold;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 14px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333366;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
}
.tagline {
	font-size: 22px;
	text-align: center;
	color: #333366;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.boldIT {
	font-weight: bold;
	font-style: italic;
}
.boldPurple {
	font-weight: bold;
	color: #333366;
}
.boldPurpleLarge {
	font-weight: bold;
	color: #333366;
	font-size: 16px;
}
.italic {
	font-style: italic;
}
.subtitle {font-size: 18px}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#topex {
	z-index: 1;
}

.expander0 {
	position: relative; /* makes .expander0 visible outside .sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the star/html hack */
}
#top_bg {
	background: transparent url(../images/fill_top.png) 0 100% repeat-x;
}
#top_left {
	background: transparent url(../images/fill_top_left.png) 0 100% no-repeat;
}
#top_right {
	background: transparent url(../images/fill_top_right.png) 100% 100% no-repeat;
	padding: 0 25px;
}
#body_bg {
	border-bottom: 1px solid #ddd;
}
#body_left {
	background: transparent url(../images/fill_left.png) 0 0 repeat-y;
}
#body_right {
	background: transparent url(../images/fill_right.png) 100% 0 repeat-y;
	padding: 0 25px;
}
.img-border {
	border: medium solid #999999;
}

.bodytext-small {
	font-size: 11px;
}
.bodytext-small-IT-right {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
.bodytext-small-IT-left {
	font-size: 11px;
	font-style: italic;
	text-align: left;
}
.bodytext-large {
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #menu {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	width: 890px;
	list-style-type: none;
	text-decoration: none;
	height: 42px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
				}
.twoColFixLtHdr #pulloutbox {
	width: 225px;
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	background-color: #DDDDDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #999999;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 40px;
	padding-left: 8px;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
}

.twoColFixLtHdr #messagebox {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #9999cc;
	font-size: 11px;
	text-align: center;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 10px;

}

	

.twoColFixLtHdr  #HomePageHeader {
	height: 250px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	width: 880px;
	text-decoration: none;
	background-color: #6e8ac6;
} 
.twoColFixLtHdr  #container  #HomePageHeader a  {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-left: 20px;
}
.twoColFixLtHdr #LeftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(../images/dividerline.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
}
.twoColFixLtHdr #container #LeftSidebar #LeftSidebarPullout {
	text-align: center;
	padding-bottom: 10px;
}

.twoColFixLtHdr #container #LeftSidebarMenu a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	line-height: 12px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: CFEDFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
}
.twoColFixLtHdr #container #LeftSidebar #navmenu-v {
	width: 160px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
}
.twoColFixLtHdr #container #LeftSidebar #navmenu-v-background-3 {
	width: 180px;
	background-image: url(../images/back-leftmenu-3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	padding-right: 5px;
	padding-top: 7px;
}

.twoColFixLtHdr  #RightSideMainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/bridging.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.twoColFixLtHdr  #InsidePageHeader {
	height: 215px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	width: 880px;
	text-decoration: none;
	background-color: #6e8ac6;
}
.twoColFixLtHdr  #InsideLeftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(../images/dividerline.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-size: 12px;
}
.InsideLeftSidebarMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-decoration:none;
	width: 160px;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CFDEFF;
	height: 100%;
}
.twoColFixLtHdr  #container  #InsideLeftSidebarMenu a  {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	line-height: 20px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: CFEDFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
}
.twoColFixLtHdr #container #InsideLeftSidebar #InsideLeftSidebarMenu a:hover {
	color: #000066;
	background-color: #CFDEFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #AABDE6;
}
.twoColFixLtHdr #container #LeftSidebar #LeftSidebarMenu .InsideLeftSidebarMenu-background_8small {
	font-size: 10px;
	font-style: italic;
}


.InsideLeftSidebarMenu-background_8 a {
	line-height: 10px;
	color: #333333;
}
.twoColFixLtHdr #InsideRightSideMainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/bridging.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer {
	text-align: center;
	margin: 0;
	padding: 5px 44px;
	font-size: 75%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #FFFFFF;
}
#footer a {
	font-weight: normal;
}
#footer, #footer a {
	color: #888 !important;
}
.twoColFixLtHdr #container #InsideLeftSidebar #navmenu-v {
	width: 160px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
}
.twoColFixLtHdr #container #InsideLeftSidebar #navmenu-v-background-1 {
	width: 170px;
	background-image: url(../images/back-leftmenu-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	padding-right: 5px;
}
.twoColFixLtHdr #container #InsideLeftSidebar #navmenu-v-background-2 {
	width: 170px;
	background-image: url(../images/back-leftmenu-2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	padding-right: 5px;
	padding-top: 15px;
}
.twoColFixLtHdr #container #InsideLeftSidebar #navmenu-v-background-4 {
	width: 170px;
	background-image: url(../images/back-leftmenu-4.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.twoColFixLtHdr #container #InsideLeftSidebar #navmenu-v-background-5 {
	width: 170px;
	background-image: url(../images/back-leftmenu-5.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	padding-right: 5px;
	padding-top: 15px;
}
.twoColFixLtHdr #container #InsideLeftSidebar #navmenu-v-background-6 {
	width: 170px;
	background-image: url(../images/back-leftmenu-6.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	padding-right: 5px;
	padding-top: 15px;
}


/* left side menu */

/* Author: Craig Erskine Description: Dynamic Menu System - Vertical 

*/ ul#navmenu-v,ul#navmenu-v li,ul#navmenu-v ul {
	width: 140px;
	/* Menu Width 
*/ margin: 0;
	list-style: none;
	padding-left: 10px;
} ul#navmenu-v li {
	float: left;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
} ul#navmenu-v li.iehover { z-index: 1000; 

/* IE z-index bugfix */ } ul#navmenu-v ul { display: none; position: absolute; top: 0; left: 100%; z-index: 9999; } 

/* Root Menu */ ul#navmenu-v a {
	padding: 6px;
	display: block;
	color: #FFFFFF;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
	height: 1%;
} 

/* Root Menu Hover Persistence */ ul#navmenu-v a:hover,ul#navmenu-v li:hover a,ul#navmenu-v li.iehover a { background: #BBB; color: #FFF; } /* 2nd Menu */ ul#navmenu-v li:hover li a,ul#navmenu-v li.iehover li a {
	float: none;
	background: #BBB;
} 

/* 2nd Menu Hover Persistence */ ul#navmenu-v li:hover li a:hover,ul#navmenu-v li:hover li:hover a,ul#navmenu-v li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover a { background: #999; } 

/* 3rd Menu */ ul#navmenu-v li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li a { background: #999; } 

/* 3rd Menu Hover Persistence */ ul#navmenu-v li:hover li:hover li a:hover,ul#navmenu-v li:hover li:hover li:hover a,ul#navmenu-v li.iehover li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover a { background: #666; } 

/* 4th Menu */ ul#navmenu-v li:hover li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li.iehover li a { background: #666; } 

/* 4th Menu Hover */ ul#navmenu-v li:hover li:hover li:hover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover li a:hover { background: #333; } 

/* Hover Function - Do Not Move */ ul#navmenu-v li:hover ul ul,ul#navmenu-v li:hover ul ul ul,ul#navmenu-v li.iehover ul ul,ul#navmenu-v li.iehover ul ul ul { display: none; } ul#navmenu-v li:hover ul,ul#navmenu-v ul li:hover ul,ul#navmenu-v ul ul li:hover ul,ul#navmenu-v li.iehover ul,ul#navmenu-v ul li.iehover ul,ul#navmenu-v ul ul li.iehover ul { display: block; }

/*** SLIDESHOW set the width and height to match your images **/

#slideshow {
	position:relative;
	height:262px;
	width: 355px;
	float: left;
	padding-right: 10px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 257px;
	background-color: #FFF;
	width: 350px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 257px;
	display: block;
	border: 0;
	margin-bottom: 10px;
	width: 350px;
}
.small {
	font-size: 10px;
}
/* POP UP WINDOW */  
/* Z-index of #mask must lower than #boxes .window */  
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
	width:340px;
	height:275px;
	padding:20px;
	background-color:#cacdff;
	margin-top: 400px;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
	background:url(../images/notice.png) no-repeat 0 0 transparent;
	width:400px;
	height:329px;
	padding:50px 10px 20px 25px;
}

