@charset "UTF-8";
/* CSS Document */

/*STRUCTURE*/

body { 
    margin: 0px;
    padding: 0px;
    background-color: white;
    background-image: url(assets/images/backgrounds/page-background.png);
    background-repeat: repeat-y;
    background-position: center top;
}
#top {
	height: 175px;
	width: 100%;
	background-image:url(assets/images/backgrounds/logo.png);
}
#content {
	width: 925px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	height: 100%;
	width: 100%;
	background-image:url(assets/images/backgrounds/logo-3.png);
	background-repeat: repeat-x;
}

/*BACKGROUNDS/LOGO/TOP-NAVIGATION*/

#top-content {
	width: 925px;
	height: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slogan {
	width: 600px;
	margin-top: -180px;
	height: 70px;
	margin-left: 375px;
}
#buttons {
	margin-top: 3px;
	margin-left: 438px;
	height: 85px;
	width: 430px;
}
#nav-buttons {
	margin-top: -83px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

/*BODY: These are the default content sizes.  To expand the height of the page, use the inmbeded styles on each page accordingly. Don't forget to detach template plages.*/
/*
#navbar-left {
	height: 600px;
	width: 345px;
	float: left;
}
#content-right {
	height: 600px;
	width: 600px;
	float: none;
	margin-left: 350px;
	margin-top: -12px;
}
*/
/*FOOTER*/

#footer-content {
	width: 925px;
	height: 110px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}
#spacer {
	float: left;
	margin-top: -12px;
	margin-left: -3px;
}
#address {
	float: left;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: -2px;
	margin-left: 168px;
}
#bottom-info {
	float: left;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
}

/*LINK AND ROLLOVER STYLES*/

#links a:link      {color: #FFFFFF; text-decoration: none;}
#links a:visited   {color: #FFFFFF; text-decoration: none;}
#links a:hover     {color: #FF6600; text-decoration: none;}
#links a:active    {text-decoration: none;}

#links-alt a:link      {color: #CC6600; text-decoration: none;}
#links-alt a:visited   {color: #CC6600; text-decoration: none;}
#links-alt a:hover     {color: #CC0000; text-decoration: none;}
#links-alt a:active    {text-decoration: none;}

#links-ul a:link      {color: #000099; text-decoration: none;}
#links-ul a:visited   {color: #000099; text-decoration: none;}
#links-ul a:hover     {color: #CC6600; text-decoration: none;}
#links-ul a:active    {text-decoration: none;}

#links-left a:link      {color: #FFFF00; text-decoration: none;}
#links-left a:visited   {color: #FFFF00; text-decoration: none;}
#links-left a:hover     {color: #FFFFFF; text-decoration: none;}
#links-left a:active    {text-decoration: none;}




