/*css*/
/* Holiday 08 update, search for "DEFAULT" to undo  */

body, tr, td, input, textarea, select	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color:#d4e4f0;
	margin-top:0;
	/*holiday background-image:url('/images/holiday-bg.jpg');*/
}

h1 {
	font-size: 16px;
	color:#666666;
}

/* Many pages were mixed with H1 and H2 but both were to look the same so matched the styles */
h2 {
	font-size: 16px;
	color:#666666;
}


/* Footer styles here */

.footer {
	background-color:#4c4b3f;
	font:12px "Arial", Times, serif;
	color:#fffffe;
	text-align:center
}

.trinet {
	color:#8F8E78;
}

a.trinetLink:link, a.trinetLink:visited, a.trinetLink:active{
	color:#8F8E78;
}


/* Header navigation here */

.headerButtons {
	font: 14px "Arial", Times, serif;
	padding: 0px 8px;
	/*color:#003c69;*/
	color:#fff;
	font-weight:bold;
}

.headerButtons_search {
	font: 14px "Arial", Times, serif;
	/*color:#003c69;*/
	color:#fff;
	padding-right:10px;
	font-weight:bold;
}

a.navstory 
{
	background-image:url(/images/mainNav/mainNav_story.gif);
}
a.navstory:hover , a.navstoryactive
{
	background-image:url(/images/mainNav/mainNav_story_over.gif);
}

a.navproducts
{
	background-image:url(/images/mainNav/mainNav_products.gif);
}
a.navproducts:hover , a.navproductsactive
{
	background-image:url(/images/mainNav/mainNav_products_over.gif);
}

a.navservice 
{
	background-image:url(/images/mainNav/mainNav_service.gif);
	
}
a.navservice:hover , a.navserviceactive
{
	background-image:url(/images/mainNav/mainNav_service_over.gif);
}

a.navourwork 
{
	background-image:url(/images/mainNav/mainNav_ourwork.gif);
	
}
a.navourwork:hover , a.navourworkactive
{
	background-image:url(/images/mainNav/mainNav_ourwork_over.gif);
}

a.navresources 
{
	background-image:url(/images/mainNav/mainNav_resources.gif);
	
}
a.navresources:hover, a.navresourcesactive
{
	background-image:url(/images/mainNav/mainNav_resources_over.gif);
}

.subnavHorizontal {
	width:710px;
	overflow:hidden;
	padding:5px 20px;
	color:#184184;
	/*holiday color:#eee9ba;*/
	font-family:"Arial", Times, serif;
	font-weight:bold;
}

