/*v.2.8*/
/*---------------------------------------
               RESET
---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }


/*---------------------------------------
               MAIN LAYOUT
---------------------------------------*/
html { background:#010101;  width: 100%; }
body { font:12px Helvetica, Arial, Times, 'Times New Roman'; color:#262626; text-align:left; line-height:15px; }
/**/
#container { width:800px; margin: 0 auto; }
#body { background:#d6e3f3 url("../images/bg/body.gif") no-repeat; display:block; overflow:hidden; width:800px; min-height:426px;}
#body-rd { background:#fbf1d6 url("../images/bg/body-rd.gif") no-repeat; display:block; overflow:hidden; width:800px; min-height:426px;}
#body-rm { background:#bad4de url("../images/bg/body-rm.gif") no-repeat; display:block; overflow:hidden; width:800px; min-height:426px;}
#body-about { background:#e7d6bb url("../images/bg/body-about.gif") no-repeat; display:block; overflow:hidden; width:800px; min-height:426px;}
/**/
h1, h2, h3, h4, h5, h6 {margin-bottom:12px;  }
h1 { font-size:22px; color:#d86351; font-family: "Franklin Gothic Medium", Helvetica, Arial, Times, 'Times New Roman'; line-height:24px; margin-bottom:15px;}
h2 { font-size:12px; color:#000; margin-bottom:5px; line-height:14px;  padding-top:5px; padding-bottom:5px;}
h3 { font-size:11px; line-height:13px; padding-bottom:5px;}
h4 { font-size:11px; }
h5 { font-size:11px; }
h6 { font-size:11px; }
/**/
a { color:#0a2252; text-decoration:underline; font-weight:bold; }
a:hover { text-decoration:underline; }
/**/
p { margin-bottom:12px; }
/**/
.light{ color:#0a2252; font-weight:bold; }
/**/

 img {border:#000 solid 1px;}
.img-left { float:left; margin:0 7px 7px 0; }
.img-right { float:right; margin:0 0 7px 7px; }
.img-noborder {border:0;}
/**/
.clear { height:0; overflow:hidden; clear:both; }
#aux-aux-aux { min-height:650px; height:auto !important; height:650px; }


h2 a:hover {
	color: #da5f4a;
	text-decoration: underline;
}

h3 a {
	color: #da5f4a;
	text-decoration: none;
}
h3 a:visited {
	color: #da5f4a;
	text-decoration: none;
}

h3 a:hover {
	color: #da5f4a;
	text-decoration: underline;
}

/*---------------------------------------
               HOMEPAGE LAYOUT
---------------------------------------*/
#home-body { background: url("../images/bg/home-body.jpg") no-repeat; display:block; overflow:hidden; height:481px; }
/**/
#home-header { background: url("../images/bg/home-header.jpg") no-repeat; height:127px; overflow:hidden; }
#home-header h1 { display:block; margin:12px 0 0 199px; }
#home-header  a {	background:transparent url('../images/bg/home-logo.jpg'); display:block; width:428px; height:101px; cursor:pointer; margin:12px 0 0 199px;}
#home-header span { display:none; }
/**/
#home-main { width:650px;  margin:0 auto; text-align:center; color:#020202; font-weight:bold; }
#home-main h1 { line-height:24px; color:#020202; margin-top:10px;  }
#home-main h2 { line-height:14px; color:#020202; margin-top:10px;  }
#home-main p { margin-bottom:3px; }
/**/
#home-footer { text-align:center; color:#ff6633; font-weight:bold; line-height:22px; }
#home-footer .copyright { font-size:10px; line-height:50px;  }


/*---------------------------------------
                HEADER
---------------------------------------*/
#header { background: url("../images/bg/header.jpg") no-repeat; height:123px; overflow:hidden;  }
#header h1 {display:block;  }
/*#header  a { background:transparent url('../images/bg/logo.jpg'); display:block; width:428px; height:104px; cursor:pointer; margin:9px 0 0 174px;}*/
#header  span {	display:none; }


/*---------------------------------------
                 NAV
---------------------------------------*/
.menu {width:800px; height:30px; position:relative; z-index:100;border-right:1px solid #000; text-align:center; padding-top:3px; padding-left:30px;}
* html .menu {width:800px;}
.menu ul {padding:0;margin:0;list-style-type:none;margin-left:2px; }
.menu ul ul {width:100px; text-align:left;}
.menu li {float:left;position:relative;}
.menu a, .menu a:visited { padding:7px 24px 7px 25px; text-decoration:none; color:#fff; border:1px solid #000; border-width:1px 0 1px 1px; background:#010101; line-height:29px; font-weight:normal; overflow:hidden; }
.menu ul ul a, .menu ul ul a:visited { display:block; text-decoration:none; color:#fff; width:100px; height:40px; border:1px solid #000; border-width:1px 0 1px 1px; background:#010101; line-height:29px; font-weight:normal;}
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000;}
.menu ul ul a.drop:hover{background:#ff5733;}
.menu ul ul :hover > a.drop {background:#000;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000;}
.menu ul ul ul a:hover {background:#ff5733;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:100px;border-top:1px solid #000;}
* html .menu ul ul {top:28px;}
.menu ul ul ul{left:100px; top:-1px; width:100px;}
.menu ul ul ul.left {left:-100px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
.menu ul ul a, .menu ul ul a:visited {background:#000; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
* html .menu ul ul a, * html .menu ul ul a:visited {width:128px;}
.menu a:hover, .menu ul ul a:hover{color:#000; background:#ff5733;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#ff5733;}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}


/*---------------------------------------
                SIDEBAR  
---------------------------------------*/
#sidebar { width:302px; float:left; margin:100px 0 0 0; text-align:center; display:block; overflow:hidden;  }
#sidebar img { margin-bottom:30px;}


/*---------------------------------------
                 MAIN  
---------------------------------------*/
#main { width:400px; float:left; margin:20px 34px 20px 34px; display:block; overflow:hidden; background:none; }
/**/
#main ul { padding-left:15px; margin-bottom:15px; }
#main ul li { margin-bottom:5px;}


/*---------------------------------------
               FOOTER
---------------------------------------*/
#footer { background: url("../images/bg/footer.jpg") repeat; height:130px; line-height:25px; text-align:center; padding:0 5px 0 5px; }
#footer a { text-decoration:none; color:#3274d1; }
#footer a:hover { text-decoration:underline; }
/**/
#footer .nav { text-align:center; }
#footer .nav li{ display:inline; }
#footer .nav a { margin:0 15px 0 15px; text-decoration:none; color:#ffffff; font-size:11px; font-weight:normal; }
#footer .nav a:hover { text-decoration:underline; }
/**/
#footer .copyright { text-align:center; margin-top:90px; color:#ffffff; font-weight:bold; font-size:9px; }

/*---------------------------------------
               OTHER
---------------------------------------*/

.bold {font-weight:bold;}
.italic {font-style:italic;}
.note {font-size:9px;}

.popupheader {color: #ffffff; margin-top: 10px; margin-left:10px;}

.odd {padding: 5px 10px 5px 10px; background-color:#eee;}
.even {padding: 5px 10px 5px 10px;}
.indent {padding-left:15px;}

#sitemap table tr td {padding-bottom:5px;}


a.contact:link { color:#0a2252; text-decoration:underline; font-weight:bold; }
a.contact:hover { text-decoration:underline; color:#da5f4a; }

/*---------------------------------------
              RD Page
---------------------------------------*/


#rd h3 a {
	color: #0a2252;
	text-decoration: underline;
}
#rd h3 a:visited {
	color: #0a2252;
	text-decoration: underline;
}

#rd h3 a:hover {
	color: #da5f4a;
	text-decoration: underline;
}

.rdlist {padding:0;}

/*---------------------------------------
              Press Links
---------------------------------------*/


 a.orange {
	color: #da5f4a;
	text-decoration: none;
}
 a.orange:visited {
	color: #da5f4a;
	text-decoration: none;
}

 a.orange:hover {
	color: #da5f4a;
	text-decoration: underline;
}

/*---------------------------------------
             Other
---------------------------------------*/
.italic {font-style:italic};
.note {font-weight:bold; font-size:10px;}
	
