/* Main page styling */

body {
   background-color: #d3d9e5;
   background-image: url(images/page_gra.jpg);
   background-repeat: repeat-x;
   margin: 0;
   padding: 0;
   color: #000033;
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
}


#pagewrapper {
   margin: 0 auto;
   width: auto;
   min-width: 770px;
   max-width: 1000px;
}
#layoutwrapper {
   position: relative;
   margin: 0;
}
td {
   font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Left sidebar content styling */
#leftbar {
   background-color: #405B7B;
   color: #276B28;
   vertical-align: top;
   /*/*/ background-image: url(images/leftbottom.jpg);
   background-repeat: no-repeat;
   background-position: bottom;
   width: 180px;
   padding: 0;/* */
}
#leftbar p a:link, #leftbar p a:visited, #leftbar p a  { color:#99FFFF; }

#leftbar a:link,  #leftbar a:visited{
   color: Maroon;
}

#leftbar a:hover {
   color: #C7D2DE;
}


#leftbar p{
    font-size: 13px;
    color: #FFFFFF;
   /*/*/margin: 10px;
   line-height: 20px; /* Double comments used to hide styles from NN4*/
}

#leftbar h1 {
   font-size: 18px;
   color: #FFFFFF;
   /*/*/margin: 10px;
   letter-spacing: 1px;/* */
}

#leftbar h2 {
   font-size: 16px;
   color: #FFFFFF;
   /*/*/margin: 10px;
   letter-spacing: 1px;/* */
}


/* Main content styling */

#mncontent p{
   line-height: 20px;
   color: #000033;
   margin-top: 10px;
   margin-right: 20px;
   margin-bottom: 20px;
   margin-left: 30px;
   font-size: 0.9em;
}
.omargin {
   font-size: .9em;
   margin: 0px;
   padding-top: 22px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}

hr {
   width: 70%;
}


#mncontent h1 {
   font-size: 1.32em;
   color: #FD9A01;
   letter-spacing: 3px;/* */
   margin-top: 20px;
   margin-right: 5px;
   margin-bottom: 0px;
   margin-left: 5px;
}

#mncontent h2 {
   font-size: 1.10em;
   color: #265126;
   letter-spacing: 2px;/* */
   margin-top: 8px;
   margin-right: 20px;
   margin-bottom: 0px;
   margin-left: 20px;
}
#mncontent h3 {
   font-size: 1.14em;
   color: #FD9A01;
   letter-spacing: 4px;/* */
   margin-top: 8px;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 20px;
}
#mncontent h4 {
   font-size: 1em;
   color: #418941;/* */
   margin-top: 8px;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 10px;
}
strong {
   font-family: Arial, Helvetica, sans-serif;
   font-size: .96em;
}

#mncontent ul  {
   /*/*/list-style-image: url(images/goldbb.gif);
   list-style-type: none;/* */
   font-size: 0.9em;

}
#mncontent ol {
      font-size: 0.9em;
}
   
#mncontent li {
   color: #003300;
   padding-bottom: 8px;
   padding-right: 20px;

}

#mncontent p a:link,  #mncontent p a:visited{
   color: #993300;
   text-decoration: none;
}

#mncontent p a:hover {
   color: #FFFFCC;
   background-color: #415A7A;
}

/* Right sidebar styling */

#rightbar {
   background-color: #E9E4E0;
   vertical-align: top;
   width: 180px;
   color: #593C3C;/* */
   padding-top: 0;
   padding-right: 4;
   padding-bottom: 0;
   padding-left: 0;
}
#rightbar p{
    font-size: 13px;
   /*/*/margin: 10px;
   line-height: 20px; /* */
}

#rightbar h1 {
   font-size: 1.2em;
   color: #1A481A;
   /*/*/margin: 10px;
   letter-spacing: 1px;/* */
}

#rightbar h2 {
   font-size: .96em;
   color: #925801;
   /*/*/margin: 10px;
   letter-spacing: 1px;/* */
}
#rightbar a:link,  #rightbar a:visited{
   color: #003399;
   text-decoration: none;
}
#rightbar a:hover {
   color: #FD9A01;
   text-decoration: none;
}
#rightbar ul {
   padding-left: 14px;
   margin: 0;
}

