* {
	margin :0;
	padding: 0;
}

body {
	font-size: 76%;
	background: #fff;
	font-family:  verdana, sans-serif;
	color: #606a74;
	line-height: 1.5;
	margin: 14px 0;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

a {
	color: #606a74;
}

p {
	margin-bottom: .7em;
}

p.readmore {
	font-size: .9em;
	border-bottom: 1px solid #8f979d;
	padding-bottom: 15px;
}

p.readmore a {
	color: #ec7106;
}

ul {
	list-style-type: square;
	margin: 0 0 .7em 2.5em;
}

ol {
	margin: 0 0 .7em 2.5em;
}

li {
	margin-bottom: .5em;
}

.small {
	font-size: .9em;
}

.hide {
	position: absolute;
	left: -5999px;
}

/*image replacement
++++++++++++++++++++++++++++*/
.replace {
position: relative;
/* hide from IE5Mac \*/
overflow: hidden;
/* end hide */
}

.replace em {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: transparent;
background-repeat: no-repeat;
}

/*wrapper
++++++++++++++++++++++++++++*/
#wrapper {
	/*width: 652px;*/
	width: 768px;
	margin-left: 192px;
	position: relative;
}

#logo {
	position: absolute;
	top: 98px;
	left: -172px;
}

h1#logo {
	margin: 0;
}


/*navigation
++++++++++++++++++++++++++++*/
#navigation {
	list-style-type: none;
	margin: 0px 0 0 8px;
	overflow: hidden;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	height: 65px;
}

a#nav-home {
	/*width: 96px;*/
	width: 93px;
}
a#nav-home em {
	background: url("/images/navigation/home.gif") no-repeat 0 -65px;
}
a#nav-home:hover em, a#nav-home:focus em,
a#nav-home.on em {
	background: url("/images/navigation/home.gif") no-repeat 0 0px;
}

a#nav-working {
	/*width: 179px;*/
	width: 176px;
}
a#nav-working em {
	background: url("/images/navigation/working.gif") no-repeat 0 -65px;
}
a#nav-working:hover em, a#nav-working:focus em,
a#nav-working.on em {
	background: url("/images/navigation/working.gif") no-repeat 0 0px;
}

a#nav-member {
	/*width: 134px;*/
	width: 131px;
}
a#nav-member em {
	background: url("/images/navigation/member.gif") no-repeat 0 -65px;
}
a#nav-member:hover em, a#nav-member:focus em,
a#nav-member.on em {
	background: url("/images/navigation/member.gif") no-repeat 0 0px;
}

a#nav-articles {
	/*width: 118px;*/
	width: 115px;
}
a#nav-articles em {
	background: url("/images/navigation/articles.gif") no-repeat 0 -65px;
}
a#nav-articles:hover em, a#nav-articles:focus em,
a#nav-articles.on em {
	background: url("/images/navigation/articles.gif") no-repeat 0 0px;
}

a#nav-publications {
  /*width: 134px;*/
  width: 150px;
}
a#nav-publications em {
  background: url("/images/navigation/publications.gif") no-repeat 0 -65px;
}
a#nav-publications:hover em, 
a#nav-publications:focus em,
a#nav-publications.on em {
  background: url("/images/navigation/publications.gif") no-repeat 0 0px;
}

a#nav-about {
	/*width: 114px;*/
	/*width: 111px;*/
	width: 95px;
}
a#nav-about em {
	background: url("/images/navigation/about.gif") no-repeat 0 -65px;
}
a#nav-about:hover em, a#nav-about:focus em,
a#nav-about.on em {
	background: url("/images/navigation/about.gif") no-repeat 0 0px;
}

a img {
  border-style: none;
}

/*headings
++++++++++++++++++++++++++++*/
h1 {
	/*width: 652px;*/
	width: 768px;
	height: 30px;
	margin: 33px 0 20px 0;
}

h1#heading-articles em {
	background: url("/images/headings/articles.gif") no-repeat;
}
h1#heading-about em {
	background: url("/images/headings/about.gif") no-repeat;
}
h1#heading-member em {
	background: url("/images/headings/member.gif") no-repeat;
}
h1#heading-working em {
	background: url("/images/headings/working.gif") no-repeat;
}
h1#heading-contact em {
	background: url("/images/headings/contact.gif") no-repeat;
}
h1#heading-terms em {
	background: url("/images/headings/terms.gif") no-repeat;
}

h1#heading-publications em {
  background: url("/images/headings/publications.gif") no-repeat;
}

/*contentwrapper
++++++++++++++++++++++++++++*/
#contentwrapper {
	position: relative;
	overflow: hidden;
  padding-bottom: 1em;
}

/*content
++++++++++++++++++++++++++++*/
#content {
	float: left;
	/*width: 405px*/
	width: 550px;
	margin-left: 8px;
}

table#articles-table th {
  padding: 1px;
}
table#articles-table td {
  padding: 6px;
}

table.data {
background: #c0c0c0;
}

td, th {
padding: 8px;  
}
  
table.data td {
background: white;
padding: 2px;
}

table.data th {
background: #f0f0ff;
padding: 2px;
}

.errors {
  background: #ffe0e0;
  padding: 12px;
}

.message {
  background: #e0f0ff;
  padding: 12px;
}

p.button {
margin: 24px 0;
}

p.button a {
padding: 12px;
background: #00ff00;
}

/*snippets
++++++++++++++++++++++++++++*/
#snippets {
	width: 210px;
	/*margin-left: 440px;*/
	margin-left: 558px;
}

#snippets h3 {
	width: 204px;
	background: url("/images/snippets-bg.gif") no-repeat;
	font-size: 1em;
	padding: 8px 12px;
	margin-bottom: 10px;
}

#snippets h3 a {
	text-decoration: none;
}
#snippets h3 a:hover, #snippets h3 a:focus {
	color: #ec7106;
	text-decoration: underline;
}

#snippets form {
	margin: 0 0 20px 10px;
}

#snippets form fieldset {
	border: none;
}

#snippets form label {
	display: block;
	margin: 0 0 .5em 10px;
}

#snippets form button {
	border: none;
	background-color: #fff;
}

#snippets ul {
	list-style-type: none;
	margin: 0 0 20px 20px;
}
#snippets ul li {
	margin-bottom: .5em;
}

/*footer
++++++++++++++++++++++++++++*/
#footer {
	border-top: 1px solid #699;
	margin: 30px 0 10px 0;
	padding-top: 10px;
	list-style-type: none;
	overflow: hidden;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	float: left;
}

#footer li a {
	color: #666;
	font-size: .9em;
	text-decoration: none;
	border-right: 1px solid #666;
	padding-right: 4px;
	display:block;
}

#footer li a.end {
	border: none;
	padding-left: 4px;
}

#footer li a:hover, #footer li a:focus, #footer li a.on {
	text-decoration: underline;
}

span.caption {
	font-family: georgia, serif;
}

#national {
	display: block;
	margin-left: 332px;
	margin-top: 2em;
	width: 313px;
	height: 200px;
	text-align: center;
}

#national a {
	text-decoration: none;
	color: #000000;
	font-family: arial;
	font-size: 0.863em;
}

#national span {
	border-right: 0 !important;
	display: block;
	height: 50px;
	width: 155px;
	position: relative;
	margin: 0 auto;
}

#national span em {
	background: url("/images/national.jpg") no-repeat;
}

.e-news, .e-news a{
	margin:10px 0 0 0;
	color: #EA7108;
}
