﻿@import url("/App_Themes/Default/global.css");

/* ############################################################################
   ##
   ##  Home Page Styles 
   ##
   ##  The styles in this file are intended to override styles in global.css
   ##  but global.css is still loaded.
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

body  {
}

/* ####################################
   Template Page Objects
   ################################## */

#page-content-outer
{
	display: block;
	margin: 0px;
	padding: 0px;
	background: transparent url(/images/templates/bg-page-content-home.gif) top left no-repeat;
	height: 269px;
	overflow: hidden;
}

#page-content-inner
{
	margin: 0px;
	padding: 0px;
	background: none;
}

#page-search
{
    background: none;
}

#page-content-base
{
    display: none;
}

#page-content-base div
{
    display: none;
}

#page-links-outer
{
    width: 525px;
}

#copyright
{
    width: 525px;
}

#home-page-feature
{
    margin: 5px 0px 0px 0px;  
}

#home_page_anchors
{
	margin: 0px;
	padding: 0px;
}

#home_page_anchors li
{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 30px;
	
	width: 103px;
	height: 21px;
	background: transparent url(/images/templates/bg_home_page_anchor_link.gif) top left no-repeat;
	
	list-style: none;
}

#home_page_anchors li a
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#home_page_content
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#home_page_announcements
{
	float: left;
	width: 220px;
	
	margin: 15px 20px 0px 0px;
	padding: 30px 20px 0px 0px;
	
	background: transparent url(/images/templates/bg_announcements.gif) top left no-repeat;
	border-right: 1px dashed #A7C5DE;
}

#home_page_announcements ul
{
	margin: 0px;
	padding: 0px;
}

#home_page_announcements ul li
{
	margin: 0px 0px 4px 0px;
	list-style: none;
	line-height: 120%;
}

#home_page_promotion
{
	float: left;
	width: 220px;
	
	margin: 15px 0px 0px 0px;
	padding-top: 30px;
	
	background: transparent url(/images/templates/bg_information_pack.gif) top left no-repeat;
}
