

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


html, body 		{ background-color:#e7e7e7; }

a img			{ border:0; }

/* re-resets */
strong, b		{ font-weight: bold; }
em, i			{ font-style: italic; }
#pg_body p		{ margin-bottom: 1em;}

#pg_body ol		{ list-style-position:outside;padding-left:20px;margin-bottom:10px;}
#pg_body ol li	{ list-style-type: decimal; }
#pg_body ul		{ list-style-position:outside;padding-left:15px;margin-bottom:10px;}
#pg_body ul li	{ list-style-type: disc; }
#pg_body li		{ margin-top: 5px; margin-bottom: 5px}


#wrapper		{ width:980px; position: absolute; z-index: 2; }
#container 		{ width:980px; float:left; }
#header 		{ width:980px; height:143px; float:left; background-image:url(../images/header.png); background-repeat:no-repeat; }

#band-top		{ width:980px; float:left; height:85px; }
#logo-top		{ float:left; margin:10px 0 0 10px;}
#toplinks		{ float:right; margin:8px 55px 0 0; text-align: right;}
.toplink		{ display: block; margin-top:2px; }

#band-low		{ width:980px; float:left; height:58px; position: relative; }
#logo-low		{ float:left; margin-left: 10px; }

/* nav bar */
#topnav			{ float:right; margin:4px 55px 0 0; text-align: right;  position: relative; overflow:hidden;}
#topnav li		{ height:35px; float:left; z-index: 3; }
#topnav li span	{ display: block; position:relative; float:left; z-index:4; height:24px; margin:5px 6px; padding-left:7px; 
				  background:url(../images/btn_left.png) left center no-repeat; z-index: 2; }

#topnav li a	{ display: block; position:relative; float:left; z-index:4; padding-right:7px; 
				  background:url(../images/btn_right.png) right center no-repeat; overflow: hidden; }

#topnav li.backLava		
				{ background-color: #7da7d1; z-index: 1; position: absolute; }


#pg_container	{ width:980px; float:left; clear:both; 
				  background-image:url(../images/pg_body_bg.png); background-repeat:repeat-y; z-index: 2;}

#pg_column		{ width:230px; margin-right:10px; float:left; }
#sidebar		{ width:220px; padding-right:10px; float: left; 
				  background-image: url(../images/sidebar_bg.png); background-repeat: repeat-y;}
				  
#sidebar_title	{ margin: 0 10px 0 0; padding: 10px 0 10px 25px; width: 198px; background-color: rgb(71,133,194); }

#sidebar ul 	{ width: 223px; float:left; }
#sidebar ul li 	{ float:left; width:198px; padding: 0.5em 0 0.5em 25px; }

#sidebar ul li a 		
				{ display:block; padding-left:20px; width:178px; margin:10 0px;
				  background-image:url(../images/accu_arrow_shadow.png); background-repeat:no-repeat; 
				  background-position: left center; }

#sidebar ul li:hover	
				{ background: #fff;}

#sidebar_low	{ width:230px; height:30px; float:left; 
				  background-image: url(../images/sidebar_low.png); background-repeat: no-repeat; }

#nacs-cc,
.quote			{ float:left; clear:both; margin: 15px 10px 5px 25px; width:170px; }
#email-signup	{ float:left; clear:both; margin: 15px; padding:10px; width:160px; }
.nacs-cc-title	{ font-size:12px;line-height:16px;padding-bottom:5px;font-weight:bold; }

#pg_body 		{ width:675px; min-height:500px; margin-left:10px; margin-right:17px;padding-right:38px; float:left; 
				  background-image:url(../images/art_arrow_background.gif); }

.pg_title		{ display:block; width:100%; float:left; margin:0px 0 12px; }

#footer			{ width:980px; float:left; text-align:center; padding:40px 0 20px; 
				  background: url(../images/footer_curve.png) top left no-repeat;}


#votrak-side	{ width:302px; height:696px; position:absolute; top:150px; left:950px; z-index: 1; }
#votrak-title	{ width:302px; height:126px; float:left; position: relative;
				  background-image: url(../images/votrak_side_title.png); background-repeat: no-repeat; }
#votrak-pic		{ width:302px; height:302px; float:left; position: relative;
				  background-image: url(../images/votrak_side_pic.jpg); background-repeat: no-repeat; }
#votrak-text	{ width:302px; height:268px; float:left; position: relative;
				  background-image: url(../images/votrak_side_text.png); background-repeat: no-repeat; }
					  
