body {
	background-color: #91BBEE;
	background:url('/images/bg.jpeg') repeat-y;
	font-family: "bernard mt condensed","goudy old style",Calibri, sans-serif;
	font-size: 1em;
}
h1 {
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 700px;
  font-size: 5vw;
}

h1 a:link,a:visited,a:active{
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
}

h1 a:hover{
	color:#e5f0f9;
	background-color:transparent;
	text-decoration: none;
}

p {
	text-align: center;
	color: #e5f0f9;
	margin: 0 auto;
	max-width: 900px;
	font-size: 1.25em;
}


a:link {
	background-color:#91BBEE;
	color: #e5f0f9;
}

a:visited {
	color: #e5f0f9;
}

a:hover {
	background-color:#262D49;
	color: #91BBEE;
}

a:active {
	color: #e5f0f9;
}




#search-box {
position: relative;
width: 95%;
margin: 0;
}

#search-form 
{
height: 40px;
border: 1px solid #DCE2F0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #DCE2F0;
overflow: hidden;
}

#search-text 
{
	font-size: 14px;
	color: #262D49;
	border-width: 0;
	/*background: transparent;*/
}

#search-box input[type="text"]
{
width: 90%;
padding: 11px 0 12px 14px;
color: #262D49;
outline: none;
}

#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	width: 20vw;
	font-size: 14px;
	color: #2D5CAD;
	text-align: center;
	line-height: 2em;
	border-width: 0;
	border-left: 2px #2D5CAD;
	background-color: #DCE2F0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.whoiscontainer {
width: 93%;
padding: 11px 0 12px 1em;
color: #2D5CAD;
border: 2vw solid #DCE2F0;
background-color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}

.logo img{
    width:100%;
}

@media (max-width: 768px) {
	span.hide {
	display:none;
	}
	#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	width: 40vw;
	font-size: 1em;
	color: #2D5CAD;
	text-align: center;
	line-height: 2.25em;
	border-width: 0;
	border-left: 2px #2D5CAD;
	background-color: #DCE2F0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	}
	p {
	text-align: center;
	color: #DCE2F0;
	margin: 0 auto;
	max-width: 750px;
	font-size: 1.25em;
	}
	#search-text 
	{
	font-size: 1.75em;
	color: #262D49;
	border-width: 0;
	/*background: transparent;*/
	}
	.tldbutton {
    	background-color: #DCE2F0; 
    	color: #2D5CAD;
    	text-align: center;
    	text-decoration: none;
    	display: inline-block;
    	font-size: 1em;
    	width: 21%;
    	cursor: pointer;
	margin: .5em 0.25em;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%;
	 border-radius: 50%; 
	}
	.tldfooter {
	display:none;
	}
	.tldmobileoutput {
   	background-color: #DCE2F0; 
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
}

/* SHOW AND HIDE TEXT ON CLICK  */
@media (min-width: 769px) {
	.mobilebutton {
    	display: none;
	}
}


