/* set millions of background images */
.rbroundbox
{
	background: url(nt.gif) repeat;
}
.rbtop div
{
	background: url(images/rounded2.png) no-repeat top left;
}
.rbtop
{
	background: url(images/rounded.png) no-repeat top right;
}
.rbbot div
{
	background: url(bl.gif) no-repeat bottom left;
}
.rbbot
{
	background: url(br.gif) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot
{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rbcontent
{
}
.rbroundbox
{
}


/* main css file */
/* -------------------------------------------PAGE HOLDER--------------------------------------- */

.page
{
	width: 100%;
}


/* For menu */
.selectedMenuItemLv1, .selectedMenuItemLv2, .selectedMenuItemLv3
{
	padding:0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	font-size:13px;
	height:20px;
	border-collapse: collapse;
	margin-bottom:-3px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.selectedMenuItemLv1
{
	background-image: url( 'images/firstLevelItemSel.png' );
	background-position: bottom;

}

.selectedMenuItemLv1 .menuLink
{
	color: #FFFFFF;
	font-size: 11px;
}

.selectedMenuItemLv1 .menuLink:hover
{
	color: #FFFFFF;
}


.selectedMenuItemLv2
{
	background-image: url( 'images/subMenuItemSel.gif' );
	background-position: bottom;
	color: #343434;
}

.selectedMenuItemLv2 .menuLink
{
	font-size: 11px;
	color: #343434;
}

.selectedMenuItemLv2 .menuLink:hover
{
	font-size: 11px;
	color: #3960a1;
	text-decoration: underline;
}


.selectedMenuItemLv3
{
	background-image: url( 'images/subMenuItem3aSel.gif' );
	background-position: bottom;
	color: #343434;
}

.selectedMenuItemLv3 .menuLink
{
	font-size: 11px;
	color: #343434;
}

.selectedMenuItemLv3 .menuLink:hover
{
	font-size: 11px;
	color: #3960a1;
	text-decoration: underline;
}

.deselectedMenuItemLv1, .deselectedMenuItemLv2, .deselectedMenuItemLv3
{	
	background-repeat:no-repeat;
	padding-bottom: 5px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height:20px;
	border-collapse: collapse;
	overflow:hidden;
}

.deselectedMenuItemLv1
{
	font-weight: normal;
	font-weight: bold;
	background-image: url( 'images/firstLevelItem.png' );
	background-position: bottom;
	color: #38609e;
}


.deselectedMenuItemLv1 .menuLink
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
}

.deselectedMenuItemLv1 .menuLink:hover
{
	color: #d9e5fb;
}

.deselectedMenuItemLv2
{
	background-image: url( 'images/subMenuItem.gif' );
	background-position: bottom;
}

.deselectedMenuItemLv2 .menuLink
{
	font-weight: normal;
	font-size: 11px;
	color: #343434;
}

.deselectedMenuItemLv2 .menuLink:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #3960a1;
	text-decoration: underline;
}



.deselectedMenuItemLv3
{
	background-image: url( 'images/subMenuItem3a.gif' );
	background-position: bottom;
	padding-left: 00px;
	width: 187px;
	overflow-x: hidden;
}

.deselectedMenuItemLv3 .menuLink
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

.deselectedMenuItemLv3 .menuLink:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #3960a1;
	text-decoration: underline;
}


.deselectedMenuItemLv3 td
{
	padding-left: 0px;
}

.deselectedMenuItemLv3 .menuLink
{
	font-weight: normal;
	font-size: 11px;
}



.container
{
	margin: auto;
}

.intranet_header2
{
	/*border-left: 3px solid #7a87aa; border-right: 3px solid #7a87aa */
}

.header
{
	margin: auto;
	height: 99px;
	width: 978px;
	overflow: hidden;
	background-image: url('images/header_area_bg.jpg');
	background-repeat: no-repeat;
	background-color: #094fa4;
}

.header_line
{
	background-color: #000000;
	height: 3px;
	width: 100%;
}

.page_restrictor
{
	min-width: 970px;
}


/* -------------------------------------------LEFT SECTION--------------------------------------- */


.page_left
{
	margin-right: 265px;
	margin-left: 0px;
}

.page_left_header
{
	width: 98%;
	height: 23px;
	margin-right: -1px;
	border: solid 3px #00a65f;
	border-bottom: 0px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url('images/leftMenuBg.jpg');
		
}

.page_left_header_left
{
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	height: 20px;
	width: 20px;
	background-image: url(images/left_tl.png);
	background-color: #F8F8F8;
}

.page_left_header_right
{
	float: right;
	position: relative;
	top: -3px;
	right: -3px;
	height: 20px;
	width: 20px;
	background-image: url(images/left_tr.png);
	background-color: #F8F8F8;
}

