/*
You are viewing the actual style sheet for the nasfm web site. It's location is at: /export/home/nasfmweb/css/nasfm.css

HOW TO READ THIS FILE:

This file contains detailed comments describing the style sheet elements followed by style sheet element attributes.

Although the comments contain English descriptions that can be understood by non technical staff, style sheets are better understood by someone with HTML and style sheet knowledge. The style sheet elements below are marked with comments.

REFERENCING THE NASFM STYLE SHEET FROM AN HTML PAGE:

In the HEAD tag of your web page add the following:

<link rel="STYLESHEET" href="http://www.retailenvironments.org/css/nasfm.css" type="text/css"> 

This will let the web page know how to reference the styles from the nasfm.css style sheet.

STYLE SHEET EXAMPLE:

<font class="footer_small">
3595 Sheridan St., Suite 200, Hollywood, FL 33021<br>
(954) 893-7300 Fax (954) 893-7500<br>
<a href="mailto:nasfm@retailenvironments.org" class="regular">nasfm@retailenvironments.org</a>
<br>
<br>
Copyright &co
BODY    
	{
	font-family	:	Arial, Helvetica, sans-serif; 
	margin-top:     -8px;
	margin-left:    -8px;
	margin-right:   0px;
	margin-bottom:  0px;
	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
	background-color: #ffffff;
}
	
/* Gray font */
.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none
}

/* White font */
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	line-height: 13pt
}


/* Sub-menu bar standard links color */
/* Homepage left menu bar standard links color */
A.white:link {
	color: #FFFFFF;
	font-size: 13px;
}

/* Sub-menu bar links visited color */
/* Homepage left menu bar visited links color */
A.white:visited {
	color: #ffffff;
	font-size: 13px;
}

/* Sub-menu bar links mouseover color */
/* Homepage left menu bar mouseover links color */
A.white:hover {
	color: #000000;
	font-size: 13px;
}

/* A version of the "white" style but with a grey mouseover color so as not to hide on a black background */
/* Use this on a black background */
/* Homepage right menu bar standard link */
A.white2:link {
	color: #FFFFFF;
	font-size: 12px;
}

/* Homepage right menu bar visited links color */
A.white2:visited {
	color: #ffffff;
	font-size: 12px;
}

/* Homepage right menu bar mouseover links color */
A.white2:hover {
	color: #cecece;
	font-size: 12px;
}

/* Standard copy in site */
.blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none
}

/* Menu bar links standard color */
A.blk:link {
	color: #000000;
	font-size: 13px;
}

/* Menu bar links visited color */
A.blk:visited {
	color: #000000;
	font-size: 13px;
}

/* Menu bar links mouseover color */
A.blk:hover {
	color: #ff3300;
	background-color: #ffffff;
	font-size: 13px;
}

/* Used for regular links */
A.regular:link {
	color: #0066cc;
}

/* Used for regular links mouseover*/
A.regular:hover {
	color: #0066cc;
	background-color: #ededed;
}

A.news:link {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

A.news:visited {
	color: #4d4d4d;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

A.news:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

A.black:link {
	color: #000000;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
}

A.black:visited {
	color: #000000;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
}

A.black:hover {
	color: #000000;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
}

A.black2:link {
	color: #000000;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

A.black2:visited {
	color: #000000;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

A.black2:hover {
	color: #000000;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

A.whiteSearch:link {
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
}

A.whiteSearch:visited {
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
}

A.whiteSearch:hover {
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
}
.whiteSearch {
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
}
.white2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none ;
	padding-top: 10px;
	line-height: 15pt
}

.white3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none ;
	line-height: 15pt
}

.blk2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none ;
	padding-top: 10px;
	line-height: 15pt
}

/* Used for alerts such as invalid login notices, etc. */
.alert_notice{
	color: "#009cff";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration : none;
}
.large_black{
	color: "#000000";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-decoration : none;
}

.sectionTitle{
	color: #3B83AF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration : none;
}

.copy{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration : none;
}

.copy2{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration : none;
}

.copySmall{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration : none;
}

/* Medium Title - used for listing titles in IC and other areas of the site */
.medium_large_black{
	color: "#000000";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-decoration : none;
}
/* Page section titles */
.page_title{
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration : underline;
}

/* Standard copy in site */
.medium_black{
	color: "#000000";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.large_bold_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	color: "#0000CC";
	font-weight: bold;
	text-decoration : none;
}
.medium_bold_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: "#0000CC";
	font-weight: bold;
	text-decoration : none;
}
.text_decoration_none{
	text-decoration : none;
}
.top_menu_white{
	font-family: Verdana;
	font-size: 10pt; 
	color: "#ffffff";
	text-decoration : none;
}
.top_menu_white:hover {
	background-color : "#ffffff";
	color : "#000000";
	text-decoration : none;
}
.left_menu_white{
	font-family: Verdana;
	font-size: 9pt; 
	color: "#ffffff";
	text-decoration : none;
}
.left_menu_white:hover {
	background-color : "#ffffff";
	color : "#000000";
	text-decoration : none;
}
.small_white{
	font-family: Verdana;
	font-size: 8pt;
	color: White;
}
.small_black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: "#000000";
}

/* Used for copy in the nasfm footer */
.footer_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: "#000000";
}
.medium_white{
	font-family: Verdana;
	font-size: 9pt;
	color: White;
}
.medium_yellow{
	font-family: Verdana;
	font-size: 9pt;
	color: Yellow;
}
.medium_gray{
	font-family: Verdana;
	font-size: 9pt; 
	color: "#99999";
}
.medium_error{
	font-family: Verdana;
	font-size: 12pt; 
	color: "red";
	text-decoration : none;
}
/* Used to for form field descriptors */
.form_field_title{
	font-family: Verdana;
	font-size: 9pt;
	color: Black;
}

/* Used to for form field descriptors next to an input field */
.form_user_input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
}
.blk3 {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none}

.red {
	background-color: #cc0000;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
A.blk-an05:link {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.blk-an05:visited {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.blk-an05:hover {
	color: #999999;
	background-color: #ffffff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.an05style2Copy {
	font-size: 24px;
	color: #FEC90B;
	font-family: Arial, Helvetica, sans-serif;
}
.an05style3Copy {
	font-size: 18px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.an05style4Copy {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
