/* @group General Styles */

body {
	font: 11px/17px Lucida Grande, Verdana, Tahoma, Arial;
	color:  #555;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #757575;
}

.imageStyle {
	background: #fff;
	padding: 4px;
	border: 1px solid #a1a1a1;
}

.image-left {
}

.image-right {
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto;
	width: 630px;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: no-repeat url(../../images/medium/topmed.png);
	width: 630px;
	height: 283px;
}

#headerimage {
	width: 626px;
	height: 213px;
	margin: 0px auto;
}

#pageHeader h1 {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
}

#pageHeader h2 {
	padding-top: 0px;
}

#topcontainer {
	background: no-repeat url(../../images/medium/topcontainermed.png);
	width: 630px;
	height: 10px;
	margin-top: 30px;
	
}

#contentContainer {
	background: repeat-y url(../../images/medium/middlemed.png);
	width: 630px;
	margin-top: 45px;
	margin: 0;
	padding: 0;
}

#bottomcontainer {
	background: no-repeat url(../../images/medium/bottomcontainermed.png);
	width: 630px;
	height: 17px;
}

#content {
	position: relative;
	z-index: 50;
	padding-top: 15px;
	width: 600px;
	padding-left: 15px;
}



#topsidebar {
	background: no-repeat url(../../images/medium/topcontainermed.png);
	width: 630px;
	height: 10px;
	margin-top: 30px;
	
}

#bottomsidebar {
	background: no-repeat url(../../images/medium/bottomcontainermed.png);
	width: 630px;
	height: 17px;
}

#sidebarContainer {
	background: repeat-y url(../../images/medium/middlemed.png);
	width: 630px;
	margin-top: 45px;
	margin: 0;
	padding: 0;
}

#sidebar {
	position: relative;
	z-index: 50;
	padding-top: 15px;
	width: 600px;
	padding-left: 15px;
}

.sideHeader {
	text-align: center;
	font-size: 12px;
}

#footer {
	background: no-repeat url(../../images/medium/footermed.png);
	width: 630px;
	height: 30px;
	text-align: center;
	font-size: 9px;
	margin-top: 30px;
}

#footer p {
	padding-top: 5px;
}

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

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	clear: both;
	font-weight: bold;
	font-size: 9px;
	padding-top: 12px;
}

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

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
	color: #fff;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	display: inline;
	color: #000;
	text-decoration: none;
}
	
/* @end */

#navcontainer {
	background: none;
	width: 620px;
	height: 60px;
	position: relative;
	padding: 0;
	line-height: 14px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#navcontainer #current {
	color: #555;
	background: url(../../images/navhover.png) no-repeat;
	height: 25px;
	width: 80px;
}

#navcontainer #current:hover {
	background: url(../../images/navhover.png) no-repeat;
}

#navcontainer .currentAncestor {
	color: #555;
	background: url(../../images/navhover.png) no-repeat;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#navcontainer li {
	float: left;
}

#navcontainer a {
	width: 80px;
	height: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #555;
	text-shadow: 0px 1px 0px #fff;
	background: no-repeat url(../../images/navoff.png);
	font-size: 9px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 7px;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #555;
	background: no-repeat url(../../images/navhover.png);
}

#navcontainer a:active {
	color: #8e8e8e;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 100;
	background: #b3b3b3;
	text-align: center;
}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 5px;
	background: #b3b3b3;
	text-align: center;
	color: #333;
	text-shadow: none;
}

#navcontainer ul ul a:hover {
	color: #ffffff;
}


html>body #navcontainer ul ul a {
	height: 23px;
	background: #b3b3b3;
}

html>body #navcontainer ul ul a:hover {
	background: #b3b3b3;
}

#navcontainer ul ul #current{
}

html>body #navcontainer ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

