/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
    position:relative;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
    position:relative;
    left:0px; top:0px;
    border:1px solid #999;
    z-index:2;
}

.mtDropdownMenu.top .items {
    border-top:none;
}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color:#4A4B4B;
    font-size:12px;
    font-family:Helvetica, Verdana, Sans-Serif;
    text-decoration:none;

/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
    border:none;
    cursor:pointer;
    cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=95);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
    position:absolute;
    z-index:1;
    left:3px; height:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mtDropdownMenu .item.hover {
    background:#759ad7;
    color:#FFFFFF
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
    margin-left:0px;
}
BODY {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
SPAN {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
DIV {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
P {
	FONT-SIZE: 14px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 17px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}

.TABLE {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
.TR {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
.tdst {
	FONT-SIZE: 19px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 30px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
UL {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
LI {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
.form {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
FORM {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
INPUT {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
SELECT {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
TEXTAREA {
	FONT-SIZE: 12px! important; WORD-SPACING: 1px; COLOR: #505050; LINE-HEIGHT: 15px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
H1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 22px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px; COLOR: #333; LINE-HEIGHT: 22px; PADDING-TOP: 0px
}
H2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 14px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 5px; COLOR: #4c8e94; LINE-HEIGHT: 16px; PADDING-TOP: 0px
}
H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #333; PADDING-TOP: 0px
}
A:link {
	COLOR: #759ad7; TEXT-DECORATION: none
}
A:visited {
	COLOR: #759ad7; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
.footer {
	FONT-SIZE: 12px; COLOR: #d4cebb
}
a:link.footer {
	FONT-SIZE: 12px; COLOR: #d4cebb; TEXT-DECORATION: none
}
a:visited.footer {
	FONT-SIZE: 12px; COLOR: #d4cebb; TEXT-DECORATION: none
}
a:hover.footer {
	FONT-SIZE: 12px; COLOR: #6699FF; TEXT-DECORATION: none
}
a:link.footer1 {
	FONT-SIZE: 11px; COLOR: #d4cebb; TEXT-DECORATION: none
}
a:visited.footer1 {
	FONT-SIZE: 11px; COLOR: #d4cebb; TEXT-DECORATION: none
}
a:hover.footer1 {
	FONT-SIZE: 11px; COLOR: #6699FF; TEXT-DECORATION: none
}
.hr {
	MARGIN: 10px 0px; WIDTH: 90%; BORDER-BOTTOM: #aca285 1px dashed
}
* HTML .hr {
	MARGIN: -3px 0px 10px
}
.italic {
	FONT-SIZE: 11px! important; FONT-STYLE: italic
}
.input {
	BORDER-RIGHT: #e0e6eb 1px solid; BORDER-TOP: #e0e6eb 1px solid; BORDER-LEFT: #e0e6eb 1px solid; BORDER-BOTTOM: #c5ccd2 1px solid; BACKGROUND-COLOR: #f8fafb
}

.pop {
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FONT-WEIGHT: bold; FONT-SIZE: 14px! important; PADDING-BOTTOM: 0px; COLOR: #333; PADDING-TOP: 0px; FONT-STYLE: italic
}
.quote {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #505050
}
UL.arrow {
	padding:0px; LIST-STYLE-IMAGE: url('/img/arrow.gif'); margin-left:20px; margin-right:0px; margin-top:14px; margin-bottom:0px
}
UL.arrow LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
LI {
	PADDING-BOTTOM: 5px
}

#navcontainer		{ padding: 0px 12px 0px 12px; margin: -15px 0px -15px 0px;}
#navlist			{ padding-left: 0; margin-left: 0; }
#navlist li			{ list-style: none; margin: 0; padding: 0.25em; border-bottom: 1px dashed #759ad7; }
#navlist li a 		{ text-decoration: none; font-size: 12px; }
.list {
	MARGIN-TOP: 12px; PADDING-LEFT: 15px; LIST-STYLE-IMAGE: url('/img/square.gif'); MARGIN-LEFT: 12px; MARGIN-RIGHT: 12px; LIST-STYLE-TYPE: square
}
.list2 {
	MARGIN-TOP: 3px; PADDING-LEFT: 15px; LIST-STYLE-IMAGE: url('/img/square2.gif'); MARGIN-BOTTOM: 3px; MARGIN-LEFT: 0px; LIST-STYLE-TYPE: square
}

SPAN {
	BORDER-RIGHT: red 1px solid; BORDER-TOP: red 1px solid; DISPLAY: block; BACKGROUND: #fdd; LEFT: 30px; BORDER-LEFT: red 1px solid; BORDER-BOTTOM: red 1px solid; POSITION: absolute; TOP: 5px
}
.dwnload {
FONT-SIZE: 10px! important; WORD-SPACING: 2px; COLOR: #505050; LINE-HEIGHT: 20px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif }

.dbor {
FONT-SIZE: 10px! important; WORD-SPACING: 2px; COLOR: #505050; FONT-FAMILY: Helvetica, Verdana, Sans-Serif }

.positions {
	BORDER-RIGHT: red 1px solid; BORDER-TOP: red 1px solid; DISPLAY: block; BACKGROUND: #fdd; LEFT: 30px; BORDER-LEFT: red 1px solid; BORDER-BOTTOM: red 1px solid;  width:500px; }

.moytrans {
	DISPLAY: none; FILTER: alpha(opacity=90)
}
a:link.moy {
	COLOR: #dc831b; TEXT-DECORATION: none
}
a:visited.moy {
	COLOR: #dc831b; TEXT-DECORATION: none
}
a:hover.moy {
	COLOR: #4c8e94; TEXT-DECORATION: underline
}
.links {
	FONT-SIZE: 14px! important; WORD-SPACING: 2px; COLOR: #505050; LINE-HEIGHT: 20px; FONT-FAMILY: Helvetica, Verdana, Sans-Serif
}
