body { 
	background: url('http://www.sdbl.com.np/images/bg.jpg') repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

#transparentBorder {
	background-color: #ffffff;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

.cirLoginFormControls {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size:7pt;
	color: #006f4c;
	background-color: #ffffff;
	border: 1px solid #69aa95;
	padding: 2px;
}

#cirLoginForm {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 11px;
	color: #8ba0af;
	font-weight: bold;
}

#contentHead {
	font-family: Arial, Tahoma, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}


.contentDetails {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 9pt;
	color: #767676;
	line-height: 16px;
	text-align: justify;
}

.contentDetails h1 {
	margin: 10px 0;
	font-family: Arial, Tahoma, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 13pt;
	color: #04803e;
}

.contentDetails h2 {
	margin: 10px  0 5px  0;
	font-family: Arial, Tahoma, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 11pt;
	color: #799203;
}

.contentDetails h3 {
	margin: 10px  0 5px  0;
	font-family: Arial, Tahoma, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 9pt;
	color: #618c39;
}

.contentDetails br {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size:6pt;
}

.contentDetails p {
	margin: 0px 0px 10px 0px;
}

.contentDetails label {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6f6f6f;
}

.contentDetails input, .contentDetails textarea, .contentDetails option, .contentDetails select {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 9pt;
	color: #4d4d4d;
}

.contentDetails a {
	text-decoration: underline; 
	color: #3b7800;
}

.contentDetails a:hover {
	text-decoration: none; 
	color: #295200;
}

.contentDetails ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contentDetails ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#innerBlock {
	margin: 5px 0;
	padding: 5px 5px 5px 10px;
	border: 1px solid #eeeeee;
	color: #ff3a30;
	background-color: #ffffff;
}


a.miscLink {
	text-decoration: underline;
	color: #c65b21;
}

a.miscLink:hover {
	text-decoration: none;
	color: #c65b21;
}


#quickContact {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 7pt;
	color: #897575;
	line-height: 17px;
	text-transform: uppercase
}

#quot {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 7pt;
	color: #897575;
	text-align: justify;
}

#copy {
	font-family: Tahoma, Arial, Calibri, "Trebuchet Ms", Verdana, Sans-Serif;
	font-size: 8pt;
	color: #606060;
	line-height: 16px;
}

#copy a {
	text-decoration: underline;
	color: #005f39;
}

#copy a:hover {
	text-decoration: none;
	color: #005f39;
}

/* drop down style start */
#dropmenudiv{
	position: absolute;
	border-bottom-width: 0;
	font: normal 8pt Tahoma, Arial, Calibri, "trebuchet ms", Verdana, Sans-Serif;
	line-height: 15px;
	margin-top: 2px;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #81ad81;
	background-color: #538820;
	padding: 3px 0px;
	text-decoration: none;
	color: #e4f4e4;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #087708;
	color: #e4f4e4;
}
/* drop down style start */


.imgRight	{ float:right; margin-left:20px; padding:3px; border:1px solid #EDF3F8; }