html { 
	min-width: 800px;
}

img	{
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: rgb(79,153,1);
	text-decoration: none;
	outline: none;
}

a em {
	color: rgb(227,96,42);
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}


body {
	margin: 0;
	padding: 0;
	border: 0;	
	background: rgb(244,244,244);
	color: #333;
	font: small/18px "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

div#wrapper
{
	text-align: center;
}

/* header */

div#header {
	background: white url(/web.content/headerbg.png) repeat-x bottom left;
	padding-top: 20px;
}

div#header.small {
	text-align: left;
	padding: 10px 10px 45px 10px;
}

div#menu {
	width: 570px;
	margin: 10px auto 0 auto;
}


/* main */

div#main {
	margin: 0 auto;
	width: 800px;
	padding: 20px 0 ;
	background: rgb(244,244,244);
}


#main h2 {
	font-size: 16px;
	color: rgb(26,83,161);
	margin-bottom: 12px;
	line-height: 32px;
	letter-spacing: 0.1em;
}


	
/* top gray bar */

div#topbar
{
	text-align: right;
	background: #555;
}


/* home page */

body#home-page div#content
{
	margin: 10px auto;
	width: 800px;
	background: transparent url(/web.content/helpinghand.jpg) no-repeat 430px 5px;
	text-align: left;
}

#home-page h2
{
	font-size: 16px;
	font-weight: normal;
	color: #444;
}


#home-page #content p
{
	padding:  10px 10px 10px 90px;
	width: 350px;
	text-align: left;
}

#home-page #content p em
{
	font-weight: bold;
	font-style: normal;
	color: #444;
}


/* remote-helpdesk */

#remote-helpdesk
{
	position: relative;
	width: 100%;
	background: #ddd;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;	
}


#remote-helpdesk span
{
	width: 260px;
	height: 80px;
	margin: 0 auto;
	background: #fff url(/web.content/exigent220.png) no-repeat 30px 14px;
	padding: 10px 10px 10px 240px;
	text-align: center;
	border: 1px solid #ccc;

}

#remote-helpdesk span p
{
	padding: 6px;
}

/* footer */

div#footer
{
	color: white;
	background: rgb(102,102,102) url(/web.content/footerbg.gif) repeat-x top left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	
}

div#footer a
{
	color: rgb(228,241,220);
}

div#foot p.legalese {
	padding-top: 10px;
}

