body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #626D73;
	margin-top: 0;
	font-size: small;
	background: #233E4A;
}
/* Page Structure */

#wrap {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
#pagewrap {
	width: 1000px;
	min-height: 200px;
	background: #fff url(images/page-bg.png) top left repeat-x;
}
#header-home {
	min-height: 132px;
	background: url(images/header-bg-home.png) no-repeat left;
}
#header {
	min-height: 132px;
	background: url(images/header-bg.png) no-repeat left;
}
#welcome {
	min-height: 214px;
	width: 1000px;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	border-bottom: 1px solid #9EC2C4;
	background: #BADCDC url(images/welcom-bg.png) bottom left repeat-x;

}
#stories {
	width: 960px;
	min-height: 8em;
	background-color: #D3E9E9;
	padding: 20px;
         padding-bottom:10px;
}
#content {
	width: 500px; 
	clear: both;
	float: left;
	padding: 20px 0 20px 20px;
	font-size: 1.2em;
}
#content2 {
	width: auto; /* auto */
	clear: both;
	float: left;
}
#sidebar {
	width: 440px;
	background: #D3E9E9;
	margin: 14px 20px 40px 20px;
	float: right;
}
#footer {
	clear: both;
	height: 93px;
	background: url(images/footer-bg.png) bottom left no-repeat;
	margin: 0;
	color: #fff;
	padding: 20px;
}

a {
	color: #006699;
	text-decoration: none;
}

/* Mis */
a:hover {
	color: #0f81c1;
	text-decoration: none;
}
/* Header Section - logo and menu */
#logo {
	float: left;
	position: relative;
	top: 5px;
	left: 20px;
	width: 160px;
	height: 97px;
	background: url(images/logo.png) top left no-repeat;
}
#logo a {
	width: 160px;
	height: 97px;
	display: block;
	}
#logo img {
	width: 0;
	height: 0;
	border: none;
}


#menu, #menu ul  {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	top: 20px;
	left: 6px;
	z-index: 300;
}
#menu {
	margin: 0 0 0 40px;
}
#menu li {
	float: left;
	padding: 10px;
	text-transform: uppercase;
	position: relative;
	background-color: #213244;
}

#menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#menu a:hover {
	color: #9CC0C2;
}

#menu ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 1.9em;
}

#menu ul a {
}

#menu li ul {
	width: 13.7em;
	padding-top: 11px;
}

#menu li ul a {
	width: 12em;
	height: auto;
	float: left;
}

#menu ul ul {
	top: auto;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display: none;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	display: block;
}


.message {
	width: 500px;
	float: left;
	padding: 20px;
	height: auto;
}

.clear {
	clear: left;
}

/* Welcome and slideshow */

	#mess-nav {
		}
	#mess-nav ul {
		display: inline;
		list-style: none;
	}
	#mess-nav li {
		padding-right: 15px;
		float: left;
	}
	#mess-nav a {
		padding-left: 17px;
		color: #006699;
		text-decoration: none;
		background: url(images/arrow1.gif) no-repeat left center;
}
	#mess-nav a:hover {
		color: #0f81c1;
		text-decoration: none;
}
.slidescroll {
	width: 440px;
	float: right;
	padding: 14px 20px 0 0;
	}

/* Story area */
.badge {
	float: left;
	width: 180px;
	padding-left: 30px;
}
.tail {
	float: left;
	width: 240px;
	padding-left: 10px;
	font-size: 12px;
}
.tail img, .tailSide img {
	float: left;
	border: #B2D1D2 5px solid;
	margin-right: 8px;
	width: 60px;
	height: 60px;
}
.tail h3, .tailSide h3 {
	margin: 0;
}
.tail a, .tailSide a {
	color: #0099CC;
	text-decoration: none;
}
.tail a:hover, .tailSide a:hover {
	color: #006699;
	text-decoration: underline;
}

