/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/web_body_bg.jpg) left top repeat-x #FFFFFF;

}
td.off {
background: url(../images/top_menu_bg.gif) -10000px 0px no-repeat;
height:21px;
}
td.on{
background:  url(../images/top_menu_bg.gif) 0px 0px no-repeat;
height:21px;
}
.header_padding
{
padding:0px 5px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.body_padding
{

background-color:#FFFFFF;
color: #5B5A5A;
}
.box_top_line
{
background:url(../images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(../images/bottom_line.gif) left top repeat-x;
height:9px;
}
.input_box
{
border:1px solid #3A4C87;
width:108px;
height:18px;
background-color:#EBEBEB;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left:3px;
	}


/* CSS Background image Document */
.header_top_bg
{
background:url(../images/ban1top.jpg) center top no-repeat;
height:130px;
}
.header_top_bg1
{
background:url(../images/ban2top.jpg) center top no-repeat;
height:130px;
}
.header_top_bg2
{
background:url(../images/ban3top.jpg) center top no-repeat;
height:130px;
}
.header_top_bg3
{
background:url(../images/ban4top.jpg) center top no-repeat;
height:130px;
}
.header_top_bg4
{
background:url(../images/ban5top.jpg) center top no-repeat;
height:130px;
}
.header_bottom_bg
{
background:url(../images/ban1bot.jpg) center top no-repeat;
height:131px;
}
.header_bottom_bg1
{
background:url(../images/ban2bot.jpg) center top no-repeat;
height:131px;
}
.header_bottom_bg2
{
background:url(../images/ban3bot.jpg) center top no-repeat;
height:131px;
}
.header_bottom_bg3
{
background:url(../images/ban4bot.jpg) center top no-repeat;
height:131px;
}
.header_bottom_bg4
{
background:url(../images/ban5bot.jpg) center top no-repeat;
height:131px;
}
.menu_bg
{
background:url(../images/menu.jpg) center top no-repeat;
height:28px;
}
.menu_bg1
{
background:url(../images/menu2.jpg) center top no-repeat;
height:28px;
}
.menu_bg2
{
background:url(../images/menu3.jpg) center top no-repeat;
height:28px;
}
.menu_bg3
{
background:url(../images/menu4.jpg) center top no-repeat;
height:28px;
}
.menu_bg4
{
background:url(../images/menu5.jpg) center top no-repeat;
height:28px;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:10px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:10px;
}




/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A91616;
	text-decoration: none;
	
}
.top_link_text
{
color:#3A4C87;
text-decoration:none;
line-height:21px;
background-color:inherit;
}
.top_link_text:hover
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.menu_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:inherit;
}
.menu_text:hover
{
color:#A2C0D8;
text-decoration:underline;
background-color:inherit;
}
.highlight
{
color:#3A4C87;
font-size:14px;
text-decoration:none;
background-color:inherit;
}
.footer_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A91616;
	background-color:inherit;
	text-decoration: none;
}
.footer_text:hover
{
text-decoration:underline;
}
.webdesigner_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #415591;
	background-color:inherit;
	text-decoration: none;
}
.webdesigner_link:hover
{
text-decoration:underline;
}




.suckertreemenu ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		/*Top level list items*/
		.suckertreemenu ul li{
		position: relative;
		display: inline;
		float: left;
		/*background-color: #F0F7FC; /*overall menu background color*/
		background-color: #FFFFFF; 
		}
		
		/*Top level menu link items style*/
		.suckertreemenu ul li a{
		display: block;
		width: 174px; /*Width of top level menu link items OOOOOJOOO */ 
		padding: 1px 8px;
		border: 1px solid #B33F3F;
		border-left-width: 0;
		text-decoration: none;
		color: #B33F3F;
		}
			
		/*1st sub level menu*/
		.suckertreemenu ul li ul{
		left: 0;
		position: absolute;
		top: 1em; /* no need to change, as true value set by script */
		display: block;
		visibility: hidden;
		}
		
		/*Sub level menu list items (undo style from Top level List Items)*/
		.suckertreemenu ul li ul li{
		display: list-item;
		float: none;
		}
		
		/*All subsequent sub menu levels offset after 1st level sub menu */
		.suckertreemenu ul li ul li ul{ 
		left: 159px; /* no need to change, as true value set by script */
		top: 0;
		}
		
		/* Sub level menu links style */
		.suckertreemenu ul li ul li a{
		display: block;
		width: 220px; /*width of sub menu levels*/
		color: #B33F3F;
		text-decoration: none;
		padding: 1px 5px;
		border: 1px solid #B33F3F;
		}
		
		.suckertreemenu ul li a:hover{
		background-color: #B33F3F;
		color: #FFFFFF;
		}
		
		/*Background image for top level menu list links */
		.suckertreemenu .mainfoldericon{
		background: #FFFFFF url(media/arrow-down.gif) no-repeat center right;
		}
		
		/*Background image for subsequent level menu list links */
		.suckertreemenu .subfoldericon{
		background: #FFFFFF url(media/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 .suckertreemenu ul li { float: left; height: 1%; }
		* html .suckertreemenu ul li a { height: 1%; }
		/* End */