@charset "utf-8";
/* CSS Document */
body {
	font: 1.05em Arial, Tahoma, sans-serif;
	/* DOT STYLES */
	background: #030C1B;
	padding: 0;
	margin: auto;
	text-align: center;
	color: #003359;
}

.hidden {
	/* DOT STYLES - hides elements for screen readers */
	position: absolute;
	left: 0px;
	top: -200px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#background_top {
	/* DOT STYLES - background gradient at top of page */
	background: url(/amhs/img/dot/soa_background.gif) repeat-x #0a306a;
	width: 100%;
	padding-top: 15px;
}

#container {
	/* DOT STYLES */
	width: 57.5em;
	text-align: left;
	margin: auto;
	background: #FFF;
}

#content {
	padding: 1px 0 1px 0;
	font-size: 1.0em;
	/* DOT STYLE*/
	background: rgb(255, 254, 239);
}

/* ------------------------------------------------------ MOBILE STYLE ENHANCEMENTS */
.mobOnly {
	display: none;
}

.noMob {
	display: block;
}

.sectionFull img.mobPic, .sectionFull img.mobPic2 {
	display: none;
}

/* ------------------------------------------------------ END MOBILE STYLE ENHANCEMENTS */

/* ------------------------------------------------------ FONT STYLES*/
@font-face {
	font-family: 'fjallaone';
	src: url(/amhs/fonts/fjallaone-webfont.eot);
	src: url(/amhs/fonts/fjallaone-webfont.eot?#iefix)
		format('embedded-opentype'), url(/amhs/fonts/fjallaone-webfont.woff2)
		format('woff2'), url(/amhs/fonts/fjallaone-webfont.woff)
		format('woff'), url(/amhs/fonts/fjallaone-webfont.ttf)
		format('truetype'), url(/amhs/fonts/fjallaone-webfont.svg#fjallaone)
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'oswald';
	src: url('/amhs/fonts/oswald-webfont.eot');
	src: url('/amhs/fonts/oswald-webfont.eot?#iefix')
		format('embedded-opentype'), url('/amhs/fonts/oswald-webfont.woff2')
		format('woff2'), url('/amhs/fonts/oswald-webfont.woff') format('woff'),
		url('/amhs/fonts/oswald-webfont.ttf') format('truetype'),
		url('/amhs/fonts/oswald-webfont.svg#oswald') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ----- NOT IN USE 

@font-face {
	font-family: 'oxygen';
	src: url('/amhs/fonts/oxygen-webfont.eot');
	src: url('/amhs/fonts/oxygen-webfont.eot?#iefix')
		format('embedded-opentype'), url('/amhs/fonts/oxygen-webfont.woff2')
		format('woff2'), url('/amhs/fonts/oxygen-webfont.woff') format('woff'),
		url('/amhs/fonts/oxygen-webfont.ttf') format('truetype'),
		url('/amhs/fonts/oxygen-webfont.svg#oxygen') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('/amhs/fonts/opensans-webfont.eot');
	src: url('/amhs/fonts/opensans-webfont.eot?#iefix')
		format('embedded-opentype'), url('/amhs/fonts/opensans-webfont.woff2')
		format('woff2'), url('/amhs/fonts/opensans-webfont.woff')
		format('woff'), url('/amhs/fonts/opensans-webfont.ttf')
		format('truetype'), url('/amhs/fonts/opensans-webfont.svg#oxygen')
		format('svg');
	font-weight: normal;
	font-style: normal;
} 

------------- */
h1, h2, h3, h4, h5, p {
	padding: 0 0 5px 0;
	background: none;
	border: 0;
	line-height: 1.286em;
	/*DOT STYLES */
	margin: 0;
	font-weight: normal;
}

ul, ol, dl {
	padding: 0 0 0 25px;
	font-size: 1.0em;
	line-height: 1.286em;
	margin-top: .5em;
}

h1 {
	font-family: oswald, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 1.0em;
	padding: 0;
	color: #003359;
}

h2 {
	font-family: fjallaone, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: .9em;
	padding: 0;
	color: #003359;
}

h3 {
	font-family: fjallaone, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 0;
	color: #003359;
}

h4 {
	font-family: fjallaone, Arial, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	margin-bottom: 0.85em;
	padding: 0;
	color: #003359;
}

h5 {
	font-family: fjallaone, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0;
	color: #003359;
}

h6 {
	font-family: fjallaone, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: .75em;
	padding: 0;
	margin-top: .5em;
	color: #003359;
}

p {
	font-size: .975em;
	padding: 0;
	text-align: justify;
	margin-bottom: 1.286em;
}

ul li {
	margin: 0;
	padding: 0;
}

ul.horizontal li {
	float: left;
}

iframe {
	border: none;
}

/* ------------------------------------------------------ END FONT STYLES*/

/* ------------------------------------------------------ LINK STYLES */
a {
	color: #003359;
	/* DOT STYLES*/
	text-decoration: underline;
}

a:hover, a:focus, a:active, a:visited {
	color: #5E9CAE;
	/* DOT STYLES*/
	text-decoration: underline;
	outline: none;
}

a.noUnderline, a:hover.noUnderline, a:focus.noUnderline, a:active .noUnderline,
	a:visited.noUnderline {
	outline: none;
	text-decoration: none;
}

h2 a, h2 a:visited {
	text-decoration: underline;
	color: #003359;
}

h2 a:hover, h2 a:focus, h2 a:active {
	text-decoration: underline;
	color: #5E9CAE;
}

.reportsRow h3 a:focus {
	text-decoration: underline;
	color: #5E9CAE;
}

/* ------------------------------------------------------ END LINK STYLES*/

/* ------------------------------------------------------ SOA GOLD BAR AT TOP */
#top_bar {
	/* DOT STYLES - DIV Container */
	display: block;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #f9c033 url(/amhs/img/dot/soa_goldbar.gif) repeat-x;
	position: relative;
	font-size: .65em;
	height: 2.5em;
}

#top_bar_right {
	/* DOT STYLES - rounded right corner */
	background: url(/amhs/img/dot/soa_rtCorner.gif) no-repeat top right;
	width: 1.2em;
	height: 2.48em;
	float: right;
}

#top_bar a#soa {
	/* DOT STYLES - rounded left corner*/
	display: block;
	float: left;
	width: 9.563em;
	height: 2.3em;
	padding: 0.250em 0 0 0.938em;
	color: #00006F;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.65em;
}

