/* CSS Document */

/* ************************************************************************************ */
/* page body                                                                                           */
/* ************************************************************************************ */

body
{
background-color: #ECECEC;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

/* ************************************************************************************ */
/* header green centered                                                                          */
/* ************************************************************************************ */

.font_header
{
font-family:Zephyr, Arial, Helvetica, Sans-serif;
color: #009900;
text-align: center;
}

/* ************************************************************************************ */
/* header division header green                                                                 */
/* ************************************************************************************ */

.font_header1
{
font-family:Arial, Helvetica, Sans-serif;
color: #009900;
}

/* ************************************************************************************ */
/* header 16px bold black underlined indented                                            */
/* ************************************************************************************ */

.font_header2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: underline;
font-weight: bold;
text-indent: 1cm;
}

/* ************************************************************************************ */
/* header bold green aligned left                                           */
/* ************************************************************************************ */

.font_header3
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:left;
color: #009900;
}

/* ************************************************************************************ */
/* header date 2 10pt green centered                                                        */
/* ************************************************************************************ */

.font_header_date
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #009900;
font-weight: bold;
text-align: center;
}

/* ************************************************************************************ */
/* normal line 10px black bold centered                                                     */
/* ************************************************************************************ */

.font_detail_small
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
}

/* ************************************************************************************ */
/* normal line 16px black indented                                                            */
/* ************************************************************************************ */

.font_paragraph
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-indent: 1cm;
}

/* ************************************************************************************ */
/* normal line 16px black aligned left                                                         */
/* ************************************************************************************ */

.font_detail
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-align:left;
}

/* ************************************************************************************ */
/* normal line 16px bold black bold aligned left                                           */
/* ************************************************************************************ */

.font_detail1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align:left;
}

/* ************************************************************************************ */
/* normal line 16px black bold aligned centered                                          */
/* ************************************************************************************ */

.font_default1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
font-weight: bold;
text-align:center; 
}

/* ************************************************************************************ */
/* list lines 16px bold black bullet style circle                                             */
/* ************************************************************************************ */

.font_list
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
list-style-type: circle;
}

/* ************************************************************************************ */
/* Footer1 12px bold green centered                                                         */
/* ************************************************************************************ */

.font_footer1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #006600;
font-weight: bold;
text-align: center;
}

/* ************************************************************************************ */
/*Footer2 12px bold black centered                                                           */
/* ************************************************************************************ */

.font_footer2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-align: center;
}

/* ************************************************************************************ */
/* class "font_detail_1" normal line 12pt bold black                                     */
/* ************************************************************************************ */

.font_detail_1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold; 
}

/* ************************************************************************************ */
/* class "font_detail_2" normal line 12pt black normal                                 */
/* ************************************************************************************ */

.font_detail_2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
font-weight: normal; 
}

/* ************************************************************************************ */
/* class "font_detail_3" normal line 12pt black weight=500                          */
/* ************************************************************************************ */

.font_detail_3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
font-weight: 500; 
}

/* ************************************************************************************ */
/* borders                                                                                               */
/* ************************************************************************************ */

.border
{
border-width: 4px; 
color:#FF9900; 
border-style:solid;
}

.rightsideborders
{
border-right-color:#FF9900;
border-right-width: 8px;
border-right-style:solid;
}

/* ************************************************************************************ */
/* Header Table                                                                                       */
/* ************************************************************************************ */

.table_header
{
width: 100%;
height: 150;
border: none;
border-spacing: 0px;
background-color:#FF9900;
}

 /* ************************************************************************************ */
/* Header Table_1                                                                                    */
/* ************************************************************************************ */

.table_header_1
{
width: 100%;
border: none;
padding: 10px;
border-spacing: 0px;
background-color:#FF9900;
}

/* ************************************************************************************ */
/* Picture Table                                                                                       */
/* ************************************************************************************ */

.table_picture
{
width: 100%;
border-right: 8px  solid #FF9900;
border-left: 8px solid #FF9900;
padding: 10px;
border-spacing: 0px;
}

/* ************************************************************************************ */
/* Table Now                                                                                       */
/* ************************************************************************************ */

.table_now
{
padding: 0px;
border:none;
}

/* ************************************************************************************ */
/* Caption Table                                                                                      */
/* ************************************************************************************ */

.table_caption
{
border-width: 4px;
background-color:#ECECEC;
border-color:#FF9900;
border-style:solid;
width:800px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align:center;
padding: 1;
border-spacing:1;
}

/* ************************************************************************************ */
/* Footer Table                                                                                        */
/* ************************************************************************************ */

.table_footer
{
width: 100%;
border:none;
padding: 10px;
border-spacing: 0px;
background-color:#FF9900;
}

/* ************************************************************************************ */
/* Feather Logo Cell                                                                                */
/* ************************************************************************************ */

.feather
{
width: 10%;
padding: 10px;
border-spacing: 5px;
text-align:left;
vertical-align:middle;
}

/* ************************************************************************************ */
/* Title Cell                                                                                              */
/* ************************************************************************************ */

