@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/yellow.gif);
	font:12px Arial, Helvetica, sans-serif;
}
.coe #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/main_bckgrnd2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.coe #containertwo {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
	position: realtive;
	background-image: url(../images/secondary_bckgrnd.jpg);
}
.coe #rightcolumn {
	width: 565px;
	float: right;
	margin-top: 50px;
	position: relative;
}
.coe #rightcolumn h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logocontainer {
	position: relative;
	width: 565px;
	height: 150px;
}
.coe #webkey_wrap {
	padding: 0px 0px 0px 10px;
	width: 225px;
	float: left;
}
.coe #contentwrapper {
	width: 100%;
}
.coe #contentwrapper p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#logo {
	position: absolute;
	right: 0px;
}
#tagline {
	position: absolute;
	top: 50px;
	right: 0px;
}
#logo2 {
	position: absolute;
	left: 0px;
}
#tagline2 {
	position: absolute;
	top: 50px;
	left: 0px;
}
#mainkey{
	margin: 0 auto;
	padding: 0;
	width: 170px;
	position:relative;
	float:left;
}
#mainkey ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#mainkey ul li{
	padding-bottom: 10px; /*bottom spacing between menu items*/
}
#mainkey ul li a{
	color:#333333;
	font:16px Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 0 0 15px;
	text-decoration: none;
	line-height: 17px;
}

* html #mainkey li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}
#mainkey ul li a:link, #mainkey ul li a:visited, {
	color:#333333;
}

#mainkey ul li a:hover{
	color:#993300;
}
#mainkey .line {
	position:absolute;
	left: 0px;
	margin: 0 auto;
	padding-top: 10px;
}
#phonekey_wrap {
	position: absolute;
	width: 110px;
	top: 140px;
	height: 134px;
	z-index: 1000;
	margin-left: 42px;
}
#mainkey .number {
	position:absolute;
	left: 0px;
	margin-top: 1px;
}
#homecontent {
	padding: 0 0 0 10px;
	position: relative;
	text-align:right;
	right: 0px;
	margin: 225px 0px 0 75px;
	line-height: 30px;
	font: 16px/18px Arial, Helvetica, sans-serif;
}
#homecontent p{
	font:16px/20px Arial, Helvetica, sans-serif;
	color:#333333;
}
#innercontent {
	padding: 5px 20px 20px 20px;
	text-align:left;
	width:525px;
	background-repeat:no-repeat;
	position: relative;
	background-color: #FFFFFF;
}
#innercontent p{
	font:11pt/16pt Arial, Helvetica, sans-serif;
	color:#333333;
}
#innercontent h1{
	font:25px/28px Arial, Helvetica, sans-serif;
	color:#B42316;
}
.thankyou {
	height:284px;
}

.innernumber {
	position:absolute;
	right:10px;
	width:44px;
	height:44px;
	top:10px;
	font: 32px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 44px;
	color: #3670A7;
	background-color: #D7E5F2;
}
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	font:12px Arial, Helvetica, sans-serif;
	color: #666666;
  }

div.row span.formw {
	float: right;
	text-align: right;
	position: relative;
	width: 200px;
  }
div.spacer {
  clear: both;
  }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