.subnavHorizontalBG { background-color:#DDE6EE; }
/* holiday .subnavHorizontalBG { background-color:#eee9ba; }*/

.subnavInactiveItem {
	color: #00477c
	/* DEFAULT color: #9b102d;*/
}

.subnavActiveItem {
	border-top: none;
	color:#000000;
}
.subnavInactiveItem:hover, 	.subnavActiveItem:hover	{
	text-decoration: none;
	color: #000000;
}

div.subnavWrapper {
	position:absolute;
	margin-top:-2px;
	margin-left:-15px;
	z-index:805;
	padding:0px;
}

/* popup menus */

.popupmenu {
	/*FILTER: Alpha(Opacity=100);*/ /*ie*/
	/*-khtml-opacity:1.0;*/ /*safari and konquerer*/
	/*-moz-opactiy:1.0;*/  /*mozilla/firefox/netscape? */
	/*opacity:1.0;*/ /*css3 compliant browsers */
	/*border:1px solid #0B3371;  change to whatever or remove*/
	/* DEFAULT background-color:#DDE6EE; */
	margin-left: -1px;
	background-color:#e1d9a6;
	font-family:"Arial", Times, serif;
}
.popupmenuFlyout {
	position:absolute;
	z-index:803;
	border:1px solid #AFAFAF;
	background-color:#DDE6EE;
	/* holiday background-color:#e1d9a6;*/
	font-family:"Arial", Times, serif;
}
.popupsubsub {
	 position:absolute;
	 z-index:803;
	 margin-top:-7px;
	 margin-left:-12px;
	 border:1px solid #afafaf;
}

.dropMenuActive:link, .dropMenuActive:active, .dropMenuActive:visited {
	/*background-color:#DDE6EE;
	font-size: 12px;
	font-weight:bold;
	/* color:#336699; */
	color:#00477C;
	text-decoration:none;
}
.dropMenuActive:hover {
	/*background-color:#DDE6EE;*/
	font-size: 12px;
	font-weight:bold;
	/* color: #336699; */
	color:#00477C;
	text-decoration:none;
}
.dropMenuInactive:link, .dropMenuInactive:active, .dropMenuInactive:visited {
	font-size: 12px;
	font-weight:bold;
	color:#00477C;
	/* holiday color:#9b102d;*/
	text-decoration:none;
}
.dropMenuInactive:hover {
	font-size: 12px;
	font-weight:bold;
	color:#00477C;
	/* holiday color:#9b102d;*/
	text-decoration:none;
}

a.nav:link, a.nav:visited, a.nav:active {
	display:block;
	font-family:"Arial", Times, serif;
	/*font-weight:bold;*/
	font-size:14px;
	color: #00477d;
	text-decoration: none;
	width: 100%;
}
a.nav:hover {
	color:white;
	text-decoration: none;
}

td.mainnavbg {
	background-color:white;
	padding:5px 5px;
}
td.mainnavbgon {
	background-color:#46a7f0;
	padding:5px 5px;
}


/* Homepage specific styles here */

.welcomeText {
	background-image:url(/images/Welcome-to-American-Vision.jpg);
	background-repeat:no-repeat;
	background-color:#eef1e6;
	font:12px Arial, Helvetica, sans-serif;
	color:black;
	padding: 0px 0px 0px 20px;
	
}

.customerQuote {
	background-image:url(/images/quote-background.jpg);
	background-repeat:repeat-y;
	font:12px Arial, Helvetica, sans-serif;
	
	color:white;
	height:128px;
}

.mainNav {
	text-align:center;
	color:white;
	font:16px "Arial", Times, serif;
	font-weight:bold;
	padding: 0px 45px;
}



/*  Interior page styles here  */

.topdynlink {
	font: 14px "Arial", Times, serif;
	color:#003c69;
	font-weight:bold;
	text-decoration: none;
}
a:link {
	color: #003c69;
	text-decoration: none;
}
a:visited {
	color: #003c69;
	text-decoration: none;
}
a:hover {
	color: #003c69;
	text-decoration: underline;
}
a:active {
	color: #003c69;
	text-decoration: none;
}



.sectionTitle {
	font:20px "Arial", Times, serif;
	color:#184184;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	background-image:url(/images/title_bar.gif);
	background-repeat:repeat-x;
	height:29px;
}

.breadcrumbBar{
	background-color:#787873;
	padding:5px 0px 2px 25px;
	font:14px "Arial", Times, serif;
	color:white;
}

a.cookietrail,a.cookietrailactive {
	font:13px "Arial", Times, serif;
	color:white !important;
}

#contentBackground {
	background-image:url(/images/content_background.jpg);
	background-repeat:no-repeat;
	background-color:#f1f0e6;
}

.contentTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.contentCategory {
	font-family:Arial, Helvetica, sans-serif;
	border-top: 2px solid #67675b;
	background-color:#e2e5db;
	height:100px;
}
.contentQuote {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #999999;
}
.contentText {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #3e3f53;
	line-height: 22px;
	padding: 14px;
	/* font-size-adjust: .67; */
	text-align: left;
	text-justify: newspaper;
}

.productLogoText {
	padding-right: 96px;
}

.img_logo {
	margin: 8px;
}

td.cellborder {
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
}

td.greyback {
	background-color: #CCCCCC;
}

p.nocellpad {
	margin: 10px;
}

a.readMore {
	text-align:right;
	color:#00477c;
	font:12px Arial, Helvetica, sans-serif;
	padding-right:10px;
}

/* Added 3/1/2007 Mark K.: Changing main nav from image blocks to text */


