﻿/* Main section style sheet */
#MainSection
{
	position:relative;
	top:20px;
	left:-1px;
	width:900px;
	min-height:0px; /* This controls the height of the whole main section of the page */
	padding-bottom:35px;
	background-color:white;
	font-family:Tahoma;
	z-index:9;
}

.quoteMarks
{
	position:relative;
	top:20px;
}

#ResellerLogos
{
    position:relative;
    left:0px;   
}

.openQuotes
{
	position:relative;
	float:left;
	height:15px;
	width:20px;
}

.closeQuotes
{
	position:relative;
	top:-40px;
	right:18px;
	float:right;
	height:15px;
	width:20px;
}

.quoteText
{
	margin-left:45px;
	margin-right:45px;		
}

.getAQuoteButton
{
	float:right;
	margin-left:0; /*15px;*/
	margin-bottom:0; /*15px;*/
	width:1px;
	height:1px;
	visibility:hidden;
}

#quoteTextSeparator
{	
	width:100%;
	height:50px;
}


#ContentSectionRightBlock
{
	position:relative;
	padding-left:0px;
	font-weight:normal;
	float:right;
	top:30px;
	right:0px;
	width:280px;
	height:100%;
	overflow:hidden;
}

#ContentSection
{
	position:relative;
	left:0px;	
	min-height:400px;
	width:540px;
	padding:0px 30px 0px 30px;
	text-align:justify;
	color:Black;
}

#ContentSection h1,h2,h3,h4,h5
{
	font-family:Calibri;
	text-align:left;
	text-transform:none;
	font-style:normal;
	padding:0px 0px 0px 0px;
	margin:25px 0px 10px 0px;
	border:0px;	
	color:#054d91;
	
}

#ContentSection h1
{
	font-size:2.4em;
	margin:0px 0px 30px 0px;
}

#ContentSection h2,h3
{
	font-size:1.8em;	
}

#ContentSection h4
{
	font-size:1.5em;	
}

#ContentSection h5
{
	font-size:1.2em;	
}

#ContentSection
{
	font-size:0.9em;	
	font-weight:normal;
	text-transform:none;
	text-align:left;
	font-style:normal;
}

#ContentSection b
{
	text-decoration: underline;
	font-style:normal;
}

#ContentSection em
{
	color:#ffbe18;
	text-transform:capitalize;
	font-style:normal;
}

/* ListItems block */
#ContentSection ul li
{
	list-style-image: url('../Images/MenuItem.gif');
}
