﻿/*BODY ______________________________________*/

body.HRArev4 {

	background:#B5181C;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

/*TOP PORTION ______________________________________*/

 #header {
	background:#CCC;
	padding: 2px 0px;
	color: #009;
	line-height: 2em;
	
} 
 #header h1 {
	margin: 0;
	font-size: 55px;
	color: #009;
	padding: 10px 0;
	background-color: #CCC;
	font-style: oblique;
	text-transform: capitalize;
}
 #header h2 {
	font-style:normal;
	margin: 0;
	padding: 10px 0;
	background-color: #CCC;
}

.horizlist {
	color: #00F;
	display: inline;
	list-style:none
}
/*CONTAINER AREA _____________________________________________*/

 #container {
	width: 95%;
	height:auto;
	background-color:#CCC;
	margin: 1% auto;
	border: 0px solid #000000;
	text-align: center;
	color: #B5181C;
}

#twostorestitle {
	vertical-align: middle;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	margin-top:1em;
	font-size: 18px;
	font-weight: bold;
	color: #B5181C;
	margin-bottom: auto;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*LEFT NAVIGATION BAR__________________________________________________________*/
 #sidebarleft {
	font-size:16px;
	float: left;
	width: 50%;
	height:100%;
	background-color:#FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
 #sidebarleft h1 {
	margin-left: 10px;
	margin-right: 10px;
	color: #B5181C;
} 
 #sidebarleft h3 {
	margin-left: 10px;
	margin-right: 10px;
	color: #B5181C;
	font-size: 26px;
} 
 #sidebarleft p {
	margin-left: 0px; 
	margin-right: 0px;
	color: #DDD;
} 
#partystorebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #CCC;
	color:#000;
	width:auto;
	padding: 10px;
	margin:0;
	border-top:6px solid #009;
	border-right:3px solid #009;
}
 
 #partystorebox h4 {
	width: auto;
	line-height: normal;
	color:#000;
	font-size: 16px;
}

#partystorebox a:link, #equipstorebox a:link {
	color:#009;
	text-decoration:none;
}

#partystorebox a:visited, #equipstorebox a:visited {
	text-decoration: none;
	color: #B5181C;
}

#partystorebox a:hover, #equipstorebox a:hover {
	text-decoration:underline;
	color: #F30;
	}
#partystorebox a:active, #equipstorebox a:active {
	text-decoration:underline;
	color:#00B250;
	font-weight: bold;
	}


/*RIGHT NAVIGATION BAR__________________________________________________________*/
 #sidebarright {
	font-size:16px;
	float: left;
	width: 50%;
	height:100%;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	 
}
 #sidebarright h1 {
	margin-left: 10px;
	margin-right: 10px;
	color: #B5181C;
} 
 #sidebarright h3 {
	margin-left: 10px;
	margin-right: 10px;
	color: #B5181C;
	font-size: 26px;
} 
 #sidebarright p {
	margin-left: 0px; 
	margin-right: 0px;
	color: #DDD;
} 	 
	#equipstorebox  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #CCC;
	width:auto;
	padding: 10px;
	margin:0;
	color: #000;
	border-top:6px solid #009;
	border-left:3px solid #009;
	
}
 #equipstorebox  h4 {
	width:auto;
	line-height: normal;
	font-size: 16px;
	  }
	  
	  /*Links only:*/

a:link {
	color:#D4EC84;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
a:visited {
	text-decoration: none;
	color: #D4EC84;
}
a:hover {
	text-decoration:underline;
	color: #F30;
}
a:active {
	text-decoration:underline;
	color: #F90;
	font-weight: bold;
}

  /*Links only:*/

#navlinks {
	margin: 0 0 0 0;
	padding: 1em 0em 1em 0em;
	background-color:#009;
}

#navlinks li {
	display: inline;
	font-weight: bold;
	color: #D4EC84;
	margin-bottom:1em;
	margin-top:-1em;
	
}
#navlinks li.first {
	border-right: 2px solid #D4EC84;
	padding: 0 2em 0em 2em;
	float:left;
	text-align:center;
}
#navlinks li.last {
	padding: 0 2em 0 2em;
	float:left;
}

#navlinks li.date {
	float:right;
	padding-right:2em;
}

/*FOOTER AREA_________________________________________________________________*/
#footernavbar {
	background-color:#009;
	margin-top: -18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	text-align: right;
}

#footernavbar li {
	display: inline;
	font-weight: bold;
	color: #D4EC84;
	margin-bottom:1em;
	margin-top:-1em;
	line-height: 2em;
}
#footernavbar li.first {
	border-right: 2px solid #D4EC84;
	padding: 0 2em 0em 2em;
	float:left;
}
#footernavbar li.last {
	padding: 0 1em 0 1em;
	float:left;
}
