@charset "utf-8";
/* CSS Document */
body {
margin-top:20px;
background-image:url(../images/body-bg.png.jpg);
background-repeat:repeat-x;
background-color:#ffffdd;
font-family:Arial;
}

h1 {
color:#7ac413;
font-weight:bold;
}

h2 {
color:#7ac413;
font-weight:bold;
}

h3{
color:#7ac413;
font-weight:bold;
}

p {
line-height:20px;}

.headings{
color:#0037cb;
font-weight:bold;
font-size:18px;
}
.mainheading2{
padding-right:10px;
}

.top_links{
text-decoration:none;
color:#000000;
font-size:13px;
line-height:14px;
padding-left:10px;
padding-right:10px;
}
.top_links:hover{
color:#F26202;
}
.footer_links{
text-decoration:none;
color:#000000;
font-size:11px;
line-height:12px;
padding-left:5px;
padding-right:5px;
text-align:center;
}
.footer_links:hover{
color:#f26202;
}

.left_links{
color:#000000;
font-family:Arial;
font-size:13px;
text-decoration:none;
font-weight:bold;
}
.left_links:hover{
color:#7ac413;
}
.right_links{
color:#000000;
font-family:Arial;
font-size:13px;
text-decoration:none;
}
.right_links:hover{
color:#7ac413;
}
.font_all{
font-family:arial; 
font-size:13px;
text-align:left;
}
.asterik{
color:#FF0000;}







/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
padding: 0px;
height: 74px;
width:920px;
background: url(../images/nav-bg.jpg);
background-repeat:repeat-x;
font-family:Arial;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}

.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.liclass{
background:url(../images/new_menu/img.jpg);
background-repeat: no-repeat;
background-position: top;
padding-left:3px;
padding-right:3px;
height:40px;
}
.liclass:hover{
background:url(../images/new_menu/img_h.jpg);
background-repeat: no-repeat;
background-position: top;
padding-left:3px;
padding-right:3px;
height:40px;
}
.liclass_selected{
background:url(../images/new_menu/img_h.jpg);
background-repeat: no-repeat;
background-position: top;
color: #fed639;
padding-left:3px;
padding-right:3px;
height:40px;
}
.a_selected
{
color: #fed639;
text-decoration:none;
}
.liclass:active{
background:url(../images/new_menu/img_h.jpg);
background-repeat: no-repeat;
background-position: top;
padding-left:3px;
padding-right:3px;
height:40px;
}
.liclass:selected{
background:url(../images/new_menu/img_h.jpg);
background-repeat: no-repeat;
background-position: top;
padding-left:3px;
padding-right:3px;
height:40px;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:2px 10px 7px 10px;
margin: 10px 0px 0px 0px;
color: #FFFFFF;
font-family: Arial;
font-size:14px;
text-decoration:none;
font-weight: bold;
}

#nav-container a:hover{
color: #fed639;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(../images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color:#e85b01;
border-bottom: 1px solid #e85b01;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(../images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-color: #FFFFFF;
background: url(../images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#fed639;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}

.footer_heads{
font-family:Arial;
font-weight:bold;
font-size:16px;
padding-left:6px;
}

.msg_correct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: green;
	text-decoration: none;
}

.contact-us TABLE TD {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px; 
PADDING-BOTTOM: 18px; 
VERTICAL-ALIGN: top; 
PADDING-TOP: 0px;
}

.contact-us {
PADDING-RIGHT: 0px;
PADDING-LEFT: 16px; 
BACKGROUND: url(../images/bg-contact-us.gif) no-repeat 0px 0px; 
FLOAT: left; 
PADDING-BOTTOM: 0px; 
MARGIN-LEFT: 10px; 
WIDTH: 350px; 
PADDING-TOP: 20px; 
HEIGHT: 335px; 
}
#content .contact-us TABLE TD P.validationmsg {
PADDING-RIGHT: 0px;
DISPLAY: none; 
PADDING-LEFT: 2px; 
FONT-SIZE: 11px;
background-color:#e65901;
PADDING-BOTTOM: 0px; 
MARGIN: 2px 0px -18px; 
WIDTH: 178px; 
COLOR: #ffffff; 
PADDING-TOP: 2px; 
HEIGHT: 16px
}
.contact-us TABLE TD {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px; 
PADDING-BOTTOM: 18px; 
VERTICAL-ALIGN: top; 
PADDING-TOP: 0px; 
color:#FFFFFF;
}

#bottom-cats {
	margin: 0 auto;
	padding: 2px;
	overflow:hidden;
	background:#b1b1b1;
	}

#bottom-cats ul {
	list-style-type:none;
	width:920px;
	margin: 0 auto;
	padding: 5px;
	overflow:hidden;
	background:#e1e1e1;
	}

#bottom-cats li {
	padding:3px;
	margin: 0;
	float:left;
	list-style-type:none;
	display:inline; 
	}
#bottom-cats a, #bottom-cats a:link, #bottom-cats a:visited {
	background:#b1b1b1;
	display:block;
	float:left;
	padding:5px;
	width:165px;
	border:1px solid #d5d1d1;
	overflow:hidden;
	font-size:9pt;
	color:#000;
	text-decoration:none;
	}

#bottom-cats a:hover, #bottom-cats a:active {
	color:#fff;
	background:#f26202;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;
           width:930px;
		  }