#top_bar a#soa:hover {
	/* DOT STYLES*/
	text-decoration: underline;
}

#top_bar a#soa span {
	/* DOT STYLES - SOA button positioning on left side*/
	display: block;
	width: 25.5em;
	height: 3.6em;
	background: url(/amhs/img/dot/soa_button.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#top_bar ul {
	/* DOT STYLES - link container*/
	padding: 5px;
	margin: 0;
	float: right;
	line-height: 1.3em;
}

#top_bar ul li {
	/* DOT STYLES - link styles */
	display: inline;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

#top_bar ul li a {
	/* DOT STYLES - link styles */
	color: #00006F;
	font-weight: bold;
	text-decoration: none;
}

#top_bar ul li a:hover, #top_bar ul li a:focus {
	/* DOT STYLES - link hover style */
	text-decoration: underline;
}

/* ------------------------------------------------------ END SOA GOLD BAR AT TOP */

/* ------------------------------------------------------ HEADER STYLES*/
#header {
	/* DOT STYLES - container and positioning for header */
	display: block;
	width: 57.5em;
	min-height: 5.625em;
	background: url(/amhs/img/dot/dot_headerBkgrd.gif) repeat-x #112039;
	clear: both;
	position: relative;
}

#header img {
	border: none;
}

#header a#title {
	/* DOT STYLES - invisible link block and back up styles if image fails to load */
	color: #ffffff;
	float: left;
	font-size: 1.2em;
	padding: 15px 0 0 15px;
	font-weight: bold;
	display: block;
}

