/*--==NORMALIZER==--*/
*{
	margin: 0px;
	padding: 0px;
}
body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img{
	border: 0px;
}
a{
	text-decoration: none;
	outline: none;
}
ul{
	list-style-type: none;
}
/*--==END NORMALIZER==--*/

/*GENERAL*/
body {
background-color:#fff;
color:#6F6F6F;
font-family:arial,verdana,sans-serif;
font-size:8pt;
font-weight:500;
letter-spacing:0.03em;
line-height:1.3em;
text-align:left;
}

.clearer {
clear:both;
}

a {
text-decoration:none;
color:#F47D31;
}

img {
display:block; /*prevent 3px jog*/
}

table img {
display:inline;
}

p {
font-size:11px;
line-height:16px;
margin:0px;
padding:0px 0px 16px 0px;
}

h1 {
color:#4489c0;
font-size:12pt;
margin-bottom:15px;
text-align:center;
text-transform:uppercase;
}
/*END GENERAL*/

/*LEFT*/
#highlights_top{
width:222px;
height:10px;
background-image:url(../images/highlights_top.gif);
background-position:top;
background-repeat:no-repeat;
}

#highlights_middle{
width:222px;
min-height: 400px;
background-image:url(../images/highlights_middle.gif);
background-repeat: repeat-y;
}

#highlights_bottom{
width:222px;
height:10px;
background-image:url(../images/highlights_bottom.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.left .padder {
padding:30px 15px;
}

.left .padder ul {
font-size: 12px;
color:#333333;
font-weight:bold;
}

.left li {
list-style-image:url(../images/yellow_bullet.gif);
list-style-position:outside;
padding: 0px 0px 2px 3px;
margin-left: 10px;
position:relative;
}

.left ul ul li{
background-image:none;
list-style-image:none;
font-weight:normal;
padding:5px 0 20px 2px;

}
/*END LEFT*/

/*CENTER*/
blockquote {
padding-top:24px;
margin:0px 0px 15px 0px;
position:relative; /*makes this the nearest positioned ancestor of open quote*/
}

blockquote img{
padding:0px 0px 0px 30px;
}

.encompass-logo{
padding:0px 0px 0px 0px;
}

.thankyou h3 {
padding:20px 0 0 15px;
font-size: 20px;
}

.thanks-message {
font-size:14px;
line-height: 16px;
padding: 15px;

}

.center .padder {
padding:0px 30px 50px 0px;
}

.center .padder img {
margin:8px 4px 16px 4px;
}

#dark_gray_text{
color:#333333;
}
/*END CENTER*/

/*RIGHT*/
.right {
width:282px;
height:452px;
background-image:url(../images/form_box.jpg);
background-repeat:no-repeat;
background-position:top;
}

.right .padder {
padding:70px 12px 0px 12px;
}

.right fieldset {
border:0px;
margin:0px;
padding:0px;
}

.right form li {
padding:8px 0px;
float:left; /*makes li wrap around floated labels, inputs & selects*/
text-align:left;
}

.right label {
float:left;
padding:0 2px 0 8px;
width:78px;
color:#333333;
line-height:11px;
font-size:10px;
}

.right input {
width:145px;
float:left;
font-size:10px;
}

.right select {
float:left;
font-size:10px;
/*width:132px;*/
}

.right .interest {
width:168px;
}

.right .submit input {
padding:3px 60px 0 0;
cursor:pointer;
width:auto;
float:right;
}

.right .privacy {
font-size:9px;
line-height:11px;
font-weight:bold;
color:#a1b3cb;
padding:20px 0px 0 10px;
margin:0px;
}

table {
color:#A8A9AD;
font-family:arial,verdana,helvetica,sans-serif;
font-size:7.5pt;
font-weight:500;
letter-spacing:0em;
line-height:11pt;
}

table.first td{
padding-top:10px;
border-top:1px dotted #a8a9ad;
background-image:url(http://www.icorps.com/images/greybar.gif);
background-position:0px 10px;
background-repeat:repeat-x;
}

table a {
color:#F47D31;
}