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

@import url('/css/reset.css');

/* 
Default CSS for LBP

media: screen
created: Nov 09
creator: Komodo Media Ltd
*/

html { height:100%; }
body { margin:0; height:100%; overflow:hidden; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#29210e; font-weight:normal; line-height:1em; background:#dfc19b url(/img/html/bg.jpg); }
#doc { height:100%; }

a { padding:2px; color:#29210e; }
a:hover { background:#29210e;color:#e0c29c; }

hr { color:#29210e; background:#29210e; }

/* ####################################################################################### */

#flashprompt { padding:6px 10px; background:#29210e; border-bottom:2px solid #e0c29c; color:#fff; font-weight:bold; text-align:center; font-size:12px; line-height:16px; }
#flashprompt a { color:#e0c29c; }

#header { padding:10px;background:url(/img/html/bg2.jpg); }
#header #inner_header { padding:24px 10px; background:url(/img/html/logo.jpg) no-repeat right center; font-size:16px; }
#header #inner_header p span { font-size:24px; font-weight:bold; }

#sidebar { float:left; width:21%; padding:2%; }
#sidebar ul, #sidebar p, #sidebar hr { margin:0 0 20px 0; }
#sidebar hr { width:90%; }
#sidebar ul li { margin:0 0 8px 0; }
#sidebar p { padding:0 0 0 2px; line-height:16px; }
#sidebar p span { font-weight:bold; }

#content { float:right; width:71%; padding:2%; line-height:16px; }
#content h1, #content h2, #content h3, #content p, #content ul, #content ol, #content hr { margin:0 0 20px 0; }
#content h1 { font-size:24px; font-weight:bold; }
#content h2 { font-size:14px; font-weight:bold; text-transform:capitalize; }
#content h2 span { font-weight:normal; }
#content h3 { font-weight:bold; }
#content ul.nav li { display:inline; margin:0 20px 0 0; }
#content ol { list-style:decimal; margin-left:20px; }
#content ul.bulleted { list-style:disc; margin-left:20px; }
#content ul.bulleted li, #content ol.bulleted li {margin:0 0 4px 0; }

#content dl { margin-bottom:20px; }
#content dt { margin:0 0 2px 0; font-weight:bold; }
#content dd { margin:0 0 8px 0; }

#footer { clear:both; padding:5px; font-size:10px; text-align:center; }


/* Terms/Privacy Popups */
body.popup img#popheader { display:block; }
body.popup div { padding:16px; overflow:auto; height:320px; }
body.popup div img,
body.popup div h1,
body.popup div h2 { margin:0 0 10px 0; font-weight:bold; text-transform:capitalize; }
body.popup div p,
body.popup div hr { width:90%; margin:0 0 20px 0; }