/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	text-indent:-9000px;
	width:100%;
	height:30px;
	margin:0 0 10px 0;
	background-repeat:no-repeat;
	clear:both;
	}
h1#welcome
	{
	background-image:url(../images/h1_welcome.gif);
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:795px;
	background:url(../images/bg_body.gif) repeat-x #fff;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:795px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:795px;
	height:440px;
	overflow:hidden;
	z-index:100;
	background:url(../images/header.gif);
	}
#right 
	{
	position:relative;
	width:220px;
	float:right;
	padding:450px 10px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0 320px;
	}
#right div
	{
	padding:7px 10px;
	min-height:200px;
	}
#footer 
	{
	width:795px;
	clear:both;
	height:120px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif);
	}
#footer p
	{
	padding:55px 0 0 20px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:122px;/* for ie5 */
	he\ight:120px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:550px;
	float:left;
	padding:440px 0px 0px 12px;
	}
#clearfooter {width:100%;height:122px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-122px;} /*safari wrapper */


div.imageblock
	{
	width:160px;
	height:120px;
	float:left;
	margin:0 0 15px 0;
	}

div#slideshow
	{
	width:795;
	height:391px;
	clear:both;
	position:relative;
	}
div.textbox
	{
	padding:10px 30px;
	}

p#smallnav
	{
	float:right;
	padding:14px 20px 0 0;
	margin:0 0 23px 0;
	}
p#smallnav a
	{
	color:#000;
	text-decoration:none;
	}
	
	
	
ul#topnav
	{
	position: absolute;
	top:224px;
	z-index:500;
	}
ul#topnav li
	{
	float:left;
	padding:0 40px;
	}
ul#topnav li a
	{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family: TAHOMA;
	text-transform: uppercase;
	}
ul#topnav li a:hover
	{
	text-decoration:underline;
	}
#spoffer {
	margin-bottom: 10px;
	background-color: #C0C0C0;
	border: 1px solid #7F7A86;
	padding: 10px;
}
.textbox li {
	margin-left: 20px;
	list-style-type: square;
}
.padtable {
}
.padtable td {
	padding: 3px;
}
#comp {
	background-color: #C0C0C0;
	padding: 10px;
	border: 1px solid #2A3688;
}
