@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#f8f8f8;
}
#container {
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	position:relative; /* needed for footer positioning*/
}
#header {
	width:895px;
	margin:0px auto;
}
#menuContainer {
	clear:both;
	display:block;
	width:895px;
}
#content {
	width:895px;
	margin:0px auto;
	height:563px;
	overflow:auto;
	overflow-x:hidden;
}
#footer {
	width:895px;
	height:158px;
	margin:0px auto;
	background:url(/images/footerBG.gif) no-repeat top left;
}
.newsItem {
	width:298px;
	height:158px;
	float:left;
	display:block;
	text-decoration:none;
	cursor:pointer;
}
.newsItemArchive {
	width:298px;
	height:158px;
	float:right;
	display:block;
	text-decoration:none;
	clear:both;
	cursor:pointer;
	border-bottom:1px dotted #999999;
	border-left:1px dotted #999999;
}
.newsBackground{
position:absolute;
	width:298px;
	height:158px;
}
.newsText {
	position:relative;
	width:200px;
	top:54px;
	left:35px;
}
.newsText a {
	text-decoration:none;
}
.newsText strong {

}
/*///////Page styles\\\\\\\\\\\\*/

/*--Switch all off---*/
#mainFlashImage {display:none;}
#pageText {display:none;}
#mainImage {display:none;}
#text-only {display:none;}
#Tiltviewer {display:none;}
#defaultDiv {display:none;}
/*--DEFAUlT---*/

#default #defaultDiv {
	display:block;
	background:url(http://v35.pixelcms.com/ams/assets/152485845315/Default_Image.jpg);
	width:895px;
	height:548px;
}
/*---Text with one image---*/
#textandImage #pageText {
	display:block;
	width:274px;
	float:left;
}
#textandImage #mainImage {
	display:block;
	width:596px;
	float:right;
}
#textandImage #mainImage img {
	display:block;
	width:596px;
}
/*---One Image---*/
#oneImage #mainImage {
	display:block;
	width:895px;
	float:right;
}
#oneImage #mainImage img {
	display:block;
	width:895px;
}
/*---One Flash image---*/
#flashImage #mainFlashImage {
	display:block;
	width:895px;
	height:548px;
}
/*---Text with One Flash image---*/
#textandFlash #pageText {
	display:block;
	width:274px;
	float:left;
}
#textandFlash #mainFlashImage {
	display:block;
	width:596px;
	height:548px;
	float:right;
}
/*---Text Only---*/
#textOnly #text-only {
	display:block;
	width:895px;
	min-height:538px;
	
}
/*---Text over Image ---*/
#textOverImg #pageText {
	display:block;
	width:895px;
	height:548px;
	position:absolute;

}
#textOverImg #mainImage {
	display:block;
	width:895px;
	height:548px;
	float:left;
position:absolute;
}
/*---Text over Flash ---*/
#textOverFlash #pageText{
	display:block;
	width:895px;
	height:548px;
		position:absolute;

}
#textOverFlash #mainFlashImage{
	display:block;
	width:895px;
	height:548px;	float:left;
	position:absolute;

}
/*---Text with one image---*/

#news #pageText {
	display:block;
	width:274px;
	float:left;
}
#news #mainImage {
	display:block;
	width:596px;
	float:right;
}
#news #mainImage img {
	display:block;
	width:596px;
}
#news #mainFlashImage {
	display:block;
	width:596px;
	height:548px;
	float:right;
}

#newsPageText #text-only{
	display:block;
	width:895px;
	min-height:548px;
}

/*----TILTVIEWER PAGE---*/

#tiltviewPage #Tiltviewer {	display:block;
	width:895px;
	height:548px;
}


/*///////Page styles\\\\\\\\\\\\*/



.left {
	float:left;
}
.right {
	float:right;
}
.clearfix:after {/*---Fixes structure of parent element when all sub elements are floated*/
	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 */
