/* Default.css */

/* Color Reference:
   Dark Blue: #064477
   Orange: #eab21b
   Blue: #aab9d4;
   Light Gray: #efefef;
   Light Blue: #0a6cbd; (For Paragraph Links)
*/



/* Default Link Styles */

a {
    color: #0a6cbd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



/* Default Body Styles */

body {
    margin: 0; 
    padding: 0; 
    text-align: center;
    background: #eaeff5;
/*  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0'); */
    color: #064477;
    height: 100%;
}

.line_b {
	border-bottom: solid 1px #064477;
	margin-bottom: 20px;
	width: 100%;
}



/* Master Layout Containers */ 

#container_root_width  {
    width: 723px;
    margin: 0 auto;
}

#container_root {
	margin: 0;
	padding: 0;
    text-align: left;
    font: normal 12px Arial;				/* default font size for text */
    border-left: solid 1px #064477;
    background: transparent url("/images/body_right_shadow.gif") right top repeat-y;
    background-color: White;
}



/* Logo Styles */

.logo {
	margin-bottom: 5px;
	/* padding-left: 10px;
	margin-top: 15px; */
	float: left;
}

.logo-wide {
    height: 100px;
    background: transparent url("/images/bs-logo-bg-wide-20070610.gif") left top no-repeat;
    color: #064477;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
}

.logo-text {
	padding-right: 25px;
	padding-top: 25px;
    font: normal 9px Arial;
    color: #064477;
}

.logo-text a {
    color: #064477;
}

.navpicture img {
    border-bottom: solid 1px #064477;
}




/* Reserved section below the main menu */

.submenu {
    margin-top: 5px;
    margin-bottom:5px;
    margin-left: 170px;
    text-align: left;
    font: bold 10px Arial;
    color: #064477;
    clear: both;
}




/* Left Quotation Box */

.leftquote {
	float: left;
    width: 130px;
    padding-top:0;
    margin-top: 0;
}

.leftquote p 
{
	padding-top:0;
	margin-top: 0;
	padding:10px;
	padding-left: 20px;
	font: italic 11px Arial;
}
	


/* Left Sub Menu Styles */

.navleftmenu {
    float: left;
    width: 140px;
    padding-bottom: 20px;
}

.navleftmenu ul {
    margin: 0;
    padding-left: 15px;
    list-style-type: none;
}

.navleftmenu ul li {
    display: block;
    padding-top: 5px;
}

.navleftmenu ul li a {
    text-decoration: none;
    font: normal 10px Arial;
    color: #064477;
}


.navleftmenu ul li.nlmheading {
    border-bottom: solid 1px #064477;
    display: block;
    padding-top: 5px;
    font-weight: bold;
}

.navleftmenu ul li.nlmheading a {
	font: bold 11px Arial;
}

.navleftmenu ul li.nlmheading a:hover {
	text-decoration: none;
}

.navleftmenu ul li a:hover {
    text-decoration: underline;
}

.navleftmenu ul li ul li {
	display: block;
    list-style-type: none;
}

.navleftmenu ul li ul li a {
    text-decoration: none;
    font: normal 10px Arial;
}

.navleftmenu ul li ul li a:hover {
    text-decoration: underline;
    font: normal 10px Arial;
}




/* Main Body Styles */

.body_right_width {
    float: right;
    width: 570px;
    color: #064477;
}

.body_home_width 
{
	color: #064477;
	padding-left: 30px;
}

.body_right {
    padding-bottom:30px;
    padding-left: 5px;
    color: #064477;
    padding-right: 35px;
}

.body_right h1 {
    font: normal 18px Arial;
    margin-top: 5px;
    clear: left;
}

.body_right h2 {
    font: bold 12px Arial;
    color: #064477;
}

.body_right h3 {
    font: bold 14px Arial;
    color: #064477;
}

.body_right h4 {
    font: normal 24px Arial;
    margin-top: 5px;
    clear: left;
}


a.smalltext 
{
	padding-left: 20px;
	font: italic 11px Arial;
	color: #064477;
}

.body_right table {
	font: normal 12px Arial;
}

.body_right table tr td input, select, textarea {
	font: normal 12px Arial;
}

.body_right ul {
	list-style: square;
	margin-left: 20px;
	padding-left:0px;
}