#header a#title span {
	/* DOT STYLES - hides link text but leaves clickable and readable link (SCREEN READERS) */
	display: block;
	/*width: 625px;
	height: 90px;*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

div.headerText {
	display: inline-block;
}

/* ------------------------------------------------------ END HEADER STYLES */

/* ------------------------------------------------------ SEARCH BOX STYLES */
#search {
	/* DOT STYLES */
	float: right;
	padding: 15px 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	position: relative;
}

#search #searchBox {
	/* DOT STYLES */
	max-width: 300px;
}

#searchSelect {
	/* DOT STYLES */
	position: absolute;
	top: 45px;
	right: 15px;
}

#search input, #search label {
	/* DOT STYLES */
	padding: 0;
	margin: 0;
}

#search #searchtextfield {
	/* DOT STYLES */
	color: #6D6D6D;
	font-size: 12px;
	border: none;
	width: 160px;
	margin: 0;
	position: relative;
	border: none;
	top: 22px;
	right: 70px;
	z-index: 1000;
}

#search #searchbutton {
	/* DOT STYLES */
	position: relative;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
}

#search label {
	/* DOT STYLES */
	font-weight: bold;
	color: #f5f5f5;
	font-size: .7em;
}

/* ------------------------------------------------------ END SEARCH BOX STYLES*/

/* ------------------------------------------------------ NAVIGATION MENU STYLES*/
div .mainNav {
	font-family: Tahoma, Arial, sans-serif;
	position: relative;
	z-index: 1000;
}

div .mainNav li {
	list-style: none;
	width: 19%;
	display: inline-block;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

div .mainNav li a {
	display: block;
	padding: 10px 8px 10px 8px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #E98300;
	border-radius: 50px;
	border: 1px solid lightgray;
	box-shadow: 2px 4px 10px #888888;
}

div .mainNav li ul li a {
	padding: 0 8px 11px 8px;
	margin: 0 0 0.5em 0;
	color: #003359;
	box-shadow: none;
	border-radius: 0;
	background: none;
	border-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-right: 2px solid lightgray;
	height: .75em;
	font-size: 85%;
}

div .mainNav li ul.where li {
	width: 24%;
}

div .mainNav li ul li:last-child a {
	border-right: none;
}

div .mainNav li a:hover {
	color: #003359;
}

div .mainNav li ul li a:hover {
	color: #5E9CAE;
}

div .mainNav li ul {
	display: none;
	width: 51em;
}

div .mainNav li:hover ul, div .mainNav li.hover ul {
	position: relative;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	display: inline-block;
}

.subNav {
	position: absolute;
	right: 30px;
	width: 100%;
}

.subNav2 {
	position: absolute;
	right: 20px;
	width: 100%;
}

/* ------------------------------------------------------ END NAVIGATION STYLES*/

/* ------------------------------------------------------ BREADCRUMB STYLES */
#breadcrumbs {
	width: 55em;
	border-bottom: none;
	color: #293042;
	font-size: .7em;
	padding: 10px 0 6px 15px;
	margin: 0;
}

#breadcrumbs a {
	/* DOT STYLES */
	color: #293042;
	text-decoration: none;
	padding: 0 5px 0 0;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
	/* DOT STYLES */
	text-decoration: underline;
}

/* ------------------------------------------------------ END BREADCRUMB STYLES */

/* ------------------------------------------------------ CONTAINER STYLES */
#pageHead {
	padding: 2.1em 2.1em 0 2.1em;
}

#pageBody {
	padding: .5em 1.25em;
}

div {
	margin: 0;
	padding: 0;
}

.sectionFull {
	margin: 1.563em 1.7em;
	clear: left;
	max-height: none;
}

.sectionFull img {
	display: inline-block;
}

.sectionFull .mainContent {
	float: clear;
}

.sectionFull ul li {
	list-style-image: url(/amhs/img/graphics/bullet_triangle.png);
	line-height: 1.286em;
	margin-bottom: 0.5em;
	font-size: 1.0em;
	margin-left: .85em;
}

