@charset "utf-8";
/* CSS Document */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#cbc8a9;
 font-family:Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:916px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
#pagewidth1{ 
 width:916px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  


} 
.top-flower-position{
margin-left:565px;
}
#header{
 position:relative; 
 height:57px; 
 width:100%;
} 
 
#maincol{
	 float: left; 
	 display:inline; 
	 position: relative; 
	 width:916px;
	 background-image:url(images/bg_gradient.jpg);
	 background-repeat:repeat-x;
	 background-color:#575757;
	 padding-bottom:10px;
	 padding-left:15px;
}
 #maincol1{
	 float: left; 
	 display:inline; 
	 position: relative; 
	 width:890px;
	 background-image:url(images/bg_gradient.jpg);
	 background-repeat:repeat-x;
	 background-color:#575757;
	 padding-bottom:10px;
	 padding-left:15px;
}
 
#maincolHome{
 float: left; 
 display:inline; 
 position: relative; 
 width:916px;
 background-image:url(images/bg-body.jpg);
 background-repeat:repeat-y; 
 padding-bottom:10px;
 }

#home-left{
width:589px;
float:left;
height:550px;
 background-image:url(images/bg-body.jpg);
 background-repeat:repeat-y; 
}
#home-right{
 width:305px;
 float:left;
 background-image:url(images/bg_gradient.jpg);
 background-repeat:repeat-x;
 background-color:#575757;
 padding-left:22px;
 height:550px;
}
#home-right-top{
float:left;
height:265px;
width:305px;
}
#nav{
 background-image:url(images/bg_gradient.jpg);
 background-repeat:repeat-x;
 background-color:#575757;
 color:#928f74;
 margin-left:77px;
 padding-top:32px;
 padding-bottom:8px;
 width:512px;
 font-size:11px;
}

#nav a:link {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; font-size:11px; letter-spacing:-1; margin-left:8px;}     /* unvisited link */
#nav a:visited {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}  /* visited link */
#nav a:hover {color: #cac5a8; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}   /* mouse over link */
#nav a:active {color: #928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}   /* selected link */

#nav2{
 background-image:url(images/bg_gradient.jpg);
 background-repeat:repeat-x;
 background-color:#575757;
 color:#928f74;
 margin-left:77px;
 padding-bottom:8px;
 width:512px;
 font-size:11px;
}

#nav2 a:link {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; font-size:11px; letter-spacing:-1; margin-left:8px;}     /* unvisited link */
#nav2 a:visited {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}  /* visited link */
#nav2 a:hover {color: #cac5a8; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}   /* mouse over link */
#nav2 a:active {color: #928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}   /* selected link */

#navOut{
 background-image:url(images/bg_gradient.jpg);
 background-repeat:repeat-x;
 background-color:#575757;
 color:#928f74;
 padding-top:32px;
 padding-bottom:8px;
 width:530px;
 font-size:11px;
	float: left;
}

#navOut a:link {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; font-size:11px; letter-spacing:-1; margin-left:8px;}     /* unvisited link */
#navOut a:visited {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}  /* visited link */
#navOut a:hover {color: #cac5a8; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}   /* mouse over link */
#navOut a:active {color: #928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:8px;}   /* selected link */

.navselect { color: #cac5a8; }

#logo {
	margin-left: 75px;
	float: left;
}

#boxes-home{
 background-color:#575757;
 color:#928f74;
 margin-left:77px;
 width:512px;
 font-size:11px;
 padding-top:10px;
 float:left;
 padding-bottom:10px;
}
#box1-home{
 background-image:url(images/household-network-box-whatisit.jpg);
 background-repeat:no-repeat;
 background-position:top right;
 width:165px;
 height:178px;
 margin-right:7px;
 float:left;
 padding-left:77px;
}
#box2-home{
 background-image:url(images/household-network-box-takeatour.jpg);
 background-repeat:no-repeat;
 width:165px;
 height:178px;
 margin-right:7px;
 float:left;
}
#box3-home{
 background-image:url(images/household-network-box-signmeup.jpg);
 background-repeat:no-repeat;
 width:165px;
 height:178px;
 float:left;
}

