/*------------------------------------------------------------------------

### webnighthawk.css - Feb, 2009

### ------------------------------------------------------------------------

### Copyright (C) 2009-present Webnighthawk. All Rights Reserved.

### license - Copyrighted Commercial Software

### Author: K Thomas

### Websites:  http://www.webnighthawk.com  and  http://www.webnighthawk.co.uk

-------------------------------------------------------------------------*/


/*
---------------------------------- GENERAL STYLES ------------------------------
*/

/*table styles ****************************************************************** */

table#body-table
{
width:100%;
}

/*td styles ****************************************************************** */

td.head 
{
 vertical-align:bottom;
 border:none;
}

td.left_of_top_menu
{
 vertical-align:top;
 border-style:none solid none none;
 border-width:thin;
 border-color:rgb(180,180,180)
}

td.left_of_top_menu_search
{
 vertical-align:top;
 border-style:none none none none;
 border-color:rgb(180,180,180)
}

td.left_of_body
{
 vertical-align:top;
 border-style:none solid none none;
 border-width:thin;
 border-color:rgb(180,180,180);
}

td.right_of_body
{
 vertical-align:top;
 text-align:center;
 padding:0px 25px 0px 25px;
}

td.top_menu
{
 vertical-align:top;
 border:none;
}

td.top_menu_search
{
 vertical-align:top;
 border:none;
}

/*div styles ****************************************************************** */

div.article-1
{
padding-left:20px;
}

div.title-head
 {
 width:100%;
 background-color:rgb(255, 255, 204);
 }

 div.text-search
 {
 font-family:verdana;
 font-style:normal;
 font-size:12px;
 font-weight:900;
 color:rgb(180,180,180);
 text-align:center;
 text-decoration:none;
 }
 
/* ----------------------------------- MENU CSS ----------------------------------- */


img#image_01:hover
{
background-image:url("http://www.webnighthawk.com/wnhicons/home-over.gif");
cursor:pointer;
}
/* -------------------------------- END OF MENU CSS -------------------------------- */

/*img styles ****************************************************************** */

img.image-head
{
 vertical-align:bottom;
 border:none;
 width:760px;
 height:76px;
}

img.top-menu
{
 vertical-align:top;
 border:none;
}

img.top-menu:hover
{
 cursor:pointer;
}

img.top-menu-search
{
 vertical-align:top;
 border-style:none none none none;
}

img.top-menu-search:hover
{
 cursor:pointer;
}
/*b styles ****************************************************************** */

b.style_1
{
 font-family:verdana;
 font-style:normal;
 font-size:14px;
 font-weight:900;
 color:brown;
 text-align:center;
 text-decoration:none;
}

b.style_2
{
 font-family:Arial;
 text-decoration:none;
 font-size:8pt;
 font-style:normal;
 font-weight:700;
 color:black;
}

b.style_3
{
 font-family:verdana;
 font-style:normal;
 font-size:14px;
 font-weight:900;
 color:brown;
 text-align:center;
 text-decoration:none;
}

b.style_3:hover
{
 font-family:verdana;
 font-style:normal;
 font-size:14px;
 font-weight:900;
 color:blue;
 text-align:center;
 text-decoration:underline;
}

/*p styles ****************************************************************** */

p.text-1
{
 font-family:verdana;
 font-style:normal;
 font-size:12px;
 color:brown;
 text-align:justify;
 }

 p.title-1
 {
 font-family:verdana;
 font-style:normal;
 font-size:18px;
 color:brown;
 text-align:center;
 font-weight:900;
 }
 
 p.title-head
 {
 font-family:verdana;
 font-style:normal;
 font-size:22px;
 color:brown;
 text-align:center;
 font-weight:900;
 }
 
p.article-1
{
 font-family:verdana;
 font-style:normal;
 font-size:12px;
 color:brown;
 text-align:left;
}

p.article-header-1
{
 font-family:verdana;
 font-style:normal;
 font-weight:900;
 font-size:14px;
 color:brown;
 text-align:left;
}
/*li styles ****************************************************************** */

li.article-1
{
 font-family:verdana;
 font-style:normal;
 font-size:12px;
 color:brown;
 text-align:left;
}
 /*a styles ****************************************************************** */

/* navigation */

a:link {font-family:Verdana;  font-size:1em; font-style:normal; text-decoration:none;  cursor:pointer; color:rgb(167,167,167);}
a:hover {font-family:Verdana; font-size:1em; font-style:normal; text-decoration:none;  cursor:pointer; color:rgb(0,128,128);}
a:visited {font-family:Verdana; font-size:1em; font-style:normal; text-decoration:none;  cursor:pointer; }

 
 a.link-1
{font:normal 900 12px arial;
 text-align:center;
 }

 a.link_2
{
 font-family:verdana;
 font-style:italic;
 font-size:14px;
 font-weight:900;
 color:brown;
 text-align:center;
 text-decoration:underline;
}

/*
Table td
*/
td.left-display
{
text-align:center;
vertical-align:midlde;

background-color:transparent;

border-top-style:solid;
border-top-weight:thin;
border-top-color:rgb(210,210,210);

border-right-style:solid;
border-right-weight:thin;
border-right-color:rgb(210,210,210);

border-bottom-style:solid;
border-bottom-weight:thin;
border-bottom-color:rgb(210,210,210);

border-left-style:solid;
border-left-weight:thin;
border-left-color:rgb(210,210,210);

}

td.right-display
{
text-align:left;
vertical-align:middle;

background-color:transparent;

border-top-style:solid;
border-top-weight:thin;
border-top-color:rgb(210,210,210);

border-right-style:solid;
border-right-weight:thin;
border-right-color:rgb(210,210,210);

border-bottom-style:solid;
border-bottom-weight:thin;
border-bottom-color:rgb(210,210,210);

border-left-style:solid;
border-left-weight:thin;
border-left-color:rgb(210,210,210);
}

/*
------------------------------------ FORM STYLES --------------------------------
*/

td.contact-form-tags
{
 text-align:left;
}

font.form-tag
{
font:normal bolder 10pt Verdana;
}

font.form-tag-comment
{
font:normal bolder 8pt Verdana;
}

input#submitA
{
font:normal bolder 10pt Verdana;
color:rgb(0,0,0);
background-color:rgb(255, 255, 204);
}

input#submitA:hover
{
font:normal bolder 10pt Verdana;
color:rgb(255,255,255);
background-color:rgb(224, 187, 57);
cursor:pointer;
}