@charset "UTF-8";
/* CSS Document */

/*resetting from Eric Meyers http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/   */

html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 100%;
	/*these are my own custom inserts*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*==========GLOBAL TEXT AND LINK SETTINGS===========*/

a {
	color: #606692;
	text-decoration:underline;
}
a:hover {
	color:#E6B961;
	text-decoration: none;
}
a:visited {
	color: #A7AAC3;
}
a:visited:hover {
	color: #E6B961;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;	
	line-height: 110%;
}
h1{
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 5px;
	color: #606692;
}
h2{
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #606692;
}
h3{
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: 2px;
	color: #606692;
	font-style: italic;
}
h4{
	font-size: 14px;
	margin-top: 5px;
	font-style: italic;
	margin-bottom: 0px;
	color: #666666;
}
h5{
	font-size: 13px;
	font-style: italic;
	margin-top: 3px;
	color: #666666;
}
h6{
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #606692;
}
p {
	margin-bottom: 4px;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}
div.clear{   /* A clear tag used to clean up floats etc */
	clear:both;
}


#content ul{ /*formats bullet lists within the main content window*/
	list-style: disc outside;
	margin: 8px 25px 15px 30px;
}
#content ul li { /*formats bullet lists within the main content window*/
	margin-bottom: 4px;
	line-height: 1.5em;
	font-size: .8em;
	font-weight: normal;
}
.indent {
	margin-left: 25px;
	margin-right: 10px;
}
.feature {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 0.90em;
	line-height: 1.5em;
	font-style:italic;
	color:#938139;
	margin-bottom: 8px;
}




/*=======CONTAINER - GOES AROUND TOP NAVIGATION ONLY======*/
#containerNav{
	display: none;
}
/*======CONTAINERBODY - GOES AROUND CONTENT AREA==========*/
#containerBody {
	clear: both;
	width: 600px;
	margin: 0px auto 0px auto;
}
/*======CONTAINERBODY COLUMNS - LEFT AND RIGHT ==========*/
div.left_Column {
	display:none;
	width: 0px;
}
#right_Column {   /*This is the overall DIV tag for the content area*/
	width: 600px;
	margin-left: 0px;
}


/*========================TOP MENU BAR========================*/


.menu {
	height:35px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	background: url(../images/nav1_bknd.jpg) top left repeat-x;
	z-index:1000;
}
.menu ul {
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.0em;           /* globally set the menu's item spacing. note */        
}                               
.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	font-size: 13px;
	line-height:1.1em;
	font-weight: normal;
	color: #FFF;
	padding: 0px 5px;
}
.menu ul ul {
	display: none;
}
#utility_menu { /*this is the nav in the upper right corner*/
	height:29px;
	float: right;
}
#utility_menu a, a.liveHelp, #search_menu {
	display: none;
}

/*========================CONTENT AREA OF SITE========================*/

#phoneNumber, #frenchLink {
 	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	color:#999999;
}
#phoneNumber {
	padding: 0px 0px 6px 28px;
}

/*-------BREADCRUMBS------*/
#breadcrumbs {
	float: left;
	margin-left: 15px;
}
#breadcrumbs ul{
	list-style: none;
}
#breadcrumbs li{
	float: left;
	font-size: .7em;
	padding-right: 13px;
	padding-left: 3px;
	margin-bottom: 10px;
}
#breadcrubmb a{
}


/*------ BANNERS ------*/

#frenchLink, #flashWrap,#slideNav,div.noBanner, div.banner { 
	display: none;
}
/*------ CONTENT AREA UNDER BREADCRUMBS AND BANNERS ------*/

#content{ /*This is your main text area*/
	float: left;
	width:520px;
	padding-right: 10px;
}
div.BSA_Box{ /*This is the floating "Be Secure About:" box*/
	width: 160px;
	float: left;
	padding: 0px 0px;
}
.BSA_Box h4 {
	margin: 0px 10px 5px 10px;
	color: #606692;
}
.BSA_Box p {
	font-size: .75em;
	margin-left: 10px;
	margin-right: 10px;
	color:#555;
}
.BSA_Box img {
	margin-bottom: 0px;
}

/*========================HOME QUOTE========================*/

#homeQuote {
	float:left;
	width: 250px;
}
#homeQuote h3{
	width: 250px;
	font-size: 1em;
	padding: 4px 0px;
	margin: 0px;
	border-bottom: 3px solid #FFF;
	text-align: center;
	font-weight:normal;
}
#homeQuote table{
	margin: 10px 0px 0px 10px;
	line-height: 1.4em;
	font-size: .8em;
	font-weight: normal;
}
#homeQuote td {
	padding: 3px 3px 0px 3px;
}
#homeQuote input, #homeQuote select {
	font-size: 9px;
}
a.quoteQmark {
	height:20px;
	width:20px;
	display:block;
	background: url(../images/homeQuote_qmark.gif) 0px 0px no-repeat;
}
a.showQuote {
	height:25px;
	width:114px;
	display:block;
}

/*========================HOME NEWS========================*/
#homeNews {
	width: 300px;
	padding: 10px 5px 0px 0px;
	overflow:auto;
}
.newsItem {
	margin-bottom: 10px;
}
.learnMore {
	font-weight:bold;
}
#homeNews img{
	float: left;
	padding: 0px 6px 6px 0px;
}
#logo {
	font-weight:bold;
	font-size:20px;
	margin-bottom: 8px;
}

/*========================FOOTER========================*/

#footer {
	width:700px;
	position:relative;
	text-align:center;
	font-size: 10px;
	padding-top: 34px;
	margin: 0px auto 0 auto;    
	display: none;
}
#footer ul{
	list-style:none;
	text-align:center;
	margin-bottom: 0px;
}
#footer li{
	display: inline;
}
#footer p{
	/*clear:both;*/
	font-size: 10px;
	line-height: 110%;
}
#footer li a{
	padding: 0px 6px;
	border-right: 1px solid #ccc;
}
#footer a.last {
	border-right: none;
}
#footer .footerBottom {
	width: 950px;
	height: 13px;
}
#footer table {
	text-align: center;
	margin: 2px auto 0px auto;
	}
#footer td{	
	width: 200px;
	text-align:left;
}
#footer td.flag{
	width: 21px;
	padding-right: 6px;
}
#footer td.logos{
	width: 91px;
}
#footer td.copyright {
	width: 500px;
	text-align:center;
	
}