/*index form*/
#hometbl {
 font-size: 12px;
 color: #afaca7;
}
.homeInput {
 height: 17px;
 font-size: 11px;
 color: #969696;
 background-image:url(images/bg-form-input.jpg);
 border: 1px solid #969696;
 margin-left: 20px;
 width:125px;
}
.small {
	font-size: 10px;
}
#hometbl a {
	color:  #888775;
	text-decoration: underline;
}

.float-left{
float:left;
}

.connect-browse-borrow{

padding-top:75px;
}
#connect-browse-borrow-text{
	 width: 260px;
	 margin-left: 10px;
	 float: left;
	 text-align: left;
	 color: #efede1;
	 font-size:12px;
	 line-height:15px;
}
#connect-browse-borrow-text a{

	 color: #ff6d10;
	 font-size:14px;

}
#homefooter{
 height:57px; 
 clear:left;
 width: 250px;
 float: left;
 } 
#homefooter1 {		
 color: #000000;
 font-size:12px;
 float: left;
 text-align:left;
 width: 500px;
 margin-left: 50px;
}
#homefooter1 a {	color: #000000;}

.bottom-flower-position{
 margin-left:43px;
} 

 
 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  






/* ------------ Logged Out ------------*/

#logo {
	margin-left: 75px;
	float: left;
}

#content-full-out {	
	min-height:440px;
	height:auto !important;
	height:440px;
	clear: both;
	width: 854px;
	 margin-right: 25px;
	 float: left;
	 text-align: left;
	 color: #efede1;
	 font-size:12px;
	 line-height:15px;
}
#content-full-out a{color:#ebbc26; font-weight:bold; text-decoration:underline; font-size:12px;  }  




/* ------------ Logged In ------------*/
#footer {	
color: #000000;
 font-size:12px;
 text-align:center;
}
#footer a{	color: #000000;}
#insidenav{
 background-image:url(images/bg_gradient.jpg);
 background-repeat:repeat-x;
 background-color:#575757;
 color:#928f74;
 padding-top:32px;
 padding-bottom:8px;
 width:490px;
 font-size:14px;
 float: left;
}

#insidenav a:link {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; font-size:14px; letter-spacing:-1; margin-left:0px;}     /* unvisited link */
#insidenav a:visited {color:#928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:0px;}  /* visited link */
#insidenav a:hover {color: #cac5a8; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:0px;}   /* mouse over link */
#insidenav a:active {color: #928f74; font-weight:bold; text-decoration:none; padding:2px; letter-spacing:-1; margin-left:0px;}   /* selected link */

#containerIn{
	width: 840px;
	margin:0px auto;
	text-align: left;
}



#topContainerIn {
	float: left;
	clear: both;
	height: 60px;
	border: 1px solid #FFFF00;
}
#topNavIn { 
	margin-top: 40px;
	width: 500px;
	float: left;
	text-align: left;
}
#topLogoIn {	
	height: 120px;
	float: left;		
	background-repeat: no-repeat;
}
#topLineFull {
	padding-top: 20px;
	clear: both;
	height: 5px;
}


#personalInfo {
	margin-top:25px;
	background: url(images/bg_top_left.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height: 140px;
	float:left;
	background-color: #575757;	
	text-align: left;
	line-height: 12px;	
		
}
#personalContainer {
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 3px;
	margin-top: 15px;
	float: left;
	height: 125px;
	width: 550px;
}
#personalPic {
	margin-left:20px;
	float: left;
	width: 125px;
	height: 125px;
	overflow: hidden;
}
#personalRight {
	padding-left:4px;
	float: left;
	width: 370px;
	height: 125px;
	overflow: hidden;
}
#personalNav {
	float: left;
	height: 15px;
	width: 410px;
	margin-left: 5px;
}
#personalName {
	width: 408px;
	margin-bottom:5px;
	margin-left: 5px;
	float: left;
}
#personalLine {
	height: 4px;
	margin-bottom: 5px;
	margin-left: 5px;
	float:left;
}
#personalBottomLeft{
	width: 175px;
	float:left;
	margin-left: 5px;
}
#personalBottomRight{
	width: 175px;
	float:left;
}