.body_image {
    float: right;
    border: solid 1px #064477;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.body_image_nb {
    float: right;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.bqheading {
	width: auto;
	display: block;
	color: White;
	background-color: #064477;
	padding: 0px 10px 0px 10px;
	font: normal 12px Arial;
}

.body_quote {
	float: right;
	border: solid 1px #064477;
	margin-left:10px;
	width: 140px;
	display: block;
	background-color: #efefef;
	margin-bottom: 15px;
}

.body_quote td
{
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 0px 5px;
	font: normal 11px Arial;
}

.body_quote td img
{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.body_quote td a
{
	font: normal 11px Arial;
	color: #064477;
}

.links_home
{
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.links_home td 
{
	font: normal 11px/15px "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", arial, sans-serif;
	margin: 0px;
}

.links_home td img
{
	margin-top: 5px;
	margin-bottom: 5px;
	/*
	border-left: solid 1px #064477;
	border-right: solid 1px #064477;
	border-top: dotted 1px #064477;
	*/
}


/* Side download menu */

.navleftdl 
{
	position: relative;
	border-top: solid 1px #064477;
	border-bottom: solid 1px #064477;
	display: block;
	background-color: #efefef;
	margin-left: 10px;
	padding-left: 0px;
	margin-bottom: 15px;
	margin-top: 50px;
	padding: 0;
}

.navleftdl div 
{
	padding: 2px 10px 2px 10px;
	margin: 0;
}

.navleftdl div p {
	font: normal 11px Arial;
	margin: 5px 0px 5px 10px;
}

.navleftdl div p a {
	font: normal 11px Arial;
}

/* Footer Styles */

.footer {
    border-top: solid 1px #064477;
    width:720px;
    text-align: center;
    font: normal 9px Arial;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #aab9d4;
    clear: both;
    background: #064477 url("/images/body_bottom_shadow.gif") bottom left repeat-x;
    text-transform:uppercase;
}

.footer a {
    color: #aab9d4;
}




/* Navigation Menu Styles */

.horizontalcssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

.horizontalcssmenu ul li {
    position: relative;
    display: inline;
    float: left;
	width: 144px;		/* Width of top level menu link items */
}


.horizontalcssmenu ul li a {
	
    position: relative;
	display: block;
    
    text-decoration: none;
    text-align: center;
    
    color: White;
    font: bold 11px Arial;
    line-height: 20px;
    height: 20px;
    
    background: transparent url(/images/navmenubg-nonselected.gif) left top no-repeat;
}

.horizontalcssmenu ul li a.begin {

    position: relative;
	display: block;
    
    text-decoration: none;
    text-align: center;
    
    color: White;
    font:  bold 11px Arial;
    line-height: 20px;
    height: 20px;
    
    background: transparent url(/images/navmenubg-nonselected-begin.gif) left top no-repeat;
}

.horizontalcssmenu ul li a.current {

    position: relative;
	display: block;
    
    text-decoration: none;
    text-align: center;
    
    color: #aab9d4;
    font:  bold 11px Arial;
    line-height: 20px;
    height: 20px;
    
    background: transparent url(/images/navmenubg-selected.gif) left top no-repeat;
}

.horizontalcssmenu ul li a.begin-current {

    position: relative;
	display: block;
    
    text-decoration: none;
    text-align: center;
    
    color: #aab9d4;
    font:  bold 11px Arial;
    line-height: 20px;
    height: 20px;
    
    background: transparent url(/images/navmenubg-selected-begin.gif) left top no-repeat;
}



.horizontalcssmenu ul li a:hover {
    text-decoration: none;
    color: #aab9d4;
    background: transparent url("/images/navmenubg-selected.gif") left top no-repeat;
    
}

.horizontalcssmenu ul li a.begin:hover {
    text-decoration: none;
    background: transparent url("/images/navmenubg-selected-begin.gif") left top no-repeat;
}




/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 2px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
	display: inline;
	float: none;
	background: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a {
	width: 141px; /*width of sub menu levels*/
	background: #e6eaf3;
	font: normal 11px Arial;
	line-height: 20px;
	height: 20px;
	color: #064477;
	border-left: solid 1px #064477;
	border-right: solid 1px #064477;
}

.horizontalcssmenu .arrowdiv {
	position: absolute;
	/* background: transparent url(menuarrow.gif) no-repeat center left; */
}

.horizontalcssmenu ul li ul li a:hover {
	background: #064477;
	color: White;
}



/* table styles */
.table_std tr td
{
	vertical-align: top;
}

