/*Navigation*/

#nav {
	background-image: url(../../images/nav/pri/bgs/orange.gif);
}
#pri {
	background-image: url(../../images/nav/pri/logoes/orange.jpg);
}
#pri a.actived, #pri a:hover {
	color: #f59c00;
}
#homepage {
	background-image: url(../../images/nav/pri/buttons/orange/normal/homepage.jpg);
}
#homepage:hover {
	background-image: url(../../images/nav/pri/buttons/orange/actived/homepage.jpg);
}
#activities {
	background-image: url(../../images/nav/pri/buttons/orange/normal/activities.jpg);
}
#activities:hover {
	background-image: url(../../images/nav/pri/buttons/orange/actived/activities.jpg);
}
#amtoday {
	background-image: url(../../images/nav/pri/buttons/orange/normal/amtoday.jpg);
}
#amtoday.actived {
	background-image: url(../../images/nav/pri/buttons/orange/actived/amtoday.jpg);
}
#amtoday:hover {
	background-image: url(../../images/nav/pri/buttons/orange/actived/amtoday.jpg);
}
#community {
	background-image: url(../../images/nav/pri/buttons/orange/normal/community.jpg);
}
#community:hover {
	background-image: url(../../images/nav/pri/buttons/orange/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: #ec9702;
	border-bottom: 1px solid #ec9702;
	padding-left: 10px;
	padding-bottom: 3px;
	background: url(../../images/icons/arrows/double_arrow_gray.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 #fbd38e;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #fffbdd;
}
#search form p .button {
	margin: 0 7px;
	margin-top: 10px; 
	width: 63px;
	height: 16px;
	border: none;
	line-height: 16px;
	background: url(../../images/buttons/orange.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;
}
#anniversaies {
	text-align: center;
}
#anniversaies h2 {
	text-align: left;
	margin-bottom: 20px;
}
#anniversaies img {
	padding: 1px;
	background-color: #dee6d9;
	border: 1px solid #949494;
}
#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/lightorange_to_orange.gif) repeat-x;
	margin-bottom: 20px;
}
#content .section h2 {
	font-size: 14px;
	color: white;
	padding-left: 25px;
	line-height: 25px;
	height: 30px;
	background: url(../../images/icons/grass.gif) no-repeat;
}
#content .section h2 a {
	float: right;
	width: 77px;
	height: 0;
	background: url(../../images/buttons/more_orange.gif) no-repeat;
	overflow: hidden;
	padding-top: 25px;
}
#content .section ol {
	padding: 0 15px;
}
#content .section ol li {
	padding: 5px 0;
	margin-top: 10px;
	border-left: 4px solid #ec9702; 
	padding-left: 10px;
	font-size: 14px;
}
#content .section ol li a {
	color: #5c5c5c;
}
#content .section ol li a:hover {
	color: #ec9702;
}
#content .section ol li .date {
	color: green;
}
#showcase {
	margin-bottom: 10px;
}
#showcase img {
	padding: 2px;
	border: 1px solid #b0b0b0;
	margin: 0 2px;
}
#footer {
	background-image: url(../../images/footers/bgs/orange.gif);
}