/* main layout */
#wrapper {
	width: 960px;
        /*width: 900px;*/
	margin: 0 auto;
/*	margin-top: 10px;*/
	background-color: #ffffff;

	background-image: url('../webapp/images/layout/bg-wrap-line.gif');
	background-repeat: repeat-y;
}

/* rule off */
#wrapper #top-shadow {
	background-image: url('../webapp/images/layout/bg-top-line.gif');
	background-repeat: repeat-x;
	background-position: top;

	padding: 2px;

	display: none;
}

#padded-wrapper {
	padding: 0 8px 4px 8px;
	margin-bottom: -10px;
}

#main #top {
	background-image: url('../webapp/images/layout/bg-grad-line.jpg');
	background-repeat: repeat-x;
	background-position: top;

	height: 500px;
	width: 100%; 
	position: relative;
}

#main {
	clear: both;
	margin: 0;
	padding: 0;
  width: 100%;
	background-image: url('../webapp/images/layout/bg-square.gif');
	background-color: #427fab;

}

#header {
	background-image: url('../webapp/images/layout/bg-header-line.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 2px solid #ffffff;

	height: 90px;
/*	margin-top: 3px;*/
}

#banner {
	height: 214px;
	width: 700px;
	background-color: #ffffff;
}

#navbar {
	/* height: 214px;
	width: 674px;
	background-color: #ffffff;*/
	font-size: .85em;
	padding-left: 5px;
}

#navbar a {
	color: #346a99;
	text-decoration: underline;
}

#banner img {
	/*_margin-bottom: -5px;*/
}

#content {
  	float: right;
	width: 760px;
        /*width: 700px;  */
	position: relative;
	right: 10px;
	top: -30px;

	border: 2px solid #ffffff;
	background-color: #ffffff;
	background-image: url('../webapp/images/layout/bg-content.gif');
	background-repeat: repeat-y;
	border: 1px solid #9bb4c7;
	padding-bottom:3px;
	z-index: 3;
}

#sidebar {
	float: left;
	width: 170px;
	color: #ffffff;
}

#footer {
	background-image: url('../webapp/images/layout/bg-bottom-line.gif');
	background-repeat: no-repeat;
	background-position: bottom;

	padding: 8px;
	padding-bottom: 12px;

	color: #ffffff;

	font-size: .85em;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}
