/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End reset html code */

body {
	background-color: #f6f6ff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#header_wrap {
	background-color: #1a467e; /*#465cbf;*/
	height: 80px;
}

#header {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 980px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 30px;
}

.produced_by {
	color: #fff;
	margin: 10px 0 0 10px;
	font-size: 12px;
}

h2 {
	position: absolute;
	color:#FFF;
	font-size:26px;
	text-shadow: 2px 2px #000;
	margin-left: 30px;
	margin-top: -590px;
}

h4 {
	color: #FFF;
	font-size:18px; !important:
}

#wrap {
	margin: 0 auto;
	width: 980px;
}

/* Base element gets position relative then I can use position absolute to place divs over the base divs */
#splashImage {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 605px;
}

#splashbar1 {
	position: absolute;
	margin-left: 245px;
	margin-top: -190px;
}

#splashbar2 {
	position: absolute;
	margin-left: 245px;
	margin-top: -161px;
}
#splashbar3 {
	position: absolute;
	margin-left: 582px;
	margin-top: -266px;
}
#splashbar4 {
	position: absolute;
	margin-left: 590px;
	margin-top: -288px;
}
#splashbar5 {
	position: absolute;
	margin-left: 381px;
	margin-top: -321px;
}
#splashbar6 {
	position: absolute;
	margin-left: 550px;
	margin-top: -343px;
}
#splashbar7 {
	position: absolute;
	margin-left: 150px;
	margin-top: -514px;
}
#splashbar8 {
	position: absolute;
	margin-left: 170px;
	margin-top: -577px;
}
#splashbar9 {
	position: absolute;
	margin-left: 662px;
	margin-top: -355px;
	
}



#bottombar {
	/*margin-left:350px;*/
	margin-top: 5px;
	width:1020px;
	height:20px;
}

#bottombar ul {
	list-style-type: none;
}

#bottombar li {
	float: left;
}

#bottombar a {
	padding: 10px 5px 10px 10px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
}

#bottombar a:hover {
	color: #333333; /*was #557dff*/
	text-shadow: 0px 1px 1px #222222;
}

#footer {
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
}

#footer p {
	font-size: 11px;
}

#footer p a {
	color: #000;
}
