* {
	margin: 0;
	padding: 0;
}

a,
a:link 
a:visited 
a:active {
   text-decoration: underline;
   color: rgb(32,41,87);
}

a:hover {
   text-decoration: none;
}

img {
    border: none;
}

body {
	line-height: 1.2;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 12px;
	background-color: #fbfbfb;
	width: 990px;
	margin: auto;
}

#header {
	background: url(../images/header.png) no-repeat center;
	width: 990px;
	height: 197px;
}

#home_content {
    height: 682px;
    overflow: hidden;
	position: relative;
}

#business_extension {
	left:38px;
	position:absolute;
	top:228px;
	z-index:10;
}

#home_business_promotion_closed_sticker {
	left:49px;
	position:absolute;
	top:208px;
}

#footer, #footer_home {
	background: url(../images/footer.png) no-repeat center top;
	width: 990px;
	height: 250px;
	position: relative;
}

#footer_home { 
    background-image:url(../images/home_footer.png);
    height: 300px;
}
    
ul#footer_nav {
	position: absolute;
	right:60px;
	top:17px;
}

#footer_home ul#footer_nav { 
    position: absolute;
    right:70px;
    top:24px;
}

ul#footer_nav li {
	display: block;
	float: left;
	background: url(../images/bg_footer_nav_item.png) no-repeat right;
	margin-left:12px;
	margin-right:5px;
	padding-right:34px;
}

#footer_home ul#footer_nav li {
    background: url(../images/bg_footer_home_nav_item.png) no-repeat right;
}

ul#footer_nav li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

#footer_home ul#footer_nav li a {  
    color: #39454f;
}

ul#footer_nav li a:hover {
	color: #3e82bb;
}

#footer_home ul#footer_nav li.last, ul#footer_nav li.last {
	background-position:34px 50%;
}

div#queries {
	position: absolute;
	left: 20px;
	top: 65px;
}

#footer_home div#queries { 
    top: 80px;    
}

#footer_home div#register {
    width: 218px;
    height: 44px;
    left:49px;
    position:absolute;
    top:4px;
    width:218px;
}

#footer_home div#register input {     
    width: 218px;
    height: 44px;
    background-image: url(../images/btn_register.png);
    border: 0px;      
    cursor: pointer;
}

div#copyright {
	position: absolute;
	right: 20px;
	top: 65px;
}

#footer_home div#copyright { 
    top: 80px;    
}

div#tcs {
	position: absolute;
	left: 20px;
	top: 90px;
	width: 680px;
	font-size: 10px;
}

#footer_home div#tcs { 
    top: 105px;
}

#main_content {
	background: url(../images/bg.png) repeat-y center;
	width: 916px;
	padding-left: 37px;
	padding-right: 37px;
	padding-bottom:50px;
}

#top {
	width: 876px;
	clear: both;
    margin-bottom: 16px;
}

#left {
	width: 50%;
	display: block;
	float: left;
}

#right {
	width: 50%;
	display: block;
	float: right;
}

#right p { 
    padding-right:44px;
}
h2 {
	font-size: 18px;
	font-weight: bold;	
}

p.required, div.errors p {
	color: #e90016;
}

.clearfix {
	clear: both;
}

p { 
	margin: 4px 0px 6px 0px; /* 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */ 
	line-height: 14px;         
	color: #505050;
}

input {
	border-top: 1px solid #797979;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	padding: 2px;
	margin: 5px;
	font-size:14px;
	width: 267px;
	height: 17px;
}

select {
	margin: 5px;
	font-size:14px;
	width: 271px;
	height: 24px;
}

input.submit {
	border: none;
	color: #FFF;
	width: 112px;
	height: 35px;
	text-transform: uppercase;
	padding-bottom: 6px;
	padding-right: 6px;
	clear: both;
	font-size: 12px;
	background: url(../images/btn_submit.png) no-repeat;
	float: right;
}

input.error {
	border: 1px solid #E90016;
}

input.checkbox {
	float:left;
	margin-left:9px;
	margin-right:12px;
	margin-top:4px;
	width:auto;
}

label {
	display: block;
	float: left;
	padding-left:10px;
	width: 130px;
	padding-top: 12px;
	color: #505050;
	font-weight: bold;
}

label.required {
	background: url(../images/required.png) no-repeat 0px 17px;
	color: #505050;
}

label.error {
	width: auto;
	clear: both;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
	padding: 0px;
	color: #E90016;
	font-weight: normal;
	display: block;
	clear: both;
}

div.error {
    margin-top: 10px;
    margin-bottom: 10px;    
    color: #E90016; 
}

.red {
    color: #E90016;
}

label.checkbox {
	display: inline;
	font-weight: normal;
	width: auto;
	padding-top:6px;
}

div.form_label_and_field {
	clear: both;
	width:425px;
}

div.thank_you {
	width:860px;
	margin-top: 15px;
}

div.checkboxes {
	margin-top: 10px;
	width: 600px;
}

#serial_submit {
	left:486px;
	position:relative;
	top:-37px;
	width:112px;
}

#serial_errors {
       clear: both;
}

ol {
    margin-left: 20px;
}

li {
    margin-bottom: 6px;
}

h3 {
    margin-top: 10px;
    font-size:12px;
}

div.static_pages table {
    margin-left:20px;
    border: 1px solid #000;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.static_pages table th {
    color: #FFF;
    background: #000;
}

div.static_pages table th, table td {
    text-align: left;    
    padding: 3px;
    padding-right: 10px;  
    border-bottom: 1px solid #000;   
}

ol li ol {
    margin-top: 10px;
}     

div.static_pages {
    width: 860px;
    padding-left: 20px;
}

div.static_pages li {
    margin-bottom: 14px
}

div.static_pages ol li ol li {
    list-style-type: lower-alpha;
    margin-left: 10px;
    margin-bottom: 6px;
}

div.static_pages p {
    color: #000;
}

div.faq p {
    margin-bottom:14px;
    margin-left:30px;
    margin-top:0;
}

div.faq h3 span {
    font-weight: normal;
    display: block;
    width: 20px;
    margin-right: 10px;
    float: left;
    text-align: right;
}

div.faq table {
    margin-left: 30px;
}