h2 {
	font-size: 21px;
	line-height: 1.3em;

}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #AAA;
}


h1.title, h2.block-title {
	padding-bottom: 0px;
}
body {
	background: url("../images/bg.png") repeat-x #512888;
}

header {
	position: relative;
	height: 167px;
	z-index: 999;
}

div#page {
	background: url("../images/banner.png") no-repeat;
	width: 902px;
	margin: auto;
}

div#main div#main-top {
	height: 9px;
	background: url("../images/main-top.png") no-repeat #FFFFFF;
}

div#main div#main-middle {
	background: url("../images/main-middle.png") repeat-y #FFFFFF;
	
}

div#main div#main-bottom {
	height: 9px;
	background: url("../images/main-bottom.png") no-repeat #FFFFFF;
}

div#content {
	border: 2px solid #C2D7B4;
	border-top: none;
	border-bottom: none;
	padding: 10px 0px;

	float: left;
}

div#content-inner {
	padding: 0px 20px;
}

nav:after {
	content: ".";
	clear: both;

	display: block;
	height: 0px;
	visibility: hidden;
}

nav.breadcrumb {
	margin-bottom: 7px;
}

nav.breadcrumb ol {
	padding-left: 0px;
}

nav.breadcrumb ol li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}

ul.tabs li {
	list-style-type: none;
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 10px 10px 0px 10px;
	background-color: #AAA;
	color: #000;

	display: block;
}

ul.tabs li.is-active {
	background-color: #C0C0C0;
}

ul.tabs.primary {
	margin-bottom: 0px;
}

ul.tabs.primary li {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

ul.tabs.secondary {
	margin-top: 0px;
	background-color: #AAA;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul.tabs.secondary li {
	background-color: #9A9A9A;
	margin: 3px;
}

ul.tabs:after {
	content: ".";
	clear: both;

	display: block;
	height: 0px;
	visibility: hidden;
}

span.element-invisible {
	display: none;
}

div.view-content span.field-content span.nid {
	display: none;
}

.node, #content img {
	padding: 7px;
}

#page {
	font-size: 0.875em;
	line-height: 1.286em;
}

body {
	font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}

.views-field .file img {
  padding-bottom: 0px !important;
}

.region-footer {
   color: #D1D1D1;
}

/* Page title */
h1.page-title {
	line-height: normal;
}


/* File attachments table */

tr.even, tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
}

table span.file {
	margin: 10px;
}
