@charset "utf-8";
* {margin: 0; padding: 0;}

html, body {height: 100%;}

body  {
	font: 100% Segoe UI, Candara, Bitstream Vera Sans, DejaVu Sans, Trebuchet MS, Verdana;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;;
}
	
#container { 
	width: 100%;
	min-width: 700px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;/**/
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto !important;  /**/
	height: 100%; 
	display: block; /**/
} 

#wrapper {
	background-color:#090;	
	min-height: 100%;
	height: auto !important;  /**/
	height: 100%; 
}

#sidebar1 {
	position:fixed;
	top: 75px; left: 0;
	text-align:right;
	width: 25%; /* since this element is floated, a width must be given */
	min-width:200px;
	max-width:400px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFF;
	float: left;
	min-height: 100%;
	height: auto !important;  /**/
	height: 100%; 
/*	visibility: hidden; /**/
}

#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	clear:both;
}

#sidebar2 {
	text-align:right;
	width: 25%; /* since this element is floated, a width must be given */
	min-width:200px;
		max-width:400px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFF;
	float: left;
	min-height: 600px;
	height: 100%; 
}

#mainContent { 
/*	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-size:1.2em;
	font-weight:100;
	width:70%;
	min-width: 500px;
	float: left;
	background-color:#fff;
} 

#subContent {
	padding-left: 20px; /**/
	margin-top: 43px; /**/
	padding-top: 20px; /**/
	padding-bottom: 20px; /**/
	border: 2px solid #000;
	border-left: 0px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	border: 0;
	  outline: none;

}

img  {
	border: 0;
}


.iframe {
	width: 100%;
	display:block;
	margin: 0 auto;
	margin-top: 43px;
	padding: 0;
	padding-top: 0px;
	height:700px;
	overflow:hidden;
/*	border: 2px solid #000; /**/
	border-left: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#subContent .thumbnail{
position: relative;
z-index: 1;
}

#subContent .thumbnail:hover{
background-color: transparent;
z-index: 1000;
}

#subContent .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 0px;

left: -1000px;
border: 1px solid #000;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 1001;
}

#subContent .thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#subContent .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: -70px; /*position where enlarged image should offset horizontally */
font-size:11px;
}	

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #sidebar1 {
	position:relative;
	text-align:right;
	width: 25%; /* since this element is floated, a width must be given */
	min-width:200px;
	max-width:400px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFF;
	float: left;
	min-height: 100%;
	height: auto !important;  /**/
	height: 100%; 
/*	visibility: hidden; /**/
}

* + html #subContent .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: hidden;
top: -50px;
left: -70px; /*position where enlarged image should offset horizontally */
font-size:11px;
z-index: 1004;
}	

* + html #subContent {
	margin-top:38px;
}

*html #sidebar2{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}


* html #mainContent{
		position: absolute;
		top: 0px;
		left: 201px;
		z-index: 3;
}
	
*html #sidebar1{
	z-index: 4;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}

* html #subContent {
	margin-top:38px;
}