﻿/* Css document by Tariq Mughal - April 12, 2009 */

body {
	MARGIN-TOP: 0px;
}

body { 
scrollbar-face-color:#067D43;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color: #FFFFFF; 
scrollbar-3dlight-color: #CCCC99;
scrollbar-darkshadow-color: #CCCC99; 
/* background-color: #7C9BCF */
background-image: url(images/body_bg.gif);
background-attachment: fixed;
}

/******************************************** BEGIN structure *******************************************************/

.header {
	font-family: verdana;
	color: #067D43;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.header_small {
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.header_small_1 {
	font-family: verdana;
	color: #067D43;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.header_small_2 {
	font-family: verdana;
	color: #FF0000;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.mini_menu {
	color: #008080;
	font-family: tahoma;
	font-size: x-small;
}
.mini_link {
	text-decoration: none;
}
.link {
	font-family: verdana;
	color: #067D43;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.link_actv {
	text-decoration: none;
}
.footer {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 9px;
}
.body_txt {
	font-family: verdana; font-size: 12px; 
}
.chromestyle{
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	color: #FFCC00;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #C00C00;
	width: 136px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;
}
.dropmenudiv a{
	width: auto; 
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
}