/* ---------------------------------------------------------
BASIC TEXT, LINKS
--------------------------------------------------------- */

#popupwrapper
{
	text-align: left;
	margin: 0px 18px; 
}

P,blockquote,ul
{
	margin-top: 2ex;
	line-height: 120%;
}

INPUT,
SELECT,
TEXTAREA
{
	color: #000000;
 	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

A
{
	color: #333399;
    text-decoration: underline;
}

A:hover
{
    color: #666699;
}

A:visited 
{ 
	color: #0041C4;
}

A:active 
{ 
	color: #663399;
}



/* ---------------------------------------------------------
Header Classes
--------------------------------------------------------- */

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bolder;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin-top: 3ex;
}

h3
{
	font-size: 14px;
	font-weight: bolder;
	color: #23237A;
	margin: 0px;
}

h4
{
	font-size: 13px;
	font-weight: bolder;
	color: #666666;
	margin: 0px;
}

h5
{
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	margin: 0px;
}

h6
{
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	margin: 0px;
}

UL LI
{
    list-style-type: square;
}

UL LI.small
{
	margin: 0px 8px;
    list-style-type: square;
}

/* ---------------------------------------------------------
Body Classes
--------------------------------------------------------- */

.small
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 1ex;
}

.large
{
    font-size: 16px;
}

.huge
{
    font-size: 26px;
}

hr
{
	color: #333399;
	background-color: #333399;
	height: 1px;
	border: 0;
}

/* ---------------------------------------------------------
Navigation Classes
--------------------------------------------------------- */

#header {
	font-family: Arial, Helvetica, sans-serif;
}

#sitenav {
	float:left;
	clear:both;
	font-size: 0.75em;
	background:url(images/nav/tab_border.gif) repeat-x bottom;
}

#sitenav > ul a {width:auto;}

#sitenav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sitenav li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	margin-right:12px;
	background:url(images/nav/tab_left.gif) no-repeat left top;
	list-style-type: none;
	border-bottom:1px solid #1F3A89;
}

#sitenav a {
	float:left;
	display:block;
	background:url(images/nav/tab_right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
    font-size:120%;
    font-weight:bold;
    color:#FEFEFF;
    text-decoration: none;
	width:.1em;
	white-space: nowrap;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#sitenav a {float:none;}
/* End IE5-Mac hack */

#sitenav #mainselected {
	background-image:url(images/nav/tab_left_on.gif);
	border-width:0;
}

#sitenav #mainselected a {
	background-image:url(images/nav/tab_right_on.gif);
	padding-bottom:5px;
}

/* ---------------------------------------------------------*/

#sitesubnavback {
	background: url(images/nav/subnav_background.gif) repeat-x;
	float:left;
	width:100%;
	margin-top: -1px; /* to overlap with the tabs */
	padding-top: 1px; /* to compensate for negative margin-top, so subnav tabs touch the bottom of our background image*/
}

#sitesubnav {
	float:left;
	width:100%;
	margin-top: 4px;
	margin-bottom: 40px;
}

#sitesubnav > ul a {width:auto;}

#sitesubnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sitesubnav li {
	float:left;
	margin:0;
	padding:0 0 0 7px;
	margin-right:6px;
	/* background:url(images/nav/x.gif) no-repeat left top; */
	list-style-type: none;
}

#sitesubnav a {
	float:left;
	display:block;
	background:url(images/nav/subtab_right.gif) no-repeat right top;
	padding:3px 10px 3px 0px;
    font-size:90%;
    color:#FEFEFF;
    text-decoration: none;
	width:.1em;
	white-space: nowrap;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#sitesubnav a {float:none;}
/* End IE5-Mac hack */
  
#sitesubnav #subselected {
	background-image:url(images/nav/subtab_left_on.gif);
}

#sitesubnav #subselected a {
	background-image:url(images/nav/subtab_right_on.gif);
    color:#333399;
	padding:3px 10px 3px 4px;
}

#sitesubnav #beforecurrent a {
	/* background-image:url(images/nav/x.gif); */
	padding:3px 4px 3px 0px;
}

#sitesubnav #last a {
	/* background-image:url(images/nav/x.gif); */
	padding:3px 4px 3px 0px;
}

/* ---------------------------------------------------------*/

#intranav {
	float:left;
	background:url(images/nav/intratab_border.gif) repeat-x bottom;
	width:100%;
}

#intranav > ul a {width:auto;}

#intranav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#intranav li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	margin-right:8px;
	background:url(images/nav/intratab_left.gif) no-repeat left top;
	list-style-type: none;
	border-bottom:1px solid #B6ACA3;
}

#intranav a {
	float:left;
	display:block;
	background:url(images/nav/intratab_right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
    color:#635648;
    text-decoration: none;
	width:.1em;
	white-space: nowrap;
    font-weight:bold;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#intranav a {float:none;}
/* End IE5-Mac hack */

#intranav.current {
	background-image:url(images/nav/intratab_left_on.gif);
	border-width:0;
}

#intranav.current a {
	background-image:url(images/nav/intratab_right_on.gif);
	padding-bottom:5px;
}


/* ---------------------------------------------------------*/

/* TAB 3 - used in "About Us" */

.tab3_head
{
	border-bottom: #666666 2px solid;
	padding: 10px;
	font-weight: bold;
}

.tab3_on
{
	background-color: #dddddd;
	border-bottom: #cccccc 1px solid;
	font-weight: bold;
	padding: 10px;
}

.tab3_off
{
	border-bottom: #cccccc 1px solid;
	padding: 10px;
}





/* ---------------------------------------------------------
ERROR CLASSES
--------------------------------------------------------- */

.error_body
{
	background-color: #FEFADB;
	border: #cccccc 1px solid;
}

.error_icon
{
	text-align: center;
	vertical-align: top;
	padding: 8px;
}

.error_title
{
	color: #CC0000;
	font-size: 16px;
	font-weight:bold;
	padding: 16px 4px 8px 4px;
}

.error_details
{
	color: #CC0000;
	padding: 8px 4px;
}

/* ---------------------------------------------------------
INFO CLASSES
--------------------------------------------------------- */

.info_body
{
	background-color: #FEFADB;
	border: #cccccc 1px solid;
}

.info_icon
{
	text-align: center;
	vertical-align: top;
	padding: 8px;
}

.info_title
{
	color: #333399;
	font-size: 16px;
	font-weight:bold;
	padding: 16px 4px;
}

.info_details
{
	color: #333399;
	padding: 12px 4px;
	vertical-align: top;
}

/* ---------------------------------------------------------
SPECIAL CLASSES
--------------------------------------------------------- */

.required
{
	font-weight: bold;
	color: green;
}

.error
{
	font-weight: bold;
	color: red;
}

.disabled
{
	color: gray;
}

.tooltip
{
	border-bottom: 1px #333399 dashed;
	cursor: help;
}

.button
{
	background-color: #E3E3E3;
}

.button_bold
{
	background-color: #E3E3E3;
	font-weight: bold;
}

.dti_green
{
	color: #006600;
}

.dti_yellow
{
	color: #FF9900;
}

.dti_red
{
	color: #CC0000;
}



#lnkLogo { 
    white-space: nowrap;
    text-decoration: none;
    font-size: 16pt;
    font-weight: bolder;
}

BODY, TD
{
	color: #000000;
	font-family: Times, serif;
	margin-left: 50px;
	margin-right: 50px;
}
