@charset "utf-8";
@charset "UTF-8";

/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C60;
}
/* 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: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* 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;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* 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: 8.2em;
}
/* 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
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #000;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #9CF;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	background-image: url(/images/menubutton.png);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
ul.MenuBarHorizontal a.highlight
{
	display: block;
	cursor: pointer;
	background-color: #9CF;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	background-image: url(/images/menubutton-highlight.png);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-image: url(/images/menubuttonhover.png);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
ul.MenuBarHorizontal a.highlight:hover
{
	background-color: #33C;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-image: url(/images/menubutton-highlight-hover.png);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* 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
{
	background-color: #33C;
	color: #FFF;
}

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

 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
{
	/* Removed for faster load since isn't used - Emmett */
	/* background-image: url(SpryMenuBarDown.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C60;
}
/* 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 ul a.MenuBarItemSubmenu
{
	/* background-image: url(SpryMenuBarRight.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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-image: url(SpryMenuBarDownHover.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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: url(SpryMenuBarRightHover.gif); */
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

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

 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);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*
*
* My CSS Stuff
*
*/
body  {
	margin: 0;
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/emmettlollis_background_gradient.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#ad_double300x250 {
	height: 260px;
	width: 615px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	_overflow-y: scroll ;
	_overflow-x: hidden ;
	_position: relative ;
} 
.thrColFixHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: auto;
	margin-top: 0px;
}
#rightsidebar {
	float: right;
	width: 160px;
	top: 0px;
}

.thrColFixHdr #mainContent {
	font-family: "Times New Roman", Times, serif;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 625px;
	border-right-width: thin;
	border-right-style: none;
	background-color: #E0E0FF;	/*text-align: center;*/
	float: left;
} 
.thrColFixHdr #searchContent {
	font-family: "Times New Roman", Times, serif;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 800px;
	border-right-width: thin;
	border-right-style: none;
	background-color: #FFF;	/*text-align: center;*/
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#skyscraper {
	float: right;
	height: 600px;
	width: 160px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	font-weight: normal;
	text-decoration: none
}
a.sidebartext:hover {
	color: #0FF;
	font-weight: bold
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#restorationfilepicker {
	background-color: #CCC;
	height: 200px;
	width: 500px;
}

a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
#bottombar {
	bottom:0px;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);
}
#google_ad_leaderboard {
	height: 90px;
	width: 728px;
}
#google_adlink_468x15 {
	height: 30px;
	width: 468px;
}
#google_adlink_200x90_left {
	height: 90px;
	width: 200px;
	float: left;
}
#google_adlink_200x90 {
	height: 90px;
	width: 200px;
}
#google_ad_300x250 {
	height: 260px;
	width: 310px;
}

#google_ad_300x250_right {
	height: 260px;
	width: 320px;
	float: right;
	padding: 5 10 5 10;
}
#google_ad_336x280_right {
	height: 290px;
	width: 345px;
	float: right;
	padding-top: 5;
	padding-right: 10;
	padding-bottom: 5;
	padding-left: 10;
}
#google_ad_336x280_left {
	height: 290px;
	width: 355px;
	float: left;
	padding-top: 5;
	padding-right: 10;
	padding-bottom: 5;
	padding-left: 10;
	text-align: left;
}


#google_ad_336x280 {
	height: 280px;
	width: 336px;
	margin: 15px;
	padding: 15px;
}
.menubutton {
}
.menubutton a{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-image: url(/images/navbutton.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.menubutton a:hover{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-image: url(/images/navbutton-hover.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.addthis_toolbox .hover_effect{    width: 284px;    padding: 10px 0 6px 10px;    border: 3px solid #eee;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;}.addthis_toolbox .hover_effect div{    float: left;}.addthis_toolbox .hover_effect a{    border: 2px solid #fff;    padding: 2px 2px 2px 16px;    position: relative;    text-decoration: none;}.addthis_toolbox .hover_effect a:hover{    border: 2px solid #105CB6;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    background: #B4D3F8;    color: #105CB6;    text-decoration: none;}.addthis_toolbox .hover_effect span{    position: absolute;    width: 16px;    height: 16px;    top: 2px;    left: 1px;}
.tutorial_list {
	height: 50px;
	padding-top:5px;
	padding-bottom:5px;
}
.thumbnail {
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	border: 0;
}
.tutorial_description {
	display: block;
	width: 500px;
	margin-left: 75px;
}
.tutorial_image {
	background-color: #F4F4F4;
	border: 1px solid #999;
	padding: 15px;
	margin: 10px;
}
.indented {
	text-indent: 3em;
}

#bottom-bar {
	background-color: #9999FF;/* #F0F0F0; */
	border-top: 3px solid #000000;
	border-left: 3px solid #000000;
	/*border-right: 3px solid #CCCCCC;*/
	border-bottom: 3px solid #000000;
	bottom: 5px;
	right: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	height: 50px;
	position: fixed;
	width: 300px;
	z-index: 1000;
	-moz-border-top-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
 
#bottom-bar-frame {
	height: 50px ;
	margin: 0px 0px 0px 0px ;
	position: relative ;
}
 
#bottom-bar-content {
	padding: 18px 13px 13px 13px ;
	text-align:left;
}

/* To make up for scroll-bar. */
#bottom-bar {
	_bottom: -1px ;
	_position: absolute ;
	_right: 16px ;
}
 
/* To make up for overflow left. */
#bottom-bar-frame {
	_margin-left: 26px ;
	_margin-right: 26px ;
}
.searchBox {
	top: 0px;
	background-color: #69F;
	vertical-align: top;
	width: 295px;
}
.shortcut-box {
	width: 500px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.shortcut-box-left-cell {
	float: left;
	width: 350px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.shortcut-box-right-cell {
	float: left;
	width: 140px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
ul.gallery {
	list-style: none;
	margin: 0 0 10px 0;
}
ul.gallery li {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
ul.gallery a {
	padding: 2px;
	display: block;
	border: 2px #000 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}
ul.gallery a:hover { border: 2px #999 solid; }
.gallery a {
	background: white !important;
	border: 1px #000 solid;
	display: block;
	height: 100px;
	padding: 2px !important;
	width: 100px;
	text-align:center;
}
img.gallery {
	width:100px;
	height:100px;
}
.feed-button {
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}

.feed-button a {
	color: #444;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #d7d7d7;
	background-color: #eee;
	background-image: url(/images/feed-icon-28x28.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 32px;
}

.feed-button a:hover {
	color: #FFF;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #f2f2f2;
	background-color: #ccc;
	background-image: url(/images/feed-icon-28x28.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
.feed-button-small {
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}

.feed-button-small a {
	color: #444;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #d7d7d7;
	background-color: #eee;
	background-image: url(/images/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.feed-button-small a:hover {
	color: #FFF;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #f2f2f2;
	background-color: #ccc;
	background-image: url(/images/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
.emmettonplusbox {
	background-color: #FFF !important;
	width: 500px;
	border: thin solid #000;
	padding: 5px;
	margin-left: 55px;
	font-family: Impact;
	font-size: 20px;
}