.menubackground { background-color:#00477c; }
/* holiday .menubackground { background:#9b102d url('/images/menu-snow.jpg') no-repeat; }*/

.popupnavcontainer { padding:7px; border:1px solid #0D385B; border-top: none; background:#dde6ee url(/images/menu-clouds.jpg) no-repeat; text-align:left; }
/* holiday .popupnavcontainer { padding:7px; border:1px solid #9b102d; border-top: none; background:#eee9ba url(/images/menu-holiday.jpg) no-repeat; } */

div.navCommon
{
	display:block;
	overflow:hidden;
	height:30px;
	width:110px;
	text-align:center;
	vertical-align:middle;
	font-family:"Arial", Times, serif;
	font-size:14px;
	font-weight:bold;
}
div.navCommon:hover, div.navCommonActive
{
	height:30px;
	width:110px;
	text-align:center;
	vertical-align:middle;
	font-family:"Arial", Times, serif;
}

td.navMenu {
	background-color:#DDE6EE; 
	/* holiday background-color:#eee9ba;*/
	padding:7px;
	background-image:url(/images/global/bg_drop_tile.gif);
	/* holiday background-image:url(/images/menu-holiday.jpg); */
	background-repeat: repeat-x;
}

.navCell {
	background-color:#00477c;
	/*background-color:#9b102d;*/
	/*holiday background:#9b102d url('/images/menu-snow.jpg') no-repeat;*/
	font-family:"Arial", Times, serif;
	font-size:14px;
	font-weight:bold;
}
.navCellActive {
	background-color:#DDE6EE;
	/* holiday background-color:#eee9ba;*/
	font-family:"Arial", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#00477C;
}
.linkCommon {
	color:#F2EFE6;
	/* holiday color:#fff;*/
}
.linkCommonActive {
	color:#00477C;
	/* holiday color:#9b102d;*/
}

#leads {
	padding:9px 0 0 0;
}

#leads label {
	 color:#000;
 	display:block;
	 text-align:right;
	 float:left;
	 width:85px;
	 padding:0 10px 0 0;
	 font-family:"Arial", Times, serif;
	font-size:11px;
}
#leads input {
	width:150px;
	display:block;
	float:left;
	margin:0 0 6px 0;
	border:1px solid #000;
	font-family:"Arial", Times, serif;
	font-size:12px;
}

br {
	clear:left;
}

#leadOffer {
	width:240px; 
	text-align:center; 
	margin:8px 0 8px 40px; 
	font-size:12px; 
	line-height:14px;
	font-weight:bold;
	}
	
#leadOffer img {
	float:left;
}
.homeIntro {
	width:260px; 
	margin:15px 0 10px 10px; 
	font-size:13px;
	line-height:20px;
}

/* NEWS TYLES */

#contentIFA {
 background-color: #f2efe6;
 padding: 18px 12px 15px 24px;
 font-family: Georgia, serif;
 font-size:13px;
 line-height: 19px;
 color: #666;
}

#contentIFA h2 {
font-size:18px;
color:#7c0003;
font-style:italic;
font-weight:normal;
background-image:url(/images/window-fashions-h2Line.gif);
background-position: top left;
background-repeat: repeat-x;
margin:0 0 4px 0;
padding:0 0 13px 0;
width:515px;
}

#contentIFA p {
margin-top: 4px;
padding-top: 4px;
}
/* added 6-08 for how to pages */

.step {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 30px;
}

.step1 {
	background: url(/images/howto/step1.gif) no-repeat 0 5px;
}
.step2 {
	background: url(/images/howto/step2.gif) no-repeat 0 5px;
}
.step3 {
	background: url(/images/howto/step3.gif) no-repeat 0 5px;
}
.step4 {
	background: url(/images/howto/step4.gif) no-repeat 0 5px;
}
.step5 {
	background: url(/images/howto/step5.gif) no-repeat 0 5px;
}
.step6 {
	background: url(/images/howto/step6.gif) no-repeat 0 5px;
}

#howto img {
	margin:0 0 10px 10px;
	border:0;
}

#howto h3 {
	color:#CC0000;
	font-size: 120%;
}

.coupon {
	background:#fff;
	text-align:center;
	position:relative;
	border-width:15px;
	-moz-border-image:url('/images/coupon-border.png') 18 18 18 18 round;
	-webkit-border-image:url('/images/coupon-border.png') 19 19 19 19 round;
	width:420px;
	padding:60px 25px 5px 25px;
	margin:10px 0;
}
.cHeader {
	padding-top:20px;
	position:absolute;
	background:#2273c5;
	text-align:center;
	color:#fff;
	width:500px;
	height:44px;
	font:bold 28px/28px Arial, Helvetica, sans-serif;
	left: -15px;
	top: -15px;
}
.red {
	color:#c1282d;
}