body {
	background-color: #93cde5;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#outer-wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c3c0c0;
	border-bottom-color: #c3c0c0;
	border-left-color: #c3c0c0;
	background-color: #FFF;
	background-image: none;
}
#navigation {
	float: left;
	width: 150px;
	margin-left: 50px;
	background-image: url(../images/nav-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 12px;
}
#main-content {
	float: left;
	width: 295px;
	margin-left: 15px;
}
#rhs {
	float: left;
	width: 380px;
	margin-left: 15px;
}

#footer {
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2c0c0;
	margin: 0px;
	padding-left: 50px;
}
#footer #follow a {
	background-attachment: scroll;
	background-image: url(../images/followus.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	overflow: hidden;
	margin-right: 20px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	float: left;
}
#footer #partners a {
	background-attachment: scroll;
	background-image: url(../images/partners.png);
	background-repeat: no-repeat;
	display: block;
	height: 67px;
	width: 63px;
	overflow: hidden;
	margin-left: 20px;
}
#footer #follow p {
	margin: 0px 0px 5px;
	padding: 0px;
}
#footer span {
	display: none;
}
#footer #follow a#twitter {
	background-position: -38px;
}
#footer #follow a#rss {
	background-position: -77px;
}
#footer #partners a#cn {
	background-position: -81px;
	width: 40px;
}
#footer #partners a#bg {
	background-position: -143px;
	width: 60px;
}
#footer #partners a#hh {
	background-position: -224px;
	width: 67px;
}
#footer #partners a#bre {
	background-position: -320px;
	width: 44px;
}
#footer #partners a#obu {
	background-position: -391px;
	width: 69px;
}
#footer #follow {
	float: left;
}

#footer #partners {
	float: right;
}

#main-navigation {
	background-color: #26abe2;
	color: #73caee;
	line-height: 33px;
	padding-left: 10px;
	font-weight: bold;
}
#outer-wrapper #main-navigation ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#outer-wrapper #main-navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#outer-wrapper #main-navigation ul li a {
	color: #E2F4FC;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#outer-wrapper #main-navigation ul li a:hover {
	color: #FFF;
}
#outer-wrapper #main-navigation ul li a.active {
	font-weight: bold;
	color: #FFF;
}
#outer-wrapper #inner-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}

/* Secondary navigation */
#navigation ul {list-style: none; margin: 0; padding: 0;}
#navigation li {
	margin: 0;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	display:block;
	line-height: 29px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat;
	padding-left: 10px;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 10px;
}
#navigation a.active {
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/nav-active.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 29px;
	padding-right: 0px;
	overflow: hidden;
}
#navigation .subnav li {
	border-top: none;
}
#navigation .subnav li.active {}
#navigation .subnav li.active a {
	color: #000;
	font-weight: bold;
	background-image: url(../images/nav_sub_bg.gif);
}
#navigation .subnav li a {
	color: #000;
	font-weight: normal;
	background-image: url(../images/nav_sub_bg.gif);
}

#main-content h1 {
	font-size: 1.5em;
	color: #6fac43;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main-content h2 {
	font-size: 1.2em;
	color: #6fac43;
	margin-top: 0px;
	margin-bottom: 10px;
}
#navigation #search-box {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.search-input {
	width:120px;
	margin-bottom: 5px;
}
div.ui-collapsible-container h2 a {
	width: 100%;
	display: block;
	background: url('../images/css/ui-expand.gif') right no-repeat;
}

div.ui-collapsible-container .ui-collapsible-active h2 a {
	background-image: url('../images/css/ui-collapse.gif');
}