/*
	Silverlight
	April 17_09
*/

/* CSS 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,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
	 font-family:Arial, Helvetica, sans-serif;
}

body {
     line-height: 1;
	 font-family:Arial, Helvetica, sans-serif;
	 background-color:#FFF;
}

:focus {
     outline: 0
}


blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

img {float:left;}

/* ------------------------------------------------------------------------------- */

@import 'clearfix.css';

img {
border:0;
float:left;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

p {color:#72706a; text-decoration:none; font-size:14px; line-height:16px;}
h1 {color:#0d55ae; text-decoration:none; font-size:18px; line-height:16px; font-weight:bold;}
h2 {color:#0d55ae; text-decoration:none; font-size:13px; line-height:17px; font-weight:bold;}
h3 {color:#0d55ae; text-decoration:none; font-size:15px; line-height:20px; font-weight:bold;}
ul
{
list-style-image:url(images/bullet.jpg); padding-left:15px; padding-right:15px;
}

li
{
text-align:center; color:#000000; font-size:12px; line-height:18px; text-align:left;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/*---- LAYOUT ----*/

#wrapper {
height:auto;
width:736px;
margin:0 auto 0 auto;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
position:relative;
}

#main_img {
height:409px;
width:736px;
margin:0 auto 0 auto;
background-image:url(images/main_img.jpg);
background-repeat:no-repeat;
position:relative;
}

#steps {
height:102px;
width:736px;
margin:0 auto 0 auto;
background-image:url(images/steps.jpg);
background-repeat:no-repeat;
position:relative;
}

#left {
height:480px;
width:419px;
margin-left:24px;
_margin-left:12px;
padding-left:15px;
padding-right:15px;
padding-top:3px;
float:left;
background-image:url(images/left_bg.jpg);
background-repeat:no-repeat;
position:relative;
}

#right {
height:433px;
width:219px;
margin-left:21px;
padding-top:4px;
float:left;
background-image:url(images/right_bg.jpg);
background-repeat:no-repeat;
position:relative;
}

#footer {
height:62px;
width:736px;
margin:0 auto 0 auto;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
position:relative;
clear:left;
}