
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

body {
	background:url('../images/bg.png');
	background-repeat:repeat-x;
	margin:0;
	font-family: Arial;
	line-height:1.4em;
	font-size: 12pt;
	color: #606060;
}


#main-header {
	width:855px; 
	height:158px; 
	margin-left: auto; 
	margin-right:auto; 	
	background:url('../images/logo-full.png'); 
	margin-bottom:0;
	margin-top:0;
}

#logo-link {
	position:relative;
	left:50px;
	float:left;
	width:300px;
	height:90px;
}

#main-body {

	width: 815px;

	margin-left: auto; 
	margin-right: auto; 
	
	border-left: solid #87A0AF 1px; 
	border-right: solid #87A0AF 1px; 
	border-bottom: solid #87A0AF 1px; 

	margin-top:0;
	padding-top: 0;
	
	background:url('../images/bottom-fade.png');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#fff; 
	
	text-align:left;
	padding-left:10px;
}

#main-body p,h1{
	margin:0;
}

#linkbar{
	position: relative;
	top: 60px;
	left: 60px;
	font-size: 0.8em;
	white-space: nowrap;
	vertical-align:top;
}
#linkbar a {
	color: #1b5189;
	font-weight:bold;
}

#navbar {
	position:absolute;
	top:107px;
	width:853px;
	height:50px;
	vertical-align:middle;
	text-align:center;	
}


.navlink{
	color:#fff;
	display:inline;
	text-decoration:none;
	font-family: Arial;
	font-size:11pt;
	font-weight:bold;
	margin-left:25px;
	margin-right:25px;
}
.navlink-active {
	color:#ffa200;
	display:inline;
	text-decoration:none;
	font-family: Arial;
	font-size:11pt;
	font-weight:bold;
	margin-left:25px;
	margin-right:25px;
}
.navlink a {
	text-decoration:none;
	color:#fff;
}
.navlink a :hover{
	text-decoration:underline;
}
.navlink-active a{
	text-decoration:none;
	color:#ffa200;
}
.navlink-active a:hover{
	text-decoration:underline;
}

#container {
	background: #fff;
	margin: 0 auto;
	height:100%;
	text-align: left;
	margin-top:50px;
	border:solid #9BB6C6 2px;
}
#subcontainer {
	margin: 0 auto;
	text-align:left;
}

#header-image{
	position:relative;
	top: -36px;
	left: 62px;
	width:0px;
}

a#homelink {
	position:relative;
	top:19;
	left:700;
	width:200px;
	height:49px;
}



#search_box {
    margin: 0;
    width: 366px;
    height: 40px;
    background: url('../images/search-input.png');
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 12px 0 0 12px;
    border: 0;
    width: 344px;
    background: none;
}

#input_box_small {
    margin: 0;
    width: 196px;
    height: 27px;
    background: url('../images/inputbox-small.png');
    background-repeat:no-repeat;
}
#input_box_small .s {
    float: left;
    padding: 0;
    margin: 6px 0 0 12px;
    border: 0;
    width: 192px;
    background: none;
}


#explanation {
	width: 540px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
	font-family: Arial, verdana;
	font-size:14pt;
	color:#606060;
	line-height:28px;
	text-align:left;
}

#feature-container {
	width:815px; 
	margin-left:  auto; 
	margin-right: auto;
	position:relative;
	left:-9px;
}

.feature-head {
	font-family: Arial, verdana;
	font-size:14pt;
	color: #fff;
	font-weight:bold;
}
.feature-head-small {
	font-family: Arial, verdana;
	font-size:10pt;
	color: #fff;
}
.feature-spacer {
	margin-left: 30px;
	padding-top: 20px;
}

#three_steps_body 
	width:473px;
	height:100px;
	margin-left:19px; 
	margin-right: auto; 
		
	border-left: solid #e1e6e6 1px; 
	border-right: solid #e1e6e6 1px; 
	border-bottom: solid #e1e6e6 1px; 

	margin-top:0;
	padding-top: 0;
	
	background:url('../images/bottom-fade.png');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#fff;
}

#three_steps_body table td{
	/*font-size:10pt;*/
}

