#content .detail {
	color: #288333;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
}

#content .connections {
	color: #288333;
	font-size: 8px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
}

#maincontent {
	margin: 0 10px 0 15px;
	font-size: 11px;
	color: #666666;
}

#maincontent li 
{
	margin: 0 10px 10px 15px;
}

/* ************************************************** td#mainnav ****************************** */
#mainnav p {
	margin: 0 5px;
	padding: 6px 20px 0 20px;
	color: #666666;
	font-size: 10px;
	float: left;
}
#mainnav p.logout {
	float: right;
}
#mainnav a {
	border: none;
	padding: 0;
	text-decoration: none;
	color: #666666;
}
#mainnav a:hover {
	text-decoration: underline;
}
#mainnav a.return {
	color: #00467f;
}


/* ************************************************** td#column ****************************** */
td#column {
	padding: 45px 0 17px 0;
	text-align: center;
}
#column a {
	color: #278337;
	font-size: 8px;
}



/* ************************************************** div#controlnav ****************************** */
div#controlnav {
	margin: 20px auto;
	padding: 0 0 0 15px;
}

div#controlnav_nopic {
	padding: 0 0 0 15px;
}



/* ************************************************** td#intro ****************************** */
td#intro {
	padding: 20px 0 0 0;
	text-align: left;
}
#intro .alert {
	color: #ed1c24;
	font-size: 10px;
}
#intro h1 {
	margin: 0 10px;
	padding: 8px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #00467f;
}
#intro p {
	margin: 0 10px;
	padding: 0 0 1em 0;
	line-height: 1.6em;
	font-size: 11px;
	color: #666666;
}
#intro p.detail {
	color: #00467f;
	font-weight: bold;
	padding: 0;
}



/* ************************************************** td#getconnected ****************************** */
td#container {
	height: 330px;
	background-image: url(../images/bkg_myhome_getconnected.gif?id=1234);
	background-repeat: no-repeat;
	background-position: center top;
}
#container table#getconnected {
	width: 575px;
	margin: 0 20px 0 15px;
}
#getconnected td {
	padding: 2px 2px;
	font-size: 9px;
	color: #666666;
	white-space: nowrap;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
#getconnected h2 {
	margin: 0;
	padding: 12px 0 5px 0;
	color: #288333;
	font-size: 12px;
	font-weight: bold;
}
#getconnected .invite h2 {
	margin: 0;
	padding: 0 0 0 0;
	color: #288333;
	font-size: 12px;
	font-weight: bold;
}
#getconnected a.searchnow {
	display: block;
	width: 75px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-image: url(../images/btn_myhome_searchnow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#getconnected a.sendinvite {
	display: block;
	width: 75px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-image: url(../images/btn_myhome_sendinvite.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#getconnected a.searchnow:hover, #getconnected a.sendinvite:hover {
	background-position: left bottom;
}
/* hides text */
#getconnected a.searchnow span, #getconnected a.sendinvite span {
	position: relative;
	top: -2000px;
}



/* ************************************************** td#myconnections ****************************** */
#myconnections {
	padding: 20px 0 30px 0;
}
#myconnections table td {
	width: 110px;
	text-align: center;
	vertical-align: top;
	color: #278436;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../images/connection_frame.gif);
	background-position: center top; 
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}
#myconnections table td a {
	color: #278436;
	text-decoration: none;
}
#myconnections table td a:hover {
	text-decoration: underline;
}
#myconnections table td img.icon {
	position: relative;
	bottom: -3px;
	padding-right: 1px;
}


