/**
 * Eric Meyer's Reset CSS v2.0
 */
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, ul, ol, 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;
}
/*
===============================================
*** Style credit Wellspring Technologies 2012
===============================================
*/
html {
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
	background-color:#01B4FF;
}
body div{
	background-color:none;
	text-align:center;
	font-family:sans-serif;
	font-size:10pt;
	color:#333;
}
.main { /* container for everything except the footer*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the footer height */
	background-image:url("../images/splash900x420.png");
	background-repeat:no-repeat;
	background-position:left bottom;
}
.footanchor{
	height: 140px; /* .footanchor must be the same height as .footer */
	}
.footer {
	height: 140px; /* .footanchor must be the same height as .footer */
	background-color:none;
	text-align:right;
	font-family:sans-serif;
	font-size:12pt;
	text-decoration:underline;
	font-style:italic;
	color:#444;
	background-image:url("../images/splashrnb300x140.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	white-space:nowrap;
	vertical-align:bottom;
	padding-left:25px;
	padding-right:150px
}
.header {
	height: 50px; 
	padding-top:50px;
	background-color:none;
	color:#000;
	text-align:center;
}
.go{
	width:20px;
	height:20px;
	clear:none;
	display:block;
	background:transparent url("../images/go20.png") center top no-repeat;
	float:right;
}
.go:hover{
	background-image:url("../images/go20red.png");
}
.gocName{
	width:100px;
	margin-right:5px;
	display:block;
	float:right;
}
#cName_help{
	display:none;
	z-index:100;
	position:absolute;
	width:97px;
	margin-top:20px;
	font-size:8pt;
	background-color: white;
	background-color: Khaki;
	border:DarkBlue 1px dotted;
	text-align:left;
	padding-top:2px;
	padding-bottom:5px;	
	padding-left:5px;

}

.intro{
	text-align:center;
	margin-right:4px;
	margin-top:4px;
	color:black;
	line-height:1.2em;
	background-color:rgba(255,255,255,.5);
}
.intro p {
	line-height:1.2em;
	
}
.intro a {
	line-height:1.2em;
	text-decoration:none;

}
.intro h3{font-size: 1.5em;color:rgb(0,0,0);line-height:1.2em;}
.intro h4{font-size: 1em;line-height:1.2em;}
.intro h5{font-size: 1.1em;line-height:1.2em;}

.mainContentContainer{
	background-image:url("../images/cloud400.png");
	background-repeat:no-repeat;
	background-position:center top;
	color:white;

}

@media screen and (max-width: 700px) {
	.intro {
		font-size: 5vw;
		text-align: center;
		/*color: #1b6dba;*/
		font-weight: bold;
		padding-bottom: 0;
		/*border: 1px solid red;*/
	}
.intro h3{font-size: 5.5vw;color:rgb(0,0,0);}
.intro h4{font-size: 3.5vw;}
.intro h5{font-size: 4.5vw;}

}