#five_reasons_body {

	width:312px;

	height:100px;
	margin-left:16px; 
	margin-right: auto; 
	
	border-left: solid #e1e6e6 1px; 
	border-right: solid #e1e6e6 1px; 
	border-bottom: solid #e1e6e6 1px; 

	margin-top:0;
	padding-top: 0;
	
	background:url('../images/bottom-fade.png');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#fff;
}

#five_reasons_body li{
	font-size:10pt;
}
#five_reasons_body ol {
	margin-top:0;

}

.number-in-circle{
	font-size:12pt;
	font-weight:bold;
	color: #fff;
	position:relative;
	left:10px;
	top:25px;
}

.howitworks-text {
	font-family:Arial;
	font-size: 10pt;
	color:#606060;
	width: 90px;
	position: absolute;
	top:5;
}


.step1 {
	left:55;
}
.step2{
	left:202;
}
.step3 {
	left: 347;
}

.feature-text {
	font-family:Arial;
	font-size: 10pt;
	color:#606060;
	width: 265px;
	position: absolute;
	top:18;
	left:20;
}


#footer {
	margin-top:0px;
	text-align:center;
	color: #50A6C9;
	font-size:8pt;
}
#footer a{
	color: #249cce;
}

.copyright {
	color:#808080;
}








.km_form {
	margin-top:25px;
}


.linkbar {	
	font-size:0.8em;
}
#linkbar{
	white-space: nowrap;
	vertical-align:top;
	font-size:0.8em;
	float:left;
	margin-left:20px;
}
#linkbar-right{
	white-space: nowrap;
	vertical-align:top;
	font-size:0.8em;
	float:right;
	margin-right:20px;
}

#main {
	margin-top:40px;
}

#splainin {
	width:420px;
	font-size: 0.9em;
}

#status {
	font-weight:bold;
	font-size: 1.2em;
}

.hinttext {
	font-size: 8pt;
}

.confirm-site{
	font-size:16pt;
	font-weight:bold;
	background: #f39b00;
	padding:3px;
}

.confirm-site-members{
	font-size:16pt;
	font-weight:bold;
	background: red;
	padding:3px;
}

.confirm-title{
	font-family: Arial, Sans-serif;
	font-size:12pt;
	font-weight:bold;
	display:block;
	color:#fe9b00;
}
.confirm-url{
	font-size:10pt;
	display:block;
	color:#0099CC;
}
.confirm-url a{
	color:#0099CC;
	font-weight:bold;
}

.confirm-snippet{
	font-size:10pt;
	display:block;
	color:#333333;	
	margin-bottom:5px;
}

.confirm-instructions {
	font-size:12pt;
	margin:10px;
	margin-top:0;
	width:400px;
}

.confirm-instructions input {
	margin-top:20px;
}

.btn {
	color: #666666;
	background-color: #C6CA5B;
	padding: 3px 5px;
	font-weight: bold;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size:10pt;
	text-decoration: none;
	border: 1px solid #666666;
}

.happy_msg {
	color: green;
}

.sad_msg {
	color:red;
}

.members-right{
	white-space: nowrap;
	font-size:0.7em;
	position: relative;
	top: -20px;
	left: 200px;
}

.domain-head {
	font-family: Arial, verdana;
	font-size:14pt;
	color: #fff;

	position: relative;
	top: 4px;
	left:10px;
}

.orangeheader {
	font-family: Arial, verdana;
	font-size:14pt;
	color: #ffa200; // ERU Orange
	font-weight:normal;
	margin-left:20px;
	margin-bottom:9;
}

.nm_blue, .nm_blue a{
	color:#1688B7;
}

.faq-text {
	padding-left:10px;
	padding-right:10px;
}
.faq-question {
	margin-top:22px;
	margin-bottom:0px;
	margin-left:20px;
	
	font-size:10pt;
	font-weight:bold;
}
.faq-answer {
	margin-top:2px;
	margin-left:20px;

	font-size: 10pt;
	font-weight:normal;
}
.faq-answer2 {
	margin-top:2px;
	margin-left:20px;
	font-size: 10pt;
	font-weight:normal;
	text-indent: 2em;
}
.faq-list {
	margin-top:10px;
	margin-bottom:0px;
	font-size:10pt;
}

table.sortable td, table.sortable th {
	font-size: 10pt;
	padding-right: 4px;
	padding-left: 4px;
}

.date-us {
	width: 100px;
}