/*.sectionFull .vessHighlights ul li {
	font-size: 1.05em;
	text-align: justify;
}*/
.standardRow {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

/* ----------------------------------------------------- ROW STYLES */
.splitContent {
	display: inline-flex;
}

.headline {
	width: 100%;
	display: inline-block;
}

.headlineRow {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.headlineRow div {
	display: inline-block;
	text-align: center;
	width: 49%;
}

.headline h1 {
	display: inline-block;
	width: 49%;
	text-align: center;
}

.headlineRow div h4, .headline h4 {
	background: #5E9CAE;
	padding: 10px;
	border-radius: 50px;
	color: #fff;
}

.headlineAdvisory {
	width: 100%;
	display: block;
}

.headlineAdvisory h2 {
	width: 34%;
	background: #9E3039;
	padding: 10px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	display: block;
}

.standardRow .res {
	margin-bottom: 0;
}

.itineraryRow {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.reportsRow {
	display: inline-block;
	width: 100%;
	height: 165px;
	margin-top: 25px;
}

/* ----------------- END ROW STYLES */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ------------------------------------------------------ END CONTAINER STYLES */

/* ------------------------------------------------------ PHOTO STYLES */
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

.standImg {
	border: 1px solid #999;
	clear: both;
	height: 355px;
	width: 534px;
	margin-bottom: 25px;
}

.smallImg {
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	height: 297px;
	width: 460px;
}

.smallestPortImg {
	width: 100px;
	height: 130px;
	margin-right: 57px;
	display: inline-block;
	border: 1px solid #999;
}

.smallestLandImg {
	width: 130px;
	height: 100px;
	display: inline-block;
	border: 1px solid #999;
}

.rightImg {
	float: right;
	margin-left: 25px;
	box-shadow: 5px 5px 10px #888888;
}

.leftImg {
	float: left;
	margin-right: 25px;
	box-shadow: -5px 5px 10px #888;
}

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

.commSlides {
	float: left;
	box-shadow: -5px 5px 10px #888;
	margin-right: 0;
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
}

.deckVessImg {
	float: right;
	box-shadow: 5px 5px 10px #888888;
	margin-right: 0;
	border: 1px solid #999;
	clear: both;
	height: 146px;
	width: 534px;
	margin: 60px 0 60px 25px;
}

/*.itineraryLandImg {
	border: none;
	height: 300px;
	width: 450px;
}

.itineraryPortImg {
	border: none;
	height: 450px;
	width: 300px;
	margin-left: 75px;
}

.lVessImg {
	float: left;
	box-shadow: -5px 5px 10px #888;
	margin-right: 0;
	border: 1px solid #999;
	clear: both;
	height: 338px;
	width: 534px;
	margin-bottom: 25px;
}

.rVessImg {
	float: right;
	box-shadow: 5px 5px 10px #888888;
	margin-right: 0;
	border: 1px solid #999;
	clear: both;
	height: 338px;
	width: 534px;
	margin-bottom: 25px;
}*/

/*.smallerImg {
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
}*/
.insiderImg {
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	width: 214px;
	height: 214px;
}

/*- OK TO DELETE AFTER 9-1-16 Homepage Launch-*/
.smaller2Img {
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	height: 254px;
	width: 380px;
}

/* ------------------------------------------------------ END PHOTO STYLES */

/* ------------------------------------------------------ MISC STYLES*/
.caption {
	font-size: .625em;
	/* DOT STYLES*/
	color: #333;
	font-weight: normal;
}

.quote {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 2.25em;
	color: #5E9CAE;
	font-style: italic;
	line-height: 1.15em;
}

.firstCharacter {
	float: left;
	color: #5E9CAE;
	font-size: 4.688em;
	line-height: 60px;
	padding-top: 4px 3px 0 8px;
	font-family: "Times New Roman", Georgia, sans-serif;
}

.left {
	/* DOT STYLES */
	float: left;
}

.right {
	/* DOT STYLES */
	float: right;
}

.center {
	/* DOT STYLES */
	text-align: center;
}

.clear {
	/* DOT STYLES */
	clear: both;
}

.orange {
	color: #E27E0C;
	font-weight: bold;
}

.red {
	color: #732217;
}

.white {
	color: #FFFFFF;
}

.noBorder {
	border: none;
}

.bottomBorder {
	border-bottom: 1px solid rgba(233, 131, 0, 0.23);
}

.marginTop {
	margin-top: 57px;
}

.marginBottom {
	margin-bottom: 25px;
}

.marginLeft {
	padding-left: 200px;
}

.leftMargin {
	margin-left: 65px;
}

.marginNegTop {
	margin-top: -0.75em;
}

div .mainNav li.mobOnly {
	display: none;
}

.rightListEmp {
	width: 32%;
	float: right;
}

/* BUTTON STYLES for CarRes pages */
button, .button, input[type=submit], a.button {
	font: bold 0.9em Tahoma, Arial, sans-serif;
	text-decoration: none;
	padding: .5em 0;
	margin: .25em;
	text-align: center;
	border: 1px solid lightgray;
	box-shadow: 2px 4px 10px #888888;
	color: #fff;
	background: #5E9CAE;
	border-radius: 15px;
	display: inline-block;
	width: 25%;
}

button, .button, input[type=submit], a.button:hover {
	color: #003359;
	Cursor: pointer;
}

button.disabled, button[disabled], .button.disabled, .button[disabled],
	input[type=submit].disabled, input[type=submit][disabled], a.button.disabled,
	a.button[disabled] {
	font: bold italic 0.9em Tahoma, Arial, sans-serif;
	text-decoration: none;
	padding: .5em 0;
	margin: 0;
	text-align: center;
	border: 1px solid lightgray;
	box-shadow: 2px 4px 10px #888888;
	color: #fff;
	background: rgba(94, 156, 174, 0.5);
	border-radius: 15px;
	display: inline-block;
	width: 25%;
}

/* ------------------------------------------------------ END MISC STYLES*/

/* ------------------------------------------------------ CARUS SYTLES */

/* -- MENU -- */
.cw-journeysearch-container {
	margin-bottom: 25px;
}

.cw-do-customerlogout, .cw-do-agentlogout, .cw-names thead {
	display: none;
}

.menu-logout-link {
	display: inline-block;
	width: 10.5em;
}

/* -END- */

/* -- WELCOME! MESSAGE -- */
#text-14 h2, #text-17 h2 {
	font-style: italic;
	margin-bottom: 0;
}

#text-14, .textWidget {
	padding-top: 15px;
	padding-bottom: 15px;
}

#text-22, #text-17 {
	padding-top: 15px;
}

