﻿@import url("layout.css");
body {
	font-family: "Open Sans", sans-serif, Arial;
}
#container {
	background-color: #fff;
}
#masthead {
	text-align: center;
	font-size: large;
	background-color: #D2FFE2;
	background-image: url("../images/webhostingship.gif");
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#navigation {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #006F0B;
}
html>body #navigation {
	overflow: hidden;
	height: 50px;
	padding-bottom: 10px;
}
html>body {
	width: 98%;
	background-color: #ffffff;
}
content {
	background-color: #ffffff;
	margin-right:10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: #D7E7FF;
	font-size: medium;
	color: #c77;
}
/* Masthead */
#masthead p {
	margin-top:: 0px;
	color: #000;
	margin-bottom: 0;
	font-size:X-large;
}
.mastp {
	font-size: large;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 95%;
	margin: 0px 0px 0px 3%;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 15px;
	border: 4px solid #006F0B;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 4px solid #00ff00;
	background-color: #00ff00;
}

/* Site typography */
p {
	font-size: large;
	color: #000;
}
li {
	font-size: large;
	padding-bottom: 20px;
}
h1 {
	font-size: xx-large;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: xx-large;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}
h4 {
	font-size: x-large;
	color: #000000;
	margin-left: 30px;
}
h5 {
	font-size: medium;
	color: #000000;
}
h6 {
	font-size: medium;
	color: #c77;
}
/* Links */
a {
	color: #0066ff;
	text-decoration: underline;
}
a:hover {
	color: #0066ff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
	font-size: x-large;
}
.DivGreen {
	background-color: #00FFFF;
	font-size: 1.3em;
	border-radius: 10px;
	height: auto;
	clip: rect(auto, auto, auto, auto);
	padding: 20px;
	border: 1px solid #000000;
	text-align: center;
	margin-bottom: 30px;
	clear: both;
	color: #000000;
	margin-top: 0px;
	line-height: 1.8em;
	font-style: oblique;
}
.buttondiv {
	box-shadow: 1px 3px 5px 1px #333333;
	font-size: 1.2em;
	background-color: #ffff00;
	background-image: linear-gradient(to bottom, #ffbb00, #ffff00, #ffff00, #ffff00, #ffbb00);
	border: 1px solid #000000;
	width: 300px;
	height: 40px;
	text-align: center;
	border-radius: 20px;
	padding: 10px;
	margin: 20px auto 20px auto;
	clear: both;
	line-height: 1.8em;
}
/*YOUTUBE VIDEO FULL SCREEN CSS*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:95%;
    width:95%;
    position:absolute;
}
/*YOUTUBE VIDEO FULL SCREEN CSS COMPLETED*/
.clickable-div {
	position: relative;
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	text-align: center;
	color: #0066ff;
	font-size: large;
}

  .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
  }

  .clickable-div p {
    position: relative;
    z-index: 2;
  }

.style_bold_u {
	font-weight: bold;
	font-size: xx-large;
	text-decoration: underline;
}

.style_blockquote {
	font-size: x-large;
	font-style: oblique;
	font-variant: small-caps;
}

.styletab40px {
	margin-left: 40px;
}