/*edit ease stuff */
#edit 			{ display: inline; }
/* end */

/* franchisee pages */
.e-ease			{ min-height: 20px; }
.fr_col_grp		{ width:675px; float:left; clear:both; margin-top:20px;}

.fr_col_grp.first 
				{ margin-top: 0px; }

.fr_col_lf		{ width:485px; float:left;  }
.fr_col_rt		{ width:150px; float:left; margin-left:35px; }

#co-container	{ width:150px; height:70px; margin-bottom:10px; float:left; }
#contactoffice	{ text-decoration: none; display: block; width:150px; height: 70px; float: left; border: none;
				  background-image: url(../images/ContactUsSprite.png); background-repeat: no-repeat; background-position: 0px 0px; }
#contactoffice:hover
				{ background-position:-150px 0px; }				  

#infobody		{ width:150px; min-height:258px; margin-top:7px; float:left;
				  background-image: url(../images/fr_rt_sidebar_bg.png); background-repeat: repeat-y; }

#infoheader		{ width:150px; height:251px; float:left; margin-top: -7px;
				  background-image: url(../images/fr_rt_sidebar_gradient.png); background-repeat: no-repeat; }

#infobody-interior 
				{ width:130px; padding:5px 10px; margin-top:-245px; float:left; }				  

#infofooter		{ width:150px; height:7px; float:left; 
				  background-image: url(../images/fr_rt_sidebar_low.png); background-repeat: no-repeat; }

.fr_sidebar_title 
				{ padding-bottom: 5px; border-bottom: 1px solid #fff; text-align: center;}

#Contact_Info	{ margin-bottom: 20px; }
#Subtitle		{ margin-bottom: 0.5em; }
#Client_List	{ text-align:center; }

#additional-container, 
#meta-control-container
 				{ width:675px; float:left; clear:both; margin-top:20px; }
.meta-control	{ height:30px; width:220px; float:left;}
/* end */
 td{font-family:arial,helvitica,verdana;font-size:13;font:#000;padding:2px;}
 table{border:0;width:650px;border-collapse: separate;border-spacing: 1px;float:left;clear:both;}
 table .hdr{background:#369;color:#fff;font-weight:bold}
 table .hdr a {color:#fff; font-weight: bold; }
 table .hdr150{width:250px}
 table .hdr250{width:250px}
 td{vertical-align: top}
 
 .ltbl{background:#b0ceee}
 .bl{background:#369}
 .r{font:red}
 .tbl-col-logos{border-left-color:#369;border-left-width:2px;border-left-style:solid;text-align:center}
 .y{background:#ff6;float:left;width:100%;margin-bottom: 1em;text-align: center;}
 .lnav_title{font-size:larger;color:black;font-weight:bold;text-decoration:none}
 .content_title{font-size:x-large;color:black;font-weight:bold;margin:0px}
 .feature{border-top: #369 2px solid; width:645px; background:#cde2f7; padding: 10px;float:left;clear:both;margin:0 30px 20px 0;}
 .press{border-top: #369 2px solid}
 .pad{width:550px;padding:5px}
 .fp{font-size:9}


html			{ font-size: 62.5%; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; color:#022c4f;}

a				{ color:#369; }
a.toplink		{ font-size: 1.2em; line-height: 1.4em; }

#topnav li a	{ color:#fff; font-size: 16px; line-height:24px; font-weight: bold; text-decoration: none;}

#pg_body		{ font-size: 1.4em; line-height: 1.4em; }
.pg_title		{ font-size: 1.8em; line-height: 1.2em; font-weight: bold; margin:0.6em 0; }
.pg_title.long	{ font-size: 1.6em; }

a.sidebar_title	{ font-size: 2em; font-weight: bold; color:#fff; text-decoration: none; }
a.sidebar_title:hover { text-decoration:underline; }

.quote			{ font-family: verdana; font-weight: bold; font-style: italic; font-size: 1.5em; color:black;}

.feature		{ font-size: 0.9em; }

#sidebar ul li a:link, 
#sidebar ul li a:visited	{color: #369; font-size:1.6em; line-height:1.2em; text-decoration: none;}

#email-signup, 
#footer			{ font-size: 1.2em; line-height: 1.6em; }

/* franchisee pages */
#infobody		{ font-size: 12px; line-height: 14px; color:#fff; }
.fr_sidebar_title { font-size:14px; font-variant: small-caps;}