.cw-component-journeysearch-core .required-symbol {
	display: none;
}

/*.cw-customer-logout-container,.cw-logout-agent-container,.cw-customer-logout-container
	{
	padding-bottom: 15px;
} */
.cw-customer-logout-container, .cw-logout-agent-container {
	display: inline-block;
	font-size: 1.05rem;
	font-style: normal;
}

/* -END- */

/* -- TOOL TIP -- */
.carresweb .cw-tooltip .cw-tooltip-icon {
	border: 1px rgba(128, 128, 128, 0.55) solid;
}

/* Use to manipulate tool tip pop up window styling

 .carresweb .cw-tooltip .cw-tooltip-inner:after {}

*/

/* Use to manipulate tool tip appearance on page 

.cw-tooltip .cw-tooltip-inner {}
*/

/* -END- */

/* -- JOURNEY SEARCH -- */
.cw-journeysearch-pax-rows, .cw-journeysearch-veh-row,
	.cw-journeysearch-rows, .cw-extras, .cw-legs, .cw-journeysearch-rows {
	margin-bottom: 35px;
}

.cw-component-choosejourney .journey-leg {
	padding-left: 25px;
}

#pageBody .cw-edmunds-api-logo img {
	padding: 5px 15px;
}

#text-13 {
	padding-bottom: 15px;
}

.cw-choosejourney-container {
	margin-bottom: 1.5em;
}

.cw-journeysearch-explanatory-note {
	font-weight: bold;
}

.cw-journeysearch-explanatory-note a {
	color: #9E3039;
}

/* -END- */