#rightbar li {
   font-size: 0.9em;
   padding-left: 0px;
   margin: 0;
   padding-bottom: 4px;
}


/* Copyrite styling */

.copyrite {
   color: #504629;
   font-size: 12px;
   text-align: center;
}
.copyrite a {
   color:#6666CC;
   text-decoration:none;
}
/* Top navigation bar button styling */

.topbut a:link,  .topbut a:visited  {
   color: #FFFFFF;
} /* This class is used to force NN4 display the correct coloured links in the Top Navigation*/

#ntable td a {
   /*/*/display:block;
   line-height: 40px;
   width: 100%; /* */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}


#ntable td a:link, #ntable td a:visited {
   color: #FFFF66;
   text-align: center;
   text-decoration: none;
   /*/*/background-image: url(images/topnav_b.gif);
   background-position: 0 0;
   background-repeat: no-repeat;/* */
}

#ntable td a:hover{
   color: #FFFFFF;
   /*/*/background-image: url(images/topnav_b.gif);
   background-position: 0 -70px;
   background-repeat: no-repeat;/* */
}

/* Navlist Styling */

#navlist {
 /*/*/ margin-top: 4px;
 margin-bottom: 10px;
   width: 100%;/* */
}
.redtext {
   color: #993300 !important;
   padding-right: 33px;
   padding-left: 33px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.86em;
   line-height: 1.3em;
}
.redtext a:link {
   color: #003399;
}
#navlist ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}

#navlist li {
   margin: 0 0 2px 0;
}

#navlist a {
   /*/*/display: block;
   padding: 4px 2px 4px 20px;
   border-top: 1px solid #333333;
   border-bottom: 1px solid #333333;
   background-color: transparent;
   background-image: url(images/navlist_.gif);
   background-position: 0 0;
   background-repeat: no-repeat;
   voice-family: "\"}\"";
   voice-family:inherit; /* */
   width: 158px;
}

#navlist a:link, #navlist a:visited {
   color: #FFFFFF;
   /*/*/text-decoration: none;
   -moz-opacity: 80%;
   filter: alpha(opacity=80); /* */
}

#navlist a:hover {
   /*/*/border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   background-image: url(images/navlist_.gif);
   background-position: 0 -70px;
   background-repeat: no-repeat;/* */
   color: #000000;
}



/* table styling */

#htable {
   /*/*/border-top: 1px solid #333333;
   border-right: 1px solid #333333;
   border-left: 1px solid #333333;
   height: 140px;/* */
}

#htable td {
   background-color: #336600;
   background-image: url(images/header_b.jpg);/* Please make this link absolute to display in NN4 */
   background-repeat: repeat-x;
}

td#headerl {
   /*/*/background-image: url(images/header3.jpg);
   background-repeat: no-repeat;
   width: 180px;/* */
}

#ntable {
   background-color: #1A481A;
   /*/*/border-left: 1px solid #504629;
   border-right: 1px solid #504629;/* */
      }

#ntable td {
   /*/*/padding: 0;/* */
}

td#navl {
   /*/*/background-image: url(images/nav_bg_l.jpg);
   background-repeat: no-repeat;
   border-left: none;
   width: 180px;
   height: 40px;/* */ 
}

#stable {
   background-color: #E9E4E0;
   /*/*/background-image: url(images/nav_spac.jpg);
   background-repeat: no-repeat;
   border-right: 1px solid #333333;
   border-left: 1px solid #333333;
   height: 4px;/* */
}

#ctable {
   border-right: 1px solid #333333;
   border-left: 1px solid #333333;
}

#mncontent {
   background-color: #FFFFFF;
   vertical-align: top;
   /*/*/border-top: 1px solid #333333;
   border-right: 1px solid #CECECE;
   border-bottom: 1px solid #CECECE;
   border-left: 1px solid #333333;
   padding: 0;/* */
}



#ftable {
    background-color: #E9E4E0;
   /*/*/background-image: url(images/footerBG.gif);
   background-repeat: repeat-x;
   border-right: 1px solid #333333;
   border-bottom: 1px solid #333333;
   border-left: 1px solid #333333;
   height: 40px;/* */
   vertical-align: middle;
}

#footerr {
   background-color: #E9E4E0;
   vertical-align: top;
   width: 180px;
}



td#underline
 {
   text-decoration: underline;
   color: Black;
}

