@charset "UTF-8";

*
{
		margin:0;
		padding:0;
}

body
{
		padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		background-color: #000000;
		margin: 10px 0px 20px;
		float: none;
}

.footer
{
		font-size: 70%;
		height: 100px;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
}

.destination-header
{
		font-size: 129%;
		color: #FFFFFF;
		font-weight: normal;
}

.destination-text
{
		font-size: 70%;
		color: #FFFFFF;
		margin: 3px;
		padding: 3px;
}

.destination-background
{
		background-repeat: no-repeat;
		padding: 10px;
		background-color: #000000;
	}

.subfooter
{
		font-size: 70%;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 10px;
		height: 25px;
		font-weight: normal;
		margin: 0px;
}

/* regular link colors */

a:link
{
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
}

.table-main
{
		background-image: url(/img/geotourism-state-background.jpg);
		height: 600px;
		width: 960px;
		border-style: none;
		border-color: #000000;
		background-repeat: no-repeat;
}

a:visited
{
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
}

a:hover
{
		font-weight: normal;
		color: #CCCCCC;
		text-decoration: none;
}

a:active
{
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
}


/* end regular link colors */

/* alternate link colors */

.searchbar
{
		padding: 3px;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 130%;
}

.searchbar a:link
{
		color: #000000;
		text-decoration: none;
}

.searchbar a:visited
{
		color: #000000;
		text-decoration: none;
}

.searchbar a:hover
{
		text-decoration: none;
		color: #CCCCCC;
}

.searchbar a:active
{
		color: #000000;
		text-decoration: none;
}

/* end alternate link colors */

/* alternate one link colors */

.searchbar-1
{
		text-decoration: none;
		font-weight: normal;
		font-size: 90%;
		color: #333333;
		padding-top: 3px;
}

.searchbar-1 a:link
{
		text-decoration: none;
		font-weight: normal;
		color: #333333;
}

.searchbar-1 a:visited
{
		text-decoration: none;
		color: #333333;
}

.searchbar-1 a:hover
{
		text-decoration: none;
		color: #666666;
}

.searchbar-1 a:active
{
		text-decoration: none;
		color: #333333;
}

/* end alternate one link colors */

/* style form */

select
{
		background-color: #000000;
		color: #FFFFFF;
		font-weight: bold;
		margin: 4px;
}