/* CABINS */
.cw-cabin-post-content p {
	font-size: 85%;
}

#text-21 {
	margin: 20px 0;
}

/* END */

/* -- CONFIRM PAGE -- */
h4.mop-heading label {
	width: 15em;
}

label[for=eccd_mop-eccd_mop-CC] .cw-payment-text {
	background-image:
		url('https://eweb-prod-almc.carus.com/wp-content/uploads/2016/02/acceptance_logo.jpg');
	background-repeat: no-repeat;
	background-size: 80px auto;
	padding-left: 85px;
}

.cw-customerinfo h3 {
	display: none;
}

#text-7 {
	padding-bottom: 25px;
}

/* -END- */

/* -- BOOK CONFIRM -- */
#text-12 {
	font-size: .75em;
}

.cw-component-bookingconfirmation .cw-bookingconfirmation-head {
	border-bottom: 1px solid #5E9CAE;
	padding-top: 15px;
}

.cw-component-bookingconfirmation .cw-journey-wrapper .cw-leg-details .cw-leg-column-head
	{
	font-size: 16px;
}

/* -END- */

/* ------------------------------------------------------ END CARUS STYLES*/

/* ------------------------------------------------------ DOT FOOTER SYTLES */
#dot_footer {
	background: #D6E5EC;
	color: #003;
	border-top: 1px solid #b2b2b2;
	font-size: .70em;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#dot_footer ul {
	list-style: none;
	padding: 15px 10px 25px 10px;
	padding: 0;
}

#dot_footer ul li {
	float: left;
	display: block;
	list-style: none;
	padding: 5px 2.5px;
	margin-left: .75em;
	margin-right: .2em;
}

#dot_footer li img {
	border: none; /* IE 10 FIX */
}

.socMedia {
	float: right;
	padding: 0 10px 10px 0px;
}

#dot_footer ul li a {
	color: #003;
	text-decoration: underline;
	font-weight: normal;
}

#dot_footer ul li a:hover, #dot_footer ul li a:focus {
	text-decoration: none;
}

.govDeliv {
	width: 120px;
	height: 30px;
	margin-top: -11px;
	padding-right: 5px;
}

.socMediaIcons {
	width: 35px;
	height: 35px;
	text-align: center;
}

/* ------------------------------------------------------ END DOT FOOTER STYLES */

/* ------------------------------------------------------ SOA FOOTER */
#soa_footer {
	display: block;
	max-width: 100%;
	min-height: 12em;
	text-align: center;
	margin: auto;
	background: url(/amhs/img/dot/soa_footerBG.gif) repeat-x #030c1b;
	padding-top: 0px;
}

#soa_footer_content {
	width: 76.5em;
	margin: 0 auto;
	padding-top: 1.04166666666667%;
	color: #CED4DF;
	font-size: .75em;
}

#soa_footer_content .right, #soa_footer_content .left {
	padding: 1px 0;
}

#soa_footer_content .right {
	text-align: right;
	float: none;
}

#soa_footer_content .left {
	text-align: left;
	float: none;
}

#soa_footer_content ul {
	list-style: none;
	display: inline;
	padding: 0;
}

#soa_footer_content ul li {
	float: left;
	padding: 0 10px 3px 0;
}

#soa_footer_content ul li a, #soa_footer_content a {
	color: #CED4DF;
	text-decoration: underline;
	font-weight: normal;
}

#soa_footer_content ul li a:hover, #soa_footer_content ul li a:focus,
	#soa_footer_content a:hover, #soa_footer_content a:focus {
	text-decoration: none;
}

#soa_footer_content .right .center_item {
	border-left: #526d96 solid 1px;
	border-right: #526d96 solid 1px;
	padding: 0 4px;
}

#soa_footer_content .right .right_item {
	border-left: #526d96 solid 1px;
	padding: 0 0 0 4px;
}

#soa_footer_content .right .left_item {
	border-right: #526d96 solid 1px;
	padding: 0 4px 0 0;
}

.soa_footer_dec img.footerMod {
	display: none;
}

/* ------------------------------------------------------ END SOA FOOTER */