body {
	padding: 0;
	margin: 0;
}

a {
	color: #3a2bd0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: square;
}

#outerwrapper {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(../images/background.jpg) top no-repeat;
}

#innerwrapper {
	width: 933px;
	height: 650px;
	margin: auto;
	background: url(../images/trans.png); 
}

#header {
	height: 100px;
	margin: 0;
	font-family: Times New Roman , Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #4D4F52;
}

#header h1 {
	width: 415px;
	float: left;
	margin: 30px 0 0 22px;
	padding: 0 0 0 45px;
	background: url(../images/logo.png) top left no-repeat;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
}

#header h1 span {
	font-size: 14px;
}

#header h2 {
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.nav {
	background-color: #333;
	width: 933px;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}

.nav ul {
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.nav li {
	display: inline;
	padding: 10px;
}

.nav li a {
	color: #FFF;
	text-decoration: none;
}

.nav li a:hover {
	text-decoration: underline;
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 20px;
}

#left {
	height: 500px;
	width: 540px;
	padding: 0 10px 0 0;
	float: left;
	overflow: auto;
}

#right {
	width: 320px;
	height: 260px;
	float: left;
	padding: 0 10px;
}

#footnav {
	width: 100%;
	background: none;
	text-align: center;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}

#footnav li {
	padding: 5px 20px;
}

#footer {
	margin: 20px 0 0 0;
}

#footer, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#nb {
	float: left;
	width: 25%;
	text-align: center;
}

#innershed {
	float: right;
	width: 25%;
	text-align: center;
}

#cpright {
	text-align: center;
}

h1 {

	padding: 8px 0 7px 32px;
	background: url(../images/ems-bull.gif) left no-repeat;
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {

	padding: 8px 0 7px 32px;
	background: url(../images/ems-bull.gif) left no-repeat;
	font-size: 13px;
}


#right span {
	float: left;
	padding-right: 10px;
	font-weight: bold;
}

form input, form textarea, form select {
	border: 1px solid #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #FFF;
	width: 20em;
}

form #address, form #additionalComments, form #surveyType { height: 8em; }

form {
	border: 2px solid #CCC;
	margin: 1em 0;
	padding: 1em;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li {
	list-style: none;
	overflow: auto;
	padding: 0.4em;
	border-bottom: 1px solid #CCC;
}

form ol label {
	float: left;
	width: 12em;
	line-height: 1.8em;
}

form label em {
  font-weight: bold;
  font-style: normal;
  color: #C00;
  margin: 0 0 0 0.5em;
}

form .radio {
	margin: 0 0 0 12em;
}

form .radio label {
	float: none;
}

.successMessage {
	border: 2px solid #66ff99;
	padding: 1em;
	background-color: #f0fcf4;
}

.successMessage h2 {
	font-size: 1.1em;
	margin: 0;
}

.successMessage ul {
	margin: 0;
	padding: 0.6em 0 0 1.8em;
	list-style: square;
}

.errorMessage {
	border: 2px solid #C00;
	padding: 1em;
	background-color: #FCC;
}

.errorMessage h2 {
	font-size: 1.2em;
	margin: 0;
}

.errorMessage ul {
	margin: 0;
	padding: 0.6em 0 0 1.8em;
	list-style: square;
}

.contactinfod {
	float: left;
}
 
 .contactinfo {
	 float: left;
	 clear: both;
	 margin-bottom: 0px;
	 width: 300px;
	 text-align: left;
	 margin-top: 5px;
 }
 
 .contactinfo p {
    margin-bottom: 1px;
    margin-top: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
 }
 
 .contactinfo img {
	float: left;
 }
 
 .contactinfo span {
	float: left; 
	margin: 2px 0 0 5px;
 }
 
 .contactinfod a {
	color: #3a2bd0;
	font-size: 11px;
 }

#feature {
	width: 320px;
	float: left;
	margin-left: 20px;
}

 .photo {
	width: 160px;
	height: 123px;
	float: left;
}

.photo span {
	position: absolute;
	margin: 3px 2px 3px 4px;
}

.photo span img {
	border: 1px solid #999;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li {
    list-style: decimal;
}
