@charset "utf-8";
body {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(/assets/template_assets/template_background1.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#header {
	background-color: #FFF;
	height: 475px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}

#body {
	background-color: #FFF;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 60px;
	position: absolute;
	margin-top: 475px;
	min-height: 850px;
}
#home_page_text_area1 {
	background-color: #3C6;
	width: 270px;
}

#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
}
#topmenubar1 {
	position:absolute;
	left:24px;
	top:413px;
	width:17px;
	height:31px;
	z-index:9;
	visibility:visible;
}
#topmenubtn1 {
	position:absolute;
	left:41px;
	top:413px;
	width:61px;
	height:31px;
	z-index:10;
	visibility:visible;
}
#topmenubar2 {
	position:absolute;
	left:102px;
	top:413px;
	width:21px;
	height:31px;
	z-index:11;
	visibility:visible;
}
#topmenubtn2 {
	position:absolute;
	left:123px;
	top:413px;
	width:88px;
	height:31px;
	z-index:12;
	visibility:visible;
	background-color: #FFFFFF;
}
#topmenubar3 {
	position:absolute;
	left:211px;
	top:413px;
	width:10px;
	height:31px;
	z-index:13;
	visibility:visible;
	background-color: #FFFFFF;
}
#topmenubtn3 {
	position:absolute;
	left:221px;
	top:413px;
	width:89px;
	height:31px;
	z-index:14;
	visibility:visible;
	background-color: #FFFFFF;
}
#topmenubar4 {
	position:absolute;
	left:310px;
	top:413px;
	width:443px;
	height:31px;
	z-index:15;
	visibility:visible;
	background-color: #FFF;
}
#topmenubtn4 {
	position:absolute;
	left:753px;
	top:413px;
	width:65px;
	height:31px;
	z-index:16;
	visibility:visible;
}
#topmenubar5 {
	position:absolute;
	left:818px;
	top:413px;
	width:20px;
	height:31px;
	z-index:17;
	visibility:visible;
}
#topmenubtn5 {
	position:absolute;
	left:838px;
	top:413px;
	width:66px;
	height:31px;
	z-index:18;
	visibility:visible;
}
#topmenubar6 {
	position:absolute;
	left:904px;
	top:413px;
	width:16px;
	height:31px;
	z-index:19;
	visibility:visible;
}
#topmenubtn6 {
	position:absolute;
	left:920px;
	top:413px;
	width:76px;
	height:31px;
	z-index:20;
	visibility:visible;
}
#bottommenuleft {
	position:absolute;
	left:0px;
	top:444px;
	width:41px;
	height:31px;
	z-index:21;
	visibility:visible;
	background-color: #FFF;
}
#bottommenucenter {
	position:absolute;
	left:41px;
	top:438px;
	width:940px;
	height:31px;
	z-index:22;
	visibility:visible;
}
#bottommenuright {
	position:absolute;
	left:981px;
	top:444px;
	width:39px;
	height:36px;
	z-index:23;
	visibility:visible;
	background-color: #FFF;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	position: absolute;
	width: 950px;
	left: 0px;
	margin: 0px;
	height: 31px;
	padding: 0;
	z-index: 7777777777777777;
	background-repeat: repeat-x;
	background-image: url(/assets/template_assets/spry_menu_bar_graphics/bottom_menu_no_dash.jpg);
	top: 6px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 69px;
	float: left;
	height: 31px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	background-color: #FFF;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 7em;
	white-space: normal;
	margin: 0px;
	clear: left;
	float: left;
	padding: 0px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #1D1D1D;
	text-decoration: none;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 0.45em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-image: url(/assets/template_assets/spry_menu_bar_graphics/bottom_menu.jpg);
	height: 31px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
	background-image: url(/assets/template_assets/spry_menu_bar_graphics/bottom_menu.jpg);
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
	z-index: auto;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: repeat-x;
	background-image: url(/assets/template_assets/spry_menu_bar_graphics/bottom_submenu.jpg);
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu1 {
	background-repeat: repeat-x;
	background-image: url(/assets/template_assets/spry_menu_bar_graphics/MenuBarItemSubmenu2_background.jpg);
	position: relative;
	top: -10px;
	height: 37px;
	padding-top: 12px;
	text-indent: 5;
	text-align: left;
	background-position: 0% 0%;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu2 {
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-image: url(/assets/template_assets/spry_menu_bar_graphics/MenuBarItemSubmenu1_background.jpg);
	position: relative;
	top: -10px;
	height: 37px;
	padding-top: 12px;
	text-indent: 5;
	text-align: left;
	overflow: auto;
	background-color: #98CB00;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: repeat-x;
	background-position: 0px 0%;
	background-image: url(/assets/template_assets/spry_menu_bar_graphics/bottom_submenu_hover.jpg);
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: none;
	background-repeat: repeat;
	background-position: 50px;
	background-color: #F66;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}

#bodyleftspacer {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:246px;
	z-index:1;
	visibility:visible;
}
#adtextarea1 {
	position:absolute;
	left:734px;
	top:0px;
	width:51px;
	height:23px;
	z-index:3;
	visibility:visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#adtextarea2 {
	position:absolute;
	left:785px;
	top:0px;
	width:190px;
	height:23px;
	z-index:4;
	visibility:visible;
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#addividertop {
	position:absolute;
	left:734px;
	top:23px;
	width:286px;
	height:5px;
	z-index:5;
	visibility:visible;
}
#adspace {
	position:absolute;
	left:734px;
	top:28px;
	width:286px;
	z-index:6;
	visibility:visible;
	background-image: url(/assets/template_assets/body_v2/ad_space.jpg);
	background-repeat: repeat-y;
	min-height: 765px;
}
.body_content_area {
	background-color: #FFF;
	width: 690px;
	padding: 0px;
	margin-left: 35px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
}
.body_content_area_magazine1 {
	width: 130px;
	padding: 0px;
	margin-left: 35px;
	margin-top: -5px;
	text-align: center;
	vertical-align: top;
	height: 750px;
	overflow: auto;
}
.body_content_area_magazine2 {
	width: 130px;
	padding: 0px;
	margin-left: 35px;
	margin-top: -5px;
	text-align: left;
	vertical-align: top;
	height: 50px;
	overflow: auto;
}
.body_content_area_magazine3 {
	width: 850px;
	margin-left: 0px;
	margin-top: -5px;
	text-align: center;
	vertical-align: top;
	height: 800px;
	overflow: auto;
	float: right;
	padding-top: 13px;
}
#homespace1 {
	position:absolute;
	left:24px;
	top:0px;
	width:5px;
	height:408px;
	z-index:2;
	visibility:visible;
	background-color: #000;
}
#homespacer2 {
	position:absolute;
	left:24px;
	top:408px;
	width:972px;
	height:5px;
	z-index:12;
	visibility:visible;
	background-color: #000;
}

