﻿*
{
	margin: 0;
	padding: 0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background-color: #BFBFBF;
}
td
{
	vertical-align: top;
}
td.fieldname
{
   text-align: right;
   font-weight: bold;
}
p
{
	font-size: 1.4em;
	line-height: 1.4;
	min-width: 30em;
	max-width: 50em;
	padding-top: 1em;
}
div.main
{
	width: 800px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
div.bulletlist li
{
	font-size: 1.4em;
	line-height: 1.4;
	list-style: none;
	background: url(images/bullet2.gif) no-repeat left top;
	padding-left: 30px;
}
div.bulletlist li ul li
{
	font-size: 1em;
}
#header
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: Black;
	height: 65px;
	width: 800px;
	position: relative;
	background-image: url(images/lolopop_header_bg.gif);
	background-repeat: repeat-x;
}
#header h1, #header h2, #header h3
{
	position: absolute;
	padding: 0;
	margin: 0;
}
#header h1
{
	top: 5px;
	left: 8px;
}
#header h2
{
	top: 0px;
	left: 201px;
}
#header h3
{
	top: 0px;
	left: 376px;
}
#headerlinks
{
	float: right;
	font-size: 1.2em;
	padding: 6px 6px 8px 10px;
}
#headerlinks a:link,
#headerlinks a:visited,
#headerlinks a:hover,
#headerlinks a:active
{
	color: Black;
	text-decoration: none;
}
#maintext
{
	width: 100%;
	text-align: center;
}
#maincontent
{
	width: 600px;
	text-align: center;
}
#leftcontent
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 6px 10px 6px 8px;
}
#centercontent
{
	position: relative inherit;
	width: 600px;
	top: 0px;
	left: 0px;
	margin-left: 100px;
}
#rightcontent
{
	left: 100px;
	position: absolute;
	top: 0px;
}
#footer
{
	padding: 0px;
	margin: 0px;
	height: 62px;
	width: 800px;
	visibility: visible;
	position: relative;
}
#footertext
{
   text-align: center;
   padding-top: 5px;
   padding-bottom: 5px;
}
#footermenu
{
	text-align: center;
	padding-top: 3px;
}
#container
{
	position: relative;
	top: 20px;
	width: 800px;
}
#centercontenttext
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 600px;
}
.sectiontitle
{
	font-weight: bold;
	font-size: 1.8em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: white;
	width: 100%;
	background-image: url(images/section_title_bg.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	vertical-align: middle;
}
#menu
{
	width: 100%;
	float: left;
	background: url(images/menu-bg.gif) repeat-x top;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
}
#menu li
{
	width: 14em;
	float: left;
	border-right: 1px solid #000;
	position: relative;
}
div#menu ul ul
{
	display: none;
}
div#menu ul li:hover ul
{
	display: block;
}
#menu a
{
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 10px;
}
#menu a.mainnav
{
	color: #fff;
	background: url(images/menu-bg.gif) repeat-x top;
}
#menu a:hover.mainnav
{
	color: #fff;
	background: url(images/menu-hover-bg.gif) repeat-x top;
}
#menu a.subnav
{
	color: #fff;
	background: #701A6D;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
}
#menu a:hover.subnav
{
	color: #701A6D;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
}
#logincontrol
{
	position: relative;
	left: 175px;
	font-size: 1.4em;
	font-weight: bold;
}
#pw_rec_control
{
	position: relative;
	left: 140px;
	font-size: 1.4em;
	font-weight: bold;
}
