/* CSS Document */
body{
		background-color:#FFCC99;
		margin-left:30px;
		margin-right:30px;
}

.box{
		background-color: #FFFFFF;/* #EFEFEF;*/
		width:100%;
}
.lefttopcor{
		background-image:url('NEW IMAGE/cornerLT.gif');
		background-position:left top;
		background-repeat:no-repeat;
}
.righttopcor{
		background-image:url('NEW IMAGE/cornerRT.gif');
		background-position:right top;
		background-repeat:no-repeat;
}
.leftbotcor{
		background-image:url('NEW IMAGE/cornerLB.gif');
		background-position:left bottom;
		background-repeat:no-repeat;
}
.rightbotcor{
		background-image:url('NEW IMAGE/cornerRB.gif');
		background-position:right bottom;
		background-repeat:no-repeat;
}
.bordertop{
		background-image:url('NEW IMAGE/borderT.gif');
		background-position:top;
		background-repeat:repeat-x;
}
.box .borderbottom{
		background-image:url('NEW IMAGE/borderB.gif');
		background-position:bottom;
		background-repeat:repeat-x;
}
.borderleft{
		background-image:url('NEW IMAGE/borderL.gif');
		background-position:left;
		background-repeat:repeat-y;
}
.borderright{
		background-image:url('NEW IMAGE/borderR.gif');
		background-position:right;
		background-repeat:repeat-y;
}
.inner{
	margin:30px 30px 0px 30px;
	height:200px;
}
.inner1{
	padding:30px 30px 30px 30px;

}

.topgallary{
	margin: 35px 0px 10px 0px;
	float: right;
	/*width:50%;
	height:130px;
	background-image:url('images/12.jpg');*/

/*	background-repeat: no-repeat;
	background-position: center;
	border-style:inset;
	border-width:medium;
	border-color:#FF9900;*/
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
}
.botgallary{
	margin:30px 0px 30px 0px;
	float:left;
	width:100%;
}
.logo{
	position:absolute;
	left:90px;
	top:11px;
	width:350px;
	height:200px;
	z-index:1;
}
.space{
	background-color:#FFCC99;
	height:30px;
	width:100%;
}
.mOver
{
	margin-right:10px;
	position:absolute;
	border: groove 5px Maroon;
	height:250px;
	width:350px;
	z-index:1000;
	opacity:1.00;
	filter:alpha(opacity=100);	
}
.mOut
{
	margin-right:10px;
	position:absolute;	
	height:200px;
	border: groove 1px Maroon;
	width:310px;
	z-index:0;	
	opacity:0.65;
	filter:alpha(opacity=65);
}
a #link #vlink a#link
{
	text-align:center;
	font-size:larger;
	font-family:Sans-Serif Arial Rounded MT Bold;
	font-size:larger;
	font-style:normal;
}
#Layer1 {
	position:absolute;
	padding:5px;
	left:400px;
	top:10px;
	width:568px;
	height:55px;
	z-index:11;
	float:right;
}
#Layer2
{
    background-color:Orange;
    color:Maroon;
    margin: 0px 65px;
    width:10%;
    height:30px;
	position:absolute;
	text-align:center;
	z-index:11;
}
.para{
	text-align:justify;
	text-indent: 30px;
	margin:10px;
	font-family: Palatino Linotype;
	color: #000066;
	font-size: 16px;
}
ul {
	text-align:justify;
	font-family: Palatino Linotype;
	color: #000066;
	font-size: 14px;
}
ol {
	text-align:justify;
	font-family: Palatino Linotype;
	color: #000066;
	font-size: 14px;
}
.para li{
	text-align:justify;
	text-indent: 30px;
	margin:10px;
	font-family: Palatino Linotype;
	color: #000066;
	font-size: 16px;
}
.line
{
	background-image:url('NEW IMAGE/merqueback.gif');
	background-position:center;
	background-repeat:no-repeat;
	width:100%; 
	padding: 0px 0px 0px 0px;
}

.lavaLampNoImage {
            position: relative;
            height: 29px;
            width: 100%;
            background-color: #FF9933;
            /*padding: 15px;*/
            padding: 0px 30px 0px 30px;
            margin: 0px 0;
            overflow: hidden;
            border: 1px solid #E16C0C;
			
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			-moz-box-shadow:0 1px 1px #333333;
			-webkit-box-shadow:0 1px 1px #333333;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        /*border: 1px solid #85817E;*/
                        background-color: #E16C0C;
                        width: 9px;
                        height: 30px;
                        z-index: 5;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: bold 13px Georgia;
                        text-decoration: none;
                        color: BLACK;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto auto;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }                      