﻿html
@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		style.css
 * @name		style
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */

 {
overflow-x: hidden;
}

a
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
a:link
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    color: #827235;
    text-decoration: none;
}
a.guide
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    text-decoration: underline;
}
a.guide:hover
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: 500;
    color: #003a6c;
    text-decoration: underline;
}
a.guide:link
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: 500;
    color: #827235;
    text-decoration: underline;
}
a.navbutton
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
a.navbutton:link
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
a.navbutton:hover
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    color: #b58038;
    font-weight: bold;
    text-decoration: none;
}
a.bodymenu
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    color: #2f6f87;
    font-weight: bold;
    text-decoration: none;
}
a.bodymenu:link
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    color: #2f6f87;
    font-weight: bold;
    text-decoration: none;
}
a.bodymenu:hover
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    color: #11272f;
    font-weight: bold;
    text-decoration: none;
}
.login
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #535353;
    font-weight: bold;
}
a.login
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #535353;
    font-weight: bold;
    text-decoration: none;
}
a.login:link
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #535353;
    font-weight: bold;
    text-decoration: none;
}
a.login:hover
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #b0c08a;
    font-weight: bold;
    text-decoration: none;
}
.bodymenu
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #2f6f87;
}
.bodytext
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: Black;
}
.bodytitle
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13px;
    color: Black;
    font-weight:bold;
}
.copyright
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 9px;
    color: black;
}
.Lbodytext
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #b58038;
}
.title
{
    font-family: Occidental;
    font-size: 20px;
    color: #993333;
    font-weight: bold;
}
.mainbody
{
    background-color: #f3f6eb;
    padding-top: 4;
}
.campaign
{
    font-family: Arial;
    font-size: 14px;
    font-variant: small-caps;
    color: #ffffff;
    padding-right: 2px;
    Padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.ctext
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #333333;
}
.dtext
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
}

td.rankselect
{
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    text-align:  right;
    width: 90px;
}
td.ranklabel
{
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    text-align:  left;
    width: 309px;
}
.contacttop
{
    font-family: Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    font-variant:inherit;
    color: #003a6c;
}
.contact
{
    font-family: Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    font-variant:inherit;
    color: #333333;
}
.contactwhite
{
    font-family: Arial;
    font-size: 14px;
    font-variant: small-caps;
    color: #ffffff;
}
ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}