
body {
	margin: 0px;
	padding: 0px;
	background: #90c2f0 url(images/img01.jpg) no-repeat 50% bottom;
	font: 13px Arial;
	color: #333;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #ff6600;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
}


/* Menu */

#menu{
  float:right;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 20px 0px 0px 1px;
	text-align:center;
}

#menu li.item1{
  width:60px;
}

#menu li.item2{
  width:150px;
}

#menu li.item3{
  width:80px;
}

#menu li.item4{
  width:80px;
}

#menu li.item5{
  width:60px;
}

#menu li.item6{
  width:60px;
}

#menu li.item7{
  width:80px;
}

#menu li.item8{
  width:60px;
}

#menu li.item9{
  width:60px;
}

#menu li.item10{
  width:80px;
}

#menu li.item11{
  width:80px;
}

#menu a {
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 10px;
}

#menu a:hover {
	background: #7ECE05 url(images/img02.jpg) repeat-x 0px 0px;
	text-decoration: none;
	color:white;
}

#menu .active {
	background: #7ECE05 url(images/img02.jpg) repeat-x 0px 0px;
	color:white;
}

#menu .active a {
	background: #7ECE05 url(images/img02.jpg) repeat-x 0px 0px;
	color:white;
}

/* Page */

#page {
	width: 900px;
	margin: 25px auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding:15px;
	background: rgba(255, 255, 255, 0.5) !important;
	background: white;
	filter:alpha(opacity=90)
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color:black;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

ul.protest li{
  margin:0 0 15px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	background: url(images/img03.gif) repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url(images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(images/img03.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 0px 20px 20px 20px;
}

#sidebar h2 {
	background: url(images/bullet01.gif) no-repeat left 50%;
	padding-left: 15px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.videobox {
  width:220px;
}

.videobox .topimg{
  background: transparent url(images/box_video01.gif) no-repeat;
}

.videobox .bottomimg{
  background: transparent url(images/box_video03.gif) no-repeat left bottom;
}

.videobox .background{
  background: transparent url(images/box_video02.gif) repeat-y;
}

.videobox ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/bullet03.gif);
}

.videobox ul li {
  margin:0 0 0 40px;
  padding:0 10px;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	height: 60px;
	margin: 0px auto;
	background-color:#09546a ;
	color: white;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 11px;
}

#footer a {
	color: #7ECE05;
}

/*  Customize  */

ul.news li{
  list-style-image: url(images/bullet02.gif);
}

a.redbold:link,a.redbold:visited{
  color:red;
  font-weight:bold;
}

a.redbold:hover{
  color:#ff6600;
}

#popup{
  position:absolute;
	right:20px;
	top:50px;
	width:350px;
	z-index:1;
	background:#ff8500;
	border:1px white solid;
	padding:10px;
	font-size:15px;
	color:white;
}

#popup a:link, #popup a:visited{
  color:white;
}

#popup a:hover{
  color:#ffff00;
}

#newsletterblock {
	width:280px;
	float:right;
	background:#2277d5 url(images/title_newslettercontext.gif) no-repeat 50% 10px;
	padding:35px 10px 10px 10px;
	color:#ccc;
}

#newsletterblock  a:link,#newsletterblock  a:visited{
	color:white;
	text-decoration:none;
}

#newsletterblock  a:hover{
	color:#ff6600;
	text-decoration:underline;
}

#oppose {
	width:280px;
	float:right;
	background:#2277d5 url(images/title_protest.gif) no-repeat 50% 10px;
	padding:35px 10px 10px 10px;
	color:#ccc;
}

#oppose a:link,#oppose a:visited{
	color:white;
	text-decoration:none;
}

#oppose a:hover{
	color:#ff6600;
	text-decoration:underline;
}

#sunnyday {
	width:220px;
	float:right;
	background:#2277d5 url(images/title_sunnyday.gif) no-repeat 50% 10px;
	padding:35px 10px 10px 10px;
	color:#ccc;
}

#sunnyday a:link,#sunnyday a:visited{
	color:white;
	text-decoration:none;
}

#sunnyday a:hover{
	color:#ff6600;
	text-decoration:underline;
}

#highlight01 {
	width:600px;
	background: transparent url(images/bg_index_highlight01.gif) no-repeat;
	padding-top:20px;
	margin:0 0 20px;
}

#highlight02 {
	background: transparent url(images/bg_index_highlight02.gif) no-repeat left bottom;
}

#highlight03 {
	background-color: #1b78cd;
	position:relative;
	padding:0 0 0 20px;
}

#highlight03 .highlight_title{
	position:absolute;
	right:0;
	top:0;
}

#highlight03 .content{
	padding:0 20px 20px;
	color:white;
}

.featurearticle{
	width:310px;
	float:left;
}

.featurearticle .item{
	background-color:#90c2f0;
	padding:10px;
	margin:0 0 15px;
}

.featurearticle .item h4{
	margin:0 0 20px;
	color:#ff0000;
}

.index_video{
	width:250px;
	float:right;
	background-color:#90c2f0;
	padding:10px;
	margin:0 0 20px;
}

.newsclipping{
	width:250px;
	float:right;
	background-color:#90c2f0;
	padding:10px;
}

.newsclipping li{
	list-style-image: url(images/bullet01.gif);
}

ul.download li{
	list-style-image: url(images/icon_download.gif);
}

.maintitle{
  font-size: 45px;
  font-weight:bold;
  color:red;
}

.maintitle2{
  font-size: 25px;
  font-weight:bold;
  color:red;
}

.highlight_title{
  font-size:35px;
  font-weight:bold;
  color:white;
}