@charset "UTF-8";
/* CSS Document */

/* the content _______________________________________________ */

#thecontent {
width:1100px;
height:100%;
background-color:#fff;
margin-left:auto;
margin-right:auto;
position:relative;
voice-family:inherit;
overflow:visible;
}

* html #thecontent,* html #thefoot,* html #themain {
width:1100px;
}

/* the foot _______________________________________________ */

#thefoot {
height:112px;
/* height:112px; */
width:1100px;
background-color:#fff;
padding-top:13px;
padding-bottom:13px;
/* padding-top:16px; */
margin-top:1px;
margin-right:auto;
margin-left:auto;
overflow:auto;
border-right:1px #B2FFFF solid;
border-left:1px #B2FFFF solid;
position:relative;
}

/* the main _______________________________________________ */

#themain {
	width:1102px;
	height:500px;
	background-color: #E3F5F3;
	margin-right:auto;
	margin-left:auto;
	overflow:auto;
	border-top:1px solid #b2ffff;
	border-bottom:1px solid #b2ffff;
	position:relative;
}

#theFoot[id],#themain[id] {
display:table;
position:static;
}

#theLeftandRights {
	
	overflow: visible;
	vertical-align:top;
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	/*
		text-align:center;
	height:inherit;
	top:0px;
	padding-right:0px;
	padding-left:0px;
	text-align:right;
	margin-left:34%;
	margin-right:0px;
	padding-right:0px;
	width:720px;
	width: 730px;
		position:relative;*/
	}
/* Top _______________________________________________ */


#theThumbs_top, #displayCase_top {
text-align:left;
position:absolute;
top:0px;
/*height:inherit;*/
}

#theThumbs_top {
width:5%;

}

#displayCase_top {
width:25%;
}

/* Top [ID] _______________________________________________ */

#theThumbs_top[id], #displayCase_top[id] {
display:table-cell;
vertical-align:top;
position:static;
padding-right:0px; /*padding effects the text in the main body only - how far it runs on the right side*/
height:56px;
/*height:436px; */

}

#theThumbs_top[id] {
padding-left:0px;
text-align:center;
}

#displayCase_top[id] {
padding-left:35px;
text-align:left;
padding-top:30px;
}

#displayCase_top_top[id] {
padding-top:40px;
}

#displayCase_bottom[id] {
text-align:center;
padding-top:150px;
vertical-align: bottom;
}

/* Thumbs and DisplayCase _______________________________________________ */

#theThumbs, #displayCase, #vidCase {
position:absolute;
top:25%;
}

#theThumbs {
width:95%;
}

#displayCase, #vidCase {
width:75%;
}


/* Thumbs and DisplayCase [ID] _______________________________________________ */

#theThumbs[id], #displayCase[id], #vidCase[id] {
display:table-cell;
position:static;
/*alignment of the text is through the <p> css only*/
}

#displayCase[id] {
	padding-top:26px;/*padding for the images only*/
	padding-left:20px; /*padding for whole group of images - and effects text*/
	padding-right:55px; /*padding for the images only*/
	padding-bottom:18px; /*padding for bottom of the section only*/
	text-align:right; /*alignment of the thumbnails only*/
	vertical-align:middle;
	background-color:#F0FFFF;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}

#vidCase[id] {
padding-top:26px;/*padding for the images only*/
padding-left:20px; /*padding for whole group of images - and effects text*/
padding-right:55px; /*padding for the images only*/
padding-bottom:18px; /*padding for bottom of the section only*/
/*text-align:right; /*alignment of the thumbnails only*/
vertical-align:middle;
background-color:#F0FFFF;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	
}


#theThumbs[id] {
vertical-align:bottom;
padding-bottom:6px; /*padding for bottom of the section only*/
text-align:right; /*alignment of the thumbnails only*/
}

#theThumbs p {
	text-align:right;
	font-size:113%;
	
	/*font-weight:600;
	font-weight:900px;*/
	color:#000000;
	letter-spacing:1px;
	margin-right:10px;
}

/* Img _______________________________________________ */


#theThumbs img, #displayCase img {
position:relative;
top:-50%;
padding-bottom:16px; /*padding for bottom of the image only*/
}

#theThumbs img {  /* size of front page image (thumb) only*/
height:60px;
padding-bottom:364px;
padding-left:30px;

}

#displayCase img {
padding-right:7px;
padding-left:12px;
height:100px;
}

/*#displayCase OBJECT {
	text-decoration: none;
	padding-right:0px;
	padding-left:0px;
}

#displayCase OBJECT [id] { 
background-color:#F0FFFF;
	filter:alpha(opacity=10);
	-moz-opacity:.1;
	opacity:.1;
	text-align:center;
	text-decoration: none;*/
}

#theThumbs img[id],#displayCase img[id] { 
position:static;
}


/* the statement _______________________________________________ */

#theShortStatement {
	width:980px;
	background-color:#F0FFFF;
	filter:alpha(opacity=61);
	-moz-opacity:.61;
	opacity:.61;
	padding-left:75px;
	padding-right:8px;
	padding-top:6px;
	padding-bottom:2px;

	

}

/* the banner _______________________________________________ */

#thebanner {
	height:24px;
	/*width:1100px;*/
	background-color:#AEADA2;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	border-top:1px #CBBBAA solid;
	padding-top:6px;
	font-size:108%;
	line-height:12px;
	
	color:#FFF;
	text-align:right;
	vertical-align:center;
	overflow:hidden;
}

/* the end _______________________________________________ */
