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

/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	
}
li {display:inline;}
p, li, a, h1, h2, h3, h4, h5, h6, address{color:#616A6D;}
body {
	line-height: 1.25;
	
}
#background-container{background:#CFD8E5 url(/images/core/main_page_bg.png) no-repeat -2px 3px;
	/*_background:#CFD8E5 url(/images/core/main_page_bg.gif) no-repeat 0 50px;*/ width:800px; margin:0 auto;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus,:active {
	outline: 0;
}
a:focus{
outline:none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup { vertical-align: text-top;
	  font-size: 70%; }
sub { vertical-align: text-bottom; 
	  font-size: 70%;}

/* MAIN TAGS REDEFINED */

body {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0;
	vertical-align: top;
	padding:25px 0 0; 
	background:#CFD8E5;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}
#content, #head, #footer, #nav
{
	/*width:800px;*/
	margin:0 auto;
	display:block;
}

#footer
{
	clear:both;
}

#main-content p {font:Tahoma, Georgia, Arial;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
#footer a {text-decoration:underline;}
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
a {
   outline: none;
}
.clear
{
	clear: both;
}

#footer address
{
	text-align:center; 
	font-size:0.7em; 
	text-decoration:none;
	font-style:normal;
	background: url(/images/core/copyright.gif) no-repeat 50% 0px;
	height: 0px;
	padding: 31px 0px 0px;
	overflow: hidden;
}

/*Realnet onsite branding*/
#realnet
{
	
	font-family:'verdana';
	text-align:right;
	padding:15px 0 10px;
	/* Color site dependant */color:#999;
	width:800px;
	overflow:hidden;
	margin:0 auto;
	visibility:hidden;
	/*background:#fff;*/
}
#realnet a{/* Color site dependant */color:#999;font-size:11px;}
#ie6-discovered {background:#e7e7e7; padding:5px 15px; color:#666;line-height:1.3em;}

/*---- sIFR ---*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding:0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/


@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}
