/* CSS Document */
div#header-back {
	background:url(../images/top-back.gif) center top no-repeat;
	margin-top:50px;
	width: 928px;
}
#header {
	background:url(../images/header.gif) no-repeat;
	height:100px;
	position:relative;
	top:12px;
	left:14px;
}
a img.linkHome{
	float: left;
	height: 86px;
	width: 390px;
}
/******************** Nav Start *********************/
#nav{
	background: url(../images/nav-back.gif) left top repeat-x;
	color: #FFF;
	height: 30px;
	font: Tahoma, Arial, Helvetica, sans-serif;
	width: 903px;
}
/*
.jqueryslidemenu {
	position: absolute;
	left:50%;
	margin-left:-481px;
	width:882px;
	padding-top:1px;
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:125px;
}*/
.jqueryslidemenu {
	color: #FFF;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	width: 882px;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	background: url(../images/nav-divider.gif) no-repeat right;
	color: #564632;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 18px;
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #FFF;
}
.jqueryslidemenu ul li a:hover {
	background: #013566; /*tab link background during hover state*/
	color: #add8fd;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background: #014483;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width: 100px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #023c73;
}
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
	background: #013566;
	color: #add8fd;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}


/****SUB NAV*****/
/*.uc{margin-top:0px;}
.inner ul{margin-left:-40px; }
.inner{margin:0px; margin-top:-40px; }
.inner ul li{float:left; margin:0px; padding:10px; list-style:none; margin-right:2px;  background: url(../images/nav-back.gif) left top repeat-x;   	}*/
/******************** Nav End *********************/
div#container {
	background:url(../images/content-back-top.gif) repeat-x #FFF;
	width: 902px;
	text-align:left;
}
#left {
	background:url(../images/left-back.gif) no-repeat bottom #f7f7f7;
	margin:10px;
	padding:5px;
	width:104px;
	border-right: 7px solid #fbfbfb;

}
#left2 {
	background:url(../images/left-back-footer.gif) left top no-repeat;
	margin: 0;
	height: 85px;
	padding:0;
	width: 111px;
}
div#middle {
	background:url(../images/content-back.gif) no-repeat;
	width:525px;
	margin:0 20px;
	padding:10px;
	display:block;
}
div#right {
	width:193px;
	margin:0 10px 0 0;
	display:block;
}
#right-grey {

	background:#f9f7f7;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	width:190px;
}

#right-grey p {
	padding:0 10px;
	color:#999999;
}
#right-grey ul {
	margin:0;
	padding:0;
	margin-left:25px;
}
#right-grey li {
	padding:0;
	margin:0;
	list-style:outside;
	list-style-image:url(../images/blog-arrow.gif);
}
#right-grey li a {
	color:#8d8c8c;
	text-decoration:none;
}
#right-grey li a:hover {
	color:#858484;
	text-decoration:underline;
}
.rss{
	font:12px normal Arial, Helvetica, sans-serif; 
	margin-top:-5px;}
.rss ul {
	margin:0;
	padding:0;
	margin-left:12px;
}
.rss li{
	padding:0;
	margin:0;
	padding-bottom:7px;
	list-style:outside;
	list-style-image:url(../images/blog-arrow.gif);}
	
.rss li a {
	color:#8d8c8c;
	text-decoration:none;}
	
.rss li a:hover {
	color:#858484;
	text-decoration:underline;}

/***** 5 Steps Start ********/
#fivesteps {
	margin:2px 20px;
}
#steps-back {
/*	background:#fff;
	height:30px;
	padding-top:6px;*/
}
#steps {
	background:url(../images/steps-back.gif) repeat-x;
	height:34px;
	font:normal 12px "Times New Roman", Times, serif;
	letter-spacing:1px;
	width:748px;


}
#steps-btm{
background:url(../images/steps-back.gif) repeat-x;
	height:34px;
	font:normal 12px "Times New Roman", Times, serif;
	letter-spacing:1px;
	width:748px;}
.steps {
	float:left;
	height:28px;
	padding-top:7px;
	line-height:11px;
	text-align:center;
	padding-right:18px;
	border-right:1px solid #EFEFEF ;
}
.steps img {
	margin-right:10px;
}
/***** 5 Steps End ********/
.footer{
	background:url(../images/footer-back.gif) left bottom repeat-x;
	width: 783px;
	padding-top:20px;
}
.footerSteps{
	height: 85px;
	overflow: scroll;
}