@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	background-color: none;
	text-decoration: none;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	text-align: center;
	color: #000000;
}

.page h2 {
	font-size: 18px;
}

.page #container {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: middle;
} 

.page #header { 
	background: none; 
	padding: 0 10px;
	width: 780px;
	height: 95px;
	margin: 15px auto 0 auto;
}
 
.page #header h1 {
	display: none;
}

.page #global-nav {
	width: 530px;
	height: 95px;
	float: right;
}

.page #sidebar-left {
	float: left; 
	width: 175px;
	padding: 15px 15px 15px 10px;
}

.page #main-content {
	float: right;
	width: 550px;
	padding: 15px 35px 15px 15px;
}

.page #main-content p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.page #main-content h2 {
	margin-bottom: 10px;
	color: #fff;
}
 
.page #footer { 
	padding: 0 10px;
	height: 30px;
	background: #fdb731;
}
 
.page #footer p {
	margin: 0;
	padding: 10px 0;
	float: right;
}

/* header */
#header h1 {
	display: none;
}

#banner {
	float: left;
	width: 250px;
	height: 95px;
}

/* Global Navigation System */

#nav-cc {
	margin-top: 70px;
	width: 530px;
	height: 25px;
}

ul#nav-li li {
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	margin-left: 2px;
}

ul#nav-li li a {
	display: block;
	width: 95px;
	height: 25px;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	color: #FFF;
	background-color: #fdb731;
}

ul#nav-li li a:hover, ul#nav-li li a:active{
	background-color: #68bd45;
	width: 114px;
	height: 30px;
	font-size: 18px;
}
	
/* Sidebar-left */
#sidebar-cc {
	width: 175px;
	display: inline;
}

#sidebar-left h3 {
	display: block;
	font-size: 15px;
	font-weight: bold;
	background-color: #fdb731;
	padding: 0 10px;
	color: #fff;
}

#sidebar-left .sidebar-s {
	font-size: 14px;
}

ul.side-li {
	font-size: 12px;
	list-style:	disc;
	margin: 5px 10px 8px 15px;
}

ul.side-li a:link, ul.side-li a:active {
	text-decoration: none;
	color: #3a53a4;
}

ul.side-li a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

.sidebar-s {
	border-style: solid;
	border-width: thin;
	border-color: #fdb731;
}

.sidebar-s li{
	margin: 0 10px;
}

#sidebar-spacer {
	height: 10px;
}

/* Main-Content */

#main-cc1 {
	padding: 15px;
	min-height: 300px;
	background-color: #fdb731;
}

#main-content ul {
	margin: 0 0 1em 2em;
	
}

#affiliate {
	width: 200px;
	float: left;
	text-align: center;
}

#main-content a:hover, #main-content a:active {
	color: #fff;
}

img.thumb { float: left; margin: 0 10px 15px; clear: left; }

#main-cc1 .portf-wrap {
	width: 500px;
}

img.content-list>p {
	float: right;
}

/* Miscellaneous classes for reuse */

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

em.required {
	font-size: 0.9em;
	color: #CC3300;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(sliceshow/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(sliceshow/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
