* {
	padding: 0;
	margin: 0;
}

html {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEFF5', endColorstr='#CCD6E8');
}

body {
	background: #ebeff5;
	background: linear-gradient(#EBEFF5, #CCD6E8) repeat fixed 0 0 #EBEFF5;
	font-family: Helvetica,Verdana,sans-serif;
}

h2 {
	text-align: center;
}

.headerbar {
	margin: 15px 10%;
	/*background-image: url('../images/headerbar_orange_64.png');*/
	height: auto;
}

#footer {
	font-weight: bold;
	font-size: 12px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: 35px auto 15px;
	overflow: hidden;
}

#footer a,a:link, a:visited {
        border: none;
	text-decoration: underline;
	color: #000;
}
a,a:link, a:visited, a img {
        border: none;
	text-decoration: none;
	color: #f00;
}

.hplogo {
	position: absolute;
	top: 1.25em;
	right: 10%;
}

.hbright {
	position: absolute;
	top: 0em;
	right: 0%;
}


#banner {
        display: none;
        text-align: center;
        align: center;
	top: 0.1em;
	color: #fff;
}

#banner a, a:visited, a:hover {
	color: #fff;
        border: none;
}

#first, #second {
	display: none;
}

#white-bg {
	max-width: 127px;
	background: #fff;
	height: 100%;
	float: left;
	left: 0px;
}

#block {
    min-height: 120px;
    max-height: 120px;
    min-width: 370px;
    max-width: 370px;
}

.b1 {
   background: #ff0000;
   float:left;
}

.b2 {
   background: #00ff00;
   float:right;
}

.b3 {
   background: #0000ff;
   color: #ffffff;
   float:left;
}

.b4 {
   background: #f00ff0;
   float:right;
   
}

.content-wrapper {
	margin: 15px 10%;
	max-width: 80%;
	height: 100%;
	background: #fff;
	border: 1px solid #C0C2C5;
	text-align: center;
	border-radius: .3em;
}

#breadcrumb {
	margin: 15px 10%;
	min-height: 1.4em;
	background: #fff;
	border: 1px solid #C0C2C5;
	text-align: center;
}

#breadcrumb .button {
	font-size: 14px;
	height: 1.1em;
	margin: 2px 0;
	font-family: Helvetica,Verdana,sans-serif;
}

#breadcrumb .bnone {
	border: none;
}

#breadcrumb  a:link, a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 2px 5px;
}

#breadcrumb a:hover {
	background-color: #ff7b00;
	background-image: -moz-linear-gradient(top, #ff9400, #ff6300);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff9400),color-stop(1, #ff6300));
	background-image: -webkit-linear-gradient(#ff9400, #ff6300);
	background-image: linear-gradient(top, #ff9400, #ff6300);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9400', endColorstr='#ff6300');
	border-radius: 0.3em;
}

.limiter {
	color: #C0C2C5;
	padding-left: 5px;
}

#container2 {
	background-color: #ffffff;
	border-top: 3px solid #ff7b00;
	border-bottom: 3px solid #ff7b00;
	height: 135px;
	max-width: 80%;
	margin: 0 auto 10px ! important;
}

#container2 img {
	width: 130px;
	height: 130px;
}



.spacer {
	margin: 2% auto 3%;
	color: #66696B;
	font-size: 14px;
	max-width: 80%;
	text-align: justify;
}

#welcome {
	color: #808283;
	font-weight: bold;
	text-align: center;
}

/* for IE */
#welcome a:link, a:visited {
    border: none;
}


