﻿#moreInformation {
    width: 40.625em;
    height: 28.125em;
    background-color: #ffffff;
    border: thin solid #000000;
    overflow: hidden;
}
#moreInformation h1{
    background-color: #50618A;
    text-align: center;
    color: #ffffff;
    font-size: .875em;
    line-height: 1;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    margin-bottom: .5em;
}
#moreInformation h2{
	background-position: 0 0px;
	font-size: 2em;
	color: #50618A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 2em;
	line-height: 50px;
	margin-left: .25em;
	margin-bottom: .25em;
}
.logoContainer{
	width: 20.3125em;
	text-align: center;
}
.formButtons{
    width: 15.625em;
    text-align: right;
    margin-top: 0;
}
.callIcon{
	background-image: url('../images/modalContactForm/callIcon.png');
}
.emailIcon{
	background-image: url('../images/modalContactForm/emailIcon.png');
}
.closeButton {
	float: right;
	color: #ffffff;
}
.closeButton a{
	font-size:1em;
	color:#ffffff;
}
.leftContactModal {
	float: left;
	clear: left;
	display: inline;
	width: 50%;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
}
.rightContactModal {
	float: right;
	clear: right;
	display: inline;
	width: 19em;
}
.modalContactName{
	color:#666666;
	font-size:1.125em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left: 24px;
	margin-bottom: .25em;
}
.modalAddressInfo{
	color: #666666;
	font-size: .75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2em;
	margin-left: 24px;
	margin-bottom: .25em;
	text-align: justify;
	margin-right: 1em;
}
.modalProudlyServingText{
	margin-left:0;
	text-align:center;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#50618A;
	font-weight:bold;
	margin-top:2em;
}
.modalEmailForm{
	margin-left: 1em;
}
.modalEmailForm p
{
    width: 15em;
    margin:0;
}

.modalEmailForm label{
	font-size:.75em;
	color:#666666;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.inlineCheckboxes input
{
    margin-right:.5em;
}
.inlineCheckboxes label
{
    display:inline;
}
.modalEmailForm input{
    margin-bottom: .25em;
    height: 1.25em;
}
.modalEmailForm .message{
    width: 250px;
    height: 5em;
    display: block;
}
.formButtons input {
	margin-left: .5em;
	height: 2em;
}
.modalBackground{
	background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;

}
#applyForQuoteTop
{
    background-image: url('../images/applyForQuote/applyForQuoteTop.png');
    background-repeat: no-repeat;
    height: 10px;
}
#applyForQuoteMiddle
{
    background-image: url('../images/applyForQuote/applyForQuoteMiddle.png');
    background-repeat: repeat-y;
    height: 3.5em;
    min-height: 3.5em;
    padding: 1.5em 0 0 0;
}
#applyForQuoteBlue
{
    background-image: url('../images/applyForQuote/applyForQuoteBlue.png');
    background-repeat: repeat-y;
    text-align: center;
    height: 5em;
    min-height: 5em;
    line-height: 5em;
}
#applyForQuoteBlue img
{
    margin-top:1.5em;
}
#applyForQuoteBottom
{
    background-image: url('../images/applyForQuote/applyForQuoteBottom.png');
    background-repeat: no-repeat;
    height: 36px;
}
.applyForQuoteContent
{
    width: 210px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;   
}
.applyForQuoteContent h2
{
    color: #254896;
    text-align: center;
    margin: 0;
    font-weight:bold;   
}
.applyForQuoteContent p
{
    text-align:center;
    margin:0;
}