﻿/* Last updated 3/16/2009 */

/* -------------------------------- General HTML Styles -------------------------------- */


body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin:0px 0px 0px 0px;
	background:#FFFFFF url(Images/Blue1x4PinStripe.gif) repeat;
	padding-bottom:6px;
}

h1 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #037193;
}

h2 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #037193;
}

img 
{
	border:0px;
} 

a:link /* unvisited link */
{ 
	color: #028AB4;
}       

a:visited /* visited links */
{ 
	color: #028AB4;
}   

a:active /* active links */
{ 
	color: #028AB4;
}    

a:hover /* hover links */
{ 
	color: #091d5a; 
}  


.section /*used for H2s that need a line, such as on the Contact Page*/
{
	border-bottom:1px #CCCC99 solid;
	padding-bottom:6px;
	padding-top:12px;
	
}

p 
{
	margin:6px 0px 6px 0px;
}

table{
	border:0px #FFFFFF none;
	margin:0px 0px 0px 0px;
	border-collapse:collapse;
}

td
{
	text-align:left;
	vertical-align:top;
	padding:0px 25px 10px 0px;
	
}


/* -------------------------------- Special Styles for Index page -------------------------------- */

.HomeBody {
	/* Controls location and appearance of content block that holds page text on the Index page.*/
	margin:0px 0px 0px 0px;
	width:100%;	
}

.HomeOverview /*Use for Overview text on the Home Page */
{
	margin:20px 10px 10px 10px;
	width:480px;
	float:left;
}

.HomeQuickLinks { /*Use for Quick Links section on the Home Page */
	margin:20px 20px 10px 0px;
	float:right;
	width:225px;
	display:block;
	padding-left:15px;
	border-left:1px #999966 solid;

}

.QuickLinksHeading /*Use for Quick Links Heading on the Home Page */
{
	font-size: 14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #999966;
	margin-bottom:6px;
}

.QuickLinksList /*Use for Quick Links bulleted list on the Home Page */
{
	margin-left:20px;
	margin-top:8px;
}

.QuickLinksListItem /*Use for Quick Links bulleted list item on the Home Page */
{
	list-style-image:url('Images/SquareBullet.gif');
	list-style-position:outside;
	margin-bottom:12px;
}

/* -------------------------------- Main Menu -------------------------------- */



#nav-menu
{
	display:none;
} 


#sub-menu
{
	display:none;
} 



/* -------------------------------- Side Bar (Section Menu)-------------------------------- */
#Sidebar /*Used for section menu region. This area includes quote boxes and links*/
{
	display:none;
}

#SectionMenu /*Defines blue area for the menu */
{
	display:none;

}



/* -------------------------------- Header -------------------------------- */



#ViewablePage /*Defines page area for content */
{
	width: 100%; /* Width of page content */
	background-color: #FFFFFF;

}

.logo
{
/* Formattinng for the Avreo logo at the top of the page */
	
	border-width:0px 0px 0px 0px;
}


#Header /*defines content that displays above the Navigation Menu */
{
	margin: 10px 10px 0px 10px;
	height:90px;
}

#HeaderLinks2 /*use for the Home, Login, Contact Us links in the header */
{
	display:none;

}


#ContactPhone /*use for the Contact Our Offices text in the header */
{
	text-align:right;
}

#MiddleSection /*Defines the attributes for the primary section between the navigation bar and footer.*/
{
		
	margin:0px 0px 0px 0px;
	float:none;
	display:block;
	width:100%;	
	z-index:0;

}
/* -------------------------------- Footer -------------------------------- */

#Footer /*Footer area*/
{
	background-color:#eeeebb; 
	width:100%;
	height:42px;
	clear:both;
	display:block;
	border-top:1px #CCCC99 solid;
	margin:0px 0px 0px 0px;
	
}
#FooterText /*Text in the footer */
{
	text-align:center;
	margin:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

}

/* -------------------------------- Body Text -------------------------------- */

#MainBody
{
/* Controls location and appearance of content block that holds page text.*/
	margin:10px 10px 10px 0px;
	position:relative;
	float:right;
	left:0px;
	top:0px;
	display:block;
}

.Subheading
{
	color:#000000;
	font-style:italic;
	position:relative;
	font-weight:normal;	
}
.introduction /*Use to define introductory paragraph with larger line spacing */
{
	line-height:26px;
}

.BodyText /*Use to define a standard paragraph.  This may be eliminated in the future.  Use standard p tag. */
{
	display:block;
	margin:6px 0px 6px 0px;
}

.FeaturesList /*Standard bulleted list*/
{
	
}

.FeaturesListItem /*Standard bulleted list item*/
{
	list-style-image:url('Images/SquareBullet.gif');
	list-style-position:outside;
	margin-bottom:3px;
}

.FormFieldLabel /*Use for field labels on standard forms */
{
	text-align:right;
}
.FormFieldLabelRqd /*Use for required field labels on standard forms */
{
	text-align:right;
	font-weight:bold;
}



/*-------------------------------Product Compare --------------------------------------- */
/*Specific styles for Product Comparison table. (To be implemented in Phase 2*/
.InfoButton {
	float:left;
	margin-right:3px;
}

.hidden { 
	display: none; 
}
.unhidden { 
	display: block;
	margin-left:23px; 
}

table.Comparison{
	width:550px;
	border:1px #999999 solid;
	border-collapse:collapse;	
}
table.Comparison td {
	text-align:center;
	width:40px;
	border:1px #999999 solid;
	vertical-align:top;
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;

}

table.Comparison td.Description {
	text-align:left;
	width:310px;
	padding:5px 5px 5px 5px;
	vertical-align:top;
	background-color:#FFFFFF;
}



/*-------------------------------Text Formatting --------------------------------------- */
.bold{
	font-weight:bold;
}


	

