/* CSS Document */

html { 
	height		: 100%; 
	margin-bottom	: 1px; 
}

body {
	height:  100%;
	margin-bottom: 1px;
}

/* new class element surrounding content, can be used to add spaces between */
div.contentblock {
	margin-bottom: 10px;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 0px;
	width: 480px;
	height: 480px;
	background: url(../images/mattifront2.JPG) no-repeat;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 500px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

/* new class element surrounding content, can be used to add spaces between */
div.contentblock {
	margin-bottom: 10px;
}



.contentpaneopen
{
  color: #fff;
  font-size: 12px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #FFF;
	text-indent: 15px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



#buttons {
	float: right;
	margin-top: 80px;
	
	padding: 0px;
	width: 100%;
	border-bottom: 1px #ffffff solid;
	color: #ffffff;
}

#flash {
	float: right;
	margin-top: 20px;
	margin-left: 200px;
	padding: 0px;
	width: 100%;
	color: #ffffff;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.8em;
	padding-right: 22px;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 1px;
	float: right;
	margin: 0;
	width: auto !important;
  /*width: 15%;*/
	font-size: 12px;
	line-height: 17px;
	white-space: nowrap;
	border-right: 2px solid #ffffff;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: #eaeaea;
	/*background: #D84203;*/
}

