*
{
	margin:0px;
}

body
{
	/*background-color:#f6841e;*/
}

#myhead
{
	width:100%;
	height:150px;
	background-color:#FFFFFF;
}


#mysep1
{
	width:100%;
	height:3px;
	background-color:#f6841e;
}

#mysep2
{
	width:100%;
	height:5px;
	background-color:#FFFFFF;
}

#mysep3
{
	width:100%;
	height:20px;
	background-color:#85b423;
}

#mysep4
{
	width:100%;
	height:5px;
	background-color:#FFFFFF;
}

#mysep5
{
	width:100%;
	height:3px;
	background-color:#f6841e;
}

#mypage
{
	width:92%;
	height:450px;
	float:right;
	/*background-color:#f6841e;*/
}

#mypage
{
	/*background-color:#f6841e;*/
}


#myleft
{
	width:200px;
	height:100%;
	background-color:#f6841e;
	position:fixed;
	top:0px;
}

#mylogos
{
	width:200px;
	height:150px;
	float:left;
}


#mylogo
{
	width:300px;
	height:150px;
	background-image:url(images/logol.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

#myhead2
{
	float:left;
	width:30%;
	height:150px;
}

#myhead3
{
	float:right;
	width:40%;
	height:150px;
}

#myheadfa
{
	width:100%;
	float:right;
}

#myheadli
{
	width:100%;
	float:right;
	padding-top:10px;
	padding-bottom:0px;
}


#myheadli1
{
	width:100%;
	float:right;
	padding-top:10px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#666666;
}


#myheadli a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FF6600;
}

#myheadli a:hover
{
	color:#6699FF;
}

#menu_div
{
	border:2px #666666 solid;
	border-radius: 10px;
	height:50px; 
	margin-top:10px;
	background-color:#618B01;
	font-size:20px;
}

ul
 {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li
{
  display: block;
  position: relative;
  float: right;
}

li ul
{ 
	display: none; 
}
ul li a 
{
  display: block;
  text-decoration: none;
  color:#FFFFFF;
  /*font-weight:bold;
  /*border-right: 1px solid #FF3300;*/
  padding: 10px 15px 5px 15px;
  white-space: nowrap;
}
ul li a:hover
{ 
	/*background: #666666; */
	color:#E2B610; 
}

li:hover ul
{
  display: block;
  width:230px;
  /* width:150px; Menu Dropdown ka Woidth Set Karna Hai*/
    position: absolute;
}

li:hover li 
{
  float: none;
  font-size: 14px;
  text-align:left;
  border-bottom:2px solid #CCCCCC;
}

li:hover a 
{ 
	/*background: #FF3300; */
	color:#E2B610; 
}

li:hover li a:hover 
{
 /*background: #000000;*/
 /* background-image:url(../images/menubg.jpg);*/
 color:#E2B610;
}


/* Third-level menus */
#menu ul ul{
    top: 0px;
    left:230px;
	width:210px;
    display: none;
    visibility:hidden;
}

/* forth-level menus */
/*#menu ul ul ul{
    top: 0px;
   /* left:200px;*/
     /*left:auto;
    display: none;
    visibility:hidden;
}*/

#menu ul li{
    display: block;
    visibility:visible;
}
#menu li:hover > ul{
    display: block;
    visibility:visible;
}

#bottom
{
	background-image: url(images/bottom.gif);
	background-position:center;
	background-repeat: no-repeat;
	width:100%;
	height:10px;
	padding-top:10px;
}

#resi_name
{
	color:#FCFB14;
	text-align:center;
	font-size:35px;
	padding-right:25px;
	border-right:solid 2px #000000;
}

#title_head
{
	background: #f6841e;
	padding: 2px 7px;
	color: #FFFFFF;
	font-weight:200;
	margin-left:25px;
}

#list
{
	list-style:square;
	padding-left:60px;
	color:#666666;
}

#list li
{
	padding:5px;
}

#content
{
	color:#666666;
	text-align:justify;
	line-height:27px;
	padding-left:60px;
	padding-right:30px;
}

#img

{
	border:#CC6600 solid 3px;
	padding:10px;
	width:400px;
	height:250px;
}

#plan_msg_first
{
	border: 1px solid #666666;
	top:25px;
	left:58px;
	width:400px;
	height:150px;
	-moz-border-radius: 5px;
	 border-radius: 20px;
	 padding:15px;	
}

#plan_msg_second
{
	border: 1px solid #666666;
	top:25px;
	left:60px;
	width:400px;
	height:150px;
	-moz-border-radius: 5px;
	 border-radius: 20px;
	  padding:15px;		
}

.arrow_box
 { 
 	position: relative; 
	background: #F4F4F5; 
 } 
.arrow_box:after, .arrow_box:before 
{ 
	bottom: 100%; 
	left: 5%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.arrow_box:after 
{ 
	border-color: rgba(148, 199, 232, 0); 
	border-bottom-color: #F4F4F5; 
	border-width: 20px; 
	margin-left: 5px; 
} 
.arrow_box:before 
{ 
	border-color: rgba(87, 99, 121, 0); 
	border-bottom-color: #666666; 
	margin-left: 2px; 
	border-width: 23px; 
}

#list1
{
	list-style:square;
	color:#666666;
}

#list1 li
{
	padding:5px;
}

img.left 
{
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}