﻿
#MainSectionPartner
{
	position:relative;
	top:40px;
	width:835px;
	
	min-height:700px; /* This controls the height of the whole main section of the page */

	background-color:white;
	font-size:1.0em;
	font-family:Calibri,Arial;
	z-index:9;
}

.PartnerRightImage
{
    position:relative;
    float:right;   
    right:10px;
    margin-top:50px;
}

#PartnerPDFLink
{
    
}

.PartnerSplitter
{
    position:relative;
    height:30px;
    width:100%;        
}

.PartnerHalfHorizontalLine
{
    position:relative;
    background-color:Black;
    height:2px;
    width:500px;
}


.PartnerHorizontalLine
{
    position:relative;
    background-color:Black;
    height:2px;
    width:100%;
}

.PartnerImageBanner
{
    position:relative;
    left:-25px;   
}

.PartnerQuoteBlock
{
    position:relative;
    width:500px;
    text-align:justify;   
}

#PartnerQuote h3
{
    font-size:1.2em;   
}

#PartnerQuote h4
{
    font-size:1.4em;   
}

#PartnerQuote h5
{
    font-size:1.6em;   
}

#ContentSectionPartner
{
	position:relative;
	left:35px;
	width:830px;
	min-height:600px;
	text-align:justify;
	color:#054d91;
}

#ContentSectionPartner h1
{
	font-size:2.5em;	
	text-transform:none;
	font-style:normal;
}

#ContentSectionPartner h2
{
	font-size:2.2em;	
	text-transform:none;
	font-style:normal;
}

#ContentSectionPartner h3
{
	font-size:1.8em;	
	text-transform:none;
	font-style:normal;
}

#ContentSectionPartner h4
{
	font-size:1.5em;	
	text-transform:none;
	font-style:normal;
}

#ContentSectionPartner h5
{
	font-size:1.2em;	
	text-transform:none;
	font-style:normal;
}

#ContentSectionPartner p
{
	font-size:1.0em;	
	text-transform:none;
	font-style:normal;
}

#ContentSectionPartner b
{
	text-decoration: underline;
	font-style:normal;
}

#ContentSectionPartner em
{
	color:#ff7c00;
	text-transform:lowercase;
	font-style:normal;
}

/* ListItems block */
#ContentSectionPartner ul li
{
	list-style-image: url('../Images/MenuItem.gif');
}


#PartnerBanner
{
	position:relative;
	left:-27px;	
}