@import url(editor.css);
@import url(global.css);
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center
}

h1 {
  font: bold 12px Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #910000;
	font-size: 11px;
}

a:hover {
	color: #910000;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}

/* x Layout */
#container {
	margin: 0 auto;
	width: 820px;
	background: #FFF url(../images/content_background.png) repeat-y top left;
 	text-align: left;
}

/* x HEADER */

#headerwrap {
	width: 820px;
	height: 95px;
	background-color: #FFF;
}

#logotype {
  height: 95px;
  width: 300px;
  background: url(../images/logotype.png) no-repeat;
  float: left;
}

#quicknav {
	padding: 60px 5px 0 0;
	float: right;
	color: #939393;
	background-color: #FFF;
}

#quicknav a {
	font-size: 10px;
	color: #939393;
}

#imageheader{
	width: 820px;
	height: 193px;
	background: url(../images/header_820.jpg) no-repeat;
}


/* x CONTENT */

#contentwrap {
	background-color: #FFF;
}

#content {
	padding: 5px 5px 0px 5px;
	border: 1px solid #dcdcdc;
	background-color: #FFF;
	width: 558px;
	float: left;
}

#innercontent {
  padding: 10px 7px 0 7px;
  background-color: #f4f4f4;
}

#nav {
  padding: 0 3px 0 3px;
  border-left: 4px solid #FFF;
  background-color: #edebde;
  width: 240px;
  float: right;
}

#nav a:link,#nav a:visited,#nav a:active {
	text-decoration: none;
	text-transform: uppercase;
	color: #939393;
	font-size: 11px;
}

#nav a:hover {
	color: #666;
	text-decoration: underline;
	text-transform: uppercase;
}


#nav hr {
	margin: 3px;
	border-top: 1px solid #818181;
	border-bottom: 1px solid #FFF;
}

#nav ul {
	padding: 0;
	list-style: none;
}

#nav ul li {
	padding: 0;
	font-size: 12px;
	font-stretch: ultra-condensed;
}

/* x FOOTER */
#footerwrap {
  height: 30px;
  background-color: #edebde;
}

#copyright {
  padding: 0 1em;
  float: left;
  line-height: 40px;
  font-size: 10px;
}

#sitecredits {
  padding: 0 1em;
  float: right;
  line-height: 40px;
}


/* x SITE ELEMENTS */



/* x COMMON CLASSES */

.arrows {
	color: #1E90FF;
}

.bordered {
	border: 1px solid #000;
	background-color: #F6F6F6;
}

.strong {
	font-weight: bold;
}

.clear {
	clear: both;
}


a.page:link, a.page:visited, a.page:active {
	padding: 0 10px 0 5px;
	color: #910000;
	text-decoration: none;
	border-left: 4px solid #910000;
}

a.page:hover {
	color: #b30000;
	text-decoration: underline;
	border-left: 4px solid #b30000;
}

.mainlink {
	padding: 0 10px 0 15px;
	background: url(../images/arrow_bullet.gif) no-repeat center left;
}

.path {
	padding: 5px 0 5px 0;
	color: #910000;
	background-color: #FFF;
}


#sitemap{
	
}

#sitemap ul {
	list-style: none;
}

#sitemap ul li {
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
	font-size: 12px;
	font-stretch: ultra-condensed;
	padding-left: 10px;
}

#extralinks {
	padding: 15px 5px 5px 10px;
	line-height: 1.8em;
}
