#table1 tr.odd {
	background-color: #EFEFEF;
}

/* hover color - for READABILITY (not for a link) */


#table1 tr:hover {
	background-repeat: repeat-y;
	background-image: url(../elements/images/subnav_bkgd.jpg);
	background-color: #ffffff;
}
#table2  {
	background-repeat: repeat-y;
	background-image: url(../elements/images/subnav_bkgd.jpg);
	background-color: #ffffff;
}

/*.cssHover3 { behavior:url("csshover3.htc"); }*/



/* ---------------------------------------- buttons here ---------------------------------------- */
tr.button {
	width: 100%;
	height: 34px;
	overflow: hidden;
}

tr.button td {
	width: 100%;
	padding: 0;
	
	
}


tr.button td.subNav {
	width: 100%;
	height: 25px;	
	padding: 0;
	overflow: hidden;
	
}

tr.button td.subNav a {
	display: block;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #285fae;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
}







/* 
_________ BRAND ITEMS _________ 
find and replace to change 


FONTS 
PRIMARY = Arial, Helvetica, sans-serif;
SECONDARY = 

COLORS 
0 DEFAULT = #000000 (in body)
1 PRIMARY = #285FAE
2 SECONDARY = #6792CA




_________ PAGE PROPERTIES _________
background, margins, default font */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: none;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../elements/images/bkgd_lrg.jpg);
	background-position: center top;
	behavior: url(../csshover3.htc);
	
}

png_fix a, img, div,tr,td {
	behavior: url(../iepngfix.htc);
}


.bkgdSidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../elements/images/nav_sidebar_long.jpg);
	background-color: #a9b9d3;
}

/*
_________ DIV CSS TAGS _________
background, margins, default font */


#h_container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	color: #000000;
	overflow: visible;
}


/*
_________ UNIVERSAL FORMATTING _________
canvas (main table) size, color, optional padding */

.univ_Canvas {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 975px;
}

/* PADDING - general padding - apply to cell of table */ 
.univ_Padding {padding: 10px 10px 10px 10px;}

.univ_Content_Padding {
	padding: 32px 10px 10px 17px;
}




/*
_________ LINKS "ro" _________
roll-over links - apply to cell or text

/* DEFAULT */

/* ro Default (universal) */
a:link {
	color: #000000; 
	text-decoration: underline;}
a:visited {
	color: #000000; 
	text-decoration: underline;}
a:hover {
	color: #285FAE; 
	text-decoration: underline;}
a:active {
	color: #000000;
	text-decoration: underline;}

/* ro Bold */
a.roBold:link {
	color: #000000; 
	font-weight: bold; 
	text-decoration: underline;}
a.roBold:visited {
	color: #000000; 
	font-weight: bold; 
	text-decoration: underline;}
a.roBold:hover {
	color: #285FAE; 
	font-weight: bold; 
	text-decoration: underline;}
a.roBold:active {
	color: #000000; 
	font-weight: bold; 
	text-decoration: underline;}

