﻿.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
body, input, textarea, button
{
	font-family: Segoe UI, Helvetica, Arial, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.5;
	}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	}
#header
{
	position: relative;
	}
body
{
	color: #2B3133;
	background-image: url('../img/back.png');
	background-repeat: repeat-x;
	background-color:  #f3f2f3;
	}
#contentpane
{
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 0 6px #bbb; 
	-webkit-box-shadow: 0 0 6px #bbb; 
	padding: 0px;
	}
.box
{
	 background-color: #abce3e;
	 border: 2px solid #fff;
	 -webkit-box-shadow: 0 0 8px #bbb; 
	 -moz-box-shadow: 0 0 8px #bbb; 
	 -webkit-box-shadow: 0 0 8px #bbb; 
	 box-shadow: 0 0 8px #bbb; 
	 background-image: url('../img/box-back.png');
	 background-repeat: repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 16px;
	}
#footer
{
	margin-top: 20px;
	color: #666666;
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
	}
#footer a
{
	color: #666666;
	text-decoration: none;
	border-bottom-color: #aaaaaa;
	}
#footer a:hover
{
	border-bottom-color: #666;
	}
.button-large
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 255px;
	height: 44px;
	background-image: url('../img/button-large.png');
	background-position: 0 0;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	float:left;
	cursor: pointer;
	}
a.button-large
{
	padding-top: 12px;
	}
button.button-large
{
	height: 56px;
	}
.button-large:hover
{
	border: 0;
	background-position: 0 56px;
	}
.button-small
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 162px;
	height: 35px;
	background-image: url('../img/button-small.png');
	background-position: 0 0;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	float:left;
	cursor: pointer;
	}
a.button-small
{
	padding-top: 6px;
	}
button.button-small
{
	height: 41px;
	}
.button-small:hover
{
	border: 0;
	background-position: 0 41px;
	}
p
{
	margin-bottom: 20px;
	}
h3
{
	margin-bottom: 10px;
	}
a
{
	color: Blue;
	text-decoration: none;
	border-bottom: 1px solid #aaaaff;
	}
a:hover
{
	border-bottom: 1px solid #0000ff;
	}
#ie6note
{
	border-bottom: 1px solid #ebe91f;
	border-left: 1px solid #ebe91f;
	border-right: 1px solid #ebe91f;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	background-color: #ffffd3;
	}
#logo
{
	width: 196px;
	height: 64px;
	display: block;
	background: url('../img/logo.png');
	background-repeat: no-repeat;
	border: 0;
	text-indent: -5000em;
	margin-top: 6px;
	float: left;
	}
#menu
{
	position: absolute;
	left: 194px;
	top: 28px;
	}
#menu li
{
	float: left;
	height: 42px;
	margin-left: 20px;
	}
#menu li.current
{
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	}
#menu li a
{
	display: block;
	height: 32px;
	border: 0;
	padding: 6px 14px 0 14px;
	color: #fff;
	}
#menu li a:hover
{
	border-bottom: 6px solid #fff;
	}
#menu li.current a
{
	color: #000;
	}
#submenu
{
	margin-top: 4px;
	float: right;
	font-size: 11px;
	}
#submenu li 
{
	float: right;
	margin-left: 10px;
	}
#submenu li a
{
	color: #445;
	border: 0;
	}
#submenu li a:hover
{
	color: #000;
	}
.breadcrumb
 {
 	padding: 30px 20px 0 20px; 
 	}
 	
 .validation-summary-errors
 {
 	background: #f8bbbb;
 	border: 1px solid #993333;
 	padding: 10px;
 	}
 #orgbutton
 {
 	position: absolute;
 	right: 0;
 	top: 32px;
 	}
 #orgbutton a
 {
 	border: 0;
 	color: #fff;
 	font-style: italic;
 	font-size: 11px;
 	font-weight: bold;
 	}
 #orgbutton a:hover
 {
 	border-bottom: 1px solid #ccc;
 	}
 #langmenu
 {
 	position: absolute;
 	margin: 2px 0 0 216px;
 	color: #778;
 	}
 #langmenu a
 {
 	font-size: 11px;
 	color: #556;
 	border: 0;
 	}
 #langmenu a:hover
 {
 	border-bottom: 1px solid #aab;
 	}
