/*
** EPUK Front Page CSS by Nick McGowan-Lowe
** This file is designed to be used along with "epuk_shared", and includes the
** styles needed for the front page
** Stylesheet last validated 16 August 2006 at
** http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.epuk.org%2Ftextpattern%2Fcss.php%3Fn%3Depuk_frontpage
** AFTER MAKING CHANGES ALWAYS CHECK END FOR "STYLE SHEET ENDS"
*/

/*
** ===============================
** LAYOUT, BOXES AND POSITIONING CODE
*/

.blogquote
{
	border: 1px dotted #000;
	padding: 14px;
       margin: 20px 0px;
       height: auto;
}

.showcasefrontheader
{
	position: relative;
       top: 5px;
	left: 5px;
       height: auto;
}

.newscolumnone
{
	position: absolute;
	top:-20px;
	left: 36px;
	width: 230px;
       height: auto;
}

.newscolumntwo
{
	position: absolute;
	top: 780px;
	left: 302px;
	width: 195px;
       height: auto;
}

* html .newscolumntwo
{
	position: absolute;
	width: 195px;
	left: 302px;
	top: 810px;
	padding-bottom: 50px;
       height: auto;
}

.newscolumnthree
{
	position: absolute;
	left: 533px;
	top: 780px;
	width: 195px;
       height: auto;
}

* html .newscolumnthree
{
	position: absolute;
	left: 533px;
	top: 810px;
	width: 195px;
       height: auto;
}

.newssnippets
{
	position: absolute;
	height: 205px;
	width: 420px;
	left: 302px;
	top: 360px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 10px 0px 10px 0px;
}

* html .newssnippets
{
	position: absolute;
	height: 235px;
	width: 408px;
	left: 302px;
	top: 390px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 10px 0px 10px 10px;

}

.snippetscolumnone
{
	float: left;
	width: 213px;
       height: auto;
}

* html .snippetscolumnone
{
	float: left;
	width: 213px;
       height: auto;
}

.xsnippetscolumnone
{
	float: left;
	width: 195px;
	left: 302px;
	top: 410px;
       height: auto;
}

* html .xsnippetscolumnone
{
	position: absolute;
	width: 195px;
	left: 302px;
	top: 440px;
       height: auto;
}

.snippetscolumntwo
{
	float: left;
	width: 195px;
       height: auto;
}

* html .snippetscolumntwo
{
	float: left;
	width: 195px;
       height: auto;
}

.xsnippetscolumntwo
{
	position: absolute;
	left: 533px;
	top: 410px;
	width: 195px;
       height: auto;
}

* html .xsnippetscolumntwo
{
	position: absolute;
	left: 735px;
	top: 440px;
	width: 195px;
       height: auto;
}

.showcasebox
{
	position: absolute;
	height: 370px;
	width: 421px;
	left: 302px;
	top: -20px;
	background-color: #CCC;
	border: 1px solid #000;
       overflow: hidden;
}

* html .showcasebox
{
	position: absolute;
	background-position: center top;
	background-color: #CCC;
	position: absolute;
	height: 400px;
	width: 421px;
	left: 302px;
	top: -20px;
	border: 1px solid #000;
       overflow: hidden;
}

.showcasepic
{
	position: relative;
	height: 320px;
	width: 391px;
	left: 372px;
	top: 40px;
	z-index: 10;
}

.showcasefrontpic img
{
	position: relative;
	height: 247px;
       width: auto;
}

.wtd
{
	position: absolute;
	height: 160px;
	width: 420px;
	left: 302px;
	top: 600px;
	border-bottom: 1px dotted #000;
    background: #fff url(/site/logo/wtd_technical.gif) no-repeat 0px 0px;
}

* html .wtd
{
	position: absolute;
	height: 160px;
	width: 420px;
	left: 302px;
	top: 630px;
	border-bottom: 1px dotted #000;
    background: #fff url(/site/logo/wtd_technical.gif) no-repeat 0px 0px;

}

/*
** ===============================
** TEXT STYLES
*/

.snippet
{
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	color: #F60;
       list-style-position: inside;
       padding-left: 10px;
}

.snippet ul
{
color: #000;
}

.snippet A:hover
{
	color: #F60;
}

.supplemental
{
	font: bold 11px/14px Arial, Helvetica, sans-serif;
       list-style-position: inside;
       padding-top: 6px;

}

.supplemental A:hover
{
	color: #F60;
}

.snippetsheadline
{
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
       padding-left: 120px;
}

ul{
       margin-left: 0; 
       padding-left: 0;
}

/*
** ===============================
** STYLE SHEET ENDS
*/