/* 
    Document   : splash
    Created on : 11-Aug-2009, 2:20:30 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*---------------------------------------------
	SITE LAYOUT
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	background: transparent;
}
body {

}
ul {
	list-style: circle;
}
ol {
	margin:5px;
	list-style:decimal;
}
blockquote, q {
	padding-left:50px;
	padding-right:50px;
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
     overflow-y: scroll;
     overflow-x: auto;
}

body {
	background: #000000 url('../images/layout/site_bg_splash.gif') repeat-x;
	text-align: center;
	padding:0px;
	margin:0px;

}

#splash_wrapper {
	/* Site Settings */
	width: 960px;
	background:none;

	/* Center site */
	margin-right: auto;
	margin-left: auto;
	padding-bottom:2px;
}
#splash {
    margin-top:50px;
}
.splash_top {
    background: url('../images/layout/lofc_splash_top.jpg') no-repeat;
    width:960px;
    height:550px;
}
p {
    text-indent:15px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;/*#5a5e66;*/
    font-size: 12px;
    margin:0px 0px 10px 0px;
    text-align:left;
    text-align:justify;
}
div.splash_text {
    
    width: 430px;
    margin: 0px auto;
    padding-top: 360px;
	padding-right:15px;
}
