#home{
	height: 20px;
	padding: 3px 10px;
	text-align: right
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #efefef;
	padding: 0px;
	margin: 2px;
}
*{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 15px 0px;
}
a{
	color: #006699;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
h4{
	color:#006699;
	font-size:19px;
	font-weight: normal;
	text-align:left;
	margin: 10px 0px 15px 0px;
	border-bottom: 1px solid #efefef;
}
h5{
	color:#000;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	padding: 0 0 0 15px;
	background-image: url(images/bull.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
hr{
	height: 1px;
	margin: 6px 0px;
	color: #CCCCCC;
}
#container{
	width: 770px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#header{
	background-color: #FFFFFF;
	width: 770px;
	height: 76px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header_logo{
	height: 76px;
	width: 241px;
	background-image: url(images/logo.jpg);
	position: absolute;
}
#header_slogan{
	height: 76px;
	width: 436px;
	left: 334px;
	position: absolute;
	background-image: url(images/slogan.jpg);
	text-alig: right;
}
/* --- drop down menu starts--*/

#nav{
	width: 770px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #363535;
	color: #FFFFFF;
}
#nav ul{
	display: block;
	margin: 0px 4px 0px 4px; 
	padding-top: 2px;
	text-align: left;
}
#nav ul li{
	display: inline;
	position: relative;
	float: left;
	border-right: 1px solid #cccccc;
	list-style:none;
}
#nav ul li a{
	color: #E6E9EF;
	margin: 0 3px 0 5px;
	/*padding: 0 2px 0 3px;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#nav a:hover{
	color: #CCCCCC;
	text-decoration: none;
	background-color:#000000;
}

#nav ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #363535;
padding: 0px;
margin: 0px;
border: 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#nav ul li ul li{
	display: list-item;
	float: none;
	background-color: #363535;
	padding: 0px;
	margin: 1px;
	border: 1px solid #ccc;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#nav ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#nav ul li ul li a{
	border: 0px;
display: block;
width: 160px; /*width of sub menu levels*/
color: #E6E9EF;
text-decoration: none;
padding: 1px 5px;

}

/*Background image for top level menu list links */
#nav .mainfoldericon{
	background: #363535 url(images/arrow-down.gif) no-repeat right center;
	padding-right: 18px;
}

/*Background image for subsequent level menu list links */
#nav .subfoldericon{
background: #363535 url(images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }

/* -- drop down styles end --*/

#banner{
	width: 770px;
	height: 201px;
	background-color: #999999;
	background-image: url(images/banner_main.jpg);
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#banner_in{
	width: 770px;
	height: 84px;
	background-color: #999999;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#content{
	width: 770px;
	background-color: #fff;
	background-attachment: scroll;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}#content2{
	width: 770px;
	background-color: #fff;
	
}#left{
	float:left;
	width:483px;
	margin-left: 20px 24px;
	padding: 20px 10px 20px 20px;
	display:inline;
	background-color: #FFFFff;
	}
#left2{
	float:left;
	width:760px;
	margin-left: 20px 20px;
	padding: 20px 5px;
	display:inline;
	background-color: #FFFFff;
	}
#left ol, #left ul, #left blockquote{
	padding: 1px 0px 1px 4px;
	margin: 1px 1px 1px 36px;
}

#left li h5{
	padding: 1px 0px 1px 4px;
	margin: 1px 1px 1px 0px;
	color:#000;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	background-image: none;
}

#right{
	/*
	background-color: #ECF1F3;
	border-left: #ccc 1px solid;
	*/
	float:right;
	width:240px;
	padding: 10px 2px 4px 2px;

}
#botNav{
	width: 770px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #F4F5F6;
	color: #666666;
}
#botNav ul{
	display: block;
	margin: 3px 4px 0px 4px;
	text-align: center;
}
#botNav li{
	display: inline;
	border-right: 1px solid #ccc;
}
#botNav li a{
	color: #666;
	margin: 0 3px 0 5px;
	/*padding: 0 2px 0 3px;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#botNav li a:hover{
	color: #006699;
	text-decoration: none;
}

#footer{
	width: 770px;
	display: block;
	text-align:center;
	padding: 4px 0px;
	font-size: 11px;
	color:#A3A3A3;
}
#trial{
	width: 240px;
	text-align: center;
}
#trial img{
	border: 0px;
}
#trial_img{
	text-align: center;
}
#trial_txt{
	width: 220px;
	top: 18px;
	font-size: 11px;
	color:#656161;
	padding: 0px 9px;
}
#top{
	font-size: 11px;
}
.but{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #326fac;
  border : solid 1px #326fac;
  padding: 2px 4px;
  text-decoration:none;
}
.error{
	color:red;
	font-size:8pt;
}
/*---------- Form --------- */
#form{
}
#form fieldset{
	padding: 12px 12px 12px 22px;
	border: 1px solid #CCCCCC;
}
#form legend{
	color:#333333;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	padding: 8px 8px 18px 8px;
}
#form label{
	font-weight: bold;
	font-size:12px;
	/*display: block;*/
	padding: 6px 4px;
	text-align: left;
}
#form input, #form textarea{
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#form .txt{
	font-weight: normal;
	padding: 2px;
	color: #666666;
}
#form .but{
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #3973AF;
	color: #FFFFFF;
	padding: 2px 4px;
	cursor: pointer;
}
 .txt2{
	font-weight: normal;
	padding: 2px;
	color: #666666;
}
#sitemap{
}

#sitemap td{
	padding: 6px 4px;
}
#sitemap td h5{
	font-size: 12px;
	
}
#sitemap td h3{
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 3px 40px;
	
}