#homespacer3 {
	position:absolute;
	left:516px;
	top:0px;
	width:3px;
	height:408px;
	z-index:4;
	visibility:visible;
	background-color: #000;
}
#homespacer4 {
	position:absolute;
	left:519px;
	top:241px;
	width:472px;
	height:3px;
	z-index:8;
	visibility:visible;
	background-color: #000;
}
#homespacer5 {
	position:absolute;
	left:647px;
	top:244px;
	width:3px;
	height:164px;
	z-index:10;
	visibility:visible;
	background-color: #000;
}

#homespacer6 {
	position:absolute;
	left:991px;
	top:0px;
	width:5px;
	height:408px;
	z-index:6;
	visibility:visible;
	background-color: #000;
}
#homeimage1 {
	position:absolute;
	left:29px;
	top:0px;
	width:487px;
	height:408px;
	z-index:3;
	visibility:visible;
}
#homeimage2 {
	position:absolute;
	left:519px;
	top:0px;
	width:472px;
	height:241px;
	z-index:5;
	visibility:visible;
	background-color: #000;
}
#homeimage3 {
	position:absolute;
	left:519px;
	top:244px;
	width:128px;
	height:164px;
	z-index:9;
	visibility:visible;
}
#homeimage4 {
	position:absolute;
	left:650px;
	top:244px;
	width:341px;
	height:164px;
	z-index:11;
	visibility:visible;
}

#homesidebarleft {
	position:absolute;
	left:0px;
	top:0px;
	width:24px;
	height:413px;
	z-index:1;
	visibility:visible;
}
#homesidebarright {
	position:absolute;
	left:996px;
	top:0px;
	width:24px;
	height:413px;
	z-index:7;
	visibility:visible;
}
#feature_123_boxsize {
	background-color: #63F;
	width: 200px;
}


