/* Start of CMSMS style sheet 'main_site' */
@charset "UTF-8";
body  {
	background: #FFFFFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background_image.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	padding: 0;
	height: 248px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/header_home2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
.twoColFixLtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 268px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent {
	margin: 34px 50px 0px 325px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
}
.twoColFixLtHdr #mainContent a{
	color: #021C8B;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent ul{
	margin: 0px;
	padding: 0 0 15px 4px;
}  
.twoColFixLtHdr #footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.password_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #021C8B;
	border: none;
	height: 15px;
	background-color: #FFFFFF;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	vertical-align: super;
}
.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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt_inset_images {
	float: right;
	margin-left: 16px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.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;
}
#topnav   {
	position: absolute;
	width: 632px;
	top: 202px;
	padding: 0px;
	left: 268px;
	height: 26px;
	display: block;
}
#top_logo   {
	float: right;
	width: 420px;
	margin-top: 61px;
        margin-right: 60px;
	padding: 0px;
	left: 0px;
	height: 141px;
}
#top_left   {
	position: absolute;
	width: 268px;
	top: 202px;
	padding: 0px;
	left: 0px;
	height: 46px;
}
#topbar_green {
	height: 20px;
	width: 632px;
	position: absolute;
	left: 268px;
	top: 228px;
}
#agent_login {
	width: 268px;
	background-color: #000000;
}
img {
	border: 0;
}
table {
	border:0;
	border-collapse:collapse;
}
form {
	margin:0;
	padding:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #031C8B;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #8BC53C;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.bold {
	font-weight: bold;
}
.disclaimer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #354969;
}
.login_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.login_txt a {
	color: #666666;
	text-decoration: none;
}
.blue link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #031C8B;
	text-decoration: underline;
}
.red hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FF0000;
}
#clientinfo {
	position: absolute;
	width: 480px;
	top: 5px;
	padding-left: 0px;
	left: 409px;
	text-align: right;
	height: 26px;
}
.alt_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #031C8B;
}
.main_list {
	list-style-type: none;
	background-color: transparent;
	background-image: url(images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 2px 4px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 11px;
}
.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 22px;
}
.footer_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
form {
	margin:0;
	padding:0;
}
legend {
	margin: 0;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #031C8B;
}
fieldset {
	margin: 0 10px 10px 0;
	padding: 6px;
	border:1px solid #031C8B;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.form_table {
	border: 0;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_table tr, .form_table td {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.field_length  {
	width:300px;
}
.form_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #031C8B;
	font-weight: bold;
	text-align: right;
}
.form_labels_left_align {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #031C8B;
	font-weight: bold;
	text-align: left;
	padding-left: 22px;
}
.form_regular_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
#topnav ul {
	margin:0; padding:0; list-style-type:none;
	float:left;
}
#topnav li {
	float:left;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
#topnav li.home {
	background-color: transparent;
	background-image: url(images/topnav_home_a.gif);
	width:86px;
}
#topnav li.about {
	background-color: transparent;
	background-image: url(images/topnav_about_a.gif);
	width:92px;
}
#topnav li.services {
	background-color: transparent;
	background-image: url(images/topnav_services_a.gif);
	width:89px;
}
#topnav li.recycling {
	background-color: transparent;
	background-image: url(images/topnav_recycling_a.gif);
	width:98px;
}
#topnav li.gallery {
	background-color: transparent;
	background-image: url(images/topnav_gallery_a.gif);
	width:85px;
}
#topnav li.media {
	background-color: transparent;
	background-image: url(images/topnav_media_a.gif);
	width:66px;
}
#topnav li.franchise {
	background-color: transparent;
	background-image: url(images/topnav_franchise_a.gif);
	width:116px;
}
#topnav li a {
display:block; height:0; padding-top:26px; color:#000; overflow:hidden;
}


/* hack for older versions of IE with incorrect box model */

* html #topnav a:link, * html #topnav a:visited {height:26px; he\ight:0;
}

