/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #F4F6B9 url(img/bg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.45em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y !important;
	margin: 0px auto;
	width: 802px;
	min-height:100%;
 	height: auto !important; /* overwrite the height */

	
	
}

/* top */
.top {
	background: #005E5D;
	font: normal 2.4em Verdana,sans-serif;
	height: 55px;
	margin: 0 auto;
	width: 728px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #005E5D;
	color: #FFF;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 728px;
}

/* item */
.item {clear: both;}
.item .date {
	background: none;
	color: none;
	float: left;
	height: 40px;
	text-align: center;
	width: 37px;
}

.item a img{
	border: 0px;
}

.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 539px;
}
.item .body div.spotlight {

/* color BEEAFB (discussion blue) or CCFF99 (talk green) */

	background: #003D63;

	padding: 12px 18px;
	margin-left: 17px;
	margin-bottom: 30px;
	margin-top: -10px;
	float: left;
	width: 435px;
}

.item h1 {
	background: #005E5D;
	color: #FFF;
	line-height: 35px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

.item .body img {
  padding:2px 9px 9px 2px;
  margin:10px;
  background: url(img/image-frame.gif) no-repeat bottom right;
}

.item .body img.frameless {
  margin:5px;
  background:none;
}
.item .body div a img {
padding:0px 0px 0px 0px ; 
background:none;
border:none;

}

.item .body ul.team p {
  margin-bottom:8px;
  clear:both;
  color:#505151;
  font-size:1.0em;
  padding-right: 148px;
 padding-top: -20px;

}

.item .body ul.team img {
  float:right;
  margin-left:5px;
  margin-bottom:-150px;
margin-top: -10px;
}

.item .body p {
  margin-bottom:2px;
  clear:both;
  color:#505151;
}

.item .body h2 {
  margin-bottom:10px;
  clear:both;
  font-family:trebuchet ms,verdana,arial,sans-serif;
  font-style:italic;
  font-size:1.4em;
  color:#02528C;
}

.item .body h3 {
  margin-bottom:8px;
  clear:both;
  font-family:trebuchet ms,verdana,arial,sans-serif;
  font-style:italic;
  font-weight:bold;
  font-size:1.3em;
  color:#000000;
}


/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 188px;
}
.navigation h1 {
	background: #1A7170;
	color: #FFF;
	font-size: 1.25em;
	line-height: 35px;
	padding-left: 12px;
}

.navigation p {
	color: #111111;
	font-size: 1.0em;
	line-height: 13px;
	padding-left: 12px;
	
}


.navigation p a img{
	border: 0px;
}



.navigation ul {
	margin: 0px; 
	padding: 0px;
	list-style:none;
  	color:#E5F7FF;
}
.navigation ul li {
	border-bottom: 4px solid #B5C88F;
	list-style: none;
	list-style-image: none;
}
.navigation ul li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #453;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation ul li a:hover {
	background: #00555A;
	color: #F9FCFF;
}

.navigation ul li ul {
  	margin-bottom:-1px;
 	margin-top:0px;
}
.navigation ul li ul li a {
  	background:#017D8E;
  	height:11px;
  	font-weight:none;
  	color:#FFFFFF;
  	border-bottom:1px solid #006500;
  	font-size:0.8em;
	margin-bottom:-4px;
  	padding: 5px 4px 10px 21px;
	border-bottom: 1px solid #214B57;
}
.navigation ul li ul li a:hover {
  text-decoration:underline;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 126px;
	text-align: center;
	width: 728px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