.title
{
width: 80%;
padding: 10px;
border-spacing: 5px;
text-align: center;
vertical-align:middle;
}

/* ************************************************************************************ */
/* NI Logo Cell                                                                                         */
/* ************************************************************************************ */

.newimage
{
width: 10%;
padding: 10px;
border-spacing: 5px;
text-align: right;
vertical-align:middle;
}

/* ************************************************************************************ */
/*class menu1 style                                                                                 */
/* ************************************************************************************ */

p.menu1
{
font-size: 20px; 
text-align: center; 
font-weight: bold;
color:#006600;
font-style:italic;
}

/* ************************************************************************************ */
/* rollover links for use with menu page links                                              */
/* font Arial, size 12pt (hover 18pt), weight bold and color of Black or Green  */
/*colors: #000000 =Black #009900 = Green                                               */
/* ************************************************************************************ */

a.one:link
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold; 
color: #000000;
text-align:center;
}

a.one:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold; 
color: #000000;
text-align:center;
}

a.one:focus
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: bold; 
color: #009900;
text-align:center;
}

a.one:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: bold; 
color: #009900;
text-align:center;
}

a.one:active
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: bold; 
color: #009900;
text-align:center;
}

/* ************************************************************************************ */
/* rollover links for use with page links on the Favorite Links Page                */
/* font Arial, weight bold and color of Gree or Orange                                  */
/*colors: #009900 =Green #FF9900 = Orange                                            */
/* ************************************************************************************ */

a.two:link
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #009900;
}

a.two:visited
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #009900;
}

a.two:focus
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF9900;
}

a.two:hover
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF9900;
}

a.two:active
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF9900;
}

/* ************************************************************************************ */
/* rollover links for use with page links within the page text                         */
/* font Arial, weight bold and color of Black or Orange                                */
/*colors: #000000 =Black #FF9900 = Orange                                            */
/* *********************************************************************************** */

a.three:link
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
}

a.three:visited
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
}

a.three:focus
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #FF9900;
}

a.three:hover
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #FF9900;
}

a.three:active
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #FF9900;
}

/* ************************************************************************************ */
/* rollover links for use with footer links                                                      */
/* font weight bold and color of Black or Green                                           */
/*colors: #000000 =Black #009900 = Green                                               */
/* ************************************************************************************ */

/* rollover menu links that change color on hover */
a.four:link
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

a.four:visited
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
}

a.four:focus
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #009900;
}

a.four:hover
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #009900;
}

a.four:active
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #009900;
}

/* ************************************************************************************ */
/* rollover links for use with image links                                                     */
/* border of 4px, stype of sold, and color of Orange or Green                       */
/*colors: #FF9900 =Orange #009900 = Green                                            */
/* ************************************************************************************ */

a.five:link
{
border-color: #FF9900;
border-width: 4px;
border-style:solid;
}

a.five:visited
{
border-color: #FF9900;
border-width: 4px;
border-style:solid;
}

a.five:focus
{
border-color: #FF9900;
border-width: 4px;
border-style:solid;
}

a.five:hover
{
border-color: #009900;
border-width: 4px;
border-style:solid;
}

a.five:active
{
border-color: #009900;
border-width: 4px;
border-style:solid;
}

/* ************************************************************************************ */
/* rollover links for use with image links                                                     */
/* border of 6px, stype of sold, and color of Orange or Green                       */
/* border right and bottom                                                                        */
/*colors: #FF9900 =Orange #009900 = Green                                            */
/* ************************************************************************************ */

a.six:link
{
border-bottom-width:thick;
border-bottom-color:#999999;
border-bottom-style:solid;
border-right-width:thick;
border-right-color:#666666;
border-right-style:solid;
border-left:none;
border-top:none;
}

a.six:visited
{
border-bottom-width:thick;
border-bottom-color:#999999;
border-bottom-style:solid;
border-right-width:thick;
border-right-color:#666666;
border-right-style:solid;
border-left:none;
border-top:none;
}

a.six:focus
{
border-bottom-width:thick;
border-bottom-color:#999999;
border-bottom-style:solid;
border-right-width:thick;
border-right-color:#666666;
border-right-style:solid;
border-left:none;
border-top:none;
}

a.six:hover
{
border-bottom-width:thick;
border-bottom-color:#FF9900;
border-bottom-style:solid;
border-right-width:thick;
border-right-color:#009900;
border-right-style:solid;
border-left:none;
border-top:none;
}

a.six:active
{
border-bottom-width:thick;
border-bottom-color:#FF9900;
border-bottom-style:solid;
border-right-width:thick;
border-right-color:#009900;
border-right-style:solid;
border-left:none;
border-top:none;
}

.gallary
{
list-style: none;
width: 100%;
}

.gallary li
{
border-color: #aaa #ccc #ddd #bbb;
border-style: solid;
border-width: 1px;
padding: 1px;
vertical-align: top;
display: inline;
float: left;
margin: 2px;
position: relative;
width: 150;
height: 100;
}

/* ************************************************************************************ */

