﻿body
{
	background-image: url(../Images/cloudbg.png);
	background-repeat: repeat-x;
	text-align: center;
	min-width: 80%;
}

A:link
{
	color: #4e6c8e;
}

A:visited 
{
	color: #4e6c8e;
}

A:active 
{
	color: #4e6c8e;
}

A:hover 
{
	color: #2D88E2;
}

#mainNav
{
    position: absolute;
    left: 400px;
    top: 90px;
    z-index: 1;
    width: 750px;
    padding: 0;
    margin: 0;
}

#mainNav li
{
    display: inline;
    list-style: none;
    width: 121px;
    height: 29px;
}

#mainNav a:hover
{
	/*nothing pretty so we dont break paths to files */
	background-image: url(../Images/navButtonHoverBg.PNG);
	text-decoration: underline;
}

#mainNav a
{
	font-family: "Trebuchet MS" , Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: 15px;
	display: block;
	float: left;
	border-right: 1px #FFFFFF solid;
	text-align: center;
	background-image: url(../Images/navButtonBg.PNG);
	width: 121px;
	height: 29px;
	text-decoration: none;
	vertical-align: middle;
}

#mainNav li .none
{
    border-right: none;
}

#mainWrapper
{
    position: relative;
    top: 140px;
    z-index: 1;
    margin: 0 auto;
    width: 80%;
    text-align: left;
    bottom: 0px;
}

#slogan
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#footer
{
    text-align:center;
    font-size: 12px;
    color: #888888;
    font-family: Arial;
}

h2
{
	color: #2D88E2;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Verdana, Sans-Serif;
} 

h1
{
	color: #000000;
	font-weight: bold;
	font-size: 28px;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
} 