/* @group General Styles */

body {
	color: #444444;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: center;
	margin: 0 20px 20px;
	background: repeat-x left top url(images/header_bg.png);
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {

}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left;
	position: relative;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 74px;
	margin-bottom: 20px;
	padding-top: 30px;
}

#pageHeader img {
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader h1 {
	color: #7e7e7e;
	font-size: 2.7em;
	margin: 0 0 7px;
	letter-spacing: -1px;
}

#pageHeader h2 {
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#contentContainer {
	width: 520px;
	margin-bottom: 10px;
}

#contentContainer #content {
}

#contentContainer #content_infra {
	padding: 0px 10px 0px;
	border: 1px solid #666666;
}

#contentContainer #content #namelist {
	text-align: center;
}

#contentContainer #content #namelist a {
	font-size: 1.3em;
	line-height: 150%;
	text-decoration: none;
	color: #7e7e7e;
}

#contentContainer #content #namelist a:hover {
	color: #000000;
}

#contentContainer #content a span {
	display: none;
	color: #666666;
}

#contentContainer #content a:hover span {
	display: inline;
}

#contentContainer #content h1 {
	font-size: 1.5em;
	line-height: 130%;
}

#contentContainer #content h2 {
	font-size: 1em;
}

#sidebarContainer {
	width: 270px;
	float: right;
	margin-bottom: 10px;
}

#sidebarContainer #sidebar {
	padding-left: 30px;
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
}

#footer { 

}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	border-top: 1px solid #eaeaea;
	margin-top: 25px;
	padding-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#navcontainer #current {
	background: no-repeat left center url(images/button_down.png);
	text-decoration: underline;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: no-repeat left center url(images/button_down.png);
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	background: no-repeat left center url(images/button_normal.png);
	display: block;
	height: 20px;
	padding-left: 16px;
	text-decoration: none;
	color: #7e7e7e;
}

#navcontainer a:hover {
	color: #000000;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {

}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-left: 32px;
	background-position:16px 3px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	background: no-repeat 16px 3px  url(images/button_down.png);
}

#navcontainer ul ul .currentAncestor {
	background: no-repeat 16px 3px  url(images/button_down.png);
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0px;
}

#sidebarContainer #sidebar li {
}

#sidebarContainer #sidebar a {
}

#sidebarContainer #sidebar a:hover {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */