/* CSS Document */

/*	-----------------------------------------------------------------------------------
	BODY ELEMENTS
	---------------------------------------------------------------------------------*/	
body{
	padding:0; margin:0;
	background-color:#E1E0E0; 
	color:#000000;
	background-image:url(images/header_bg.jpg); background-repeat:repeat-x;
	}

	
div, ul, li, a, h1, h2, h3, h4, form, label, input{ 
	padding:0; margin:0;
	}
	
.spacer{
	line-height:0; font-size:0; clear:both;
	}	
	
a:link 
{
	color:#9B0012;
	text-decoration:none;
}
a:visited 
{
	color:#9B0012;
	text-decoration:none;
}
a:hover {
	color:#331115;
}
a:active {
	text-decoration: none;
}

/*---------------------------------------Header ------------------------------------*/
	
#header{
	width:778px; position:relative;
	margin:0 auto;
	height:240px;
	background-image:url(images/header_bg_2.jpg); background-repeat:no-repeat;
	background-position:bottom;
	}	
.logo{
	position:absolute; 
	top:101px; left:16px;
	}
.hdrOpera
{
	padding-left:5px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color:#cccccc;
}
/*---------------------------------------Menu Start-------------------------------------*/
.menublock
{
	position:absolute;
	left:-1px;
    top:35px;
    width:780px;
    /*background-color:#CCCCCC;*/
    padding-left:2px;
    padding-right:2px;
    padding-top:2px;
}
.menu
{
    color: #5F1F27;
    padding-left: 5px;
    font-weight:bold;
    font-variant:small-caps;
    letter-spacing: 0.05em; 
}
.menu a:link
{
	color:#67222A;
	text-decoration:none;
}
.menu a:hover
{
	text-decoration:underline;
}
.menu a:visited 
{
	color:#67222A;
	text-decoration:none;
}
.menu a:active {
	text-decoration: none;
}
/*---------------------------------------Form Start------------------------------------*/


input[type="submit"],input[type="reset"] ,input[type="button"]
{
	border-width:1px;
	border-color: #CCCCCC;
	padding: 2px;
	background: #F0F0F0;
	font-weight:bold;
	
 }
 
/*----------------------------------left side Start-----------------------------------------------------*/	

#container{
	width:778px; position:relative;
	margin:0 auto; padding:0 0 24px 0;
	}	

	
#left{
	float:left;
	background-color:#ffffff;
	width: 758px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif; font-size:14px;
	}

#left h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px; 
	color:#043970; 
	background-color:#F8FFED;
	margin-bottom:19px;
	}
	
#left p{
	
	}
	
#left h3 
{
	padding-bottom:5px;
	color: #67222A;
}

#left p.bg{
	margin:21px 0 34px 0;
	background-color:#D8E5C4; color:#334714;
	height:11px;
	}
	
#left p a.bottom{
	background:#657D40;
	background-image:url(images/read_arrow.gif);
	background-repeat:no-repeat;
	background-position:80px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px; color:#FFFFFF;
	text-decoration:none;
	line-height:11px;
	display:block;
	padding:0 20px 0 16px;
	float:right;
	text-transform:uppercase;
	font-weight:bold;	
	}
#left p a.bottom:hover{
	background-color:#D8E5C4; color:#657D40; background-image:url(images/blog_arrow_h.gif);
	}
	
#left img{
	margin-bottom:24px;
	}

	
#left ul li a{
	background:url(images/leaf.gif) no-repeat #F8FFED;
	font-family:Arial, Helvetica, sans-serif;
	color:#775C14; font-size:14px;
	line-height:18px; text-decoration:none;
	font-weight:bold; text-transform:uppercase;
	padding-left:20px; 
	}
	
#left ul li a:hover{
	color:#990000; background-color:#DCEBC4;
	}
	
/*----------------------------------Content-----------------------------------------------------*/	
.spnOpera
{
	color:#9C0015; 
	font-weight:bold;
}




/*----------------------------------footer Start-----------------------------------------------------*/	

#footer
{
	background:white;
	text-align:center;
	font-size:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Arial, Helvetica, sans-serif;
}
	

/*----------------------------------footer End-----------------------------------------------------*/	


/*---------------------------------------Feedback ------------------------------------*/
.feedback 
{
    color: Red;
    font-size: smaller;
}

/*----------------------------------AJAX-----------------------------------------------------*/	

.bstyle
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.wstyle 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 550px;
	height: 230px;
	padding: 2px;
	border: 1px solid #111111;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
