/*****************/
/*  Tag  Styles  */
/*****************/

* {
	margin:0;
}

body, td, div, span, a, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

body, html {
	margin:0;
	padding:0;
	height:100%;
}

a {
	color:#005ea5;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

body {
	background-color:#a7c1d6;
}

h1 {
	margin:0;
	margin-bottom:14px;
	padding:0;
	font-size:32px;
	font-weight:normal;
}

h2 {
	margin:0;
	padding:0;
	font-size:17px;
}

iframe {
	border:none;
}

img {
	border:none;
}


li {
	margin:.75em 3em;
	line-height:1.77em;
}

ol, ul {
	margin-bottom:1em;
	padding:0;
}

p {
	margin:0 0 1em 0;
	line-height:1.77em;
}

sup {
	font-size:.7em;
}

table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
}

table td {
	padding:0;
}

/*****************/
/* Layout Styles */
/*****************/

#Header {
	height:74px;
	height:93px;
	background:url(/images/ipromise/header_bg.gif) repeat-x;
}

#Header_Logo,
#Header_Mosaic {
	float:right;
}

#Header_Title {
	float:left;
	margin-top:9px;
}

#Map {
 width:100%;
 /*height:405px;*/
}

#Promise_Form iframe {
	width:100%;
	height:100%;
}

#Promise_Form,
#Promise_Scroller {
	width:50%;
	height:179px;
	border-top:solid 1px #bbdee2;
	background-color:#7ecbd5;
}
#Promise_Scroller {
	text-align:center;
}

#Promise_Form,
#Promise_Form_Page {
	background:url(/images/ipromise/form_bg.gif) repeat-x;
}

#Promise_Form span,
#Promise_Form_Page span {
	text-transform:uppercase;
	font-size:10px;
	display:block;
	margin-top:5px;
}

#Promise_Form .Form_Heading,
#Promise_Form_Page .Form_Heading {
	margin-left:22px;
	margin-bottom:5px;
	_margin-bottom:0;
}

#Promise_Form_Fields {
	margin-left:22px;
}

#Promise_Form_Fields td {
	padding-right:10px;
	vertical-align:top;
}

#Map_Logo {
	position:absolute;
	right:7px;
	bottom:200px;
}

#Shadow_Top,
#Shadow_Bottom {
	width:100%;
	position:absolute;
}

#Shadow_Top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ipromise/shadow_top.png', sizingMethod='scale');
	background:url(/images/ipromise/shadow_top.png) repeat-x;
	_background:none;
	top:74px;
	top:93px;
	z-index:998;
	height:6px;
}

#Shadow_Bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ipromise/shadow_bottom.png', sizingMethod='scale');
	background:url(/images/ipromise/shadow_bottom.png) repeat-x;
	_background:none;
	bottom:180px;
	/*_top:464px;*/
	z-index:997;
	height:5px;
}

#Info_Panel_Template {
	display:none;
}

.Info_Panel_Content {
	width:280px;
	height:108px;
	overflow:hidden;
}

.Info_Panel_Content img {
	float:left;
	margin-right:15px;
}

.Info_Panel_Content .Info_Name {
	color:#7ecbd5;
	font-size:15px;
	text-transform:lowercase;
}

.Info_Panel_Content .Info_City {
	color:#606060;
	font-size:11px;
	text-transform:lowercase;
	margin-bottom:5px;
}

.Info_Panel_Content p {
	color:#606060;
	font-size:15px;
	text-transform:lowercase;
	line-height:1.3em;
}

#Promise_Form_Page {
	margin:0;
	padding:0;
}

#Promise_Form_Page p {
	margin-left:22px;
	margin-top:10px;
}

#Promise_Form_Page .Form_Heading {
	margin-top:18px;
}

label#Checkbox_Terms_Label {
	text-transform:none;
	float:left;
}

#lblTerms {
	display:inline; !important
	border:solid 1px #fff;
}

label#Checkbox_Terms_Label a {
	font-size:10px;
	color:#fff;
	font-weight:normal;
}

#Terms_Link {
	font-size:12px;
	color:#fff;
	font-weight:normal;
}

#Promise_Confirmation {
	margin-right:22px;
}

#Promise_Confirmation a {
	color:#fff;
	display:block;
	margin-left:22px;
}

/*****************/
/* Class  Styles */
/*****************/

.Body {
	width:100%;
	height:100%;
}

.Promise_Textbox {
	background:url(/images/ipromise/text_bg.gif) no-repeat;
	border:solid 1px #368a95;
	color:#aaa;
	padding:3px 5px 4px 5px;
	_height:22px;
	font-size:12px;
}

.Promise_Submit {
	margin-bottom:-8px;
	_margin-bottom:-6px;
	margin-left:10px;
}

.Error_Highlight,
.Error_Highlight a#Terms_Link {
	color:#c00;
}