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

/*CSS RESET*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*########################*/
/*##### HTML ELEMENTS ####*/
/*########################*/


html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	font-family:Georgia, Times, serifs;
}




/*########################*/
/*##### NAVI ELEMENTS ####*/
/*########################*/


#navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	list-style:none; 
	text-align:right;
	text-transform:uppercase;
	margin-top: 15px;
}
#navigation li {
	line-height:24px;
}

#navigation a:link,#navigation a:visited, #navigation a:active {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#navigation a:hover {
	color:#000;
	text-decoration: none;
	position: relative;
	text-shadow: none;
	top:2px;
	left:2px;
}

.navBox {
	width:160px;
	position:absolute;
	right:0;
	margin:4px 16px 20px;
}




/*########################*/
/*##### PAGE ELEMENTS ####*/
/*########################*/


#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-210px;
}
 
#centered {
	position:relative; clear:left;
	height:420px; width:700px; min-width:400px;
	margin:0 auto;
}

#overall {
	width:700px; 
	height:400px; 
	background-image:url(_img/lb_home.jpg); 
	background-position:top left; 
/*	margin:20px auto 0; */
	position:relative;
	border: #999 solid 1px;
}

#content {
	left:387px;
	top:151px;
	width:148px;
	height:148px;
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:15px;
	text-align:left;
}

#content a:link, #content a:visited, #content a:active {
	color:#F0F;
	font-weight:bold;
}

#content a:hover {
	color:#666;
	text-decoration:underline;
}


#newsquote {
	display:block;
	width:220px;
	position:absolute;
	left:310px;
	margin:12px 8px 8px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color: #FFF;
}

#fbBox {
	width:120px;
	position:absolute;
	right:0;
	top:300px;
	margin:0px 10px;
}


#footer {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	width:700px;
	margin:4px auto;
	font-size:10px;
	text-align:center;
}
#mm-link {
	color: #fff;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 136px;
	width: 200px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#mm-link p {
	margin: 0 0 0 20px;
	line-height: 14px;
	font-style: italic;
}
#mm-link a:link, #mm-link a:active {
	color: #fff;
	text-decoration: underline;
}
#mm-link a:hover, #mm-link a:visited {
	color: #F0F;
}
#mm-link ul {
	list-style-type: none;
	font-weight: bold;
	margin-left: 20px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	text-decoration: none;
}
