﻿/* partner.css /*

/********************* Headings **********************/

h1 {font-size: 1.4em; color: #003061;}
h2 {font-size: 1.4em; color: #888;}
h3 {font-size: 1.1em; color: #2c5b89;}
h4 {font-size: 1.1em; color: #000;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}

.relContentHeader {
	margin-top: 5px; 
	color: #2c5b89;
	border-bottom: 2px solid #444;	
}
#contentLeft h1 { 
	padding-bottom: .6em;
	margin-bottom: .8em;
	margin-top: .8em;	
	color: #194284;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	border-bottom: none;
}
#contentLeft h2 {
	padding: .3em; 
	color: #2c5b89;
	background: #ebeffb;
	border: solid 1px #dbe2f9;
	margin-top: 0;
	margin-bottom: .8em;
}
#contentLeft h3 {
	margin-top: 1em;
	margin-left: 3px;
	color: #194284;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	border-bottom: none;
}
/********************* Links **********************/

a:link {color: #194284;} 
a:visited {color: #5cb1d6;} 
a:hover {color: #194284;} 
a:active {} 

/********************* BANNER **********************/

#branding {
	height: 75px;
	margin-top: 0px;
}


/********************* NAVIGATION **********************/

#breadcrumbs a, #breadcrumbs { 
	color: #666666;
}

#quickLinks {
	margin: 0;
	font-weight: bold;
	padding: 0;
	color: #fff;
	background: #dcbb6c;
	}
	#quickLinks li {
	color: #000066;
	padding: .6em 0;
	list-style-type: none;
	}
	#quickLinks ul { 
	float: left;
	margin: 0;
	padding: .5em 5px;
	background: none;
	text-indent: 35px;
	}
	#quickLinks li.qlTitle {
		color: #fff;
		font-size: georgia, serif;
		text-transform: uppercase;
		font-size: 1em;
	}
	#quickLinks a {
	color: #000066;
	margin: 0;
	text-decoration: none;
	border: 0;
	padding: .6em .8em; 
	background: none;
	}
	#quickLinks a:hover {
	text-decoration: underline;
}
	
/*** LEFT NAV ***/
div.rpSlide {display: none;}
#leftColumn {
	position: relative;
	float: left;
	width: 253px;
}
#leftNav {
	letter-spacing: -.03em;  
	clear: both;
	line-height: 95%;
	font-size: .8em;
	font-weight: bold;
	background: none;
	margin: 2px 0px 0px 0px;
	width: 253px;
	}
	#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 2px;
	text-indent: 0;
	}
	#leftNav li {
	border: 1px solid #DEDEDE;
	padding: .2em;
	line-height: 1.1em;
	}
	#leftNav li a {
	display: block;
	height: auto;
	color: #173165;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	text-decoration: none;
	padding: .6em;
	font-size: 1.2em;
	}
	#leftNav li a:visited {
	border-bottom: 0;
	}
	#leftNav li a:hover, 
	#leftNav li a:active { 
	background: #d6d7d8;
	color: #222;
	text-decoration: none;
}

/* Sub Nav */
#leftNav ul ul {
	font-size: .9em;
	font-weight: normal;
	color: #CCC; 
	padding-left: 5px;
	margin: 0;
	width: 240px;
	}
	#leftNav ul ul li {
	border: none;
	list-style: none;
	}
	#leftNav ul ul li a {
	height: auto; 
	padding-left: 6px;
	letter-spacing: 0.05em;
	border-left: solid 2px #193266;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	#leftNav ul ul li a:hover,
	#leftNav ul ul li a:active {
	margin: 0;
	text-decoration: none;
}

/* Sub Sub Nav */
#leftNav ul ul ul{
	font-size: .9em;
	font-weight: normal;
	color: #CCC; 
	padding-left: 10px;
	margin: 0;
	width: 220px;
	}
	#leftNav ul ul ul li {
	border: none;
	list-style: none;
	}
	#leftNav ul ul ul li a {
	height: auto; 
	padding-left: 6px;
	letter-spacing: 0.05em;
	border-left: solid 1px #193266;
	background: none;
	}
	#leftNav ul ul ul li a:hover,
	#leftNav ul ul ul li a:active {
	margin: 0;
	text-decoration: none;
}



/*** FOOTER ***/
#agencyFooter a {color: #194284; text-decoration: none; padding: .4em; margin-left: .7em;}
#agencyFooter a:visited {border-bottom: 0;}
#agencyFooter a:hover {text-decoration: underline; background: #DCBB6C; color: #194284;}
#agencyFooter {
	background: #DCBB6C;
	color: #194284;
	padding: .7em 0;
	border-right: 8px solid #DCBB6C;
}

/*********************** Content *****************/
#page {
	padding-left: 0; 
	background:	#fff url(images/pageBackground.gif) repeat-y -20px 0;
	line-height: 1.5em;
}
#contentContainer {
	width: 650px; 
	padding: 0 0 15px 5px;	
	color: #333;
	margin: 0;
	background: none;
	position: relative;
	float: right;
}
#contentContainer ul {
	list-style: url(images/arrow.gif) outside;
	margin:3px 0 10px 1.9em;
	padding: 0;
}
#contentContainer ul li {
	list-style: url(images/arrow.gif) outside;
	
}
	#contentContainer ul li ul {
		
		}
#contentContainer li {margin: 0 0 5px 0px; line-height: 1.2em;}

#contentLeft {
	width: 640px;
}
#contentRight {display: none;}
div.relativeContentLeft {padding: 0 10px 0 10px; width: 155px; color: #666;}


body{top: 0px !important;}
frame,.goog-te-balloon-frame{display:none !important;}
font{background: transparent !important; color: inherit !important;}

/***************** PRINT STYLES ******************/
@media print {
 body {}
 #pageContainer {background: transparent;}
 #contentContainer {float: none; width: 7in; }
 #contentLeft {width: 6.5in; float: none; border: none !important; }
 #branding {
 position: static;
 float: none; 
 background: transparent;
 width: 7in;
 height: auto;
 margin-top: 0px; 
 }
 #breadcrumbs,
 #contentRight, 
 div.relativeContentLeft, 
 div.relativeContentRight {float: none; width: 6.5in; }
 #leftNav,
 #quickLinks,
 #footer,
 #agencyFooter,
 #globalNav {display: none; float: none;}
 
}




