/*Navigation*/

#nav {
	background-image: url(../../images/nav/pri/bgs/green.gif);
}
#pri {
	background-image: url(../../images/nav/pri/logoes/green.jpg);
}
#pri a.actived, #pri a:hover {
	color: #4a8b0a;
}
#homepage {
	background-image: url(../../images/nav/pri/buttons/green/normal/homepage.jpg);
}
#homepage:hover {
	background-image: url(../../images/nav/pri/buttons/green/actived/homepage.jpg);
}
#activities {
	background-image: url(../../images/nav/pri/buttons/green/normal/activities.jpg);
}
#activities.actived {
	background-image: url(../../images/nav/pri/buttons/green/actived/activities.jpg);
}
#activities:hover {
	background-image: url(../../images/nav/pri/buttons/green/actived/activities.jpg);
}
#amtoday {
	background-image: url(../../images/nav/pri/buttons/green/normal/amtoday.jpg);
}
#amtoday:hover {
	background-image: url(../../images/nav/pri/buttons/green/actived/amtoday.jpg);
}
#community {
	background-image: url(../../images/nav/pri/buttons/green/normal/community.jpg);
}
#community:hover {
	background-image: url(../../images/nav/pri/buttons/green/actived/community.jpg);
}

#main {
	width: 760px;
	margin: 20px auto 0;
}
#siderbar {
	width: 210px;
}
#siderbar .section {
	margin-bottom: 20px;
}
#siderbar .section h2 {
	font-size: 14px;
	color: #5cb834;
	border-bottom: 1px solid #5cb834;
	padding-left: 10px;
	padding-bottom: 3px;
	background: url(../../images/icons/arrows/double_arrow_orange.gif) no-repeat 96% 35%;
}
#siderbar .section ol {
	padding: 0 5px;
}
#siderbar .section ol li {
	padding-left: 20px;
}
#search form p {
	text-align: center;
}
#search form p .text {
	margin-top: 15px;
	width: 180px;
	border: 1px solid #a2d78c;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #f1fde9;
}
#search form p .button {
	margin: 0 7px;
	margin-top: 10px; 
	width: 63px;
	height: 16px;
	border: none;
	line-height: 16px;
	background: url(../../images/buttons/green.gif) no-repeat;
	color: white;
	cursor: pointer;
}
#hot ol li {
	padding-left: 20px;
	background: url(../../images/icons/arrows/orange.gif) no-repeat;
	color: #1455c0;
	margin: 15px 0;
}
#hot ol li a {
	color: #626262;
}
#hot ol li a:hover {
	color: #5cb834;
	text-decoration: underline;
}
#links ol li {
	background: url(../../images/icons/dots/orange.gif) no-repeat 0 3px;
	margin: 15px 0;
	font-weight: bold;
	font-size: 14px;
	color: #626262;
}
#links ol li a {
	color: #626262;
}/*
#content {
	float: right;
	width: 530px;
	padding-bottom: 20px;
}*/
#content {
	float: right;
	width: 530px;
	margin-bottom: 20px;
	overflow: hidden;
}
#content .section {
	background: url(../../images/bgs/lightgreen_to_green.gif) repeat-x;
	border: 2px solid #79ce44;
	border-top: none;
	margin-bottom: 20px;
}
#content .section h2 {
	font-size: 14px;
	color: white;
	padding-left: 15px;
	line-height: 30px;
	height: 30px;
	position: relative;
	left: -2px;
	background: url(../../images/icons/corners/left_top_green.gif) no-repeat;
}
#content .section h2 a {
	float: right;
	width: 61px;
	height: 30px;
	color: white;
	line-height: 30px;	
	background: url(../../images/buttons/more_green.gif);
	position: relative;
	right: -4px;
	padding-left: 28px;
}
#content .section h2 a:hover {
	color: #ffe400;
}
#content .section ol {
	padding: 10px;
	padding-bottom: 0;
}
#content .section ol li {
	padding-bottom: 10px;
}
#content .section ol li span.category {
	color: #f4a22d;
}
#content .section ol li span.date {
	color: #626262;
}
#content .section ol li a {
	color: #626262;
}
#content .section ol li a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(../../images/footers/bgs/green.gif);
}