﻿/*
	Global Stylesheet
	=================
*/

/* Universal Selector */
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* Body Selector */
body 
{
	background: #bbd4ec;
	background-image: url(../images/background-gradient.gif);
	background-repeat: repeat-x;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* Root Container
	Contains the header background overlay
*/
div#root-container
{
	background-image: url(../images/header-background-overlay.png);
	background-repeat: no-repeat;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Primary Container */
div#primary-container
{
	margin-left: 43px;
	margin-right: 37px;
	margin-top: 98px;
	margin-bottom: 0px;
	width: 944px;
	overflow: hidden;
}

/* Header Container */
div#header-container
{
	overflow: hidden;
}

/* Anthem Logo */
img#anthem-logo
{
	width: 111px;
	height: 25px;
	margin: 17px 15px 13px 0px;
	float: right;
	display: none;
}

/* Empire Logo */
img#empire-logo
{
	width: 160px;
	height: 47px;
	margin: 0px 0px 0px 0px;
	float: right;
	display: none;
}

/* Georgia Logo */
img#georgia-logo
{
	width: 240px;
	height: 53px;
	margin: 0px 15px 0px 0px;
	float: right;
	display: none;
}

/* California Logo */
img#california-logo
{
	width: 150px;
	height: 57px;
	margin: 0px 15px 0px 0px;
	float: right;
/*	display: none;*/
}

/* Footer */
div#footer
{
	margin-left: 11px;
	margin-top: 14px;
	overflow: hidden;

}

div#footer div#footer-copy
{
		text-align: center;
}

div#footer div#social-media
{
	float: right;
	margin-right: 15px;
	color: #5C666F;
	font-size: 12px;
}

div#footer div#social-media img
{
	vertical-align: middle;
}

/* Global Anchor Color */
a
{
	color: #649ED4;
}
