/* Default overwrites */
html, body, div, span, applet, object, iframe, blockquote, pre, p, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6											{ margin: 0px; padding: 0px; border: 0px; border-collapse: collapse; }

/* Browser fix for html5 tags */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary		{ display: block; }

*							{ font-family: arial; font-size: 18px; }
body						{ background: #ffffff; }
p							{}
h1							{ font-size: 48px; }
h2							{ font-size: 30px; font-weight: normal; }
h3							{}
h4							{}

#wrapper					{ width: 1920px; height: 1080px; margin: auto; }
#header						{ width: 1920px; height: 150px;  background: url(../gfx/bg.png); }
.logo						{ width: 560px; height: 130px; float: left; padding-left: 40px; padding-top: 20px; }
.sub_text					{ margin: 0 0 0 75px; font-style: italic; }
#banner						{ width: 1920px; height: 600px; /* background: url(../gfx/bg2.png); */ border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
/*
.banner_left				{ width: 1120px; height: 520px; float: left; margin: 40px; background: url(../gfx/bg.png); }
.banner_right				{ width: 560px; height: 440px; float: left; margin: 40px; padding: 40px; background: url(../gfx/bg.png); }
*/
#content					{ width: 1840px; height: 138px; padding: 40px 40px 20px 40px; background: url(../gfx/bg.png); text-align: center; }
#footer						{ width: 1920px; height: 130px; border-top: solid 1px #999999; background: url(../gfx/bg.png); }
.lobetext					{ width: 1460px; height: 90px; float: left; padding: 40px 0 0 40px; }
.lobetext p					{ font-size: 48px; }
#date						{ width: 380px; height: 130px; text-align: right; float: left; padding-right: 40px; float: right; }
.time						{ font-size: 72px; }
.date						{ font-size: 30px; }




#slider1 {
    width: 1920px; /* important to be same as image width */
    height: 550px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 1920px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 15px/24px Arial, Helvetica, sans-serif;
    padding: 10px 40px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 24px;
}
.left {
	top: 0;
    left: 0;
	width: 310px !important;
	height: 550px;
}
.right {
	right: 0;
	bottom: 0;
	width: 310px !important;
	height: 540px;
}
ul { list-style-type: none;}

