/* CSS Document */

body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.35em;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: #666666;
	margin: 30px;
	background: #ffffff;
	padding: 0;
}

p {
}

b, strong {

}

h2 {
	color: #333333;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 28px;
	font-size: 1em;
	line-height: 2em;
}

a:link, a:visited {
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

a:hover, a:active {
}

.clearer {
	clear: both;
}

#mainContent {
	width: 750px;
	background: repeat-y  url(images/maincontent_bg.png); /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.5em;
}

#mainContent #mainContenttop {
	background: url(images/maincontent_top.png) no-repeat;
	width: 750px;
	height: 9px;
}

#mainContent #mainContentbottom {
	background: url(images/maincontent_bottom.png) no-repeat;
	width: 750px;
	height: 9px;
	position: absolute;
}

#pageHeader {
	background: url(images/header_bg.png) repeat-y;
	height: 47px;
	text-align: left;
}

#pageHeader img {
}

#pageHeader h1 {
	color: #333333;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 28px;
	letter-spacing: 2px;
	font-size: 1.8em;
}

#pageHeader h2 {
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 28px;
	letter-spacing: 1px;
	font-size: 1em;
}

#pageHeader #quotes {
	width: 450px;
	margin: 5px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	font-size: 1.0em;
	line-height: 1.0em;
	font-family: "Courier New", Courier, monospace;
	text-shadow: 0px 1px 0px #999999;
	color: #000000;
	float: right;
	padding-right: 20px;
}	

#mainContentText {
	text-align: left;
	width: 500px;
	padding-top: 20px;
	float: left;

}

#mainContentText #content {
	padding-right: 5px;
	padding-left: 20px;
	line-height: 1.5em;
}

#sidebarContent {
	width: 220px;
	float: right;
	text-align: left;
	background: repeat-y url(images/sidebar_bg.png);
	margin: 20px 10px 0px 0px;
	padding: 0px;
}

#sidebarContent #sidebartop {
	width: 220px;
	height: 7px;
	background: url(images/sidebar_top.png) no-repeat;
}

#sidebarContent #logo {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;

}

#sidebarContent #sidebar {
	color: #666666;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 0.9em;
}

#sidebarContent .sideHeader {
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 10px;
}

#sidebarContent #sidebarbottom {
	width: 220px;
	height: 7px;
	background: url(images/sidebar_bottom.png) no-repeat;
	position: absolute;
}

#footer {
	text-align: left;
	margin-top: 15px;
	border-top: 1px solid #adadad;
	margin-right: 4px;
	margin-left: 4px;
}

#footer p {
	margin: 0;
	padding: 10px 0 5px 24px;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}


#breadcrumbcontainer {
	text-align: left;
	font-size: 0.9em;
	padding-top: 10px;
}

#breadcrumbcontainer menu {
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}


/* Navigation menu Styles */

#navcontent {
	height: 33px;
	padding: 0;
	margin: 0px 7px 10px 7px;
	background: url(images/navmenu_bg.png) repeat-x;
	position: relative;
}

#navcontent #current {
	font-weight: normal;
}

#navcontent #current:hover {
}

#navcontent .currentAncestor {
	font-weight: normal;
}

/* Parent - Level 0 */

#navcontent ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#navcontent li {
	display: inline;
	float: left;
}

#navcontent a{
	width: 100px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	font-size: 10px;
}

#navcontent a:hover {
	font-weight: normal;
}

#navcontent a:active {

}

a:link, a:visited {
	color: #990000;
}

a:hover, a:active {
	color: #ff0000;
}

#pageHeader h2 {
	color: #990000;
}

#sidebarContainer .sideHeader {
	color: #990000;
}

#navcontent {
	background: repeat-x url(images/navmenu_bg.png);
}

#navcontent #current {
	background: no-repeat url(images/menubttn_over.png);
	color: #990000;
}

#navcontent .currentAncestor {
	background: no-repeat url(images/menubttn_over.png);
	color: #990000;
}

#navcontent a {
	background: no-repeat url(images/menubttn.png);
	color: #7f7f7f;
}

#navcontent a:hover {
	background: no-repeat url(images/menubttn_over.png);
	color: #990000;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px;
}

#lightbox{
	background-color:#eee;
	padding: 15px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }