﻿body {
	margin: 0px;
	padding: 0px;
}
#footer {
	margin-top: 20px;
}
#main_content {
}
#breadcrumbs {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
	padding: 10px;
}
#breadcrumbs a {
	color: #000000;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
#bc_nav {
	float: left;
}
#bc_submit {
	float: right;
}
#bc_submit  a {
	color: #FF0000;
	text-decoration: none;
}
#bc_submit a:hover {
	text-decoration: underline;
}
#content_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
	color: #4D4D4D;
}
#content_area a {
	color: #0000FF;
	text-decoration: underline;
}
#content_area a:hover {
	text-decoration: none;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#TopBar {
	margin-top: 3px;
	float: right;
}
#TopNav {
	width: 150px;
	float: left;
	margin-left: 35px;
	margin-top: 25px;
}
#quote_box 
{
      /* No longer used */
	float: right;
	height: 204px;
	width: 540px;
}
        .quote_box_norm
        {
	background-image: url(/interntoearn/images/quote_box.png);
	float: right;
	height: 212px;
	width: 450px;
	background-position: right;
	background-repeat: no-repeat;
        }
        .quote_box_3d
        {
	background-image: url(/interntoearn/images/quote_box_3d.png);
	float: right;
	height: 212px;
	width: 450px;
	background-position: right;
	background-repeat: no-repeat;
        }
		
.slideshow {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 44px;
	margin-right: 115px;
	margin-left: 30px;	
}

#HomeLogo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#HomeIconNav {
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	width: 793px;
	padding-bottom: 50px;
}
#color_bar {
	height: 20px;
}

#logo {
	float: left;
	width: 173px;
}


#ask_lou {
	margin-left: 17px;
	float: left;
}
.clrfloat {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#select_county {
	float: right;
	margin-right: 18px;
}
#bot_nav {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#bot_nav a {
	color: #000000;
	text-decoration: none;
}
#bot_nav a:hover {
	text-decoration: underline;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.red {
	background-color: #CD3229;
}
.yellow {
	background-color: #F0C33A;
}
.orange {
	background-color: #DB7F32;
}
.green {
	background-color: #85A13C;
}
.blue {
	background-color: #1F5491;
}

