/* CSS Document */


body {
	width: 770px;
	margin:auto;
	position:relative;
}
#maindiv {
	width: 770px;
	border-left:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
	margin: 0 auto;

}
/* For Banner*/
#bannercontainer{
	width:770px;
	height:146px;

}


#logo{
	float:left;
	width:276px;
	height:71px;
	padding-top:35px;
}
#bannerright{
	
	float:right;
}
/*For Left Section*/
li
{
line-height:15px;}
#one
{
float:left;
margin-left:10px !important;
margin-left:-30px;
width:180px !important;

width:220px;
height:130px;
}
/*menu */
#treemenu1
{
margin-left:0px !important;
margin-left:40px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
}

.treeview 
{
margin: 0;
padding: 0;
text-decoration:none;
color:#000000;
line-height:20px;

}

.treeview a:hover
{
margin: 0;
padding: 0;
color:#FF9900;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-top: 2px;
margin-bottom: 4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;

}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../images/closed.gif) no-repeat left 1px;
text-decoration:none;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

}

#two
{
margin:0px;
padding-left:200px;
}
/* menu end */

#heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f48609;
	float:left;
	border-bottom:3px solid #9a9a9a;
	margin-left:0px;

}

#content{
	width:540px;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:30px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626262;
		line-height:17px;
}

#heading_inner{
	width:540px;
	background-color:#dde0e1;
	padding-top:6px;
	padding-bottom:0px;
	margin-bottom:10px !important;
	margin-bottom:0px;
	padding-left:2px;
	font-weight:bold;
	float:left;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:3px solid #ef9b41;
}




#bottom_image
{
margin-top:10px;
padding-bottom:5px;
position:relative;
}


#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#9a9a9a;
	width:770px;
}
input, textarea, select{ background-color:#ffdfbc;font-size: 90%; border:1px orange solid;}


#emaillnk {color:#626262; font-weight:bold;}
#emaillnk a:link{color:#626262; font-weight:bold;}
#emaillnk:hover{color:#626262; text-decoration:none; font-weight:bold;}
#emaillnk:visited{color:#626262;font-weight:bold;}
#emaillnk:active{color:#626262;font-weight:bold;}	

a.nav01:link { color:#f79d3b;font-size: 80%;text-decoration:underline;font-family: arial, helvetica, sans-serif; padding-left:5px;padding-right:5px;}
a.nav01:visited { color:#f79d3b;font-size: 80%;text-decoration:underline;font-family: arial, helvetica, sans-serif;}
a.nav01:hover { color:#000;font-size: 80%;text-decoration:underline;font-family: arial, helvetica, sans-serif; background-color:#FFCC99;}
a.nav01:active { color:#f79d3b;font-size: 80%;text-decoration:underline;font-family: arial, helvetica, sans-serif;}	

