A { color:#000000; text-decoration:underline; }
.whitelink { color:#FFFFFF; text-decoration:underline; }
.blacklink { color:#000000; text-decoration:underline; }
A:hover { color:#333333; text-decoration:underline; }
A:hover.blacklink { color:#006666; text-decoration:underline; }
A.mcnmenu { color:#FFFFFF; text-decoration:underline; }
A:hover.mcnmenu { color:#6699ff; text-decoration:underline; }

.boxborder { border-color:#000000; border-style:solid; border-width:1; }

TH { background-color: #cccccc; color: #000000; }

DIV { }
.hidden { background-color: #cccccc; color: #000000; position: absolute; visibility: hidden; border-width: 1; width: 200; zIndex: 5; }
FONT { }
.tooltip { background-color: #cccccc; color: #000000; zIndex: 5; }

INPUT  {
    font-size : xx-small;
}

SELECT  {
    font-size : xx-small;
}

body { 
	background-color: #fff;
	color: #000; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

/* No-HTML clear float */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/****************************
 *  Return Customers Button *
 ****************************/
a.returning_cust {
	margin-left: 7px;
}

/*********************
 * Breadcrumb Menu   *
 *********************/
div.breadcrumb {
	text-align: left;
	font-size: 10px;
	color: #777;
}
div.breadcrumb a, div.breadcrumb a:visited {
	color: #777;
	text-decoration: none;
}
div.breadcrumb a:hover {
	text-decoration: underline;
}
div.breadcrumb ul {
	margin: 0;
	padding: 1em 0 0 3em;
	list-style: none;
}
div.breadcrumb ul li {
	margin: 0;
	padding: 0 0 0 1.5em;	
	display: inline;
	background: transparent no-repeat 0.5em 2px;
}
div.breadcrumb ul li.first {
	padding: 0;
	background-image: none;
}
div.breadcrumb li.current {
	font-weight: bold;
}

/*********************
 ***   Footer      ***
 *********************/
#footer {
	margin: 0 auto;
	text-align: center;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	clear: both;
	padding: 6.0em 0 5.0em 0;
	width: 720px;
}
#footer a, #footer a:hover{
	color: #666;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif !important;
	text-decoration: underline !important;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block; clear:both;
}
#footer li {
	margin: 0;
	padding: 0;
}
#footer ul li ul li {
	display: inline;
	margin: 0;
	padding: 0 0.5em;
}
#footer li.footer_sub_menu {
	display: block;
	border-top: 1px solid #ddd;
	margin: 1.0em 0 0 0;
	padding: 1.0em 0 0 0;
}
#footer ul li.last {
	border-right: none;
}


/*********************
 ***   SEO PAGES   ***
 *********************/
.content_text {
	font: normal 1.0em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	margin: 2em 10em 3em 3em;
}
.content_text h2 {
	font: bold 2.0em Arial, Helvetica, sans-serif;
	color: #3969CB;
	margin: 0 0 .5em 0;
	padding: 0;
}
.content_text h2 a, .content_text h2 a:visited, .content_text h2 a:link {
	color: #3969CB;
}
.content_text h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #00349A;
	margin: 0.5em 0 .5em 0;
	padding: 0;
}
.content_text h3 a, .content_text h3 a:visited, .content_text h3 a:link {
	color: #00349A;
}
.content_text a, .content_text a:visited, .content_text a:link {
x	text-decoration: none;
	color: black;
}
.content_text a.u {
	text-decoration: underline;
}
.content_text p {
	margin: 0;
	padding: 0 0 1.7em 0;
}
.content_text blockquote {
	margin: 2.0em;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}
.content_text dt {
	font-weight: bold;
}
.content_text dd {
	margin: 0;
	padding: 0 0 1.5em 0;
}

.alert {
	font-size: 10px;
	color: #1D527E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FE8989;
}
.alertText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0202;
	font-weight:bold;
}

#error_message{
	font-family:arial, sans-serif;
	font-size:11px;
	margin:20px 30px 20px 20px;
	border:3px solid #de2424;
	padding:10px 0 10px 0;
	background-color:#fbff8a;
}

#error_message ul{
	margin:20px 20px 20px 20px;
}

#error_row{
	background:#fbff8a;
	border-color:#de2424;
}