﻿/* First Rate Incorporated
   Webpage styles */

body
{	
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#000;
	background-color: #FBFBFB;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.IE
{
    visibility: hidden; 
    position:absolute; 
}
.NavList
{
	display: inline;		
	padding: 0;
	list-style: none;
	white-space: nowrap;					
}
.NavList li
{	
	display: inline;			
}

.NavList li a
{
	border-color: #808080 #000000 #000000 #808080;
	border-style: solid;
	border-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;	
	padding: 5px 27px 5px 27px;
	margin-right: -5px;	
	background-position: 0px 0px;
	background-image: url(  'Images/Button.png' );
	background-repeat: repeat-x;
}

.NavList li a:hover
{
	text-decoration: underline;	
	color: #333333;
	background-position: 0px -50px;
}
.BackColor
{
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;	
}
.SectionHead
{
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	/*font-style: italic;*/
	color: #000000;
	text-align: center;	
	white-space: nowrap;
	/*background-color: #c60548;*/
}
.Section
{
	padding: 18px 14px 20px 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;	
	text-align: center;
}
.SubSection
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #a6bfd8;
	/*color: #861145;	*/
}
.Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
}
.BottomLinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}
.Copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.Summary
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fafefe;
}
.QuickQuote
{
	border-color: #000000;
	border-style: solid;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background-color: #C0C0C0;
}
.QuickQuote ul
{
	list-style-type: none;
}
.QuickQuote ul li
{
	padding-top: 2.5px;	
	padding-bottom: -1px;
	margin-bottom: 2.5px;	
	font-size: 12px;	
	height: 30px;
	background-color: #999999;	
}
.QuickQuote ul li input
{  	
	float: right;
	margin-right: 15px; 
	width: 200px;
}
.QuickQuote ul li textarea
{  	
	float: right;
	margin-right: 15px; 
	width: 200px;
	height: 65px;
}
.QuickQuote ul li select
{
	float: right;
	margin-right: 15px;
	width: 204px;	
}
.MailingServicesList
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 17px;	
	font-weight: bold;
	color: #FFFFFF;	
}
.MailingServicesList li
{
	margin: 5px 0 5px 0;		
}
.MailingServicesList a:hover
{
	color: #0066FF;
	cursor: pointer;
}
.FTPHead a
{
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.FTPHead a:hover
{
	color: #0066FF;
	cursor: pointer;
	text-decoration: underline;	
}
.FTPLink:link
{
	color:Blue;
	text-decoration: underline;
}
.FTPLink:visited
{
	color:Blue;
	text-decoration: underline;
}
.FTPLink:hover
{	
	text-decoration: none;
}
.FileUpload iframe
{
	visibility: visible;
	height: auto;
	width: auto;	
}
.FileUpload span
{
	visibility: hidden;
}
