/***** Global Settings *****/

* {
  margin: 0;
  padding: 0;
}
 
 body {
     font: 12px arial, helvetica, sans-serif;
     color: #666666;
	 background:#cccccc url(images/b_bg.jpg) repeat;
}
a:hover{text-decoration: underline;}

a img { border:0;}
img {vertical-align:top;}
ul,li{ list-style:none;}

h1,h2{  margin:10px 0px 0px 0px; padding:0px;  font-weight:bold; }
h2{ font-size: 16px;font-weight:bold;}
h1{ font-size: 19px; }
p{ margin:5px 0px 0px 0px;padding:0px;}
a { outline: none;}
input, textarea
{
	background:#FFFFFF /*url(images/footer_bg.gif) bottom repeat-x;*/;
	font-family:Arial, tahoma; 
	font-size:12px;
	color:#666666;		
}
input, select { vertical-align:middle; font-weight:normal;}
strong {font-size:13px; color:#444444;}
h3
{	font-weight:bold;
	font-style:italic; 
}
h4
{	font-size:13pt;
	color:#1184bf;
}
h2{	font-size:13pt;
	color:#1184bf;
}
a {color:#1184bf; text-decoration: none;}
a:hover {text-decoration: underline;}
.link {color:#666666; text-decoration: none;}

.blue{color:#1184bf;}
.black{color:#444444;}
.large{font-size:22px;}
.medium{font-size:16px;}
.normal{font-size:14px;}
.bold{font-weight:bold;}

/***** Main Formatting *****/
#main{margin:auto;width: 885px;}

#wrapper {
	width: 855px;
	padding: 0 15px;
	background:#ffffff url(images/top_bg.jpg) repeat-x;
}
#logo{width:233px;padding:10px;margin:0;padding-left:0; float:left;}
#links{width:530px;float:right;text-align:right;margin-top:7px;}
#links a{text-decoration: none;color:#666;padding-left:10px;}
#links a:hover{text-decoration: underline;}

/***** Menu Formatting *****/

/********** banner ***********/

#banner { 
	display: block;
	width: 855px;
	margin: 10px auto;
	padding: 0;
}

#banner ul { 
	 /*If your links text is bigger you will have to adjust this value*/
	margin:0;
	padding:0;
	line-height: 172px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
    background: url(images/banner_rp.jpg) repeat-x left top;
}

/*Left Corner*/
#banner ul li.left {
	float: left;
	width: 249px;
	height: 172px;
    background: url(images/banner_left.jpg) no-repeat left top;
	clear: left;
}
#banner ul li.content {
	float: left;
	width: 599px;
}

/*Right Corner*/
#banner ul li.right {
	width: 7px;
	height: 172px;
    background: url(images/banner_r.jpg) no-repeat right top;
	float: right;
	clear: right;
}

.t {background: url(images/dot.gif) 0 0 repeat-x;margin-bottom:10px;margin-left:5px;}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:15px;} 

.separator{background: url(images/separator.gif) center no-repeat;height:1px;margin-top:5px;margin-bottom:5px;}

/***** small menu*****/

#bottom { 
	height:90px;
	clear:both;
}

.leftlinks{background: url(images/gr.jpg) no-repeat center bottom;width:207px;}

.leftlinks ul{padding:0 10px 10px 10px;}

.leftlinks  ul li { 
	background:  url(images/arrow.gif) no-repeat left center;
padding-left: 15px;

}
.leftlinks ul li{display:block;margin-bottom:5px;}
.leftlinks ul li a { 
	
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.leftlinks ul li  a:hover { 
	
	text-decoration: underline;
}

.sseparator{background: url(images/sseparator.jpg) center no-repeat;height:1px;margin-top:5px;margin-bottom:5px;}

#news{width:237px;background: url(images/news_bg.jpg) center no-repeat;}

#news .content {margin-bottom:5px;border:1px solid dotted #ccc;} 


#sitemap ul li a{color:#666666;text-decoration: none;font-weight:bold;font-size:13px;}
#sitemap ul li a:hover{text-decoration:underline;}


#sitemap ul li ul{margin-left:15px;}
#sitemap ul li ul li a{font-weight:normal;font-size:12px;}


.jqueryslidemenu{
font: 13px arial;
width: 855px;

}

.jqueryslidemenu ul{
clear: left;
margin: 0;
padding: 0;
list-style-type: none;
background: url(images/menu_bg.gif) repeat-x left top;
height: 43px;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
/*Left Corner*/
.jqueryslidemenu ul li.left {
	display: block;
	float: left;
	clear: left;
	width: 15px;
	height: 43px;
    background: url(images/menu_l.gif) no-repeat left top;
}

/*Right Corner*/
.jqueryslidemenu ul li.right {
	display: block;
	float: right;
	clear: right;
	width: 15px;
	height: 43px;
    background: url(images/menu_r.gif) no-repeat right top;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
padding: 13px 28px;
/*text-decoration: none;
 background: url(images/menu_sep.gif) no-repeat right top;*/
border-right:1px solid #cccccc;
}
.sp{border-right:1px solid #cccccc;
}
/*.jqueryslidemenu ul li em {
	float: left;
	width: 2px;
	height: 39px;
    background: url(images/menu_sep.gif) no-repeat left top;
	padding:0;
	margin:0;
}*/

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-decoration: none;

}

.jqueryslidemenu ul li a:link{
color:#666666;
text-decoration: none;

}

.jqueryslidemenu ul li a:hover{
text-decoration: none;
background: url(images/menu_h.gif) repeat-x left top;

}
/*.jqueryslidemenu ul li .active{
background: url(images/menu_h.gif) repeat-x left top;

}*/

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index:11;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
z-index:11;

}

