﻿*
{
	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: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	color: #633A11;
	background-color: #BFBFBF;
}
table 
{
	width: 560px;
}
div.main
{
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -500px; /* half the width of the div */
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
p
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	line-height: 2;
	min-width: 30em;
	max-width: 50em;
	padding: 10px 10px 10px 40px;
}
.p2
{
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	color: #72246B;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 40px;
}
div.faqlist li
{
	font-size: 1.2em;
	line-height: 2;
	list-style: none;
	background: url(images/bullet_pt2.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: 40px;
	background-position: 0 .4em;
}
div.bulletlist li
{
	font-size: 1.2em;
	line-height: 2;
	list-style: none;
	background: url(images/bullet_pt2.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: 60px;
	background-position: 0 .4em;
}
div.bulletlist li ul li
{
	font-size: 1.0em;
	padding-left: 20px;
	margin-left: 20px;
}
.button
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px;	
	color: #FFFFFF;
	background-color: #633A11;
	border-color: #633A11;
	height: 35px;
}
.button_add
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px;
	color: #FFFFFF;
	background-color:  #86C72B;
	border-color:  #86C72B;
	height: 30px;
}
.button_login
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px;
	color: #FFFFFF;
	background-color:  #86C72B;
	border-color:  #86C72B;
	height: 25px;
}
.button_change
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px;
	color: #FFFFFF;
	background-color:  #72246B;
	border-color: #72246B;
	height: 30px;
}
.button_done
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px;
	color: #FFFFFF;
	background-color:  #86C72B;
	border-color:  #86C72B;
	height: 30px;
}
.button_remove
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px;
	color: #FFFFFF;
	background-color:  #F26422;
	border-color: #F26422;
	height: 30px;
}
#header
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: Black;
	height: 141px;
	width: 960px;
	position: relative;
	background-image: url(images/lolopop_header_bg.gif);
	background-repeat: repeat-x;
}
#header h1, #header h2
{
	position: absolute;
	padding: 0;
	margin: 0;
}
#header h1
{
	top: 10px;
	left: 23px;
}
#header h1 img
{
	border-style: none;
}
#header h2
{
	top: 0px;
	right: 0px;
}
#menu_login
{
	float: right;
	width: 145px;
	background: url(images/menu_login.gif) repeat-x top;
}
#menu_login a
{
	color: White;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
#menu
{
	width: 100%;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
}
#menu li
{
	float: left;
	position: relative;
	/*border-width: 3px;
	border-right-style: solid;
	border-right-color: white;*/
}
#menu li img
{
	padding: 34px 22px;
}
div#menu ul ul
{
	display: none;
}
div#menu ul li:hover ul
{
	display: block;
}
#menu a
{
	font-size: 1.4em;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 22px;
	letter-spacing: 1px;
}
#menu a.mainnav
{
	color: White;
}
#menu a:hover.mainnav
{
	height: 35px;
	color: White;
	background: url(images/menu_button_hover.gif) repeat-x top;
}
#menu a.subnav
{
	color: White;
	background: #72246B;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}
#menu a:hover.subnav
{
	color: #72246B;
	background: White;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}
#menu_left_bg
{
	height: 35px;
	width: 811px;
	float: left;
	background: url(images/menu_bg.gif) repeat-x top;
	padding: 0px 0px 0px 0px;
}
#menu_right_bg
{
	height: 100%;
	width: 3px;
	float: left;
	background: url(images/rightline_green.gif) repeat-x top;
	padding: 0px 0px 0px 0px;
}
#subnav_menu
{
	font-size: 1.2em;
	text-align: center; 
	line-height: 2em;
	max-width: 12em;
}
#subnav_menu ul
{
	list-style: none;
}
#subnav_menu a
{
	color: White;
	text-decoration: none;
}
#subnavright_menu
{
	font-size: 1.2em;
	text-align: center; 
	line-height: 2em;
	max-width: 12em;
}
#subnavright_menu ul
{
	list-style: none;
}
#subnavright_menu a
{
	color: purple;
	text-decoration: none;
}
#maintext
{
	width: 100%;
	text-align: center;
}
#maincontent
{
	width: 600px;
	text-align: center;
}
#leftcontent
{
	position: absolute;
	min-height: 441px;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	background: url(images/GDC_subnav_left.gif) #86C72B no-repeat;
}
#centercontent
{
	position: relative inherit;
	width: 660px;
	top: 0px;
	left: 0px;
	margin-left: 150px;
}
#rightcontent
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 145px;
	height: 100%;
}
#footer
{
	padding-top: 3px;
	margin: 0px;
	width: 960px;
	visibility: visible;
	position: relative;
}
#footertext
{
   text-align: center;
   padding-top: 5px;
   padding-bottom: 5px;
}
#footermenu
{
	text-align: center;
	padding-top: 3px;
}
#footer_logos_bg
{
	background-image: url(images/footer_logos_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 55px;
}
#footer_logos
{
	float: left;
	color: White;
}
#footer_logos ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
}
#footer_logos li
{
	width: 286px;
	height: 50px;
	float: left;
	position: relative;
	border-right: 3px solid #fff;
	color: #633A11;
	padding-top: 5px;
	padding-left: 30px;
}
#footer_logos img
{
	border-style: none;
	vertical-align: middle;
}
#container
{
	position: relative;
	top: 35px;
	width: 960px;
	min-height: 458px;
	padding-bottom: 50px;
}
.sectiontitle_green
{
	font-size: 3.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #86C72B;
	padding: 20px 0px 0px 40px;
}
.sectiontitle_brown
{
	font-size: 3.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	padding: 20px 0px 0px 40px;
}
.sectiontitle_orange
{
	font-size: 3.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #F26422;
	padding: 20px 0px 0px 40px;
}
.sectiontitle_purple
{
	font-size: 3.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #72246B;
	padding: 20px 0px 0px 40px;
}
.sectiontitle_underline
{
	vertical-align: top;
	padding-left: 40px;
}
.subsectiontitle_green
{
	font-size: 2.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #86C72B;
	padding: 20px 0px 0px 40px;
}
.subsectiontitle_brown
{
	font-size: 2.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	padding: 20px 0px 0px 40px;
}
.subsectiontitle_orange
{
	font-size: 2.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #F26422;
	padding: 20px 0px 0px 40px;
}
.subsectiontitle_purple
{
	font-size: 2.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #72246B;
	padding: 20px 0px 0px 40px;
}
.choose_agency_state_title
{
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #72246B;
	padding: 20px 0px 0px 0px;
	font-weight: bold; 
}
.choose_agency_state_link
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #72246B;
	padding: 20px 0px 0px 0px;
	margin-left: 40px;
}
.stripes
{
	background-image: url(images/stripes.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 33px;
}
.rightline
{
	background-image: url(images/rightline_green.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: 100%;
}
#login_control
{
	position: relative;
	left: 50px;
	font-size: 1.4em;
	font-weight: bold;
}
#changepassword_control
{
	position: relative;
	left: 40px;
	font-size: 1.4em;
	font-weight: bold;
}
.user_controls
{
	color: #633A11;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #72246B;
	margin-left: 60px;
	font-size: 1.2em;
}
#flashPlayer
{
	margin-left: 40px;
}
.label_control
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #72246B;
	font-size: 1.2em;
}
.label2
{
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #F26422;
	padding-top: 2px;
	padding-bottom: 2px;
}

.labelsmall
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #72246B;
	padding-top: 2px;
	padding-bottom: 2px;
}
.loginlabel
{
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #72246B;
	padding-top: 2px;
	padding-bottom: 2px;
}
.logintitletext
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.textbox_control
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #72246B;
	font-size: 1.2em;
	width: 45em;
}
.textboxsmall_control
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #72246B;
	font-size: 1em;
	width: 20em;
}
.radiobutton_control
{
	border-width: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 1.2em;
	height: 1em;
	width: 1em;	
}
.radiobuttonlist_control
{
	border-width: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	height: 1em;
	width: 1em;
}
.radio_control
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #72246B;	
	font-size: 1.2em;
	width: 45em;
}
.ddl_control
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #72246B;	
	font-size: 1.2em;
	width: 45em;
}

.listbox_control
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #633A11;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #72246B;	
	font-size: 1.2em;
	width: 45em;
}

.certification_controls
{
	margin-left: 40px;
}
.non-cert_label_control
{
	font-size: 1.2em;
	margin-left: 60px;
}
.paypal_controls
{
	margin-left: 40px;
	font-size: 1.4em;
}

