/* BCSCSHIC main css */
/* last modified 2006-08-08 */


/* BASE TAG DEFINITIONS */
body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1 {
	margin: 1em 0em 1em 0em;
	font-size: 160%;
	color: #217BAB;
	line-height: 1.16;
}

h2 {
	margin: 2em 0em 0em 0em;
	padding: 0px;
	font-size: 130%;
	color: #be1e2d;
	line-height: 1.16;
}

h3 {
	margin: 1em 0em 0em 20px;
	padding: 0px;
	font-size: 115%;
	color: #be1e2d;
	line-height: 1.16;
}

h4 {
	font-size: 100%;
	color: #217BAB;
	line-height: 1.16;
}

h5 {
	color: #666666;
	font-size: 90%;
	font-weight: normal;
	margin: -1.8em 0em 0em 0.3em;
	padding: 0em;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

ol, ul {
	margin-top: 0em;
	padding-top: 0em;
}
li {
	margin-bottom: 0.5em;
}

a {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #0033FF;
}


/******** POSITIONING AND AREA DIVS ********/
#container { 
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	border-bottom: 12px solid #217BAB;
}


/******** top navigation ********/
#quickNav {
	padding: 5px 10px 6px 0px;
	text-align: right; 
	font-size: 85%;
	color: #be1e2d;
}

#quickNav a { text-decoration: none; }
#quickNav a:hover { text-decoration: underline; }


/******** banner and crumbs ********/
#masthead {
	height: 100px;
	background-image: url(../images/layout/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#breadcrumbs {
	padding: 4px 0px 4px 10px;
	color: #333399;
	font-size: 76%;
	border-top: 1px solid #217BAB;
	border-bottom: 1px solid #217BAB;
}


/******** primary navigation ********/
#mainNav {
	float: left;
	width: 22%;
	height: 390px;
	margin: 0px;
	padding: 0px;
	background: url(../images/layout/mainnav_bg.jpg) no-repeat;
	/* border-right is controlled by the layout.js file */
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainNav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainNav a {
	display: block;
	padding: 6px 2px 6px 10px;
	margin: 0px;
	color: #006699;
	font-size: 120%;
	font-weight: bold;
	text-decoration:none;
	background-image: url(../images/layout/nav_item_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#mainNav a:hover {
	color: #FFFFFF;
	background-color: #be1e2d;
	background-image: url(../images/layout/nav_item_bg_over.gif);
	
}

/******** main central column ********/
#contentArea {
	display: block;
	width: 52%;
	min-height: 390px;
	float: left;
	padding: 0px 15px 10px 20px;
	/* border-left is controlled by the layout.js file */
}

/******** right side bar ********/
#extras {
	float: right;
	width: 20%;
}

#extras img { float: right; }
#extras a img {
	float: none;
	margin-top: 3px;
	border: none;
}
#extras a {
	text-decoration: none;
}


/******** bottom of the page - nav and notices ********/
#footer {
	clear: both;
	padding: 10px 0px 10px 0px;
	color: #be1e2d;
	border-top: 1px solid #217BAB;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

/******** indent styles ********/
#indent p {
	margin-left: 30px;
}


/******** open classes ********/
.backToTop {
	text-align: right;
}

.new {
	color: #ffffff;
	padding: 0px 4px 2px 4px;
	background-color: #217BAB;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
}

.redalert {
	color: #FF0000;
	border-top: solid;
	border-bottom: solid;
	border: thin;
	padding: 4px 0px 6px 0px;
	border-color: #FF0000;
	}

/* *** Float containers fix - for full explanation see http://positioniseverything.net/easyclearing.html */ 
.clearfix:after {
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
 }
 
.clearfix{ display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */ 

/* Hide layout structure from printing */
@media print {
	
	#quickNav, #masthead, #mainNav, #breadcrumbs, #footer, .backToTop {
		display: none;
	}
	
	body {
		font-family: "Times New Roman", Times, serif;
		font-size: 11pt;
		color: #000000;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#contentArea, #container {
		width: 650px;
		border: 0px;
	}
	
	a, a:hover, a:visited {
		color: #000000;
	}
	
}