﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11.5px;
	line-height: 1.5em;
	word-spacing: 0.2em;
	color: #222222;
	background-color: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 {
	/*font-weight: normal;*/
	margin-bottom: 0.5em;
	line-height: 1.2em;
	color: #e2001a;
}

h1 
{
  font-size: 1.4em;
}

h2 
{
  font-size: 1.3em;
}

h3 
{
  font-size: 1.2em;
}

a {
	color: #e2001a;
}

p, ul {
	margin-bottom: 1.0em;
}

ul {
	padding-left: 15px;
	list-style-type: square;  
}

blockquote {
	text-align: center;
}

blockquote .cite {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	width: 70%;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #e2001a;
}	

blockquote .author {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	font-size: 1.4em;
	color: #e2001a;
}

/****************************
*	Container
****************************/
#container {
	/*background-image: url(../layout/pics/content-background-repeat.gif);
	background-repeat: repeat-y;*/
	border: 1px solid #aaaaaa;
	width: 810px;
	margin: 0 auto;
}

/****************************
*	Wrapper
****************************/
#wrapper {
	/*background: transparent url(../layout/pics/content-background-top.gif) no-repeat 0 top;
	padding: 10px 10px 0 10px;*/
	padding: 5px 5px 0 5px;
}

/****************************
*	Header
****************************/
#header {
	height: 100px;
}

#header img {
	width: 285px;
	height: 100px;
	float: right;
	border-style: none;
	margin-top: 30px;
}

/****************************
*	Menu
****************************/
ul#menu {
	list-style-type: none;
	padding: 0 0 0 25px;
	margin-bottom: 50px;
	margin-top: 60px;
	height: 30px;
	/*background-color: #444444;*/
	background-image: url(../layout/pics/menu-gradient.gif);
	background-repeat: repeat-x;
}

ul#menu li {
	float: left;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 1px;
}

ul#menu li a {
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: none;
	line-height: 30px;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}

ul#menu li a.selected {
	/*background-color: #e2001a;*/
	background-image: url(../layout/pics/selected-gradient.gif);
	background-repeat: repeat-x;
}

div#search 
{
  color: #222222;
  line-height: 30px;
  vertical-align: middle;
  padding-right: 5px;
  margin: 10px auto 0 auto;
  width: 810px;
  text-align: right;
}

div#search a 
{
  color: #222222;
  text-decoration: none;
}

/****************************
*	Submenu
****************************/
ul#submenu {
	float: left;
	width: 170px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#submenu li {
	margin-bottom: 3px;
	padding: 3px 25px;
	background-color: #f2f2f2;
}

ul#submenu li  a {
	color: #222222;
	text-decoration: none;
}

ul#submenu li.selected {
	background: #f2f2f2 url(../layout/pics/bullet.gif) no-repeat 10px 7px;
}

ul#submenu li.selected a {
	color: #e2001a;
}

ul#submenu ul 
{
  list-style-type: disc;
  margin: 0;
  color: #e2001a;
}

ul#submenu ul li 
{
  padding: 0;
  margin: 0;
}

ul#submenu ul li.selected 
{
  background-image: none;
}

ul#submenu ul li.selected a 
{
  text-decoration: underline;
}

/****************************
*	Content
****************************/
#content {
	margin-left: 170px;
	padding-left: 10px;
}

/****************************
*	Footer
****************************/
#footer {
	font-size: 0.8em;
	color: #808080;
	/*padding: 10px;
	background: #fafafa url(../layout/pics/content-background-bottom.gif) no-repeat 0 top;*/
	padding: 5px 0 0 0;
	text-align: center;
}

#footer a {
	color: #808080;
}

/****************************
*	Class
****************************/
.info {
	/*background-color: #444444;*/
	background-image: url(../layout/pics/menu-gradient.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
	margin: 0;
	height: 30px;
	line-height: 30px;
	margin-top:  40px;
	vertical-align: middle;
}

.info a {
	color: #ffffff;
	/*text-align: center;
	font-size: 0.9em;*/
}

.seperator 
{
  color: #ffffff;
  /*font-weight: bold;*/
}
