body, ul, li, h1, h2 {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background-color: #FFFFFF;
	color: #4A5258;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a {
	color:  #4A5258;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
h1 {
	color: #056839;
}

#main {
	width: 100%;
	margin-top: 5px;
	background: #E9EFF5;
	min-height: 390px;
}

#survTitPlaceHldr {
	float: left;
	width: 275px;
	height: 31px;
	margin-top: 7px;
}
#survey_title {
	float: left;
	height: 31px;
	padding: 16px 10px 0 10px;
	margin-top: 6px;
	background: url(../images/surveyTitle.png) no-repeat center right;
}
#survey_title span {
	font-size: 12px;
	font-weight: bold;
	color: #056839;
	margin: 3px auto;
}
#survey_title span sup {
	font-size: 8px;
}
#progress_bar {
	float: right;
	width: auto;
	height: 33px;
	margin: 2px 5px 0 0;
}
#progress_bar #step {
	left: 143px;
	float: right;
	margin-top: 3px;
}
.progress_grid {
	width: 320px;
	margin: -8px 0 0 5px;
}
.progress_grid tr.header {
	height: 14px;
}
.progress_grid tr.header td {
	background: transparent;
}
.progress_grid tr.header td.current_step_header {
	background: url(../images/progress/currentArrow.jpg) no-repeat top center;
}
.progress_grid tr.step_row {
	height: 30px;
}
.progress_grid tr.step_row td {
	background-attachment: fixed;
	background: url(../images/progress/pb_pageSelector.png) no-repeat top center;
	width: 38px;
}
.progress_grid tr.step_row td.last {
	background-attachment: fixed;
	background: url(../images/progress/pb_completion.png) no-repeat 0 -3px;
	width: 38px;
}
.progress_grid tr td#welcome {
	background: transparent;
	margin-top: 10px;
	width: 96px;
	height: 28px;
}
    .progress_grid tr td#welcome span.esWelcome {
        display: block;
        background-attachment: fixed;
        background: url('../Images/Progress/bienvenida.png') no-repeat 0 -30px;
        width: 94px;
        height: 28px;
    }
.progress_grid tr td#welcome span.enWelcome{
	display: block;
	background-attachment: fixed;
	background: url(../images/progress/pb_welcome.png) no-repeat 0 -30px;
	width: 94px;
	height: 28px;
}
#welcome_bar {
	margin: 0 0 0 18px;
	padding: 20px 0 85px 0;
}
#welcome_bar #welcome_message {
	float: left;
}
#welcome_bar #survey_button {
	float: right;
	margin: 0 50px 3px 0;
}
#welcome_bar #survey_button div {
	clear: both;
	padding: 3px 0;
	margin: 0 0 0 18px;
	font-size: 13px;
	font-style: italic;
	color: #E13A3E;
}
#welcome_bar #survey_button a {
	display: block;
	width: 213px;
	height: 34px;
	background: url(../images/buttons/takeSurvey.png) no-repeat top center;
	text-decoration:none;
	color:White;
	font-size:16pt;
	font-weight:bold;
	padding: 11px 0 0 40px;
}
#welcome_bar #survey_button a:hover {
	background-position: center center;
}
.mainContentHolder p
{
    padding: 0 2em;
}
#content {
	clear: both;
	border-top: 1px dotted #056839;
	background: #ffffff;
	width: 95%;
	margin: 0 auto;
	padding: 10px;
}
#content #left {
	float: left;
	width: 48%;
	color: #056839;
	font-size: 16px;
}
#content #left sup {
	font-size: 8px;
}
/* This is now the same as left; our peeps didn't like what the designers did */
#content #right {
	width: 48%;
	float: right;
	color: #056839;
	font-size: 16px;
	border-left: 1px dotted #056839;
	padding-left: 1em;
}
.err 
{
	margin-left: 2em;
}
/*RMSPT-2060 Do not skip level H1 - H6*/
.h2 {
	margin: 0px !important;
	padding: 0px !important;
}