﻿body{
	margin:0px;
	background:transparent url('images/popupBG.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:20px;
}

p{
	margin:5px 0px;
	color:#2479af;
	font-weight:bold;
	}

hr{
	height: 1px;
	width:95%;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	border: none;
	border-bottom: 1px solid ;
	color:#78BCEB;
}

h1{
	font-size:16pt;
	font-family: "Arial Narrow", arial;
	font-weight:normal;
	text-transform:uppercase;
	color:#2479af;
	padding:5px 0px;
	border-bottom:1px #fff solid;
	margin:0px;
}

h2{
	font-size:9pt;
	background: #E0F2FF url('images/h2BG.jpg') repeat-x left center;
	border:1px #8dc5ea solid;
	width:253px;
	height:30px;
	text-align:center;
	margin:7px 0px;
	text-transform:uppercase;
	color:#1f608c;
}

h3{
	font-size:10pt;
	color:#2479af;
	margin:15px 0px 5px 0px;
	text-transform:uppercase;

}

h4{
	font-size:16pt;
	color:#2479af;
	margin:15px 0px 0px 0px;
	text-align:center;
	line-height:30px;
	border-top:1px #2479af solid;
	border-bottom:1px #2479af solid;
}


b{
	color:#000;
}

a{
	color:#FE8F00;
}

a:hover{
	color:#4292C5;
}

/*******************************/
/*           Header            */
/*******************************/

#headerWrapper{
	margin:auto;
	background: transparent url('images/popupTop.jpg') no-repeat;
	height:70px;
}

#headerInfo{
	float:right;
	width:595px;
	height:50px;
	text-align:right;
	padding: 50px 15px 0px 0px;
}

/*******************************/
/*           Form              */
/*******************************/

.mainContact{
	width:280px;
	font-weight:bold;
	margin-top:0px;
}

.mainContact p{
	margin:5px 0px;
}

.contactFormLeft{
	width:280px;
	float:left;
	padding-left:10px;
	color:#fff;
}

.required{
	font-style:italic;
	font-weight:normal;
}

.quote{
	margin:0px;
}

.comments{
	clear:both;
	width:280px;
	padding-left:10px;
}

.formButtons{
	text-align:center;
}

.formButtons input{
	background-image:url('images/submitButton.jpg');
	border:0px;
	width:235px;
	height:32px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.formButtons input:hover{
	background-image:url('images/submitButtonHover.jpg');
}

.formfields{
	width:276px;
	margin-bottom:4px;
	border:1px #1E86CC solid;
}

/*******************************/
/*          Content            */
/*******************************/

#contentWrapper{
	clear:both;
	margin:auto;
	padding:12px 0px;
}

#content{
	width:80%;
	margin:auto;
	padding:3px 15px;
	border:1px #000 solid;
	background:#70B3DD url('images/popupContentBG.jpg') repeat-x;
	}
	
#offer{
	margin-bottom:30px;
}

#offer p{
	margin:20px 0px 20px 0px;
	color:#fff;
	text-align:center;
}

.inContact{
	font-size:13pt;
}

.reminder{
	font-style:italic;
	border:1px #fff solid;
	padding:8px;
	font-size:10pt;
}