/*-------------Nesting blocks for screen centering div styles---------------*/



html, body {
	height: 100%;
	max-height: 100%;        /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #ffffff;
	background-image: url(images/paperTile.jpg);
	background-repeat: repeat;
}

a:link {
	color:#495745;
}

a:visited {
	color:#495745;
}

a:hover {
	color:#33FF33;
}

a:active {
	color:#495745;
}

.container {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 921px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

.containerSamples {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 100%;         /* required - desired height */
	max-height: 98%; 
	width: 921px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

/*-------------Main screen elements div styles---------------*/



.mainscreen {
	position:absolute;
	left:0px;
	top:10px;
	width:921px;
	height:571px;
	visibility: visible;
	background-image: url(images/windowBackground.gif);
	z-index: 2;
}

.mainscreenSamples {
	position:absolute;
	left:0px;
	top:10px;
	width:921px;
	height: 100%;
	max-height: 90%;
	visibility: visible;
	background-image: url(images/windowBackground.gif);
	background-repeat: no-repeat;
	z-index:2;
}

.sidebarSamples {
	position:absolute;
	left:20px;
	top:89px;
	width:218px;
	height:452px;
	max-height: 90%;
	visibility: visible;
	background-image: url(images/sidebarSamples.gif);
	background-repeat: no-repeat;
	z-index:23;
}

.homeContent {
	position:absolute;
	left:238px;
	top:99px;
	width:683px;
	height:482px;
	visibility: visible;
	z-index: 3;
}

.homeContentSamples {
	position:absolute;
	left:0px;
	top:89px;
	width:921px;
	height: 100%;
	max-height: 90%;
	background-image: url(images/bodyrepeat.gif);
	visibility: visible;
	z-index:22;
}

.homeContentSamplesFooter {
	position:absolute;
	left:0px;
	bottom:-15px;
	width:921px;
	height:28px;
	background-image: url(images/footer.gif);
	z-index: 3;
	visibility: visible;
}

.contentHeader {
	position:absolute;
	left:30px;
	top:12px;
	width:610px;
	height:27px;
	text-align:left;
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	visibility: visible;
}


.contentBody {
	position:absolute;
	left:20px;
	top:40px;
	width:600px;
	height:380px;
	padding:10px;
	text-align:left;
	line-height:150%;
	overflow: auto;
	font-family:arial, sans-serif;
	font-style:normal;
	font-size:14px;
	visibility: visible;
}

.contentBodyNoscroll {
	position:absolute;
	left:20px;
	top:40px;
	width:600px;
	height:380px;
	padding:10px;
	text-align:left;
	line-height:150%;
	overflow: hidden;
	font-family:arial, sans-serif;
	font-style:normal;
	font-size:14px;
	visibility: visible;
}

.contentBodySamples {
	position:absolute;
	left:252px;
	top:10px;
	width:600px;
	height: 100%;
	max-height: 90%;
	padding:10px;
	text-align:left;
	line-height:150%;
	overflow: auto;
	font-family:arial, sans-serif;
	font-style:normal;
	font-size:14px;
	visibility: visible;
}

.contentBlog {
	position:absolute;
	left:15px;
	top:14px;
	width:630px;
	height:440px;
	padding:0px;
	text-align:left;
	line-height:150%;
	font-family:arial, sans-serif;
	font-style:normal;
	font-size:14px;
	visibility: visible;
}

.homeLink {
	position:absolute;
	left:30px;
	top:19px;
	width:199px;
	height:65px;
	vertical-align:top;
	z-index:20;
	visibility: visible;
}

.homeLink a {
	width:100%;
	height:100%;
	display:block;
}

.homeLink a:link {
	text-decoration:none
}

.homeLink a:visited {
	text-decoration:none
}

.homeLink a:hover {
	text-decoration:none
}

.homeLink a:active {
	text-decoration:none
}