#networkInfo {
	margin-top:15px;
	background: url(images/bg_top_right.jpg);
	width: 277px;
	height: 160px;
	float: left;	
	text-align: left;
	overflow: hidden;
}
#networkContainer{
	overflow: hidden;
	float: left;
	height: 135px;
	width: 290px;
	padding-left: 10px;
	padding-top: 50px;
}
#networkLine {
	float: left;
	width: 250px;
	margin-bottom:1px;
	clear: left;
}
#networkList {
	height: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	float: left;
	width: 240px;
	clear: left;
	color: #ebbc26;
}
#networkFooter {
	float: left;
	width: 250px;
	text-align: right;
	clear: left;
}


#inventoryInfo {
	width: 840px;
	clear: both;
	float: left;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}
#inventoryRow {
	width: 840px;
	float: left;
}
#inventoryCol1 {
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 200px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#inventoryCol2 {
	margin: 3px;
	width: 80px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#inventoryCol3 {
	margin: 3px;
	width: 320px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#inventoryCol4 {
	margin: 3px;
	width: 200px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}

#leftBox {
	margin-top: 5px;
	float: left;	
	width: 220px;
}
#leftBoxHeader {
	width: 220px;
	float: left;	
	height: 15px;
}
#leftBoxSearch {
	padding-top:15px;
	padding-left: 10px;
	height: 150px;
	width: 210px;
	float: left;	
}
#rightBox {
	padding-left: 10px;
	margin-top: 5px;
	width: 600px;
	float: left;
}
#rightBoxHeader {
	width: 220px;
	float: left;	
	height: 15px;
}

#rightBoxSearch {
	width: 595px;
	padding-top:5px;
	float: left;	
}




#mailInfo {
	width: 840px;
	clear: both;
	float: left;
	margin-top: 15px;
	text-align: left;
}
#mailRow {
	width: 840px;
	float: left;
}
#mailCol1 {
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 50px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#mailCol2 {
	margin: 3px;
	width: 50px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#mailCol3 {
	margin: 3px;
	width: 150px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#mailCol4 {
	margin: 3px;
	width: 480px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}

#mailCol5 {
	margin: 3px;
	width: 50px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}



#netInfo {
	width: 860px;
	clear: both;
	float: left;
	margin-top: 15px;
	text-align: left;
}
#netRow {
	width: 860px;
	float: left;
}
#netCol1 {
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 250px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#netCol2 {
	margin: 3px;
	width: 300px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#netCol3 {
	margin: 3px;
	width: 100px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#netCol4 {
	margin: 3px;
	width: 100px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}

#netCol5 {
	margin: 3px;
	width: 55px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}




#insideNetInfo {
	width: 537px;
	clear: left;
	float: left;
	margin-top: 5px;
	text-align: left;
}
#insideNetRow {
	height: 18px;
	width: 512px;
	float: left;
	overflow:hidden;
}
#insideNetCol1 {
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 50px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#insideNetCol2 {
	margin: 3px;
	width: 75px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#insideNetCol3 {
	margin: 3px;
	width: 175px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}
#founder {
	height:18px;
	padding-top:2px;
	float: left;
	width: 14px;
	margin-right: 6px;
}
#insideNetCol4 {
	margin: 3px;
	width: 175px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}

#listedInfo {
	width: 300px;
	float: left;
	margin-top: 5px;
	text-align: left;
}
#listedRow {
	width: 300px;
	float: left;
}
#listedCol1 {
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 300px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 4px;
	overflow: hidden;
}



#myinventoryInfo {
	width: 840px;
	clear: both;
	float: left;
	margin-top: 15px;
	text-align: left;
}
#myinventoryRow {
	width: 840px;
	float: left;
}
#myinventoryCol1 {
	margin: 3px;
	width: 35px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
	text-align: center;
	}
#myinventoryCol2 {
	margin: 3px;
	width: 60px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
	text-align: center;
}
#myinventoryCol3 {
	margin: 3px;
	width: 95px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
	text-align: center;
}
#myinventoryCol4 {
	margin: 3px;
	width: 120px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
}
#myinventoryCol5 {
	margin: 3px;
	width: 80px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
}
#myinventoryCol6 {
	margin: 3px;
	width: 200px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
}

