/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}


html {
	height:100%;
}
body {
	margin:0px;
	background-color:rgb(220,235,248);
	height:100%;
	padding-bottom:1px;
	background-image:url(../images/ui/whiteBehind.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

ul {
	margin-left:0px; padding-left:10px;
}

a {
	color:rgb(100,13,85); text-decoration:underline;
}

.smallHeading {
	color:rgb(68,134,192);
	font-size:11pt;
	font-style:italic;
}

.SerifFont {
	font-family:"Times New Roman", Times, serif;
	color: rgb(68,134,192);
	font-style:italic;
	font-size:10.5pt;
	line-height:16pt;
}

.SerifFont_mainBody {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:12pt;
	line-height:14pt;
}

#pageContainer {
	width:1000px;
	margin:0 auto;
	background-color:white;
	height:100%;
}

#siteTop {
	height:98px;
}

#menuContainer {
	height:30px;
	line-height:30px;
	background-color:rgb(220,235,248);
}

#menuContainer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:rgb(100,13,85);
	text-decoration:none;
	
	margin-right:20px;
}
#menuContainer a:hover {
	color:rgb(68,134,192);
}

#mainPageArea {
	position:relative;
	margin:15px; /* bring page edges in */
}

#column1{
	width:203px;
	float:left;
	background-color:rgb(100,13,85);
}

	.column1Heading {
		background-color:rgb(100,13,85);
		height:30px;
		line-height:30px;
		color:white;
		font-size:12pt;
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		text-align:center;
	}
	
	.column1Heading img {
		border-bottom:5px solid white;
	}

.col2and3{
	width:752px;
	float:right;
	position:relative;
}

.multiColumnHeading {
	background-color:rgb(220,235,248);
	height:30px;
	line-height:30px;
	color:rgb(68,134,192);
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-left:15px;
}

.column2{
	position:relative;
	width:530px;float:left;
}

.column3{
	float:right;
	position:relative;
	margin-top:15px;
	width:207px;
	right:0px;
}

.innerMargins {
	margin:15px;
	margin-left:5px; margin-right:0px;
}

.productBox {
	background-color:rgb(245,239,244); padding:5px;margin-bottom:10px;
	color:rgb(100,13,85);
}

.productBox img {
	margin-left:5px;
}

.productBoxBlue{
	color:rgb(68,134,192);
	font-weight:bold;
}

.widgetButton {
	background-color:rgb(68,134,192);
	color:white;
	text-decoration:none;
	padding-left:25px; padding-right:25px;
	padding-top:2px; padding-bottom:2px;
	line-height:14pt;
	font-weight:bold;
}

.column1Heading div {
	line-height: 12pt;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:rgb(224,207,221);
	border-bottom:1px solid white;
	text-align:left;
	clear:left;	
	padding-left:10px;
}
.column1Heading div a {
	color:rgb(100,13,85);
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	
}




/* LightBox Support */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#socialBookmarks {
  margin-top:30px;
  padding:5px 2px;
  border:1px solid rgb(216,226,238);
}

#socialBookmarks a {
  text-decoration: none;
}
#socialBookmarks a:hover {
  text-decoration: underline;
}

@media print {

	#column1 {
		display:none;
		width:0px;
	}
	
	a {
		text-decoration: none;
		color: black;
	}
	
	body {
		background-color: white;
		padding-bottom: 0px;
		height: auto;
	}
	#siteTop {
		display: none;
	}
	#menuContainer {
		display: none;
	}
	#mainPageArea {
		width: 700px;
		margin: 0px;
	}
	
	#pageContainer {
		width: auto;
	}
	
	.column2 {
		float: left;
	}
	.col2and3{
		float: left;
		width:auto;
	}
	.column3{
	margin-left: 10px;
	margin-right: 0px;
		width: 160px;
		float: left;
	}
	
	.column3 img {
		width: 160px;
	}
	
	.widgetButton {
		display: none;
	}
	
	
	.multiColumnHeading {
		background-color: rgb(240,240,255);
		font-size: 16pt;
		padding-left: 5px;
	}
	.innerMargins {
		margin-left: 0px;
		padding-left: 5px;
	}
	.printhide {
		display: none;
	}
}