
/*-------------------------------------begin home page---------------------------------------*/

#left {
	min-height: 350px;
}

#welcome {
	width: 650px;
}

#rc {
	width: 260px;
	float: right;
	font-size:0.7em;
}

/*#rc td {
		font-size:0.6em;
}*/

#rc-top {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

#rc-top input {
	vertical-align: bottom;
}

#rc-middle, #rc-bottom {
	margin-top: 10px;
}

#ad1, #facebook {
	margin-right: 7px;
}

#buttons img {
	padding: 10px;
}

#welcome h2 {
	font-size:2em;
	margin-top: 0px;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-weight: normal;
}

#welcome h2, #feeds h1 {
	border-bottom: 1px solid #e6e6e6;
}

#feeds h1 {
	font-size:1.3em;
	border-top: 3px solid #e6e6e6;
	width: 930px;
}

#welcome h2, #feeds h1, .feeds1, .feeds2 {
	color:#036caf;/*same as #headlines li.category h2*/ 
}

#welcome p {
	line-height: 1.4em;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: .9em;
}

#welcome ul {
	margin-top: -20px;
	font-size: .9em;
}

#welcome li {
		list-style-image:url(/images/arrow.gif);
		padding-top: 5px;
}

#welcome a:link{
	text-decoration: underline;
}

#feeds {
	width: 925px;
	font-size:1em;
}

.feeds1, .feeds2 {
	margin-left: -40px;
}

.feeds1 ul, .feeds2 ul{
	display: inline;
}

.feeds1 li, .feeds2 li{
	display: block;
	float: left;
	list-style: none;
	font-size:1em;
	width: 300px;
}

#feeds h1{
	font-size: 1em;
	margin-bottom:-10px;
	padding: 3px 0px;
}

.feed-head {
	border-bottom: 1px solid #006d7f;
	width: 250px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.feed-body {
	font-size:0.8em;
	margin-top:0px;
	margin-bottom:5px;
	color: #333333;
	line-height: 18pt;
}

.feed-body ul li {
	list-style-image:url(/images/arrow.gif);
}

#on-demand {
	width: 900px;
	margin: 5px auto;
	text-align: center;
}

#on-demand ul {
	margin-top: 2px;
	margin-left: -40px;
}

#on-demand li {
	display: inline;
	font-size: 0.7em;
	border-left: 1px solid #666;
	padding-left: 4px;
}

#on-demand ul li:first-child {
	border-left: 0;
	padding-left: 0px;
}

#on-demand li a:link, #on-demand li a:active, #on-demand li a:visited {
	color: #666;
	text-decoration:none;
}

#on-demand li a:hover {
	color:#0977bc;
}

#on-demand h1 {
	font-size:0.7em;
	color: #666;
}

/*-------------------------------------end home page---------------------------------------*/

/*-- members home page --*/

#bottom-left {
	background: url(/images/box_long.gif) no-repeat;
	width: 348px;
	height:143px;
	float:left;
	padding: 5px 0 0 10px;
	#padding-top: 10px; /*for ie*/
}

#bottom-right {
	background: url(/images/box_short.gif) no-repeat;
	width:152px;
	height:143px;
	float:right;
	padding: 5px 100px 0 10px;
	#padding-top: 10px; /*for ie*/
}

#bottom-right .submit input {
	padding-top: 19px;
}

#members-nav{
	text-align: right;
	margin-bottom: 10px;
}