﻿/*** GLOBAL STYLES ***/
body 
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana;
	color:#3B3B3B;
	line-height:1.5em;
}

.Hidden
{
	position:absolute;
	left:-10000px;
	text-decoration:none !important;
	font-size:1px !important;
}

/* Quote Box */

div.quotebox
{
	float:right;
	margin:10px 0px 10px 10px;
	clear:both;
	
}
div.quotebox div.InfoTop
{
	width:232px;
	height:52px;
	background-image:url('/Images/top_quotebox.gif');
	background-repeat:no-repeat;
}

div.quotebox div.InfoBody
{
	padding:15px 20px 15px 20px;
	width:192px;
	background-image:url('/Images/middle_quotebox.gif');
	background-repeat:repeat-y;
}

div.quotebox div.InfoBottom
{
	width:232px;
	height:51px;
	background-image:url('/Images/bottom_quotebox.gif');
	background-repeat:no-repeat;
}

div.LinksHeaderWrapper
{
	background-color:#0983c2;
}

div.HeaderGradient
{
	clear:both; 
	width:960px; 
	height:11px; 
	background-image:url('/Images/headerNavBG_blue.gif'); 
	background-repeat:repeat-x;
}

div.HeaderGradientNoMenu
{
	clear:both; 
	width:960px; 
	height:11px; 
	background-image:url('/Images/headerNavBG.gif');
	background-repeat:repeat-x;
}
