/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F7F7F7;
	color: #333333;
}

h1, h2, h3 {
	color: #5d308d;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	margin-bottom: 15px;
	font-weight: bold;

}

h2 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	padding-bottom: 10px;

}

h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bolder;
	padding-bottom: 10px;
}


p a:link, p a:active, p a:visited{
	color: #5D308D;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-decoration: underline;
}

p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5D308D;

}

p a img.pdf {
	float: left;
	margin-right: 3px;
}

p {
	margin-bottom: 10px;

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
	height: 0px;
}

#head {
	margin-right: auto;
	margin-left: auto;
	height: 230px;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
}

#head .logo{
	width: 740px;
	height: 80px;
	background-image: url(../images/altus-logo.gif);
	background-repeat: no-repeat;
	background-position: -3px top;
}

#home #head .logo a:link, #home #head .logo a:visited{
	width: 250px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 10px;
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home #head .logo a:hover {
	width: 250px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 10px;
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	background-position: left -60px;
}

#home #head .logo a:active{
	width: 250px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 10px;
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	background-position: left -120px;
}

#contact-us #head .logo a:link, #contact-us #head .logo a:visited, #thank-you #head .logo a:link, #thank-you #head .logo a:visited{
	width: 250px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 10px;
	background-image: url(../images/home-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact-us #head .logo a:hover, #thank-you #head .logo a:hover {
	width: 250px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 10px;
	background-image: url(../images/home-button.jpg);
	background-repeat: no-repeat;
	background-position: left -60px;
}

#contact-us #head .logo a:active, #thank-you #head .logo a:active{
	width: 250px;
	height: 60px;
	display: block;
	float: right;
	margin-top: 10px;
	background-image: url(../images/home-button.jpg);
	background-repeat: no-repeat;
	background-position: left -120px;
}





#head .graphic{
	width: 740px;
	height: 150px;
	background-image: url(../images/card-montage-green.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float: left;
}

#head .graphic .welcome{
	width: 470px;
	margin-top: 20px;
	padding: 10px;
	background-image: url(../images/welcome-bg.png);
	background-repeat: repeat;
	background-position: left top;
	behavior: url(iepngfix.htc);
}


#head .graphic div h1{
	font-size: 25px;
	line-height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 5px;
	margin: 0px;

}

#head .graphic div p{
	margin: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 13px;

}


#content {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

#content .left {
	float: left;
	width: 480px;
}

#content .right {
	float: right;
	width: 250px;
}

#content .right h2, #content .left h2 {
	padding-bottom: 5px;
}

.nav-item {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #E8E8E8;
}


#content .nav-item h3 {
	padding-bottom: 5px;

}

#content .nav-item P {
	margin-bottom: 5px;

}

#contact-us #content h2, #thank-you #content h2 {
	color: #C5CF28;
	letter-spacing: -1px;
	font-size: 150%;
	font-weight: bold;
}

.nav-item img.terminal{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom: 10px;
	padding-right: 20px;
}

.nav-item ul {
	list-style-type: decimal;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 25px;

}

.nav-item li {
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;

}


table.error_codes {
	width: inherit;
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

table.error_codes td.heading{
	color: #5D308D;


}

table.error_codes td{
	padding: 3px;
}

table.error_codes td.code{
	text-align: right;
	padding-right: 5px;
	font-size: 110%;
	margin-right: 5px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	height: 39px;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	background-image: url(../images/ems-logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#footer p{
	font-size: 85%;
	margin: 0 0 0 0;
	padding: 0px;
}
