@charset "iso-8859-1";
/* CSS Document */
body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background-color:#d8d9db;
	margin-top:5px;
	text-align:center;
}

h1 {
	font-size:1.1em;
	padding-top:10px;
	padding-left:20px;
	text-align:left;
}

h2 {
	font-size:1.0em;
	margin-left:10px;
	text-align:left;
}

p {
	margin-left:20px;
	margin-right:20px;
}

.title {
	margin-left:10px;
	font-weight:bold;
}

.content_title {
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

#container {
	text-align: center;
	margin: 0px auto 0px;
	width: 851px;
	height: auto;
}

.no_border {
	border:0px;
}

#header {
	width:851px;
	height:121px;
	background-image:url(../images/myhomeNI-logo.jpg);
	background-repeat:no-repeat;
	text-align:left;
	clear:both;
	float:right;
}

#header a:link   { color: #fff; font-weight:bold; text-decoration: underline; }
#header a:visited   { color: #fff; font-weight:bold;  text-decoration: none; }
#header a:active   { color: #fff; font-weight:bold; text-decoration: none; background-color: #2c7de6; }
#header a:hover   { color: #fff; font-weight:bold;  text-decoration: none; background-color: #2c7de6; }

#header .header_links {
	float:right;
	text-align:right;
	font-size:0.7em;
	color:#fff;
	margin-top:98px;
	margin-right:54px;
}
				
#nav {
	width:846px;
	margin-left:5px;
	height:16px;
	margin-bottom:4px;
	margin-top:4px;
	text-align:left;
	float:right;
	clear:both;
	font-size: 0.8em;
	font-weight:bold;
	color:#666;
	text-decoration: none;
	display: block;
}
	
#nav ul { 
	list-style: none; 
	padding: 0px; 
	margin: 0px; 
}
#nav li {
	text-align: center;
	margin: 0px;
	float: left;
}

#nav li a {
	color: #2c7de6;
	text-decoration: none;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
}

#nav li .separator {
	color: #2c7de6;
	text-decoration: none;
	display: block;
	padding-right: 1px;
	padding-left: 1px;
}

html>body #nav li a { 
	width: auto 
}

#nav li a:hover  { 
	color: #AC2B31; 
}

#nav li a.sel { 
	color: #AC2B31; 
}

#image {
	width:164px;
	height:480px;
	float:right;
	margin-right:20px;
}

#content a:link   { color: #AC2B31; font-weight:bold; text-decoration: underline; }
#content a:visited   { color: #AC2B31; font-weight:bold;  text-decoration: none; }
#content a:active   { color: #fff; font-weight:bold; text-decoration: none; background-color: #2c7de6; }
#content a:hover   { color: #fff; font-weight:bold;  text-decoration: none; background-color: #2c7de6; }

#content .linkout {
	text-align:center;
}

#row     { display: block; float: left; margin-left:20px; }
div.row span.inline    { display: block; vertical-align:top; clear:both; }
div.row span.label    { font-style: italic; font-weight: normal; text-align: left; margin-left:20px; padding-right: 10px; width: 130px; float: left }
div.row .forminput { width:180px; }
div.row .order_button {
	vertical-align:middle;
	border:0px;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:851px;
	height:21px;
	float:right;
	clear:both;
	border-bottom:1px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
/*	border-left:1px;
	border-left-color:#FFF;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#FFF;
	border-right-style:solid;
	*/
}

#copyright {
	width:851px;
	margin: 0px auto 0px;
	padding-top:4px;
	color:#999;
	font-size:0.7em;
	text-align:center;
	clear:both;
}

#copyright a:link   { color: #999; text-decoration: underline; }
#copyright a:visited   { color: #999; text-decoration: none; }
#copyright a:active   { color: #AC2B31; text-decoration: none; background-color: #C0C8BB; }
#copyright a:hover   { color: #AC2B31; text-decoration: none; background-color: #C0C8BB; }

#copyright .right {
	float:right;
	text-align:right;
	width:400px;
	margin-right:20px;
}

#copyright .left {
	float:left;
	text-align:left;
	width:400px;
	margin-left:20px;
}

#rss_column {
	background-color:#fff;
	width:825px;
	float:left;
	border-right:1px;
	border-right-color:#999;
	border-right-style:dashed;
	border-left:1px;
	border-left-color:#999;
	border-left-style:dashed;
	margin-left:4px;
	margin-right:4px;
	padding-left:4px;
	padding-right:4px;
}