/* --------------CSS Style Sheet Document for Highland Adventure Website------------------- */




/* --------------------------------General Element Overides-------------------------------- */



/* Make sure everything gets the same font */
body, p, a, h1, h2, table, td, th, tr, ul, li, u, form, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Ensure table is right at the edge of the page */
body {
	text-align:center;
	margin: 0px;
	padding: 0px;
}

/* Sets paragraph, list item and underline properties */
p, li, ul, u{
	font-size: 11px;
	color: #333333;
}

/* Sets span properties */
span {
	padding:0px;
	margin:0px;
	}

/* Sets inactive link properties */
a:link {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/* Sets active link properties */
a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/* Sets visited link properties */
a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/* Sets header 1 properties */
h1 {
	font-size: 14px;
	color: #333333;
}

/* Sets header 2 properties */
h2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

/* Sets table properties */
table, td, th, tr {
	padding:0;
	margin:0;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
}

/* Sets properties of forms */
form {
	margin: 0px;
	padding: 2px;
	font-size: 10px; 
	color: #333333;
}

input{
	padding: 1px;
	vertical-align:middle;
	height: 20px;
	font-size: 10px; 
	color: #333333;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	vertical-align:middle;
	height: 18px;
	font-size: 10px; 
	}

option {
font-size: 10px; 
}
input.submit{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border:1px solid #333333;
	}

.red {
	color: #FF0000;
	}
	


/* ------------------------------End General Element Overides------------------------------ */




/* ---------------------------------Start of Custom Classes-------------------------------- */

table.top {
	width: 800px;
	height: 356px;
	border: 0; 
	align: center;
	background-image:url(images/top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}

td.insidetop {
	height:272px;
	vertical-align: top;
	}

table.logo {
	width:800px;
	height:134px;
	}

td.center {
	text-align:center;
	}
	
table.links {
	width:800px;
	height:32px;
	border:0;
	}

table.maincontent {
	width:700px;
	height:200px;
	border:0;
	text-align:center;
	}

table.bottom {
	width:791px;
	height:250px;
	border:0;
	text-align:center;
	background-image: url(images/bottom.jpg);
	}

div.center {
	text-align:center;
	}
/* ----------------------------------End of Custom Classes--------------------------------- */




/* -------------End CSS Style Sheet Document for Highland Adventure Website---------------- */
