/*************************************
*               Layout               *
*************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
h2 {
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
h3 {
	color: #999;
	font-weight: bold;
	text-align: left;
}
p {
	padding: 0;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #F26521;
	text-decoration: underline;
}
#container {
	width: 780px;
	margin: 0 auto 0 auto;
	position: relative;
}

/* Rounded Boxes */
.roundBox {
	/*width: 290px; -- use this width when news is availble */
	width: 585px;  /*use this width when there's no news */
	margin: 0 0 10px 0;
	background: url(images/niu_tl.gif) no-repeat top left;
	position: relative;
	text-align: left;
}
.roundTop {
	background: url(images/niu_tr.gif) no-repeat top right;
}
.roundBottom {
	background: url(images/niu_bl.gif) no-repeat bottom left;
}
.roundBottom div { 
	background: url(images/niu_br.gif) no-repeat bottom right;
}
.roundBody {
	background: url(images/niu_border.gif) top right repeat-y;
}
.roundTop div, .roundTop, .roundBottom div, .roundBottom {
	width: 100%;
	height: 10px;
	font-size: 1px; /* collapse div */
}
.roundBody, .roundBottom {
	margin-top: 0;
}

.roundBody h2 {
	margin: 0;
	padding: 0;
}
.roundBody p {
	margin: 0;
	padding: 0;
}

/*************************************
*              Header                *
*************************************/
#header {
	width: 780px;
	height: 72px;
}
div#header-top {
	display: block;
	position: relative;
	top: 20px;
	left: 0;
}
img#logo {
	width: 209px;
	position: relative;
	float: left;
}
span#environ {
	font-size: .8em;
	margin: 6px 0 0 5px;
	padding: 5px;
	position: relative;
	left: 10%;
	float: left;
}
ul.top_links {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	float: right;
}
ul.top_links li {
	padding: 5px;
	/*padding: 4px 5px 4px 12px;*/l
	position: relative;
	float: left;
	/*background: url(images/bull_orange.gif) 3px 10px no-repeat;*/
}
ul.top_links li a:link, ul.top_links li a:visited {
	color: #515151;
}

/*a.hl:link {
	color: #666;
	text-decoration: none;
}
a.hl:visited {
	color: #666;
	text-decoration: none;
}
a.hlr:link {
	color: #D4001A;
	text-decoration: none;
}
a.hlr:visited {
	color: #D4001A;
	text-decoration: none;
}*/

div#searchbox-top {
	background: url(images/new_tl_bg.gif) bottom left repeat-x #fff;
	text-align: right;
}
form#search {
	display: inline;
	margin: 0;
	padding: 0 1px 0 0;
	background: url(images/bg_header_bottom.gif) 1px 1px repeat-x #fff;
}
html>body form#search {
	padding: 10px 5px 0 0;
	background: url(images/bg_header_bottom.gif) 1px 0px repeat-x #fff;
}
form#search img {
	vertical-align: bottom;
}
.searchbox {
	margin: 5px 0 0 0;
	width: 150px;
	height: 13px;
	position: relative;
	top: -1px;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
}
.btn-search {
	width: 55px;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	background-color: #72AB40;
}
html>body .btn-search {
	position: relative;
	top: -5px;
	left: 0;
}

/*************************************
*            Left Column             *
*************************************/
#leftcol {
	margin-top: 5px;
	width: 189px;
	float: left;
}
#loginbox {
	background-color: #4398D9;
	padding: 10px 7px 10px 7px;
}
#loginbox img {
	margin-bottom: 5px;
}
#login {
	background-color: #99CDF5;
	border: 1px solid #005FA9;
	padding: 14px 10px 14px 10px;
	line-height: 1.5em;
	font-size: .9em;
	text-align: left;
}
.login_fields {
	width: 146px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	margin: 0 0 4px 0;
}
.btn-signin {
	width: 55px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	padding: 0;
	color: #FFF;
	background-color: #4398D9;
}
html>body .btn-signin {
	padding-bottom: 3px;
}
#login p {
	margin: 10px 0 0 0;
	font-size: .85em;
}
a.sign-up:link, a.sign-up:visited {
	color: #f00;
	font-weight: bold;
}
#traffic_index {
	line-height: 2em;
	padding: 5px 0 10px 0;
	font-size: .75em;
	text-align: left;
}
.ti_hdr {
	font-weight: bold;
	padding-left: 5px;
	background-color: #FBE348;
	border-top: 1px solid #ffa500;
	border-bottom: 1px solid #ffa500;
	/*background-color: #ECECEC;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;*/
}
.ti_btm {
	border-bottom: 1px solid #ffa500;
}

/*************************************
*               Body                 *
*************************************/
#body {
	width: 580px;
	height: auto;
	float: left;
	line-height: 1.2em;
	margin: 10px 0 0 10px;
	text-align: justify;
}
#flash {
	width: 585px;
	margin: 5px 0 0 5px;
	float: right;
	padding: 0;
	text-align: right;
}

/* Home Page */
.intro {
	float: left;
	margin: 2px 0 0 6px;
	display: relative;
}
html>body .intro {
	margin-top: 5px; /* IE hack */
}
.intro h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
	color: #515151;
}
.intro p {
	margin: 10px 10px 0 10px;
	font-size: .9em;
	line-height: 1.3;
}
.news {
	display: none; /* hide for no news */
	float: left;
	margin: 2px 0 0 5px;
}

