@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545200;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

p {
	margin: 0.9em auto;
}

table,img,td {
	border: 0;
}

/********** Classes ********************/
.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/********** Design ********************/
#base {
	height: 100%;
}

#wrapper {
	padding-left: 1px;
	margin: 0px auto;
	width: 990px;
}

#site {
	overflow: hidden;
}

#header {
	padding-top: 6px;
	height: 87px;
}

#middle {
	background-image: url("images/bgGreenCol.jpg");
	background-repeat: repeat-y;
	background-color: #F9F9F9;
	overflow: hidden;
}

#footer {
	background-image: url("images/footerbar.gif");
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-bottom: 1px;
	text-align: right;
	color: #BAB9A6;
	background-color: #ffffff;
}

#footer * {
	text-align: right;
	color: #BAB9A6;
}

/********** header content ********************/
#header #topNavi {
	height: 64px;
}

#header #topNavi a#topNaviLinkHome {
	float: left;
}

#header #topNavi * {
	float: none;
}

#header #topNavi #topNaviLinks {
	padding-top: 48px;
	text-align: right;
	color: #8890B7;
}

#header #topNavi #topNaviLinks a {
	color: #8890B7;
	margin: 0 1px;
}

#header #siteNavi {
	height: 23px;
	background-image: url("images/bgSiteNavi.gif");
	background-repeat: no-repeat;
}

#header #siteNavi ul {
	padding: 5px 0px 0px 11px;
}

#header #siteNavi * li {
	display: block;
	float: left;
	margin: 0 92px 0 0;
	padding: 0;
	margin: 0 92px 0 0;
}

/********** middle content ********************/
#leftCol {
	float: left;
	width: 253px;
	height: 100%;
	background-image: url("images/bgGreenColTop.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 1px;
}

#leftCol div.bgSpacer {
	background-image: url("images/bgGreenNav.gif");
	background-repeat: no-repeat;
	height: 23px;
	font-size: 1px;
	height: 23px;
}

#leftCol .imgContainer {
	overflow: hidden;
}

#leftCol ul#leftNavi {
	display: block;
}

#leftCol ul#leftNavi li {
	background-image: url("images/bgGreenNav.gif");
	background-repeat: no-repeat;
	list-style: none;
	padding-top: 5px;
	height: 18px;
	padding-left: 11px;
}

#leftCol ul#leftNavi li a {
	margin-top: 3px;
	color: #ffffff;
}

#midCol {
	margin-left: 253px;
	padding-left: 51px;
	background-image: url("images/bgYouAreHere.gif");
	background-repeat: no-repeat;
}

#midCol #youAreHere {
	padding-top: 5px;
	height: 18px;
}

/********** content ********************/
#midCol #content {
	height: 376px;
	height: auto !important;
	min-height: 376px;
	border-right: 1px solid #9B9B9B;
	font-size: 11px;
	padding: 16px 51px 16px 0px;
}

#content * {
	font-size: 11px;
}

#content li {
	margin-left: 16px;
}

#content a,#content * a,#rightCol a,#rightCol * a {
	color: #00529B;
	text-decoration: none;
}

/********** Profile ********************/
#content #profileDescription * td {
	vertical-align: bottom;
}

#content #profileDescription #profileInfo {
	padding-left: 16px;
}

#content #profileDescription #profileInfo div {
	padding-top: 16px;
}

#content #profileDescription #profileInfo * td {
	padding-right: 8px;
	vertical-align: top;
}

#content #profileContext {
	padding-top: 16px;
}

/********** search ********************/
#content #searchResults #noOfResults {
	padding-bottom: 16px;
}

#content #searchResults table * {
	vertical-align: top;
	text-align: left;
}

#content #searchResults * td,#content #searchResults * th {
	padding-bottom: 4px;
}

#content #searchForm button {
	padding: 1px 8px;
	overflow: visible;
}

#content #searchForm input {
	padding: 1px 0px;
	width: 200px;
}

#content #searchForm select {
	padding: 0;
	width: 200px;
}

/********** sections ********************/
.jSection {
	padding-bottom: 2px;
}

.jSection .jSectionTitle {
	display: inline;
}

.jSection .jSectionTitle:hover {
	cursor: pointer;
}

.jSection .jSectionTitle img.jSectionImgOpen {
	display: none;
}

.jSection .jSectionContent {
	display: none;
	padding-left: 24px;
}