
* {
	font-family:Arial;
}


body {
	margin:0px;
	background-color:#939393;
}



#wrapper {
	margin-top:30px;
	position:relative;
	border:2px solid #B5B5B5;
	width:976px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	background-color:#000000;
	background-position:left 28px;
}


#homelink {
	position:absolute;
	left:10px;
	top:33px;
	width:75px;
	height:80px;
}

#content {
	font-size:12px;
	position:relative;
	margin-left:176px;
	margin-top:80px;
	padding:25px;
	min-height:410px;
/* min-height for IE */
  height:auto !important;
  height:410px;
}

#content h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	text-transform:uppercase;
}

#content h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}

#content a:hover { color:black; }

#content p {
	margin-bottom:12px;
	margin-top:0px;
}



/*alternative #content style for overview pages */
#content.overview {
	border-left:1px solid #AAAAAA;
	background-color:black;
	background-image:none;
	padding-top:0px;
	margin-top:105px;
	margin-left:175px;
	margin-bottom:16px;
	padding-bottom:9px;
	color:white;
	line-height:20px;
}

#content.overview h1 {
	color:white;
}

#topbar {
	position:absolute;
	width:976px;
	height:28px;
	left:0px;
	top:0px;
	background:url(/styles/showcase.jpg) right top no-repeat #CCCCCC;
}



#topnav {
	position:absolute;
	right:0px;
	top:50px;
	padding-top:5px;
	height:25px;
}


#topnav a {
	position:relative;
	display:inline;
	border-right:1px solid #888888;
	padding:4px 6px 4px 4px;
	white-space:nowrap;
	color:white;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

#topnav a.rightmost {
	padding-right:8px;
	border-right:none;
}



#bottomnav {
	position:relative;
	height:25px;
	padding-top:4px;
	text-align:center;
}

#bottomnav div {
	display:inline;
	border-right:1px solid #CCCCCC;
	padding:0px 14px 2px 0px;
	margin-right:14px;
}
/* IE sucks */
* html #bottomnav div { margin-right:16px; padding-right:16px; }
/**/

#bottomnav a {
	white-space:nowrap;
	color:white;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}
#bottomnav a:hover {
	color:black;
}

#bottomnav div.rightmost {
	margin-right:0px;
	padding-right:0px;
	border-right:none;
}

/* #bottomlinks and #footer are contained by #bottomnav because IE does not reposition them when the #content height changes due to image loading or javascript manipulations... */
#bottomnav #bottomlinks {
	position:absolute;
	border-right:none; margin:0px; padding:0px;
	left:14px;
	bottom:40px;
}


#bottomnav #footer {
	position:absolute;
	border-right:none; margin:0px; padding:0px;
	top:40px;
	right:20px;
	font-size:12px;
}




#leftnav {
	position:absolute;
	left:15px;
	top:170px;
	width:161px;
}

#leftnav h1 {
	margin:0px;
	margin-bottom:10px;
	color:white;
	font-size:12px;
	text-transform:uppercase;
}

#leftnav a {
	display:block;
	margin-left:10px;
	text-indent:-10px;
	margin-bottom:3px;
	color:white;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}


/*#leftnav a:hover, #leftnav a.s {
	text-decoration:underline;
}*/

#bottomlinks {
	position:absolute;
	left:14px;
	bottom:40px;
}


#footer {
	position:absolute;
	bottom:-30px;
	right:20px;
	font-size:12px;
}




/* rollover menus */

* html .submenu {
	overflow:hidden; /* setting the container of display:block anchors makes IE respect that they are displayed block */
}
.submenu {
	position:absolute;
	left:0px;
	top:0px;
	padding-top:1px;
	visibility:hidden;
	background-color:#FFFFFF;
}


.submenu a {
	display:block;
	padding:4px 10px 4px 10px;
	margin:1px;
	margin-top:0px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:none;
	white-space:nowrap;
	background-color:#DADADA;
}

.submenu a:hover { color:white; }




/* page numbering */

.paging a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.thumbnail {
	cursor:pointer;
}
.thumbnail:hover {
	border-color:black;
}


/* automatic hyperlink tooltips styles */

.tooltip {
	display:none;
	position:absolute;
	background:#EEEEEE;
	border:1px solid #888888;
	white-space:nowrap;
	font-size:9px;
}

.tooltip div {
	
	padding:2px 5px 2px 5px;
	border-bottom:1px solid #CCCCCC;	

}

.tooltip a {
	text-decoration:none;
}

