/************************************************************************
* file		linkDecoration.css
* 
* 
* author: 	taopro.com / Andrew T.
* version: 	version 1.2
* since: 	version 1.0
* created:	1-12-10
*
* description:
* stylesheet for the Gateway website - link Decoration global
*
*
************************************************************************/
.linkList a:link {
	color: #7e696d;
	float: left;
	text-decoration: none;
}

.linkList a:visited {
	color: #7e696d;
	text-decoration: none;
}

.linkList a:hover {
	color: #f0984a;
	text-decoration: none;
}

.linkList a:active {
	color: #f0984a;
	text-decoration: none;
}

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

.linkEmail a:link {
	color: #7e696d;
	text-decoration: none;
}

.linkEmail a:visited {
	color: #7e696d;
	text-decoration: none;

}

.linkEmail a:hover {
	color: #f0984a;
	text-decoration: none;

}

.linkEmail a:active {
	color: #f0984a;
	text-decoration: none;

}

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

.linkUnderlineB a:link {
	color: #7e696d;
	text-decoration: none;
	padding-bottom: 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	}

.linkUnderlineB a:visited {
	color: #7e696d;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineB a:hover {
	color: #f0984a;
	background-image: url(../media/nav/nav_underline_1px_dot_orange.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineB a:active {
	color: #f0984a;
	background-image: url(../media/nav/nav_underline_1px_dot_orange.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

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

/*.linkUnderlineB2 {
	color: #7e696d;
	text-decoration: none;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	display: block;
	padding-top: 4px;
}
*/
.linkUnderlineB2 a:link {
	color: #7e696d;
	text-decoration: none;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	display: block;
	padding-top: 4px;
}

.linkUnderlineB2 a:visited {
	color: #7e696d;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineB2 a:hover {
	color: #f0984a;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineB2 a:active {
	color: #f0984a;
	text-decoration: none;
	background-position: bottom;
	font-weight: bold;
	background-image: url(../media/nav/nav_underline_1px_solid_orange.gif);
	background-repeat: repeat-x;
}

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

.linkUnderlineW a:link {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../media/nav/nav_underline_1px_dot_white.gif);
}

.linkUnderlineW a:visited {
	color: #fff;
	padding-bottom: 2px;
	background-image: url(../media/nav/nav_underline_1px_dot_white.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineW a:hover {
	color: #7e696d;
	padding-bottom: 2px;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineW a:active {
	color: #7e696d;
	padding-bottom: 2px;
	background-image: url(../media/nav/nav_underline_1px_dot_brown.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

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

.linkUnderlineG a:link {
	color: #b9b2b3;
	background-image: url(../media/nav/nav_underline_1px_dot_gray.gif);
	text-decoration: none;
	padding-bottom: 2px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.linkUnderlineG a:visited {
	color: #b9b2b3;
	background-image: url(../media/nav/nav_underline_1px_dot_gray.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineG a:hover {
	color: #f0984a;
	background-image: url(../media/nav/nav_underline_1px_dot_orange.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

.linkUnderlineG a:active {
	color: #f0984a;
	background-image: url(../media/nav/nav_underline_1px_dot_orange.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: bottom;
}

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

#container .linkOffsite a:link {
	color: #7e696d;
	background-image: url(../media/button/btn_UnderlineOffsite_brown.gif);
	text-decoration: none;
	background-color: transparent;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container .linkOffsite a:visited {
	color: #7e696d;
	text-decoration: none;
	padding-bottom: 2px;
	background-image: url(../media/button/btn_UnderlineOffsite_brown.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container .linkOffsite a:hover {
	color: #f0984a;
	text-decoration: none;
	padding-bottom: 2px;
	background-image: url(../media/button/btn_UnderlineOffsite_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container .linkOffsite a:active {
	color: #f0984a;
	text-decoration: none;
	background-image: url(../media/button/btn_UnderlineOffsite_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding-bottom: 2px;
}


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


.linkOffsiteUl_W a:link {
	color: #fff;
	background-image: url(../media/button/btn_UnderlineOffsite_white.gif);
	text-decoration: none;
	background-color: transparent;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
	

.linkOffsiteUl_W a:visited {
	color: #fff;
	background-image: url(../media/button/btn_UnderlineOffsite_white.gif);
	text-decoration: none;
	background-color: transparent;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.linkOffsiteUl_W a:hover {
	color: #7e696d;
	background-image: url(../media/button/btn_UnderlineOffsite_brown.gif);
	text-decoration: none;
	background-color: transparent;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.linkOffsiteUl_W a:active {
	color: #7e696d;
	background-image: url(../media/button/btn_UnderlineOffsite_brown.gif);
	text-decoration: none;
	background-color: transparent;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

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

.linkOffsite2 a:link {
	color: #7e696d;
	background-image: url(../media/button/btn_offsiteLink_brown.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.linkOffsite2 a:visited {
	color: #7e696d;
	text-decoration: none;
	background-image: url(../media/button/btn_offsiteLink_brown.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.linkOffsite2 a:hover {
	color: #f0984a;
	text-decoration: none;
	background-image: url(../media/button/btn_offsiteLink_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.linkOffsite2 a:active {
	color: #f0984a;
	text-decoration: none;
	background-image: url(../media/button/btn_offsiteLink_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

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

.linkOffsiteW a:link {
	color: #fff;
	background-image: url(../media/button/btn_offsiteLink_white_orangeBG);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.linkOffsiteW a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(../media/button/btn_offsiteLink_white_orangeBG);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.linkOffsiteW a:hover {
	color: #7e696d;
	text-decoration: none;
	background-image: url(../media/button/btn_offsiteLink_brown-orangeBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.linkOffsiteW a:active {
	color: #7e696d;
	text-decoration: none;
	background-image: url(../media/button/btn_offsiteLink_brown-orangeBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

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

.linkCloseboxWB a:link {
	color: #fff;
	text-decoration: none;
	background-image: url(../media/button/btn_closebox_white_brown100px.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.linkCloseboxWB a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(../media/button/btn_closebox_white_brown100px.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.linkCloseboxWB a:hover {
	color: #7e696d;
	text-decoration: none;
	background-image: url(../media/button/btn_closebox_white_brown100px.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.linkCloseboxWB a:active {
	color: #7e696d;
	text-decoration: none;
	background-image: url(../media/button/btn_closebox_white_brown100px.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}


.textCurrent {
	font-weight: bold;
	color: #f0984a;

}
