/* CSS SplashScreen */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
		color: #fff;
		background: #142F6A;
}

img           { border:0; vertical-align:top; }



a, a:visited {
    text-decoration: none;
		color: #769BEC;
}
a:hover {
    text-decoration: none;
}
a img {
    border: medium none;
}

p 			  		{ margin-bottom: 5px;}
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1, h2, h3 {
    margin-bottom: 20px;
}
h4, h5, h6 {
    margin-bottom: 18px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif,arial;
    font-weight: normal;
    line-height: normal;
}

/* Content */
strong        { font-weight:bold; }

/* Lists */
ul,ol         { list-style:none; }

/* Style */
#bodychild {
    margin: 0;
		padding-top: 100px;
    width: 100%;
		height: 900px;
		background: #142f6a; /* for non-css3 browsers */
		text-align: center;
}
#outercontainer {
	height: 500px;
	background:url('splash-images/map.png') top center no-repeat;
	}
p#logo { text-align: center; margin: 0;}
p#logo img { margin: 40px 30px 30px 0;}
h2.title {
		display: block;
    font-family: 'Open Sans',sans-serif,arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 23px;
		color: #769BEC;
    text-shadow: 1px 1px 1px #000000;
		}
p.text {
	display: block;
	font-family: 'Open Sans',sans-serif,arial;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
	}