/* CSS Document */

/****************************************/
/*******General Link Styles*******/
/****************************************/
a:link{
	color: #0066CC;
	text-decoration:none;
}
a:visited{
	color: #0066CC;
	text-decoration:none;
}
a:hover{
	color: #0066CC;
	text-decoration:underline;
}
a:active{
	color: #0066CC;
	text-decoration:none;
}

/****************************************/
/*******Footer Link Styles*******/
/****************************************/
#footer a:link{
	color: #666666;
	text-decoration:none;
}
#footer a:visited{
	color: #666666;
	text-decoration:none;
}
#footer a:hover{
	color: #666666;
	text-decoration:underline;
}
#footer a:active{
	color: #666666;
	text-decoration:none;
}

/****************************************/
/*******Nav Link Styles*******/
/****************************************/
#nav a:link{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav a:visited{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav a:hover{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav a:active{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
}

/****************************************/
/*******Nav Link Mail Icon Styles*******/
/****************************************/
#nav a.nav-mail-icon-link:link{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	background-image:url(../images/nav-mail.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#nav a.nav-mail-icon-link:visited{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	background-image:url(../images/nav-mail.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#nav a.nav-mail-icon-link:hover{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	letter-spacing: 1px;
	background-image:url(../images/nav-mail.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#nav a.nav-mail-icon-link:active{
	padding-right: 20px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	background-image:url(../images/nav-mail.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

/****************************************/
/*******Default Down Link Styles*******/
/****************************************/
#wrapper-default-down a:link{
	color: #ffffff;
	text-decoration:none;
}
#wrapper-default-down a:visited{
	color: #ffffff;
	text-decoration:none;
}
#wrapper-default-down a:hover{
	color: #ffffff;
	text-decoration:underline;
}
#wrapper-default-down a:active{
	color: #ffffff;
	text-decoration:none;
}

