﻿/* Color reference

Orange light -> dark
#e06419 (muted)
#f16c1b
#ff7b27 (brighter)

Teal shades light -> dark
#45cfd7
#00a4ae
#117375

Grey shades light -> dark
#bec5ca
#7d8c96
#6f7e87
#4A5650
#535353
#564a44
#2e2e2e

*/

body
{
	color: #ffffff;
	font-family:Tahoma, Verdana, Arial Helvitica;
	font-weight: normal;
	font-size: 1.0em;
	background-color: #000000;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Tahoma, Verdana, Arial Helvitica;
	margin:1em 0 1em 0;
	font-weight: normal;
}

h1
{
	font-size:1.6em;
}

h2
{
	font-size:1.4em;
}

h3
{
	font-size:1.2em;
}

a:link {text-decoration: none; color: #e06419; font-weight: normal;}
a:visited {text-decoration: none; color: #e06419; font-weight: normal;}
a:hover {text-decoration: none; color: #117375; font-weight: normal;}
a:active {text-decoration: none; color: #2e2e2e; font-weight: normal;}  

#container
{
	width: 960px;
	margin: 0px auto;
}

#footer
{
	font-size: 0.8em;
	color: #535353;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

#footer hr
{
	height: 1px;
	color: #535353;
	background-color: #535353;
	border: none;
	margin-bottom: 20px;
}

#footer h3
{
	font-size: 1.0em;
	text-transform: uppercase;
}

#footer ul
{
	padding-left: 3px;
}


#footer li
{
	list-style-type: none;
}

#footer .cell
{
	text-align: left;
	float: left;
	margin: 0 10px;
	width: 300px;
}

#footer .spacer
{
	float: left;
	width: 10px;
}

#content 
{
	min-height: 600px;
}

a.main-link {font-size: 2em; text-decoration: underline;}
a.main-link:hover {cursor: pointer;}

.png-fix { }