/*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: 145px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
background: #b4d670;
border-bottom:1px solid #fff;
color:#fff;
}

.menusubmenu ul{

margin-left:30px;
margin-bottom:5px;
margin-top:5px;
clear:both;


} 
.menusubmenu ul li{clear:left;}
.menusubmenu ul li em{background: url(images/arrow.gif) no-repeat;

	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-top:5px;
	
	}

.menusubmenu ul li a{color:#666666;padding-left:15px;}

.menusubmenu ul li ul{
	margin-left:40px;
}
.menusubmenu ul li ul li{background:none;}

.menusubmenu ul li ul li a{color:#666666;}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.content2{float:right;width:600px;margin-top:8px;}
.clear{clear:both}
.block {border-bottom:1px dotted #ccc;padding:5px 0 5px 0;}
.nblock {border-bottom:1px dashed #ccc; margin-bottom:5px;padding-bottom:5px;}


#pagination {
	display: block;
	position: relative;
	clear:both;margin-bottom:8px;
}
#pagination a {
	padding: 2px 4px;
	margin-left:2px;
	color:#fff;
	background-color: #444444;
	text-decoration: none;
}
#pagination a:hover {
	background-color: #666;
}
#pagination .pageselected
{
	background-color: #003466;
	padding: 2px 4px;
	color:#fff;
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
.btn{
	background: #003366 url(images/btn.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	padding:4px 6px;
	font-size:11px;
	text-decoration: none;
	border:1px solid #ccc;

}
.btn:hover{text-decoration: underline; }

.padd{margin-left:20px;}


#menusmall{height: 35px;background: url(images/menu_sbg.jpg) repeat-x left top;margin: 0 auto;
	padding: 0;width: 855px;clear:both;}

/*Left Corner*/
#menusmall .left {
	display: block;
	float: left;
	width: 15px;
	height: 35px;
    background: url(images/menu_sl.jpg) no-repeat left top;
}

/*Right Corner*/
#menusmall .right {
	display: block;
	float: right;
	width: 15px;
	height: 35px;
    background: url(images/menu_sr.jpg) no-repeat right top;
}
.dropdown {float:left; position:relative; padding-right:5px}
.dropdown dt {

width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;

}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:145px; border:2px solid #b4d670; list-style:none; }
.dropdown li {display:inline;text-align: left;}
.dropdown dt a{display:block;color:#333; text-decoration:none; padding:8px 42px 0 42px;}
.dropdown ul li a{display:block;color:#333; text-decoration:none; padding:2px 5px;}


.dropdown a:hover {text-decoration:underline;}
.error{	color: #cc0000;text-align:center;margin:5px 0 5px 0;font-weight:bold;}
.success{color:#cc10ca;text-align:center;margin:5px 0 5px 0;font-weight:bold;}

ul#nav{position:relative;height: 35px; background: url(images/menu_sbg.jpg) repeat-x left top;}	
ul#nav,ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:100;

	}
ul#nav {
	width:854px;
	margin:auto;
}

ul#nav li {
	position: relative;
	float: left;
}
	
#nav li ul {
	position: absolute;
	left: 0; 
	bottom:30px;
	margin-left:-999em;
	background:#ffffff;
}
#nav li ul ul{
	position: absolute;
	left:100%; 
	bottom: 0;
	}

/* Styles for Menu Items */
ul#nav li a {
	display:block;
	text-decoration: none;
	color: #666;
	line-height:30px;
	width:122px;
	text-align:center;
    background:url(images/egrave.jpg) no-repeat 0 0;	
}

ul#nav li ul li a {
	display:block;
	text-decoration: none;
	color: #666;
	line-height:20px;
	width:125px;
	text-align:left;
    margin-left:5px;
	background:url(images/egrave.jpg) no-repeat 0 0;	
}

ul#nav li li{clear:left}
/* this sets all hovered lists to red and current item */
#nav li.current a,
#nav li:hover a,#nav li.over a,
#nav li:hover li:hover a,#nav li.over li.over a,
#nav li:hover li:hover li:hover a,#nav li.over li.over li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover,
#nav li:hover li:hover li:hover a:hover,#nav li.over li li a:hover,
#nav li:hover li:hover li:hover li:hover a:hover,#nav li.over li.over li.over li.over a:hover 
{
   color: #666;
			background-position:0 -30px
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a,
#nav li:hover li:hover li a,#nav li.over li.over li a,
#nav li:hover li:hover li:hover li a,#nav li.over li.over li.over li a
 {
    color: #666;
			background-position:0 0;
}
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.over ul ul, ul#nav li.over ul ul ul {
margin-left:-999em; 

}

ul#nav li:hover ul,ul#nav li li:hover ul,ul#nav li li li:hover ul, ul#nav li.over ul, ul#nav li li.over ul,ul#nav li li li.over ul {
margin-left:0; border:1px solid #b4d670;
}

ul#nav li a:hover{text-decoration: underline;}

.qlink{padding:5px 20px;background:#666666;color:#000;}


a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-size:11px;
	margin:2px 0;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 12px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
}

