html, body { 
        min-height: 100%; 
}

body {
	background-image: linear-gradient(black, grey);
	font-family: Verdana;
	font-size: 12px;
}

nav ul li a {
	color: rgb(0,194,239);
}

nav ul li a:hover {
	color: #FF0000;
}

#container {
	width: 1000px;
	min-height: 100%; 
	margin: 10px auto 0 auto;
}

header {
	height: 100px;
}

#header_left {
	float: left;
	width: 360px;
	height: 94px;
	background-image: url("../images/logos/varco_reporting_logo.png");
	background-position: left;
}

#header_left a {
	display: block;
	width: 360px;
	height: 94px;
}

#header_left {
	float: left;
	width: 360px;
	height: 94px;
}

#header_middle {
	float: left;
	width: 270px;
	height: 94px;
}

#header_right {
	float: left;
	width: 360px;
	height: 94px;
}

h1 {
	color: rgb(0,194,239);
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	margin-top: 5px;
}

h2 {
	color: #FF0000;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 20px;
	font-weight: bold;
	/*position: fixed; 
	right: 0;
	z-index: 4000000;*/
}

h3 {
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}

h4 {
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
        margin-top: 5px;
}

#master_cam_logo {
	float: right;
	width: 265px;
	height: 70px;
	margin-top: 10px;
	margin-left: 110px;
}

#header_nav {
	height: 15px;
	clear: both;
}

#header_nav ul a, #header_nav ul form{
	float: right;
	margin-right: 6px;
	margin-top: 5px;
	padding-left: 6px;
	text-decoration: none;
	line-height: 15px;
	border-left: 2px solid rgb(0,194,239);
}

#header_nav ul form{
	border-left: 0;
	margin-top: 0;
}

#content {
	margin-top: 5px;
	height: 770px;
}

#content nav {
	float: left;
	margin-left: 40px;
}

#content nav ul li{
	margin-top: 15px;
}

#content nav a {
	text-decoration: none;
}

#content #main {c4ffd0
	float: right;
	width: 860px;
	height: 770px;
        background-image: linear-gradient(90deg, #C4F3FF, #0afa52);
	background-color: #C4F3FF;
	overflow-x: hidden;
        overflow-y: scroll;
        border-radius: 20px;
        border-width: 1px;  
        border-style: groove;
}

.main_p {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 20px;
}

#content #main a {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	width: 860px;
	display: block;
}

footer p {
	width: 450px;
	float: left;
	margin-left: 150px;
}

footer p a {
	display: block;
	text-decoration: none;
	margin-top: 5px;
	color: #2f4f4f;
}

footer p a:hover {
	color: #FF0000;
}


footer nav {
	float: right;
	margin-right: 10px;
}

footer nav ul li {
	float: left;
	margin-right: 6px;
	margin-top: 5px;
	padding-left: 6px;
	text-decoration: none;
	line-height: 15px;
	border-left: 2px solid rgb(0,194,239);
}

#no_border {
	border-left: 0;
}

footer nav ul li a {
	text-decoration: none;
}

#demo {
	position: absolute;
}

.support_ul {
	list-style-type: disc !important;
	margin: 20px;
	font-size: 16px;
	line-height: 20px;
}

.support_p {
	font-size: 16px;
	margin: 10px;
	text-indent: 20px;
}

.support_a {
	text-align: left !important;
	text-decoration: none;
}

.testimonials_p {
	font-size: 14px;
	margin: 10px;
	text-indent: 20px;
	font-style: italic;
}

.news_p, faq_p {
	font-size: 14px;
	margin-top: 10px;
    margin-left: 20px;
}

#main p #h4a {
	text-align: left;
}

.news_date {
	font-weight: bold;
}

.news_added, .news_changed, .news_started, .pri_ul li {
    margin-top: 5px;
	list-style-position: outside;
}

.news_added {
	color: blue;
	list-style-type: disc;
}

.news_changed {
	color: red;
	list-style-type: circle;
}

.news_started {
	color: green;
	list-style-type: square;
}

.pri_ul li, .buy_ul{
    font-size: 14px;
	margin-left: 20px;
}

.buy_ul li{
    list-style-type: disc;
    margin-top: 5px;
}

hr.news_hr {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.news_hr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.faq_q {
	font-weight: bold;
	margin-left: 10px;
	margin-top:10px;
	font-size: 14px;
}

.faq_a {
	display: none;
	margin-left: 10px;
	margin-top:5px;
	font-size: 14px;
}

.faq_q:hover + .faq_a {
  display: block;
  color: red;
}

.buy_con {
	margin-left:10px;
	margin-top:40px;
}

.buy_type {
	margin-top: 10px;
	margin-left: 10px;
}

.buy_line {
	margin-top: 10px;
	margin-left: 50px;
}

.buy_text  {
	float: left;
	font-size: 15px;
	line-height: 27px;
	margin-right: 10px;
	width: 400px;
}