/*resets default browser css*/
   
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, 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;
    vertical-align: top;
}

img {
    display: block;
}

a img {
    border: none;
}

a:link, a:visited {
    color: #006FBF;
    text-decoration: none;
}

li {
    list-style: none;
}

/*end reset*/

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.last {
    margin-right: 0;
}

html {
    height: 100%;
}

body {
    background: url("images/ls_body.gif") #A39A92 repeat-x top;
    text-align: left;
    font: normal .75em Arial, Helvetica, sans-serif;
    height: 100%;
} 

#wrapper {
    background: url("images/ls_wrapper.gif") no-repeat left top;
    width: 821px;
    margin: 0 auto;
    height: 100%;
}

h1 {
    margin: 0 auto;
    width: 688px;
    height: 296px;
    background: url("images/ls_header-be.jpg") no-repeat left top;
}

h1 span {
    position: relative;
    left: -999px;
}

#content {
    background: url("images/ls_content.gif") no-repeat left top;
    padding: 0 10px 20px;
    margin: 0 auto;
    width: 668px;
	position:relative;
}

h2 {position:absolute;font-size:24px;color:#1E6E9B;font-weight:normal;font-style:italic;top:-104px;left:160px;}
h2 span {display:block;margin-bottom:11px;}
h2 span.last {margin-bottom:0;margin-left:88px;}

#footer {
    background: url("images/ls_footer.gif") #fff no-repeat left bottom;
    padding: 15px 0 20px;
    border-top: 1px dotted #A39A92;
    margin: 0 auto;
    width: 688px;
}

#bottom {
    background: url("images/ls_bottom.gif") no-repeat left top;
    width: 688px;
    height: 61px;
    margin: 0 auto;
}

#content dt {
    text-align: center;
    color: #B3A9A2;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 3px;
}

#content dd {
    width: 430px;
    margin: 0 auto;
}

#content dd p {
    margin: 6px 0 6px 24px;
    color: #8A847E;
    font-size: .75em;
}

#content #btns {
    background: url("images/ls_btnsBot.gif") no-repeat left bottom;
    padding: 15px 0;
    margin-bottom: 15px;
}

#content #btns ul {
    width: 260px;
    margin: 0 auto;
}

#content #btns li {
   float: left;
   margin-right: 20px;
}

#content #btns li a {
    display: block;
    background: url("images/ls_btn-right.gif") no-repeat right top;
	float:left;
	padding:0;
	font-weight:bold;
	font-size:14px;
}
#content #btns li a span {background: url("images/ls_btn-left.gif") no-repeat left top;display:block;padding:6px 15px 8px 24px;}
#content #btns li a:hover {background-image: url("images/ls_btn-right_over.gif");color:#fff;}
#content #btns li a:hover span {background-image: url("images/ls_btn-left_over.gif");}

#textLinks {
    list-style: none;
    margin: 15px 0 0 240px;
}

#textLinks li {
    float: left;
    margin-right: 65px;
    font-size: .9em;
}    

#footer ul {
    margin-left: 59px;
	text-align:center;
}
    
#footer li {
    display:inline;
    margin-right: 30px;
    font-size: .75em;
}

#footer li a {
    text-decoration: underline;
}

#footer li.last {
    margin-right: 0;
}