﻿body {
	
	behavior:url(csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#0d3b97;
	background-color: #99bbea;
	background-image: url('/cnr/weef/images/pagebg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #F37231;
}
a:visited {
	text-decoration: none;
	color: #F37231;
}

a:hover {
	color: #db5d1f;
	text-decoration: underline;
}

#skipnav {
	display:none;
}

#container {
	padding: 0px;
	margin: 0 auto;
	width: 760px;
	height: auto;
	border: 3px solid #FFFFFF;
}
#header {
	background-image: url('/cnr/weef/images/header.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
}
#subheader {
	background-color: #FFFFFF;
	background-image: url('/cnr/weef/images/subheadbg.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 319px;
}
#flashcontent {
	background-image: none;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 300px;
	height: 151px;
	margin-top: 26px;
	margin-left: 50px;
	_margin-left: 20px;
	background-color: #FFFFFF;
}

#buttons {
	width:350px;
	height: 30px;
	padding-top: 175px;
	margin-left: 385px;
}


#buttons img {
	border-style: none;
	border-width: 0;
}

#buttons2 img {
	border-style: none;
	border-width: 0;
}


/******************** NAVIGATION STYLES *********************/


#navigation {  /* Inserts the background for the top menu bar, sets the bar height & width, adds the top & bottom borders, floats it left */
	background: #18449f url('/cnr/weef/images/navbar_bg.gif') repeat-x;
	height: 24px;
	float:left;
	width: 760px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#navigation ul {     /* Sets the text color & type size, removes the margin & padding, and unordered list bullets */
	color: #FFFFFF;
	font-size: small;
	list-style-type: none;
	margin: 0;
	padding:0;
}

#navigation ul li {   /* Lines the links in the unordered list up horizontally, relative to the navigation div */
	float: left;
	position: relative; 
	margin-right: 0;
	margin-left: 1px;
	height: 24px; 
}

#navigation ul li a {   /* Controls the spacing of the main top links, and padding on the main top links hover color */
	color:#fff;
	padding: 3px 28px 5px 28px; /* If the link name gets longer, decrease the left & right side padding to fit in navigation div */
	text-decoration:none;
}

#navigation ul li a:hover {  /* Color of the top links text on hover */
	color: silver;
	background:navy;	
}

/*#navigation ul li.submenu a {    Adds the down arrow to the links with drop-downs 
	background-image: url(images/dropmenu.gif);
	background-repeat: no-repeat;
	background-position: 14px 8px;
}*/

#navigation ul li.submenu a:hover {  /* For IE6, to keep the drop-down arrow visible on hover over the main menu links  */
	background-image: url(/cnr/weef/images/dropmenu.gif);
	background-repeat: no-repeat;
	background-position: 14px 8px;
}


#navigation ul ul.level1 li a{  /* Removes the down arrow from the submenu links, that was applied in the rule above  */
	background-image:none
}

#navigation ul.level1 li a:hover {  /* For IE6 on hover--removes down arrow from submenu links, changes background color and type color */
	background-image:none;
	background-color:white;
	color: #330066;
}

#navigation ul a {  /* Pushes the main links down */ 
	display: block;
	padding: 4px 10px 5px 24px;
}

#navigation ul ul {   /*positions the drop-down submenu, turns off visibility until main link hover */
	display: none;
	position: absolute;
	top: 24px;
	left: -1px;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
	background: #eee;
}

#navigation ul ul li {    /* Adds a line in between submenu items and a background color */
	float: none;
	border: 1px solid #c3c9cd;
	background-color: #d5dce1; 
	padding: 0;
	height: auto;	
	z-index: 100; 
}

#navigation ul ul li:hover {   /* Changes the background color of the list item on hover */
	background-color: #fff;	
}

#navigation ul ul li:hover a{   /* Changes the background color of the list item link on hover */
	background-color: #fff;	
	color: #330066;
}

#navigation ul ul li a {  /* Sets the color of the submenu links */
	/*padding: 3px 10px;
	background-image: none;*/
	color: navy;
}

#navigation li:hover ul {   /*Turn the visibility of the submenus on when main link is hovered over */ 
	display: block;
}



/**********************************/
/**Navigation submenu spacing fix**/
/**********************************/

/* - The submenu defining class, bottom margin and padding are set as is to remove white space around items in IE6 for Windows. -  */
#navigation ul li ul li {
            width: 175px;
            margin-bottom: -3px;
            padding-top: 2px;
            padding-bottom: 0px;
            padding-left: 0px;
            text-decoration: none;
            }


/* - This is an IE7 Hack that will correct that invisible space between the Jump out Menus on IE7.  The invisible space is there due to the firefox hack 
saying margin-bottom:0px;.  IE7 READS firefox Hacks and therefore has that extra spacing instead of the -4px it should have.- */

*:first-child+html #navigation ul li ul li {
            margin-bottom: -4px;
}

/***************************************************/


#navigation a.lastlink {  /* For Firefox--pads the background hover color all the way to the right side border of the div */
	padding-right:20px
}

#navigation a.lastlink {  /* IE hack--pads the background differently to satisfy IE */
	_padding-right: 35px
}

/************************************************************************/


#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 760px;
	height: auto;
	overflow:auto;
}
#leftcol {
	padding: 0px;
	margin: 0px;
	width: 380px;
	height: 199px;
	float: left;
	background-image: url('/cnr/weef/images/leftcol_image.jpg');
	background-color: #fff;
	background-repeat: no-repeat;
}
#content {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 400px;
	padding: 5px 0 0 0;
	width: 350px;
}
#footer {
	text-align: center;
	font-size: x-small;
	background-image: url('/cnr/weef/images/footer.gif');
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#search #go {
	width: 30px;
	height: 22px;
	border-style: none;
	border-width: 0px;
	margin-bottom: 4px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#buttons2 {
	border-width: 0px;
	padding: 0px;
	margin: 200px 0px 0px 20px;
}