.page_left_footer
{
	width: 98%;
	height: 15px;
	margin-right: -1px;
	position:relative;
	top:-9px;
	border: solid 3px #1f598b;
	border-top: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.page_left_footer_left
{
	float: left;
	position: relative;
	top:3px;
	left:-3px;
	height: 15px;
	width: 15px;
	background-image: url(images/left_bl.png);
	background-color: #FFF;
}

.page_left_footer_right
{
	float: right;
	position: relative;
	top:3px;
	right:-3px;
	height: 15px;
	width: 15px;
	background-image: url(images/left_br.png);
	background-color: #FFF;
}

.page_left_fixer
{
	width: 98%;
	height: 23px;
}

.page_left_content
{
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 4px;
	float: left;
	height: auto;
	width: 98%;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url('images/menuLeftBg.jpg');
	background-repeat: repeat-y;
}

.left_nav
{
	height: auto;
	float: left;
	z-index: 2;
	padding: 0px 0px 0px 0px;
	width: 187px;
	/* 634198 */
}

.left_main_bottom
{
	height: auto;
	margin-left: 210px;
	margin-top: 280px;
	position: absolute;
	z-index: 2;
}

.page_left_top
{
	height: auto;
	width: 100%;
	margin-left: 230px;
	margin-top: 20px;
	z-index: 2;
}


.page_left_blurb
{
	font: veranda;
	font-size: 16px;
	color: #00a65f;
	line-height: 19px;
}

.main-text
{
	font: veranda;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
		min-height: 400px;
}

.main-text2
{
	font: veranda;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
}

.main-blue
{
	font: veranda;
	font-size: 12px;
	color: #335298;
	line-height: 19px;
	margin-left: 10px;
}

.main-text_bold
{
	font: veranda;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	font-weight: bold;
}

/* -------------------------------------------RIGHT SECTION--------------------------------------- */

.page_right
{
	width: 250px;
	margin-top: 10px;
}

.page_right_footer
{
	width: 250px;
	height: 23px;
}

.page_right_header
{

	width: 250px;
	height: 23px;
	margin-right: 10px;
	background-image: url(images/right_top.jpg);
	background-repeat: no-repeat;
}

.page_right_content
{
	border-top: 0px;
	border-bottom: 0px;
	width: 244px;
	background-color: #FFFFFF;
	padding-left: 0px;
}

.right_box_2
{
	margin-top: 10px;
	height: auto;
	border: 1px solid #cccccc;
	width: 235px;
	z-index: 1;
	background-image: url(images/right_box_back.jpg);
	background-repeat: repeat-x;
}
.right_box_2_header
{
	background-color: #445d95;
	height: 20px;
	width: 235px;
}

.right_whitebox
{
	margin-left: 14px;
	margin-top: 10px;
	height: 0;
	width: 205px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

.right_whitebox2
{
	margin-left: 14px;
	height: 100px;
	width: 205px;
	border: 1px dashed #cccccc;
	background-color: #FFFFFF;
}

.right_whitebox3
{
	margin-left: 14px;
	height: 100px;
	width: 205px;
	border: 1px dashed #cccccc;
	background-color: #FFFFFF;
}

.right_box_3
{
	margin-top: 10px;
}

/* ---------------SEARCH BOX----------------------- */

.search_box
{
	margin-top: 4px;
	height: auto;
}


.search_box_text
{
	font: veranda;
	font-size: 13px;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	margin-left: 37px;
	margin-top: 7px;
}

.news_box_text
{
	font: veranda;
	font-size: 13px;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	margin-left: 10px;
	margin-top: 2px;
}

.search_box_textbox
{
	position: absolute;
	z-index: 2;
	margin-left: 17px;
	margin-top: 40px;
}

.search_box_button
{
	position: absolute;
	z-index: 2;
	margin-left: 140px;
	margin-top: 68px;
	
}

.footer_holder
{
	background-image: url('images/bottomFooterImg.jpg');
	background-repeat: repeat-x;
	width: 990px;
	margin-left: 1px;
	height: 60px;
	background-color: #e6ebf3;
}

.footer
{
	float: left;
	margin-left: 20px;
	background-color: #e6ebf3;
}
.copyright
{
	float: right;
	margin-right: 20px;
	background-color: #e6ebf3;
	color: #000000;
}

.footertext
{
	padding-left: 5px;
	padding-top: 7px;
	font-family: arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	background-color: #e6ebf3;
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}



.content_text
{
	float: none;
	margin-left: 210px;
	margin-right: 10px;
	clear: none;
	width: auto;
	table-layout: fixed;
	word-wrap: break-word; /*HEIGHT:AUTO;*/
}

.page_left_bar
{
	background-image: url(images/page_left.jpg);
	height: auto;
	position: relative;
	z-index: 3;
	float: left;
}

.itemcol
{
	margin-top: 5px;
	margin-left: 5px;
}



.intranet_title
{
	margin-top: 20px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #00a65f;
	line-height: 28px;
	margin-left: -10px;
}
.intranet_line
{

}
.intranet_block_text
{
}
.header_text
{
	font: arial;
	font-size: 18px;
	line-height: 60px;
	color: #385fa0;
	border-bottom: #dddddd 1px dotted;
	padding-bottom: 4px;
}


.titleUnderline
{
	background-image: url('images/titleUnderline2.png');
	background-repeat: no-repeat;
	height: 10px;
	width: 400px;
	margin-left: 10px;
	z-index: -100px;
	margin-top: -2px;
}


/* -------------------------------------------VIEW ARTICLES--------------------------------------- */

.sub_category
{
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
}

.sub_category:hover, .sub_category:visited:hover
{
	color: Black;
	text-decoration: underline;
}

.sub_category:visited
{
	color: Navy;
}

.sub_category_sep
{
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
}

.sub_category_sep:hover
{
	text-decoration: none;
}

.breadcrumb_current
{
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumb_current:hover
{
	text-decoration: none;
}

.article_details
{
	font-size: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}

/* -------------------------------------------TABLES FOR FORMS--------------------------------------- */

table.beauty
{
	border-collapse: collapse;
	border-left: 1px solid #385fa0;
	border-right: 1px solid #385fa0;
	border-bottom: 1px solid #385fa0;
	background-image: url('images/beautyTd.gif');
	background-repeat: repeat-x;
	background-position: top right;
	background-color: #fefefe;
	
}

table.beauty td
{
	padding: 5px;
}

table.beauty th
{
	font-weight: bold;
	padding-left: 4px;
	color: #c2dbed;
	background-color: #333333;
	border: 0px none;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	border-left: 0px none;
	border-top: 1px solid #385fa0;
	height: 30px;
}

table.beauty table td
{
	background-image: none;
}

.beauty input[type="text"], .beauty input[type="password"], .beauty textarea
{
	border: 1px solid #9a9a9a;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f0f0f0;

}


.button
{
	font-weight: bold;
	border: #266490 1px solid;
	background-color: #304a8f;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	line-height: 28px;
}

.button:hover
{
	background-color: #84c0eb;
}

.button a
{
	color: #FFFFFF;
	text-decoration: none;
}

.main-text2 .button
{
	color: #FFFFFF;
}

.main-text2 .button:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.button:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.breadcrumb_featured
{
	padding-left: 19px;
	background: url(images/bread.png) top left no-repeat;
	line-height: 20px;
	color: #666666;
}
.breadcrumb_container
{
	border-bottom: #DAE2ED 1px solid;
	border-top: #DAE2ED 1px solid;
	background-image: url(images/bread.jpg);
	background-repeat: repeat;
}


/* ------------------------- BOXES (EXTRA CSS) ------------------------------ */

.boxPlaceholder
{
	padding-left: 0px;
}

.boxPlaceholderTable
{
	width: 235px;
	font-size: 10px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
}

.boxPlaceholderTable td
{
	background-color: #FFFFFF;
	padding: 3px;
	color: #000000;
	font-weight: bold;
	background-image: url('images/boxGradient.jpg');
	background-repeat: repeat-y;
	
}

.boxPlaceholderTable th
{
	background-image: url('images/boxHead.jpg');
	font-weight: bold;
	line-height: 30px;
	font-size: 1px;
	color: #7081b2;
	text-align: left;
	height: 37px;
	
}


.boxPlaceholderTable .boxTable
{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	height: 0;
	width: 185px;
	background-color: White;
	line-height: 10px;
	margin-left: 18px;
}

.boxBottom
{
	width: 235px;
	height: 26px;
	background-image: url('images/box_adv_footer.jpg');
	background-repeat: no-repeat;
}


.boxPlaceholderTable .boxTable td
{
	width: 185px;
	margin: auto;
	background-color: White;
	background-image: url();
}
/* Javascript Hyperlink */

.javascript_link a
{
	font: 11px verdana;
	color: blue;
	text-decoration: underline;
}

.form_header
{
	margin: auto;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	text-align: center;
}

.Article_Preview_Title
{
	font: 11px verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.Article_Preview
{
	font: 11px verdana;
	text-decoration: none;
	color: #000;
}


/* site map */
.siteMapLink
{
	font-size: 12px;
	color: #334F98;
	text-decoration: none;
	font-weight: bold;
}

.siteMapLink:hover
{
	color: Black;
	text-decoration: underline;
}

.siteMapSubLink
{
	color: #334F98;
	text-decoration: none;
	font-weight: bold;
}

.siteMapSubLink:hover
{
	color: Black;
	text-decoration: underline;
}

.siteMapPageLink
{
	color: #667BB0;
	text-decoration: none;
	font-weight: bold;
}

.siteMapPageLink:hover
{
	color: Black;
	text-decoration: underline;
}


.footerFix
{
	background-color: #d55e18;
}


.rightBoxLoginRegister
{
	background-color: #9c0000;
	width: 85px;
	float: left;
	margin-right: 2px;
	margin-left:2px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	height: 29px;
	line-height: 29px;
	margin-top: 5px;
	vertical-align: middle;
}

.rightBoxLoginRegister:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.main-text2 a
{
	color: #000000;
	font-weight: bold;
}

.main-text2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.footer_holder a
{
	color: #000000;
}

.tb-rounded {
    border:0;
    background: transparent url(rounded.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;	
}