﻿/*®ƒ*/
body
{
    background-image: url(../images/bg.gif);
    background-repeat: repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: auto auto auto auto;
    position: relative;
    text-align: center;
}

table
{
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto auto auto auto;
    position: relative;
    text-align: left;
}

span
{
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    color: #663300;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

a:visited
{
    color: #663300;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #663300;
    font-weight: bold;
    text-decoration: underline;
}

ul
{
    padding: 0;
    margin: 0;
}

/* BEGIN: Headings ================== */
h1 {
    font-size:18pt; 
    font-family:Bodoni MT Bold; 
    font-weight:bolder; 
    color:Black;
    text-align:center;
}

h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 1px;
    font-family:Bodoni MT Bold; 
    font-weight:bolder; 
    color:Black;
}

h3 {
    font-size: 15px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 2px;
    font-family:Bodoni MT Bold; 
    font-weight:bolder; 
    color:Black;
}

h4 {
    font-size: 14px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 3px;
    font-family:Bodoni MT Bold; 
    font-weight:bolder; 
    color:Black;
}

h5 {
    font-size: 13px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-family:Bodoni MT Bold; 
    font-weight:bolder; 
    color:Black;
}

h6 {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 1px;
    font-family:Bodoni MT Bold; 
    font-weight:bolder; 
    color:Black;
}
/* END: Headings ================== */

img {
  border:0;
}
/*®ƒ*/
#menu {
    font:17px 'Trebuchet MS', Verdana, Arial, sans-serif;
    line-height: 20px;
    margin: auto;
    width: 800px;
}
#nav {
    margin: 0;
    position: relative;
    width: 100%;
}
#nav ul {
    visibility: hidden;
    position: absolute;
    top: 2.4em; /* I'm using ems rather than px to allow people to zoom their font */
    left: 0;
    width: 100%;
}
/* Second and third etc. level submenus - position across from parent instead */
/*®ƒ*/
#nav ul ul {
    top: 0px;
    left: 100%;
}
#nav li {/* Set top-level list items */
    position: relative;
    float: left;
    list-style: none;
    width: 160px;
}
 
#nav li ul {/* second-level lists */
    display: block; 
    left: 0;
    position: absolute;
    top: 2px;
    z-index: 0;
}
 
#nav li>ul {/* to override top and left in browsers other than IE */
    left: auto;
    top: auto;
}
 
#nav li ul li ul  {/* third-level lists */
    display: block; 
    left: 15px;
    position: absolute;
    top: 0;
}
 
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li {
    float: left; 
    height: 1%; 
}
* html #nav ul li a {
    height: 1%; 
}
/* End */
 
#nav li:hover ul {
    display: block; 
}
 
#nav li:hover>ul {
    visibility: visible; 
}
 
/* Make-up syles */
#nav ul, li {
    margin: 0 0 0 0; 
}
 
/* Styles for Menu Items */
#nav ul a
{
    color: #663300;
    display: block;
    padding: 5px;
    text-decoration: none;
}
/* Hover Styles */
#nav ul a:hover { 
    color: #663300;
} 
 
/* Sub Menu Styles */
#nav li ul a
{
    /*background: #8B4513;*/ /* IE6 Bug */
    background-image: url(../images/menuBak.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: #FFFFFF;
    padding: 5px;
    text-decoration: none;
} 
 
/* Sub Menu Hover Styles */
#nav li ul a:hover
{
    /*background: #663300;*/
    background-image: url(../images/menuBak.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #663300;
} 
 
/* Icon Styles */
#nav li a.submenu {
    background-image: url(../images/menuBak.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: #FFFFFF;
    display:block;
    height: 20px;
    padding:5px 0px;
    position:relative;
    text-align:center;
    text-decoration:none;
}
#nav li a.submenu:hover
{
    background-image: url(../images/menuBak.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #663300;
    height: 20px;
    position:relative;
}
#nav li ul a.submenu {
    background-image: url(../images/menuBak.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 20px;
    position:relative;
}
#nav li ul a.submenu:hover {
    background-image: url(../images/menuBak.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 20px;
    position:relative;
}
/*®ƒ*/
/* BEGIN:   Content ================== */
.Inputs{
	vertical-align:middle
}
#btnSubmitContact a {
	float: left;
	width: 94px;
	height: 21px;
	text-indent: -9999px;
	display: block;
	background: url(/images/btnSubmit.gif) no-repeat top;
}
#btnSubmitContact a:hover {
	background-position:bottom;
}
/* END:     Footer ================== */
/*®ƒ*/
/* BEGIN:   Footer ================== */
/* END:     Footer ================== */
