html, body, #wrapper
{
	min-height: 100%; /*Sets the min height to the   height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height
	 									for IE5+/Win, since IE wrongly expands
	 									an element to enclose its content.
	 									This mis-behavior screws up modern
	 									browsers*/
	margin: 0;
	padding: 0;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


html>body, html>body #wrapper
{
	height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/
}

#wrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#main
{
	margin-bottom: 6em; /*Modify value as needed for footer height.*/
	height: auto;
	padding: .5em;
	margin-left: 20px;
}

blockquote
{
	margin: 2em 0 0 1em;
	padding: 0 0 10px 50px;
	background: url(/images/blockquote.gif) no-repeat left top;	
}

h1 {
	font-size: 210%;
	font-weight: bold;
/*	color: #008bd1; */
	color: #18608c
}

h1.promises {
	font-size: 180%;
	text-align: right;
	padding: 0 100px 0 0;
}

h1.promises .believe {
	padding: 0 100px 0 0;
}

h1.promises .believe .keyword {
	color: #5b0673;
}

h2 {
	font-size: 180%;
	color: #aaaaaa;
}

h3 {
	font-size: 150%;
	color: #aaaaaa;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	color: #000000;
}

li h4 {
	margin-bottom: -15px;
}

p {
	font-size: 75%;
	color: #aaaaaa;
}

p.dark {
	color: black;
}

hr {
	color: #008bd1;
	border-width: 3pt;
}

.mainPage {
	padding: 0 15% 0 15%;
}

.menu {
	color: #008bd1;
}

.menu a {
	color: #008bd1;
	text-decoration: none;
}

.menu a:hover {
	color: #000000
}

#header {
	position: relative;
	width: 100%; 
	height: 150px; 
	margin: 0px; 
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	border:0;
}

#headerLogo {
	position:absolute;
	left:20px;
	top:40px;
}

#blueCurveHeader {
	position:absolute;
	right:0px;
	top:0px;
	border:0;
	height:111px;
	width:790px;
}

#blueBarHeader {
	position:absolute;
	left:0px;
	top:0px;
	height: 16px;
	width: 100%;
	background-color: #176395;
}




