@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color:#555;
}
#fullContainer
{
		margin: 0 5em 0 5em;
}
#fullContainer div{
		margin:0 2em 0 0em;
}
.linebreak{
	border-bottom:2px dashed #eee;
	margin-bottom:0.5em;
}
.banner{
	color:#e87b10;
	font: normal 3.1em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	text-align:center;

}
.title,.left-title{
	color:#e87b10;
	font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}
.title{
	text-align:center;
}
#display_area{
	float:right;
	width:15em;
	margin:0 1em 0 0em;
	border: 1px solid #eff;
}
#header {
	width:auto;
	top:0px;
}
#mainContainer {
	width:auto;
	top:0px;
	padding:0px;
}
#leftDiv{
	width: 15em;
	float:left;
	margin:0 0 0 1em;
	border: 1px solid #eee;
}
#rightDiv{
	width:15em;
	float: right;
	margin:0 1em 0 0em;
	border: 1px solid #eee;
}
#bodyDiv{
	margin: 0 17em 0 17em;
	border: 1px solid #eee;
}

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 40px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 40px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: fixed;
	left: 0px;
	background: url(images/dock-bg.gif);
}
.dock-container2 {
	position: absolute;
	height: 40px;
	padding-left: 20px;
}
a.dock-item2,a.thickbox {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span,.thickbox span{
	display: none;
	padding-left: 20px;
}
.dock-item2 img,.thickbox img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.content{
	background-color: #FFFFCC;
	display:block;
	-moz-border-radius: 10px;-webkit-border-radius: 10px;
	width:100%;
}
p{
	padding:0 1em 0 1em;
	text-align:justify;
}
form div{
padding-left:1em;
}