/* CSS Document */

/*Main Body and Layout*/
body {
    background-image:url(../images/background_hf.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#BCC9D2;
	margin-top:0;
	margin-bottom:0;
	font-family: "small tahoma", "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size:small;
	text-align:justify;
	color:#000099;
}

#container {
	width:767px;
	margin:auto;
	margin-top:3px;
}




/*Typography*/

p {
	margin:0;
	padding:0;
/*	text-align:justify; */
}

a:link {
	color:#000066;
	text-decoration:underline;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}

a:visited {
	color:#000066;
	text-decoration:underline;
}

#yellow_header p {
	/*color:#FFFFFF;*/
	color:#000099;
	font-weight:bold;
	font-size:large;
}

.blue_top_menu p {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
	
.blue_top_menu a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
	
.blue_top_menu a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}

.blue_top_menu a:hover {
	color:#CC0000;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
	
#footer_dark_blue p {
	font-size:smaller;
	color:#FFFFFF;
}

#footer_dark_blue a:link {
	color:#66CCFF;
	text-decoration:underline;
}

#footer_dark_blue a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer_dark_blue a:visited {
	color:#66CCFF;
	text-decoration:underline;
}





/*Home Page Only*/
#homepage_top {
	background-color:#6F8BC1;
	margin: 2px 0 2px 0;
	padding:5px;
	width:757px;
}

#homepage_3col_left {
	background-color:#6F8BC1;
	margin: 2px 1px 0 0;
	padding:10px;
	height:525px;
	text-align:left;
}

#homepage_3col_middle {
	background-color:#6F8BC1;
	margin: 2px 2px 0 2px;
	padding:10px;
	height:525px;
	text-align:left;
}

#homepage_3col_right {
	background-color:#6F8BC1;
	margin: 2px 0 2px 2px;
	padding:10px;
	height:525px;
	text-align:left;
}




/*Top Menus (Not Flash) and Yellow Header*/
#yellow_header {
	/*background-color:#DD9C28;*/
	background-color:#DCE3F0;
	margin-bottom:2px;
	padding:10px;
}
	
.blue_top_menu {
	background-color:#6F8BC1;
	margin: 2px 2px 2px 0;
	padding:2px 10px 2px 10px;;
}

#blue_top_menu_blank {
	background-color:#6F8BC1;
	margin: 2px 0 2px 0;
	padding:2px 10px 2px 10px;
	height:100%;
}





/*Footer*/

#footer_bsi_left {
	/*background-color:#DD9C28;*/
	background-color:#DCE3F0;
	height:49px;
	margin: 2px 1px 1px 0;
}

#footer_bsi_right {
	/*background-color:#DD9C28;*/
	background-color:#DCE3F0;
	height:49px;
	margin: 2px 0 1px 1px;
}

#footer_dark_blue {
	padding:10px;
	background-color:#000040;
	margin:1px 0 2px 0;
}




/*Product Pages*/
#menu_col {
	width:190px;
	background-color:#DCE3F0;
	margin-bottom:2px;
	margin-top:2px;
	
	padding:2px 2px;
}




/*Hover Box*/

.hoverbox
{
	cursor: default;
	list-style: none;
	font-family: "Tahoma", "Arial", "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;font-size:9pt;vertical-align:top; text-align:center;color:#0000FF;font-weight:normal;font-style:normal;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -20px;
	left: -35px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 66px;
}

.hoverbox li
{
	background: none;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 133px;
}



/*Main Content*/

#centre_body {
	padding:8px;
	font-family: "Tahoma", "Arial", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size:12px;
}

#centre_body ul {
	padding:6px 6px 6px 20px;
}

#centre_body li {
	list-style-type:disc;
	padding-left:6px;
	margin-left:15px;
}
#page_pic{
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	position: relative;
	top: -8px;
	left: +8px

}
.page_pic{
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	position: relative;
	top: -8px;
	left: +8px

}
#centre_body h2 {
	font-size:14pt;
}
#centre_body h3 {
	font-size:13pt;
}


#page_pic2{
	margin-right:10px;
	margin-bottom:10px;

}


/*Side Menu*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

dt {
padding-left: 5px;
padding-right:2px;
}

dl#menu dt a {
	color:#FFFFFF;
	text-decoration:none;
	height:100%;
}

#menu {
width:190px;
}

dl#menu dt {
cursor: pointer;
margin: 2px 0;
min-height:20px;
height: auto;
line-height: 20px;
text-align: left;
font-weight: bold;
color:#FFFFFF;
border: 1px solid gray;
background: #6F8BC1;

/*font-family: "Arial", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;*/

font-size:11px;
}

dl#menu dd {
/*border: 1px solid gray;*/
}

dl#menu ul {
	background-color:#FFFFFF;
}

dl#menu li {
text-align: left;
/*background: #fff;*/
background-color:#DCE3F0;
}
dl#menu li a {
color: #000066;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;


font-size:11px;
padding-left: 14px;
}

dl#menu li a:hover {
background: #6F8BC1;
color:#FFFFFF;
}