/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(images/bg_grad.jpg); background-repeat:repeat-x; background-attachment:fixed;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
}

a {
	font-family: "Trebuchet MS";
	font-size: 11px;
}

a:link {
	color: #E3B000;
}
a:visited {
	color: #E3B000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.yellowCaps {
	color:#E3B000;
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
	/*text-transform: uppercase;*/
}

.yellowCapsLarge {
	color:#E3B000;
	font-family:"Trebuchet MS";
	font-size: 20px;
	/*text-transform: uppercase;*/
}

.greyCaps {
	color:#4A4B4F;
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight:900;
}

.greyCapsLarge {
	color:#4A4B4F;
	font-family:"Trebuchet MS";
	font-size: 20px;
	font-weight:900;
}

.lightGreyCapsLarge {
	color:#CCCCCC;
	font-family:"Trebuchet MS";
	font-size: 20px;
}

.lightGreyCaps {
	color:#CCCCCC;
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
}

.midGreyCaps {
	color:#666666;
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
}


.greyText {
	color:#585858;
	font-family:"Trebuchet MS";
	font-size: 12px;
	text-align:justify;
	line-height:15px;
}

.whiteText {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size: 11px;
	line-height:14px;
}

.greyLargeText {
	color:#585858;
	font-family:"Trebuchet MS";
	font-size: 13px;
	text-align:justify;
	line-height:15px;
}

.lovellText {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size: 11px;
}



/* NAVIGATION MENU */

#dropmenudiv {
	position:absolute;
	border:1px solid #D0D0D0;
	/*background-color:#328ABA;*/
	background-color:#F9F9F9;
	border-bottom-width: 0;
	font:normal 13px "Trebuchet MS";
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	font-size:14px;
	font-family:"Trebuchet MS";
	border-bottom: 2px solid #D0D0D0;
	padding: 1px 0;
	text-decoration: none;
	color:#E3B000;
	text-align:justify;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#77AFD4;
color:#FFFFFF;
/*background-color:#328ABA;*/
}

.gradualshine{
filter:alpha(opacity=60);
-moz-opacity:0.6;
}

/* NAVIGATION MENU ENDS */