/* ----- HOME PAGE CSS FOR NMAonline ----- */

@import url(base.css);

/* ---- HOME PAGE LAYOUT ---- */
#hometop, #homesub {
	float: left;
	width: 760px;
	position: relative;
}
#hometop {
	background-color: #F9F1DF;
}
#imageshow {
	float: left;
	width: 367px;
	height: 292px;
}

/* ---- TOP STORIES ---- */
#topstories {
	float: right;
	width: 375px;
}
#tshead {
	float: left;
	width: 359px;
	height: 24px;
	margin-top: 13px;
	position: relative;
	background: transparent url(../img/topstories-head.gif) no-repeat top left;
}
#tshead h2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}
#tshead .rssfeed {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	background: transparent url(../img/feed.png) no-repeat top left;
	text-indent: -9999em;
	text-decoration: none;
}
#topstories .story1 {
	float: left;
	margin: 0 26px 0 10px;
	padding: 9px 0;
	border-bottom: 2px solid #F3E4C5;
	display: inline;
}
#topstories .story {
	float: left;
	margin: 0 26px 0 10px;
	padding: 9px 0 0;
	display: inline;
}
#topstories h3 {
	color: #6C0107;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .2em;
}
#topstories .story1 h3 {
	font-size: 2.1em;
}
#topstories .story h3 {
	font-size: 1.5em;
}
#topstories p {
	color: #3E2D26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
#topstories .story1 p {
	font-size: 1.2em;
}
#topstories .story p {
	font-size: 1.1em;
}
#topstories a {
	color: #6C0107;
	text-decoration: none;
}
#topstories a:hover {
	color: #FE8402;
	text-decoration: none;
}

/* --- HOME SUB CONTENT ---- */
#subboxes {
	float: left;
	position: relative;
	width: 367px;
}
#features {
	float: left;
	width: 150px;
}

/* ---- MEAT XPO AD ---- */
#meatxpoad {
	float: left;
	width: 150px;
	margin: 9px 0 9px 9px;
	padding: 0;
	display: inline;
}

/* ---- HOME PAGE RSS DOWNLOAD BOX ---- */
#rssbox { 
	margin: 9px 0 0px 9px;
}
#rssbox a {
	display: block;
	width: 199px;
	height: 105px;
	background: transparent url(../img/rssbox-home.gif) no-repeat top left;
	text-indent: -9999em;
	text-decoration: none;
}

/* ---- HOME PAGE CHAT BOX ---- */
#chatbox { 
	margin: 10px 0 0 9px;
}
#chatbox a {
	display: block;
	width: 199px;
	height: 105px;
	background: transparent no-repeat top left;
	text-indent: -9999em;
	text-decoration: none;
}
#chatbox a.online { background-image: url(../img/chatbox-home-online.gif); }
#chatbox a.offline { background-image: url(../img/chatbox-home-offline.gif); }
#chatbox a.beback { background-image: url(../img/chatbox-home-beback.gif); }
#chatbox a.away { background-image: url(../img/chatbox-home-away.gif); }

/* ---- HOT TOPICS ---- */
#hottopics {
	float: right;
	width: 375px;
}
#topichead {
	float: left;
	width: 359px;
	height: 24px;
	margin-top: 9px;
	position: relative;
	background: transparent url(../img/hottopics-head.gif) no-repeat top left;
}
#topichead h2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}
#topichead .rssfeed {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	background: transparent url(../img/feed.png) no-repeat top left;
	text-indent: -9999em;
	text-decoration: none;
}
.topic {
	float: left;
	padding: 2px 0 2px 27px;
	margin: 10px 0 0 0;
	width: 332px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background: url(../img/hottopics-flame.gif) no-repeat top left;
}
.topic a {
	color: #6C0107;
	text-decoration: none;
	font-size: 1.4em;
}
.topic a:hover {
	color: #FE8402;
	text-decoration: underline;
}

/* ---- CONTACT INFO ---- */
#contactinfo {
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 331px;
	font-size: 1.1em;
	color: #3E2D26;
}
