/*-------------------font.link------------------------------------------------------------- */
a:link {color: #3333CC;text-decoration:none;}
a:visited {color: #3333CC;text-decoration:underline;}
a:hover {color: #FF3300;text-decoration:underline;background: url(img/off.gif) repeat-x top;}
a:active {color: #3333CC;text-decoration:underline;background: url(img/off.gif) repeat-x top;}

/*------------------body------------------------------------------------------------- */
body{
	background-image: url(img/back1.gif);
	background-color: #EEE5DC;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*----------	background-position: 868px -14px fixed;------------ */
}

		
/*-------------------font------------------------------------------------------------- */

.menuA{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
line-height:26px;
text-decoration:none;
background:url(img/pointA.gif) no-repeat left;
margin-left: 0em;
}

.main{
width: 900px; /*width of menu*/
border: 0px;
}

.jqueryslidemenu{
font:  16px "Times New Roman", Times, serif, Verdana;
/*------- background: #eee5dc; ------- */
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #0f3054; /*background of tabs (default state)*/
color: white;
padding: 5px 37px;
border-right: 0px solid #778;
text-decoration: none;
}

* 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: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
background: #711212; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*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{
font: normal 13px "Times New Roman", Times, serif, Verdana;
width: 170px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #711212;
color: #711212;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/*------------------General Fonts------------------*/
.stxt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}
.stxt_justify {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	text-align: justify;
}
.HeadingA {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #83922E;
	line-height: 14px;
}
.HeadingB {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}
.FormContent {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	vertical-align: top;
}
.white {
	color: #FFFFFF;
}
.small {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #61563F;
	line-height: 10px;
}

