﻿/****************************************
 * cbic-core.css -- Common CSS  		*
 ****************************************
 
  Table of Contents					
  -----------------
  I.   Overrides and Layout
  II.  Curved Yellow Header Element
  III. Main Navigation

*/
 
 
/************************************************************************************************************/
/* I. Overrides and Layout */
 
a {
	color:#008ab0;
	text-decoration:none;
}
a:hover {
	color:#ee3b33;
}

/* headline overrides (easily picked up by search engines) */
h1 { 
	font-size:19px;
	font-weight:bold;
	color:#008ab0;
	margin:0px;	
}
h2 {
	font-size:15px;
	font-weight:bold;
	color:#008ab0;
	margin:0px;	
	margin-bottom:0.3em;
}

h3 
{
	font-size:17px;
	color:#008ab0;
	margin:0px;	
	margin-bottom:0.3em;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#008ab0;
	margin:0px;	
	margin-bottom:0.3em;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#008ab0;
	margin:0px;	
	margin-bottom:0.3em;
}

select, option {
	border:0px;
	background:#eeeeee;
	padding:2px 0px 2px 10px;
}

label { cursor:pointer; }

.textHeaderLine {
	font-size:13px;
	font-weight:bold;
	color:#008ab0;
	padding-left:5px;
	padding-bottom:2px;
	border-bottom:2px solid #eee;
}

.text {	line-height:1.5em; }

.red { color:#008AB0; } /* Not red, but saves changing all the pages.*/

.black { color:#000000; }

.navy { color:#008ab0; }

.imgBorder { border:4px solid #008ab0; }

.nowrap { white-space:nowrap; }

.border3px {
	height:3px;
	background:url(images/dot3px_horz.gif) center left repeat-x;
	font-size:1px;
}
.border2by1px {
	height:3px;
	background:url(images/dot2by1px_horz.gif) center left repeat-x;
	font-size:1px;
}

/************************************************************************************************************/
/* II. Curved Yellow Header Element */
#yellowHeader {
	float:left;
	background:url(images/back_curve_yellow.gif) no-repeat;
	width:190px;
	height:40px;
}
#yellowHeader div { /* holds label */
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-decoration:none;	
	margin-left:35px;
	margin-top:15px;
}

/************************************************************************************************************/
/* III. Main Top Navigation */
#navMain a {
	color:#e7e7e7;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 10px;
	border-right:1px solid #000;
	display:block;
	float:left;
	border-top:0px;
}
#navMain a:hover {
	border-top:3px solid #99A2A7;
	padding-top:2px;
}
#navMain a.active, #navMain a.active:hover { /* active page */
	color:#99a2a7;
	border-top:0px;
	padding-top:5px;
}
#navMain a.lastItem {
	border-right:0px;
}

.navMainHolder {
	background:url(images/back_gradient.gif) repeat-x;
	height:40px;
	border-top:0px;
}


#navMainS a:hover {
	border-top:3px solid #99A2A7;
	padding-top:2px;
	
}

#navMainS a.active {
	color:Red;
}

