

/*-- Global Headings -----------------------------------*/

html { 
  margin: 0px; 
  padding: 0px; 
  outline: 0px; 
  font-style: inherit; 
  font-size: 80%; 
  font-family: Arial, Helvetica, sans-serif; 
  background: transparent; 
}

body {
  color: #333; 
  background: #f5f5f5 url("/images/bodybg.jpg") repeat-x;
}

h1,h2,h3,h4,h5,h6 { color: #666; }
h1 { font-size: 1.6em; font-weight: 800; line-height: 1em; margin-bottom: .5em; }
h2 { font-size: 1.2em; font-weight: 800; line-height: 1.3333333em; margin: 0 0 .35em 0; border: 0; letter-spacing: 0.015em; }
h3 { font-size: 1.2em; font-weight: 800; line-height: 1.3333333em; margin: 0 0 .35em 0; }
h4 { font-size: 1.1em; font-weight: 800; line-height: 1.3333333em; margin: 0 0 .35em 0; }

a:link { color: #1E5B7E; text-decoration: none; }
a:visited { color: #336; text-decoration: none; }
a:hover { color: #D60102; text-decoration: none; }
a:active { color: #336; text-decoration: none; }

.hide {
  visible: hidden;
}

/*-- Wrapper -----------------------------------*/

#wrapper {
  text-align: left;
  width: 950px;
  margin: 0px auto;
  padding: 10px 20px 15px 20px;
  background: #fff; 
} 

/*-- Header -----------------------------------*/

#header {
  width: 100%;
  height: 80px;
  //background: #317CC1;
  //background-image: url("../images/top-bg.jpg");
  //background-repeat: repeat-x;
}

#header div.logo {
  position: absolute;
  top: 40px;
  left: 135px;
}

#header #slogan{
  position:absolute;
  top: 47px;
  left: 360px;
}

#header #slogan h2{
  color: #C8C9D7;
}

#membersBox {
  float: right;
  top: 5px;
  right: 20px;
}

/*-- Footer -----------------------------------*/

#footer {
  clear:both;
  padding-top: 10px;
}

#footer ul { 
  list-style:none; 
  margin:0px; 
  padding:0px;
}

#footer div.descriptionText {
  width: 950px;
  background:#D0D1DD;
}

#footer div.descriptionText p {
  padding: 0px 10px 10px 10px;
}

/*-- Body -----------------------------------*/

#mainContent {
  padding-top: 15px;
}

#news-content ul.technologynews { 
  list-style:none; 
  margin:0px; 
  padding:0px;
}

#news-content ul.technologynews li { 
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

#news-content ul.technologynews a { 
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: 4px;
  color: #1E5B7E;
  text-decoration: underline;
}

#news-content ul.technologynews a:hover { 
  color: #D60102; 
  text-decoration: underline;
}

body.home h1 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  color: #000;
  padding: 10px 10px 5px 10px;
}

body.home h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #333;
}

/************** TABBED Content ******************/
/* http://nettuts.s3.cdn.plus.org/001_Tabbed/site/jQuery.html# */
/**************                ******************/

#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:300px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
/* Delete above */

.tabbed_area {
	//border:1px solid #494e52;
	//background-color:#636d76;
	//padding:8px;	
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#fff;
	color:#282e32;
	padding:8px 15px 6px 15px;
	text-decoration:none;
	//font-size:9px;
	//font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #aaa;
	background-image:url(../images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	border-color:#777;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #aaa; 
	border-bottom: 1px solid #ffffff;
	background-image:url(../images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #aaa; 	
	background-image:url(../images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_2, #content_3 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}

/************** TABBED Content ******************/

