﻿h1
{
    color: #FF8C00;
    font-weight: bold;
    bottom: 0;
    font-size: xx-large;
    margin-bottom: 2px;
    padding-bottom: 50px;
}


h2
{
   color:#FF8C00;
   
   font-weight:bold;
   bottom:0;
   font-size:larger;
   margin-bottom: 2px; padding-bottom: 0px

}

P
{
    font-family: Veranda,Georgia,Arial;
    font-size: smaller;
    color: #000000;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 1px;
    padding-top: 0px;
    
    
}



#links li {
	list-style: none;
}
#links li a {
	
	display: block;
	width: auto;
	height: 17px;
	background: #FFEFD5;
	margin-bottom: 8px;
	padding: 7px;
	font: bold 12px Veranda;
	color: #8B4515;
	text-decoration: underline;
	
}


/* START Andrews Code 
@charset "UTF-8";*/

/* TAG Definitions */
body {
	background-color: #ffffff;
	background-image: url(./App_Themes/Standard/images/bground.gif);
	background-repeat: repeat-x;
	margin: 0px;
	}
	
a:link {
	color: inherit;
	color: #ffffff !important;
	text-decoration: none;
	}
	
a:visited {
	color: White;
	text-decoration: none;
	}
	
a:active {
	color: #ef6620;
	}
	
a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
img {
	border: 0px;
	}
	
	
/* ID Definitions */


	
#base {
	width: 980px;
	margin: 0px auto 0px auto;
	}
	
#header {
	height: 105px;
	}
	
#subHead {
	height: 43px;
	padding-top: 8px;
	}
	
#sideNav {
	width: 210px;
	float: left;
	margin-top: 20px;
	margin-right: 17px;
	}
	
	
	
/* SideNav Rounded Rectangle - Dynamic! */
dl {
	width: 210px;
	margin: 0px;
	padding: 0px;
	background: #39AECF url(../App_Themes/Standard/images/box_bottom.gif) no-repeat bottom left;
	}

dt {
	margin: 0px 0px 8px 0px;
	padding: 10px 0px 0px 10px;
	background: #39AECF url(../App_Themes/Standard/images/box_top.gif) no-repeat top left;
	}
	
.secondary {
	background: none;
	}

dd {
	margin: 0 0 0 10px;
	padding: 0px 0px 10px 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.1em;
	}
/* END SideNav Rounded Rectangle */

	
#content {
	width: 734px;
	float: left;
	margin-top: 20px;
	padding-left: 18px;
	border-left: 1px solid #dfdfdf;
	}
	
#footer {
	width: 100%;
	/*background-color: #f2f1d6;*/
	background-color:#61B7CF;
	margin-top: 20px;
	padding-top: 10px;
	}
	
#footerContent {
	width: 980px;
	height: 130px;
	margin: 0px auto 0px auto;
	}
	
#footerContent .left {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	}
	
#footerContent .right {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	text-align: right;
	line-height: 1.8em;
	}
	
#splash {
	text-align: right;
	margin-top: -22px;
	margin-bottom: 10px;
	}
	
#LoggedInSplash{
	text-align: right;
	margin-top: 80px;
	margin-bottom: 10px;
	}
	
#list {
	width: 594px;
	margin-top: 10px;
	float: left;
	}
	
#listHeader {
	width: 100%;
	min-height: 53px;
	background-image: url(./App_Themes/Standard/images/list_header.gif);
	background-repeat: no-repeat;
	}
	
#listBase {
	width: 584px;
	background-image: url(./App_Themes/Standard/images/list_base.gif);
	background-repeat: repeat-y;
	padding: 5px 5px 12px 5px;
	}
	
#listFooter {
	margin-top: 20px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	}
	
#listFooter textarea {
	width: 588px;
	height: 100px;
	}
	
#sideFloat {
	width: 123px;
	float: left;
	min-height: 360px;
	margin: 10px 0px 0px 14px;
	background-image: url(./App_Themes/Standard/images/list_mylist.gif);
	background-repeat: no-repeat;
	background-color: #f2f1d6;
	}
	
	


/* CLASS Definitions */
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	}

.navButton {
	/*background-image: url(./App_Themes/Standard/images/topNav_inactive.png);*/
	font-size: 109px;
	}
	
.navButton:link {
	margin-left: -4px;
	}
	
.navButton:hover {
	/*background-color: Green;
	background-image: url(./App_Themes/Standard/images/topNav_hover.gif);*/
	}
	
.adBanner {
	width: 734px;
	overflow: hidden;
	}
	
.buttonBar {
	margin: 5px 0px 10px 2px;
	background-image: url(./App_Themes/Standard/images/buttonbar_inactive.gif);
	background-repeat: no-repeat;
	font-size: 62px;
	}
	
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-image: url(./App_Themes/Standard/images/overlay_bg.png);
	}
	
.overlayCenter {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -110px 0px 0px -210px;
	padding: 10px;
	width: 400px;
	min-height: 200px;
	background-color: #ffffff;
	}
	
	#BlogPostHeading {
	width: 734px;
	/*background-color: #F2F1D6;*/
	background-image: url(../App_Themes/Standard/images/BlogPostHeading.png);
	background-repeat:no-repeat;
	float:left;
	margin:0px;
    padding-bottom:10px;
	}
	
	#BlogPost{
	width: 734px;
	background-color: #F2F1D6;
	float:left;
	margin:0px;
	padding-bottom:10px;
	}
	
	#BlogContent
	{
	float:left; 
	color:Black; 
	font-size:large; 
	text-align:left; 
	line-height:1.5; 
	margin-left:10px; 
	margin-right:4px;
	/*<a href="http://blog.Packingwiz.com" style="float:left; color:Black; font-size:large; text-align:left; line-height:1.5; margin-left:10px; margin-right:4px;">*/
	}
	
.SideNavigationLinkMotif a:link {color:Green;}
.SideNavigationLinkMotif a:visited {color: Green;}
.SideNavigationLinkMotif a:hover {background-color: Green;}
.SideNavigationLinkMotif a:hover {font-weight:bold;}
.SideNavigationLinkMotif a:hover {font-size: large;}
.SideNavigationLinkMotif a:active {color:Green;}
.SideNavigationLinkMotif a:{text-decoration: none
