@charset "UTF-8";
/* CSS Document */

body {

	background-image: url(../images/body-gradient.gif);
	background-repeat: repeat-x;
	width: 800px;
	position: relative;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 00px;
}


a {
	font-size: 13px;	
	padding-top:5px;
		font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-weight:100;
}
a:link {
	text-decoration: none;
	color: #336666;
	
}
a:visited {
	text-decoration: none;
	color: #336666;
	
}
a:hover {
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
	
}
img {border:0;}

.help-on a{
float:right;
position:relative;
width:48px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
background-image:url(../images/top-help-on.gif);
border: 1px none #000000;
margin-top:2px;
	color:#cc3300;

}

.help-off a {
float:right;
position:relative;
width:48px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
background-image:url(../images/top-help.gif);
border: 1px none #000000;
margin-top:2px;
	color: #336666;

}

.myacct-on a{
float:right;
position:relative;
background-image:url(../images/top-myaccount-on.gif);
width:91px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
margin-top:2px;
color:#cc3300;
}

.myacct-off a{
float:right;
position:relative;
background-image:url(../images/top-myacct.gif);
width:91px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
margin-top:2px;
	color: #336666;

}

.myprofile-on a{
float:right;
position:relative;
background-image:url(../images/top-myprofile-on.gif);
width:82px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
margin-top:2px;
color:#cc3300;
}

.myprofile-off a{
float:right;
position:relative;
background-image:url(../images/top-myprofile.gif);
width:82px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
margin-top:2px;
	color: #336666;

}


.home-on a{
float:right;
position:relative;
background-image:url(../images/top-home-on.gif);
width:57px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
margin-top:2px;
color:#cc3300;
}

.home-off a{
float:right;
position:relative;
background-image:url(../images/top-home.gif);
width:57px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
margin-top:2px;
	color: #336666;

}


.jobs-on a{
float:right;
position:relative;
width:48px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
background-image:url(../images/top-jobs-on.gif);
border: 1px none #000000;
margin-top:2px;
margin-right:2px;
	color:#cc3300;

}

.jobs-off a {
float:right;
position:relative;
width:48px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
background-image:url(../images/top-jobs.gif);
border: 1px none #000000;
margin-top:2px;
margin-right:2px;
	color: #336666;

}

.logout {
float:right;
position:relative;
width:61px;
height:22px; /*always 5pix smaller than the image size, bec, there is 5 px top padding*/
text-align:center;
border: 1px none #000000;
margin-top:2px;
margin-right:2px;
	color: #336666;

}




/* --------- top includenavigation -----------*/
#top-incl { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height:20px;
	color:#d6d6ac;
/*	background-color: #f2f2f2;
	background-image: url(images/body-gradient.gif);
	background-repeat: repeat-x; */
	width: 790px;
	position: relative;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 20px;
}

.logonav {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 3px;
	width:780px;
	height: 27px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 3px;
	align:right;
}
/* ------------ end top include navigation -------------*/