/* About Us */
#about h2 {
	margin-top: 20px;
	font-size: 1.2em;
	border-bottom: 1px solid gray;
}
#about p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5;
}

/* Press */
#press h2 {
	margin-top: 20px;
	font-size: 1.2em;
	border-bottom: 1px solid gray;
}
#press h3 {
	font-size: 1em;
	font-weight: bold;
	color: #0B6FBD;
}
#press p {
	font-famiy: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5;
}
#press ul {
	margin: 0 0 0 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 2;
	list-style-type: none;
}
#press ul li {
	background: url(images/bull_orange.gif) 1px 10px no-repeat;
	padding-left: 10px;
}

/* FAQ */
#faq h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
	border-bottom: 1px solid gray;
}
#faq h3 {
	font-size: 1em;
	font-weight: bold;
	color: #0B6FBD;
}
#faq ul, #faq p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.7;
	text-align: left;
}

/* How To Park Domains */
.tag {
	color: #060;
}
.attr {
	color: #900;
}
.indent1 {
	margin-left: 3em;
}
.indent2 {
	margin-left: 6em;
}
.indent3 {
	margin-left: 9em;
}
.dns {
	background-color: #FEF8D8;
}
.hrule {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #D5CF90;
}
.double-space {
	line-height: 1.5em;
}
.code {
	padding: 1em 1em 1em 3em;
	border: 2px solid #DA8D10;
}

/* Make An Offer */
#offer .roundBox {
	width: 581px;
}
#offer h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
}
#offer p {
	margin: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}
#offer td {
	font-size: .9em;
}
#offer .error {
	margin: 10px;
	font: 8pt/1;
	font-weight: bold; 
	color: #f00;
}

/* Password Retrieval */
#pwretrieval .roundBox {
	width: 581px;
}
#pwretrieval .error {
	margin: 10px;
	font: 8pt/1;
	font-weight: bold; 
	color: #f00;
}
#pwretrieval h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
}
#pwretrieval p {
	margin: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}
#pwretrieval td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

/* Contact Us Page */
#contactus .roundBox {
	width: 581px;
}
#contactus h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
}
#contactus p {
	margin: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}
#contactus td {
	font-size: .9em;
}
#contactus .error {
	margin: 10px;
	font: 8pt/1;
	font-weight: bold; 
	color: #f00;
}
#contactus .formbutton {
	width: 90px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
}

/* Registration */
#reg .roundBox {
	width: 581px;
}
#reg p {
	margin: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}
#reg h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
}
#reg td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#reg .formbutton {
	width: 100px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
}
#reg .error {
	margin: 10px;
	font: 8pt/1;
	font-weight: bold; 
	color: #f00;
}
#forsalehelp  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}
#forsalehelp ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;	
}
#parkmethod p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;	
}

/* Registered */
#registered .roundBox {
	width: 581px;
}
#registered h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
}
#registered p {
	margin: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}

/* Overview */
#overview p {
	margin: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}
#overview h2 {
	margin: 0 0 10px 10px;
	font-size: 1.1em;
}
#overview ul {
	margin: 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5;
	list-style-type: none;
}
#overview ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5;
}
#overview ul li {
	background: url(images/bull_orange.gif) 1px 9px no-repeat;
	padding-left: 15px;
}
#overview h3 {
	font-size: 1em;
	font-weight: bold;
	color: #0B6FBD;
}

/* Tour 1 */
#tour1 h2 {
	font-size: 1.1em;
}
#tour1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3;
}
#tour1 img.pls {
	float: left;
	margin: 0 15px 10px 0;
}
#tour1 h2.hd1 {
	padding-top: 5px;
}
img.land_ss_med {
	float: right;
	margin-left: 10px;
}
#tour1 p.p3 {
	width: 320px;
}
ul#tour_buttons {
	width: 580px;
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul#tour_buttons .li1 {
	float: left;
	width: 33%;
	text-align: left;
}
ul#tour_buttons .li2 {
	float: left;
	width: 34%;
	text-align: center;
}
ul#tour_buttons .li3 {
	float: left;
	width: 33%;
	text-align: right;
}

/* Tour 2 */
#tour2 img.pls {
	float: left;
	margin: 0 15px 0 0;
}
#tour2 h2 {
	font-size: 1.1em;
}
#tour2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#tour2 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#tour2 h2.hd1 {
	padding-top: 10px;
}
#tour2 pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.bld1 {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-align: left;
}
ul.bld2 {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
div.hr {
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	line-height: 0px;
}

/* Tour 3 */
#tour3 img.pls {
	float: left;
	margin: 0 15px 0 0;
}
#tour3 h2 {
	font-size: 1.1em;
}
#tour3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#tour3 h2.hd1 {
	padding-top: 40px;
}
#tour3 p.p1 {
	height: 100px;
}
#tour3 h2.hd3 {
	font-style: italic;
}

/*************************************
*              Footer                *
*************************************/
#footer {
	clear: both;
	padding-top: 50px;
	text-align: center;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.row_line {
	background-color: #BEBABA;
}
.lil_bullet {
}
.stretch {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	margin-bottom: 5px;
}