/* ro Small */
a.roSmall:link {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;}
a.roSmall:visited {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;}
a.roSmall:hover {
	color: #285FAE;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;}
a.roSmall:active {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;}
/* ro Small Bold */
a.roSmallBold:link {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;}
a.roSmallBold:visited {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;}
a.roSmallBold:hover {
	color: #285FAE;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;}
a.roSmallBold:active {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;}

/* ro Large */
a.roLarge:link {	
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.roLarge:visited {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.roLarge:hover {
	color: #285FAE;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.roLarge:active {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/* ro Large Bold */
a.roLargeBold:link {	
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.roLargeBold:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.roLargeBold:hover {
	color: #285FAE;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.roLargeBold:active {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}





/* COLOR 1 */

a.ro1:link {
	color: #285FAE;
	text-decoration: none;}
a.ro1:visited {
	color: #285FAE;
	text-decoration: none;}
a.ro1:hover {
	color: #6792CA; 
	text-decoration: none;}
a.ro1:active {
	color: #285FAE;
	text-decoration: none;}

/* ro1 Bold */
a.ro1Bold:link {
	color: #285FAE; 
	font-weight: bold; 
	text-decoration: none;}
a.ro1Bold:visited {
	color: #285FAE;
	font-weight: bold;
	text-decoration: none;}
a.ro1Bold:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;}
a.ro1Bold:active {
	color: #285FAE;
	font-weight: bold; 
	text-decoration: none;}

/* ro1 Small */
a.ro1Small:link {
	color: #285FAE;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;}
a.ro1Small:visited {
	color: #285FAE;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;}
a.ro1Small:hover {
	color: #6792CA;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none}
a.ro1Small:active {
	color: #285FAE;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;}
/* ro1 Small Bold */
a.ro1SmallBold:link {
	color: #285FAE;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
a.ro1SmallBold:visited {
	color: #285FAE;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
a.ro1SmallBold:hover {
	color: #6792CA;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
a.ro1SmallBold:active {
	color: #285FAE;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}




/* COLOR 2 */

a.ro2:link {
	color: #6792CA;
	text-decoration: none;}
a.ro2:visited {
	color: #6792CA;
	text-decoration: none;}
a.ro2:hover {
	color: #285FAE; 
	text-decoration: none;}
a.ro2:active {
	color: #6792CA; 
	text-decoration: none;}


/* ro2 Bold */
a.ro2Bold:link {
	color: #6792CA; 
	font-weight: bold; 
	text-decoration: none;}
a.ro2Bold:visited {
		color: #6792CA;
	font-weight: bold;
	text-decoration: none;}
a.ro2Bold:hover {
	color: #285FAE; 
	font-weight: bold; 
	text-decoration: none;}
a.ro2Bold:active {
	color: #6792CA;
	font-weight: bold; 
	text-decoration: none;}

/* ro2 Small */
a.ro2Small:link {
	color: #333333;
     font-size: 9px;
     font-weight: normal;
     text-decoration: none;}
a.ro2Small:visited {
	color: #333333;
     font-size: 9px;
	font-weight: normal;
	text-decoration: none;}
a.ro2Small:hover {
	color: #285FAE;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;}
a.ro2Small:active {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;}
/* ro2 Small Bold */
a.ro2SmallBold:link {	
      color: #6792CA;
      font-size: 10px;
      font-weight: bold;
      text-decoration: none;}
a.ro2SmallBold:visited {
	color: #6792CA;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;}
a.ro2SmallBold:hover {
	color: #285FAE;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;}
a.ro2SmallBold:active {
	color: #6792CA;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;}


/* COLOR 3-BLUE */

a.ro3:link {
	color: #285FAE;
	font-size: 12px;
	text-decoration:none;}
a.ro3:visited {
	color: #285FAE;
	font-size: 12px;
	text-decoration: none;}
a.ro3:hover {
	color: #002b5c;
	font-size: 12px; 
	text-decoration: none;

}
a.ro3:active {
	color: #285FAE;
	font-size: 12px; 
	text-decoration: none;
	
	}
	
	
	
	
	




/*
_________ HEADERS _________
apply as "Format" or "Style" */


H1, .head1 {font-size: 18px;
    color: #6792CA;
	line-height: 20px;
}
H2, .head2 {
	font-size: 18px;
	color: #285FAE;
	line-height: 20px;
}
H3, .head3 {
	font-size: 16px;
	color: #6792CA;
	font-weight: bold;
	line-height: 18px;
}
H4, .head4 {
	font-size: 16px;
	color: #285FAE;
	font-weight: bold;
	line-height: 18px;
}
H5, .head5 {
	color: #6792CA;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

/*H5, .head5 {
	color: #6792CA;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}*/
H6, .head6 {
	color: #285FAE;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}



/*
_________ TEXT _________
font-family set in "body"
apply to cell or text */



.copyBold {
	font-size:11px;
	font-weight: bold;
}
.copyLight {
	font-size:11px;
	color: #CCCCCC;
	font-weight: none;
}
.copy1 {
	font-size: 11px;
	color: #285FAE;
}
.copy1Bold {
	font-size: 11px;
	color: #285FAE;
	font-weight: bold;
}
.copy2 {
	font-size: 11px;
	color: #6792CA;
}
.copy2Bold {
	font-size: 11px;
	color: #6792CA;
	font-weight: bold;
}
.copySmall {
	font-size: 10px;
}
.copySmallBold {
	font-size: 10px;
	font-weight: bold;
}
.copyLegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

#DIVmainContent {
	height: 233px;
	position: relative;
	width: 885px;
}
#DIVorderContacts {
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	position: relative;
}