#topnav a#item1 {
	background-color: transparent;
	background-image: url(images/topnav_home_b.gif);
	background-repeat: no-repeat;
	background-position: -130px -60px;
}
#topnav a#item2 {
	background-color: transparent;
	background-image: url(images/topnav_about_b.gif);
	background-repeat: no-repeat;
	background-position: -130px -60px;
}
#topnav a#item3 {
	background-color: transparent;
	background-image: url(images/topnav_services_b.gif);
	background-repeat: no-repeat;
	background-position: -130px -60px;
}
#topnav a#item4 {
	background-color: transparent;
	background-image: url(images/topnav_recycling_b.gif);
	background-repeat: no-repeat;
	background-position: -130px -60px;
}
#topnav a#item5 {
	background-color: transparent;
	background-image: url(images/topnav_gallery_b.gif);
	background-repeat: no-repeat;
	background-position: -130px -60px;
}
#topnav a#item6 {
	background-color: transparent;
	background-image: url(images/topnav_media_b.gif);
	background-repeat: no-repeat;
	background-position: -130px -60px;
}
#topnav a#item7 {
	background-color: transparent;
	background-image: url(images/topnav_franchise_b.gif);
	background-repeat: no-repeat;
	background-position: -130px -60px;
}
#topnav a#item1:hover {
	background-position:0 0; z-index:50;
}
#topnav a#item2:hover {
	background-position:0 0; z-index:50;
}
#topnav a#item3:hover {
	background-position:0 0; z-index:50;
}
#topnav a#item4:hover {
	background-position:0 0; z-index:50;
}
#topnav a#item5:hover {
	background-position:0 0; z-index:50;
}
#topnav a#item6:hover {
	background-position:0 0; z-index:50;
}
#topnav a#item7:hover {
	background-position:0 0; z-index:50;
}

/* hack for older versions of IE with incorrect box model */

* html #topnav a:hover {height:26px; he\ight:0;
}

/* define current page navigation */

#home li.home {
	background-image: url(images/topnav_home_c.gif);	
}
#home #topnav a#item1 { 
	background-image: url(images/topnav_home_c.gif);
	cursor: default;
}
#home_mod {
        clear: both; 
        padding: 20px;
}
#about li.about {
	background-image: url(images/topnav_about_c.gif);	
}
#about #topnav a#item2 { 
	background-image: url(images/topnav_about_c.gif);
	cursor: default;
}

#services li.services {
	background-image: url(images/topnav_services_c.gif);	
}
#services #topnav a#item3 { 
	background-image: url(images/topnav_services_c.gif);
	cursor: default;
}

#recycling li.recycling {
	background-image: url(images/topnav_recycling_c.gif);	
}
#recycling #topnav a#item4 { 
	background-image: url(images/topnav_recycling_c.gif);
	cursor: default;
}

#gallery li.gallery {
	background-image: url(images/topnav_gallery_c.gif);	
}
#gallery #topnav a#item5 { 
	background-image: url(images/topnav_gallery_c.gif);
	cursor: default;
}

#media li.media {
	background-image: url(images/topnav_media_c.gif);	
}
#media #topnav a#item6 { 
	background-image: url(images/topnav_media_c.gif);
	cursor: default;
}

#franchise li.franchise {
	background-image: url(images/topnav_franchise_c.gif);	
}
#franchise #topnav a#item7 { 
	background-image: url(images/topnav_franchise_c.gif);
	cursor: default;
}
#Ralph {
	position: relative;
	left: 10px;
	top: 10px;
	height: 400px;
	width: 500px;
}

#Ralph1 {
	position: relative;
	left: 10px;
	top: 10px;
	height: 400px;
	width: 500px;
	overflow: scroll;
}
#locations {
	width: 268px;
	height: 288px;
	background: url(../images/new_location_bg.png) no-repeat;
	font-size: 12px;
}
#locations ul li {
	list-style: none; 
	padding: 5px;
}
/* End of 'main_site' */