.tailSide {
	float: left;
	width: 190px;
	padding-right: 10px;
	font-size: 12px;
}

/* Headings */
#content h2, #content h3, #content h4 {
	font-size: 2em;
	color: #990000;
	margin: 0;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
#content h3 {
	font-size: 1.7em;
}
#content h4 {
	font-size: 1.5em;
}

h2, #content2 h2, #sidebar h2 {
	font-size: 1.7em;
	color: #990000;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}
#content2 h2, #sidebar h2 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
}
#content2 h3, #sidebar h3 {
	font-size: 1.1em;
	margin: 0;
	padding-bottom: 5px;
	font-variant: normal;
}
h4 {
	color: #000;
	margin: 0;
	font-size: 1.3em;
}

/* Content area (Home page) */
.archive {
padding-top: 10px;

}
.container {
	float: left;
	padding: 10px 10px 20px 20px;
	background: #fff;
	width: 500px;
	font-size: 1.1em;
}
.container2 {
	float: left;
	padding: 10px 10px 20px 20px;
	background: #fff;
	width: 420px;
}
.time {
	background: #eee;
	padding: 10px;
}
.time a, .archive a {
	padding-left: 17px;
	color: #990000;
	background: url(images/arrow2.gif) no-repeat left center;
	font-weight: bold;
	}

.time a:hover, .archive a:hover {
	color: #000;
}
.news, .talks {
	width: 400px;
}
.container ul {
	list-style-position: outside;
	list-style-image: url(images/arrow3.gif);
	list-style-type: none;
	padding-left: 25px; 
	padding-right: 25px;
}
.listleft li {
	padding-bottom: 5px;
}
.listleft {
/*	float: left;*/
	text-align: left;
	font-weight: bold;
        margin: 0;
}

/* Images in Post */
.center {
	text-align: center;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}
img.alignright, img[align="right"] {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}
img.alignleft, img[align="left"] {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 10px;
	display: inline;
}

#content img {
	border: #D3E9E9 5px solid;
}

#content img a {
	border: none;
}





/* Forms */

form {
	clear: both;
	margin: 0;
	}
.searchHome {
	margin-top: 30px;
}

input.search {
	border: #ACD5D5 solid 2px;
	background: #f9f9f9;
	padding: 2px;
	width:22em;
	font-size: 1.1em;
}
input.formButton {
	height: 2em;
}
input.search:focus {
	background: #E8F3F3;
}
/* Sidebar */

.sidebarnav ul {
	list-style-image: none;
}
.sidebarnav li {
	list-style: none;
	padding: 5px;
	margin:0;
	background: #ACD5D5;
}

.sidebarContain {
padding: 10px 20px 20px 20px;
}

.sidebarContain li {	
}

/* Footer */
.nf {
	width: 100px;
	height: 31px;
	top: 11px;
	position: relative;
	padding-left: 4px;
	padding-right: 4px;
}

#footermenu {
}
#footermenu ul {
	display: inline;
	list-style: none;
	margin: 0;
}
#footermenu li {
	float: left;
	padding: 10px 6px 10px 0;
	text-transform: uppercase;
	font-size: 1.1em;
}
#footer a {
	color: #9BCC7C;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* make the list horizontal */
#tabbar li, #tabbar ul li, {
display: inline;
}
#tabbar a, .tab, .tabselected {
display: inline-block;
}
.tab, .tabselected {
padding: 4px;
}
.tab {
color: #fff;
}
.tabselected {
	color: #9CC0C2;
	background: #233E4A;
}
/* style the dropdown menus */
.dmenu {
display: none; /* REQUIRED dont display them to begin with */
z-index: 100; /* REQUIRED makes sure they appear on top of other content on the page */
margin: 0; /* display them 21px below the top of the tabs. this is a kind of average value for the height of the tabs, which seems to vary slightly between browsers */
padding-top: 10; /* put some space around the contents */
background: #233E4A;

}