#tborderblue {
   BORDER-RIGHT: #000099 1px solid;
   BORDER-TOP: #000099 1px solid;
   BORDER-LEFT: #000099 1px solid;
   BORDER-BOTTOM: #000099 1px solid
}
#tborderblue2 {
   BORDER-RIGHT: #000099 2px solid;
   BORDER-TOP: #000099 2px solid;
   BORDER-LEFT: #000099 2px solid;
   BORDER-BOTTOM: #000099 2px solid
}
#tborderred {
   BORDER-RIGHT: #990000 1px solid;
   BORDER-TOP: #990000 1px solid;
   BORDER-LEFT: #990000 1px solid;
   BORDER-BOTTOM: #990000 1px solid
}
#tborderred2 {
   BORDER-RIGHT: #990000 2px solid;
   BORDER-TOP: #990000 2px solid;
   BORDER-LEFT: #990000 2px solid;
   BORDER-BOTTOM: #990000 2px solid
}
#tborderblack {
   BORDER-RIGHT: black 1px solid;
   BORDER-TOP: black 1px solid;
   BORDER-LEFT: black 1px solid;
   BORDER-BOTTOM: black 1px solid
}
#tborderblack2 {
   BORDER-RIGHT: black 2px solid;
   BORDER-TOP: black 2px solid;
   BORDER-LEFT: black 2px solid;
   BORDER-BOTTOM: black 2px solid
}

#navlist li {
margin: 0 0 2px 0;
position: relative;
}
#submenu1, #submenu2 {
margin: 0;
padding: 0;
list-style-type: none;
position: absolute;
top: 0;
left: 180px;
visibility: hidden;
}
#submenu1 li, #submenu2 li {
margin: 0;
padding: 0;
}
#submenu1 a, #submenu2 a {
background-color: #cc9;
color: #fff;
}
.header {
   FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #6f9193; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f2cd7e; TEXT-ALIGN: left
}
.photoborder {
   border: thin inset #CCCCCC;
}
.photoborder2 {
   border: thin ridge #CCCCCC;
}
.nomargin {
   margin-left: 15px;
}
.smallertext {
   font-size: .9em;
}


#aboutus table, #aboutus td { border:thin solid #1e6463}

.demos {
   background-color: #405B7B;
   border: 1px solid #C3C3C3;
   color: #FFFFCC;
}

.alignright {
   float: right;
   margin-left: 8px;
}
#movie {
   float: right;
   margin-left: 10px;
   margin-right: 10px;
   width: 240px;
}

#mncontent .myClass3 a:link, #mncontent .myClass3 a:visited, #mncontent .myClass2 a:link, #mncontent .myClass2 a:visited {
   color:#FFFF66;
}
#mncontent .myClass3 a:hover {
   color:#99FFFF;

}

#mncontent .myClass2 a:hover {
   color:#99FFFF;
}
.myClass2:hover, .hlt {
   background-color: #53759D;
   color: #66FFFF;
}

.myClass2 { h: expression(onmouseover=new Function("this.className = 'hlt';"));
}
.hlt { h: expression(onmouseout=new Function("this.className = 'myClass2';"));
}

.liteTbl {
   border: thin ridge #CCCCCC;
}
.rowLite {
 background-color: #DFE6EC;
}

#ctable #mncontent ul li {
   font-size: 1.08em;
}
a.tooltip2{
    position:relative;
    z-index:24;
   color:#1b1b1b;
}

a.tooltip2:hover {
   z-index:25;
   border-bottom:1px dashed #FF5E2F;
   text-decoration:none;
}

a.tooltip2 span {
   display: none;
}

a.tooltip2:hover span {
   display:block;
   position:absolute;
   top: 0;
   left: 0;
   margin-top: -1.5em;
   margin-left: 3em;
   width:15em;
   text-decoration:none;
   border:1px solid #FF6600;
   padding:25px;
   width:260px;
   color:#9E7A0C;
   background-color:#FFFFE4;
}
.check {
   height: 1px;
   position: absolute;
   width: 120px;
   left: -1600px;
   top: -1500px;
}
.links { width: 100%; }
#rightbar div.links p {
	line-height:1.2em !important;
	margin-bottom:6px !important;
	margin-top: 0px !important;
}
