@charset "utf-8";
/* CSS Document */
.bfghs_header{
	background-image:url(../Images/bfghs/bfghs.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
	color:#2952A4;
	font-weight:bold;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	height:26px;
	width:500px;
	vertical-align:middle;
}
.bfghs_content{
	padding:5px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.bfghs_subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color: #000000;
}

.bfghs_content a:link {
	color: #2952A4;
	text-decoration: none;
	font-weight:bold;
}

.bfghs_content a:visited {
	color: #2952A4;
	text-decoration: none;
	font-weight:bold;
}

.bfghs_content a:hover {
	color: #F6987E;
	text-decoration: underline;
	font-weight:bold;
}

.bfghs_content a:active {
	color: #F6987E;
	text-decoration: underline;
	font-weight:bold;
}

.bfghs_latestnews_header {
	background-image:url(../Images/bfghs/LatestNews_Header.jpg);
	background-position:left;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.bfghs_importantnews_header {
	background-image:url(../Images/bfghs/ImportantNews_Header.jpg);
	background-position:left;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.bfghs_latestnews_header a:link, .bfghs_latestnews_header a:visited, .bfghs_latestnews_header a:hover, .bfghs_latestnews_header a:active {
	color:#FFF;
	font-weight:bold;
}

.bfghs_importantnews_header a:link, .bfghs_importantnews_header a:visited, .bfghs_importantnews_header a:hover, .bfghs_importantnews_header a:active {
	color:#FFF;
	font-weight:bold;
}

.bfghs_latestnews_text {
	color:#000000;
	background:#D7DFEE;
	border:#F5CACE 1px solid;
	width:150px;
}
.bfghs_importantnews_text {
	color:#000000;
	background:#FAE3E5;
	border:#F5CACE 1px solid;
	width:150px;
	font-size:14px;
	font-weight:bold;
}

.expcol {
	color:#000;	
}
a {
	cursor:pointer;
}

/**************************************\
|********* Drop down menu CSS *********|
\**************************************/

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	width:100%;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
	vertical-align:middle;
	width:80px;
	min-width:80px;
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 2px 5px;
	background: #2952A4;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 30px;
	vertical-align:middle;
	font-weight:bold;
}

#sddm li a:hover {	
	background: #F6987E;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width:150px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #F6987E;
	color: #FFF;
	font: bold 12px arial;
	vertical-align:middle;
}

#sddm div a:hover {
	background: #2952A4;
	color: #FFF;
	width:150px;
}




