/* Created for Clear Lake Guide Service.com */
/* By Ashton Sanders From */
/* Websitesinaflash.com */
/* CSS Document */

/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Browser Basic Setting -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

* {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #3A4E47;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #3A4E47;
	font-size: 16px;
}

#table1 {
	width: 650px;
	color: #FFFFFF;
	background-color: #3A4E47;
	font-size: 12px;
}
	
/* -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Navigation -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.button {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding:2px 10px;
	border: solid 1px #FFFFFF;
}

a:link.button, a:visited.button {
	background-color: #FFFFFF;
	color: #385042;
}

a:hover.button {
	background-color: #3A4E47;
	color: #FFFFFF;
}

.small {
	font-size:5px;
}

/* ----------------------------------------- Paragraphs and text ------------------------------------------ */

p {
	color: #FFFFFF;
	background-color: #3A4E47;
	font-size: 16px;
	text-decoration: none
}
	

.date {
	font-size: 14px;
	font-weight: bold;
}

#videobox {
	width:650px;
	
}

	
/* ----------------------------------------------  links ---------------------------------------------- */

a, a:link, a:visited {
	background-color: #3A4E47;
	color: #FFFFFF;
	}

a:hover {
	color: #CCCCCC;
	background-color: #3A4E47;
    }

/* ---------------------------------------------- bullets ---------------------------------------------- */


ul, ol, li {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3A4E47;
	font-size: 16px;
	}

/* ---------------------------------------------- headers ---------------------------------------------- */

h1, h2, h3, h4 ,h5 {
	color: #FFFFFF;
	background-color: #3A4E47;
}

h1{
	font-size: 30px
}

h2{
	font-size: 22px
}

h3{
	font-size: 18px;
	text-decoration: none;
}

h4{
	font-size: 14px;
	text-decoration: none
}

h5{
	font-size: 10px;
	text-decoration: none
}

/* ---------------------------------------------- FOOTER ---------------------------------------------- */
.footnav {
	font-size: 15px;
	text-align: center;
	margin:0px;
}
.copyright {
	font-size: 13px;
	text-align: center;
	margin:0px;
}


input {
	color: #000000 !important;
	background:#A6FFA6;
}