/* Table of Contents:
		- Typography						
			* Headers
			* Homepage module header
			* Homepage floating paragraph			
			* Default and secondary links
			* Sidebar link
			* Top navigation link			
			* Footer link
			* Homepage floating link [specific] /index.html
			* Back-to-top link [specific] /company/careers.html
			* Copyright
			* Image with caption
			
	Blue (link)	: #028bda
	Green		: #7ea63f
*/

/* Typography
---------------------------------------------------------------------------------------------------- */
body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea {
	color: #003366;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.green {
	color: #7ea63f;
}

.light {
	color: #999;
}

.up1size {
	font-size: 13px;
}

/* Headers
---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #666;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
#ccNav, ccNav.ul, ccNav.ol, ccNav.dl, ccNav.h1, ccNav.h2, ccNav.h3, ccNav.h4, ccNav.h5, ccNav.h6, ccNav.td, ccNav.th, ccNav.caption, ccNav.pre, ccNav.p, ccNav.blockquote, ccNav.input, ccNav.textarea {
	font-size: 16px;
}

/* Footer header
---------------------------------------------------------------------------------------------------- */
.footer_section h1 {
	letter-spacing: 0.1em;
	color: #CCCCCC;
	font-weight: normal;
	font: verdana, arial, geneva, helvetica, sans-serif;
}

/* Homepage module header
---------------------------------------------------------------------------------------------------- */
.home_module h1 {
	font-size: 15px;
	margin: 0 0 5px;
	color: #333;
}

/* Homepage floating paragraph
---------------------------------------------------------------------------------------------------- */
#top.home p {	
	color: #fff;
	line-height: 14px;
}

/* Default and secondary links
---------------------------------------------------------------------------------------------------- */
a, a:visited, a:hover {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

a.secondary, a.secondary:visited {
	color: #028bda !important;   /* e.g. on sidebar */
	text-decoration: none !important;
}

a.secondary:hover {
	text-decoration: underline !important;
}

/* Sidebar link
---------------------------------------------------------------------------------------------------- */
#sidebar a, #sidebar a:visited {
	color: #666;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}



#sidebar a.selected:hover {
	cursor: default;
	text-decoration: none;
}

/* Top navigation link
---------------------------------------------------------------------------------------------------- */
a.nav_button, a.nav_button:visited {
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.nav_button:hover {
	color: #fff;
	text-decoration: underline;
}

a.nav_button.on, a.nav_button.on:visited {
	color: #333;
}

a.nav_button.on:hover {
	text-decoration: none;	
}

/* Footer link
---------------------------------------------------------------------------------------------------- */
#sc_footer a, #sc_footer a:visited {
	color: #8e8e8e;
	font-size: 11px;
	text-decoration: none;
}

#sc_footer a:hover {
	color: #ccc;
}

/* Homepage floating link [specific] /index.html
---------------------------------------------------------------------------------------------------- */
#top.home a, #top.home a:visited, #top.home a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

/* Back-to-top link [specific] /company/careers.html
---------------------------------------------------------------------------------------------------- */
.posdiv a, .posdiv a:visited {
	color: #028bda;
	text-decoration: none;
}

.posdiv a:hover {
	color: #028bda;
	text-decoration: underline;
}

/* Copyright
---------------------------------------------------------------------------------------------------- */
#sc_copyright {
	color: #666;
	font-size: 11px;
}

/* Image with caption
---------------------------------------------------------------------------------------------------- */
div.fig p {
	font-weight: bold;
	text-align: center;
}

/* Footer link 2
---------------------------------------------------------------------------------------------------- */
#ss_footer a, #ss_footer a:visited {
	color: #666;
	text-decoration: none;
}

#ss_footer a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

/* Footer link 2 [specific] splash template
---------------------------------------------------------------------------------------------------- */
#splash_footer a, #splash_footer a:visited {
	color: #999;
	text-decoration: none;
}

#splash_footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* Copyright
---------------------------------------------------------------------------------------------------- */
#ss_copyright {
	color: #666;
	font-size: 11px;
}

/* Sidebar header
---------------------------------------------------------------------------------------------------- */
#sidebar h2 {
	color: #777;
}

/* Rounded-corner header
---------------------------------------------------------------------------------------------------- */
.rctab h2 {
	color: #555;
	font-size: 12px;
	letter-spacing: .06em;
}
