/*	
Simplify -MSI | Scriptlogic.com 
September 2008
------------------------------------------------------*/

/*
Global Reset
------------------------------------------------------*/

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
body {
	line-height: 1;
	color: #ffffff;
	background: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	}

ul {	
	font-size: 12px;
	list-style:none;
	}
li {
	list-style-image:url(../img/asterik.gif);
	line-height:22px;
	margin: 0 36px 0 0;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a:link {
	color:#f1e335;
	}
a:visited {
	color: #ffffff;
	}
a:hover {
	color:#efeee0;
	}
h1, h2, h3 {
	color: #FFFFFF;
	}
h2 { 
	background-image:url(../img/top-text.gif);
	width:317px;
	height:143px;
	text-indent:-9999em;
	}
h3 {
	font-size: 18px;
	color: #fff;
	margin: 36px 0 18px 0;
	}
h4 {
	font-size: 16px;
	font-weight: bold;
	color:#f1e335;
	margin: 18px 0 0;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
hr {
	display:none;
	}
	
p  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 22px;
	}

/*
Basic Layout
------------------------------------------------------*/
#wrapper {
	background-image:url(../img/redmond-bkg.jpg);
	background-repeat:no-repeat;
	background-position:15% 18px; 
	margin: 0 auto;
	text-align: left;
	width: 1047px;
	position: relative;
	overflow: hidden;
	}
#body-wrapper{
	width:450px;
	float:right;
	margin:0;
	padding:20px 0 10px 30px;
	text-align: left;
}

/*
Masthead
------------------------------------------------------*/
#masthead {
	overflow: hidden;
	width: 100%;
	/*height: 106px;*/
	}
#masthead h1 a:link, #masthead h1 a:visited {
	background: url(../img/logo.gif) left top no-repeat;
	width: 140px; 
	height: 35px;
	display: block;	
	margin: 0 70px 10px 0;
	}
#masthead h1 {
	text-indent:-9999em;
	width: 140px;
	float: right;
	margin: 18px 135px 0 0;
	}

/*
Tagline
------------------------------------------------------*/

/*
Footer
------------------------------------------------------*/
#footer {
	height:60px;
	padding-top: 4em;
	text-align:left ;
	clear: both;
	}
#footer ul {
	margin: 0 0 0 -10px;
	}
#footer li {
	border-left: 1px solid #1a1a1a;
	display: inline;
	font-size: 11px;
	padding: 0 5px 0 10px;
	margin: 0;
	}
#footer li.first {
	border-left: none;
	}
#footer li a, .terms a {
	text-decoration: none;
	}
#footer li a:hover, .terms a:hover {
	text-decoration: underline;
	}
p.copyright {
	font-size: 10px;
	color:#FFFFFF;
	}
p.terms {
	font-size:11px;
	font-weight: bold;
	padding: 1em 0;
	}
p strong{
	font-size:12px;
	color:#f1e335;
	}
li img {
	margin: 12px 9px 0 0;
	}
li.dl {
	border-bottom:1px solid #666666;
	margin-bottom:19px;
	padding-bottom:12px;
	}
li.last {
	border-bottom: none;
	}