#myinventoryCol7 {
	margin: 3px;
	width: 100px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
}
#myinventoryCol8 {
	margin: 3px;
	width: 70px;
	float: left;
	height: 18px;
	line-height: 16px;
	padding-left: 2px;
	overflow: hidden;
}



.noteGre {
	width:167px;
	height: 71px;
	background: url(/images/note_gre.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.noteLink{
	color: #000000;
	font-size:10px;
}
.noteLink a{
	color: #000000;
	font-size:10px;
}
.notePin {
	width:167px;
	height: 71px;
	background: url(/images/note_pin.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.notePur {
	width:167px;
	height: 71px;
	background: url(/images/note_pur.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.noteBlu {
	width:167px;
	height: 71px;
	background: url(/images/note_blu.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.noteYel {
	width:167px;
	height: 71px;
	background: url(/images/note_yel.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.notePinBlack {
	width:167px;
	height: 71px;
	background: url(/images/note_pin_black.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.notePurBlack {
	width:167px;
	height: 71px;
	background: url(/images/note_pur_black.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.noteBluBlack {
	width:167px;
	height: 71px;
	background: url(/images/note_blu_black.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.noteYelBlack {
	width:167px;
	height: 71px;
	background: url(/images/note_yel_black.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.noteGreBlack {
	width:167px;
	height: 71px;
	background: url(/images/note_gre_black.gif);
	overflow:hidden;
	padding-top:45px;
	padding-bottom:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	font-size:10px;
	float: left;
}
.feedback {
 color:#ffffff;
 font-size:12px;
}
.feedback a{
 color:#c5d92a;
 font-size:12px;
}
/* ------------ Classes -------------- */
.infoMsg {
	color: #FFFFA0;
	font-weight: bold;
}
.infoMsg a {
	color: #c5d92a;
	text-decoration: underline;
}
.sucMsg {
	color: #01a4e9;
}
.sucMsg a {
	color: #01a4e9;
}
.form_row {
	clear:both; 
	padding-top: 3px;
}
.form_data{
	width: 200px;
	float: left;
}
.form_data_long{
	float: left;
}
.form_span{
	float: left;
}
.form_indent {
	margin-left: 200px;
	float: left;
}


.size9 {
	font-size: 9px;
}
.size12{
	font-size: 12px;
}

.size14{
	font-size: 14px;
}
.size15{
	font-size: 15px;
}


.blue {
	color: #b6d7f6;
}
.blue a{
	color: #b6d7f6;
}
#blueFaq a {
	color: #b6d7f6;
}

.white {
	color: #efefd3;
}
.darkYellow {
	color: #ebbc26;
}
.darkYellow a{
	color: #ebbc26;
}
.blueLink a {
	color: #b6d7f6; 
	font-size: 9px; 
}

.blueLink {
	color: #b6d7f6; 
	font-size: 9px; 
}

.bgLightBrown {
	background-color: #34312a;
}
.bgDarkBrown {
	background-color: #39362f;
}
.bgDarkGrey {
	background-color: #303028;
}
.bgLightGrey {
	background-color: #36312b;
}
.bgBlack {
	background-color: #181712;
}
.colLBrown {
	color: #9b9156;
}
#blueLink {
display:inline;
}
#blueLink a:link {color:#b6d7f6; font-weight:bold; text-decoration:underline; font-size:12px;}     /* unvisited link */
#blueLink a:visited {color:#b6d7f6; font-weight:bold; text-decoration:underline; font-size:12px; }  /* visited link */
#blueLink a:hover {color: #b6d7f6; font-weight:bold; text-decoration:underline;  font-size:12px;}   /* mouse over link */
#blueLink a:active {color: #b6d7f6; font-weight:bold; text-decoration:underline; font-size:12px; }   /* selected link */

#blackLink {
display:inline;
}
#blackLink a:link {color:#000000; font-weight:bold; text-decoration:underline; font-size:10px;}     /* unvisited link */
#blackLink a:visited {color:#000000; font-weight:bold; text-decoration:underline; font-size:10px; }  /* visited link */
#blackLink a:hover {color: #000000; font-weight:bold; text-decoration:underline;  font-size:10px;}   /* mouse over link */
#blackLink a:active {color: #000000; font-weight:bold; text-decoration:underline; font-size:10px; }   /* selected link */
