@charset "UTF-8";
/* CSS Document */

a:link {
	color: #007c91;
	text-decoration: none;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #66ccff;
	text-decoration: underline;
}


/*------------------ ids of the page setup-------------------------*/

html, body {
	background-color: #d2f2f7;
}

#container {
	position: relative;
	top: 5px;
	margin:auto;
	width: 980px;
	height: 749px;
	border: 1px solid black;
	background-color: #ffffff;
}
#header {
	position: relative;
	width: 980px;
	height: 149px;
}
#marquee {
	position: relative;
	top: 2px;
	float: left;
	width: 980px;
	height: 18px;
	border-top: 1px solid #007c91;
	border-bottom: 1px solid #007c91;
	color: #007c91;
	font: italic normal 14px Georgia;
	background-color: #FFFFFF;
}
#left {
	position: relative;
	top: 4px;
	float: left;
	width: 134px;
	height: 475px;
	color: #ffffff;
	background-color: #007c91;
}
#memberbar {
	position: relative;
	top: 4px;
	float: right;
	width: 845px;
	height: 23px;
	background-color: #007c91;
	font: normal bold 14px/25px Arial;
	color: #ffffff;
}
#memberbar span {
	position: absolute;
	right: 5px;
	font-family: Georgia;
}
#memberbar span a { color: #ffffff; background-color: #6ca0b1; }
#memberbar span a:hover { background-color: #007c91; }
#main {
	position: relative;
	top: 6px;
	float: right;
	width: 845px;
	height: 450px;
	background: #eeeeee url(images/cloud-reduced.jpg) bottom left no-repeat;
}
#maininside {
	position: relative;
	left: 5px;
	width: 840px;
	height: 450px;
	overflow: auto;
	font: normal normal 12px Georgia;
}
#bottomads {
	position: relative;
	clear: both;
	bottom: -5px;
	width: 980px;
	height: 100px;
	background-color: #007c91;
	text-align: center;
}
#bannarAd {
	position: relative;
	border: 0;
}
.newstitle {
	font: normal normal 13px Helvetica;
}
.rectitle {
	font: normal bold 14px Georgia;
}

.rectext {
	font: normal normal 12px Georgia;
}

#maininsidehome {
	position: relative;
	float: left;
	left: 5px;
	width: 540px;
	height: 450px;
	overflow: auto;
	font: normal normal 12px Georgia;
	border-right: 3px solid #007c91;
}
#homerighttop {
	position:relative;
	float:right;
	width:290px;
  height:230px;
  overflow:auto;
  border-bottom:10px solid #999;
}
#homerighttop h2 {
  margin:0 0 5px;
  font-size:16px;
}
#homerighttop h3 {
  display:none;
}
#homerighttop ul {
  margin:0;
  padding:0;
}
#homerighttop li {
  list-style:none;
  margin:0 0 6px;
}
#homerighttop a {
  font-size:13px;
  font-weight:bold;
}
#homerighthead {
	position:relative;
	height:17px;
	text-align:center;
	font: normal bold 16px Helvetica;
}
#homerightinside {
	position:relative;
	float:right;
	width:287px;
	height:210px;
	overflow:auto;
}

/*-------------------- classes of the left -----------------------*/

.pagelink, .dropon {
	position: absolute;
	width: 115px;
	border-top: 1px solid #d2f2f7;
	border-bottom: 1px solid #d2f2f7;
	margin-bottom: 3px;
	font: normal normal 12px/16px Helvetica;
	text-transform: uppercase;
}
.dropon {z-index: 2;}
.pagelink a, .dropon a {
	margin-left: 10px;
	color: #ffffff;
	text-decoration: none;
}
.pagelink span {
	display: none;
}
.dropon span {
	position: relative;
	display: block;
	background-color: #007c91;
	z-index: 3;
	margin: 0;
	margin-left: 5px;
	text-transform: none;
}
.pagelink:hover, .dropon:hover {
	background-color: #6ca0b1;
}
.addy {
	position: absolute;
	bottom: 2px;
	width: 130px;
	text-align: right;
	font: normal normal 12px Arial;
}
.copyright {
	position: relative;
	left: 50%;
	margin-left: -490px;
	bottom: -5px;
	width: 400px;
	font: normal normal 9px Arial;
	color: #007c91;
}
.weather {
	position:absolute;
	bottom:0;
}

/*-------------------- font elements -----------------------*/

h3 {
	font: normal bold 14px Helvetica;
}
