body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* #topLogo {
	background-image: url(images/toplogo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	width: 178px;
	height: 120px;
	float: left;
	margin: 0px;
} */

#americanBg {
	background-image: url(images/americanbg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0px;
	width: 800px;
	height: 120px;
	display: block;
	float: left;
	margin: 0px;
}

#navBar {
	width: 800px;
	height: 40px;
	position: absolute;
	top: 53px;
	float: left;
	margin: 0;
	padding: 0;
}
	
#navBar ul{
	list-style-type: none;
	background-image: url(images/navbarbg.png);
	background-repeat: repeat-x;
	background-position: 0 47px;
	padding: 50px 0 50px 0;
	margin: 0;
}

#navBar ul li{
	float: left;
	padding: 7px;
	margin: 0;
}

#navBar ul li a{
	padding: 8px 10px 8px 10px;
	color: #DDD;
	text-decoration: none;
	margin: 0;
}

#navBar ul li a:hover{
	background-image: url(images/navbarbg_hover.png);
	background-repeat: repeat-x;
}

#searchbox {
	position: absolute;
	right: 10px;
	top: 55px;
	float: right;
}

#breadcrumb {
	width: 800px;
	height: 20px;
	border: 1px solid #D3D3D3;
	float: left;
	margin-top: 30px;
}

#breadcrumb ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	float: left;
}

#breadcrumb ul li{
	height: 20px;
	float: left;
	font-size: 10pt;
	vertical-align: middle;
	border: 0;
}

#breadcrumb ul li a{
	color: #DDD;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
	vertical-align: middle;
}

#breadcrumb ul li img{
	color: #FFF;
	text-decoration: none;
	margin-right: 0;
	border: 0;
}

#breadcrumb ul li a:hover{
	color: #1E2153;
	border-bottom: none;
}

#breadcrumb a.right {
	position: absolute;
	right: 0px;
	font-size: 10pt;
	color: #DDD;
}

#breadcrumb a.right:hover {
	color: #1E2153;
}

body#home #navBar ul li a.home,
body#servicesBody #navBar ul li a.services,
body#tas #navBar ul li a.services,
body#callcenter #navBar ul li a.services,
body#faq #navBar ul li a.services,
body#clientlogin #navBar ul li a.clientlogin,
body#messaginglogin #navBar ul li a.clientlogin,
body#oelogin #navBar ul li a.clientlogin,
body#oncalllogin #navBar ul li a.clientlogin,
body#stafflogin #navBar ul li a.stafflogin,
body#contactus #navBar ul li a.contactus,
body#support #navBar ul li a.support,
body#instructions #navBar ul li a.support,
body#issues #navBar ul li a.support,
body#contactsupport #navBar ul li a.support
{
	background-image: url(images/navbarbg_selected.png);
	background-repeat: repeat-x;
}

#pageheader {
	width: 800px;
	height: 110px;
	position: absolute;
	top: 150px;
	float: left;
	margin: 0;
}


#pageheader img {
	float: left;
	margin: 0;
}

#pageheader ul{
	list-style-type: none;
	position: absolute;
	top: 55px;
	right: 1px;
	margin: 0;
}

#pageheader ul.bottom{
	list-style-type: none;
	position: absolute;
	top: 80px;
	right: 1px;
	margin: 0;
	background: #FFF;
}

#pageheader ul li{
	float: left;
	padding-left: 7px;
	color: #1E2153;
	margin: 0;
}

#pageheader ul li a{
	text-decoration: none;
	color: #1E2153;
	font-size: 11pt;
	margin: 0;
}

#pageheader ul li a:hover{
	background-image: url(images/reddot.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

body#tas #pageheader ul li a.tas,
body#callcenter #pageheader ul li a.callcenter,
body#faq #pageheader ul li a.faq,
body#messaginglogin #pageheader ul li a.messaginglogin,
body#oelogin #pageheader ul li a.oelogin,
body#oncalllogin #pageheader ul li a.oncalllogin,
body#instructions #pageheader ul li a.instructions,
body#issues #pageheader ul li a.issues,
body#contactsupport #pageheader ul li a.contactsupport
{
	background-image: url(images/reddot.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.faqnav a {
	color: #E20029;
}

.faqnav p a:hover {
	color: #E20029;
}

.faqnav p a:visited {
	color: #E20029;
}

.faqnav ul li a {
	color: #1E2153;
}

.faqnav ul li a:hover {
	color: #1E2153;
}

.faqnav ul li a:visited {
	color: #1E2153;
}

#backtotop {
	position: fixed;
	bottom: 10px;
	left: 10px;
	color: #E20029;
}

#backtotop a {
	color: #E20029;
}

#clickable {
	width: 240px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 70px;
	cursor: pointer;
	float: left;
	margin: 0;
}

#content {
	position: absolute;
	top: 250px;
	width: 800px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#content h1 {
	color: #E20029;
	margin-bottom: 0;
}

#content h2 {
	color: #E20029;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content h3 {
	color: #E20029;
}

#content ul {
	color: #1E2153;
	font-size: 14pt;
	margin-top: 0px;
}

#content ul.services {
	color: #1E2153;
	font-size: 14pt;
	margin-top: 0px;
}

#content ul.services a {
	color: #1E2153;
	text-decoration: none;
	border-bottom: thin solid #FFFFFF;
}

#content ul.services a:hover {
	border-bottom: thin solid #E20029;
}

#content ol {
	color: #1E2153;
}

#content p {
	color: #1E2153;
	font-size: 14pt;
	margin-top: 5px;
}

#content p.warning {
	color: red;
	background: yellow;
	text-align: center;
	padding-bottom: 0px;
}

#content h1.warning {
	background: yellow;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content p.footer {
	color: #B7B7B8;
	font-size: 10pt;
	text-decoration: overline underline;
	text-align: center;
	margin-bottom: 15px;
}

#content p.footer a {
	color: #555;
}

#twoColumn {
	position: absolute;
	top: 250px;
	width: 800px;
	margin: 0;
}

#twoColumn h1 {
	color: #E20029;
	text-align: left;
}

#twoColumn h2 {
	color: #E20029;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#twoColumn h3 {
	color: #E20029;
	margin: 0;
}

#twoColumn ul {
	color: #1E2153;
	font-size: 10pt;
	margin-top: 0px;
	padding-left: 12px;
	margin-left: 0px;
}

#twoColumn ul a {
	text-decoration: none;
	color: #1E2153;
	border-bottom: thin solid #FFFFFF;
}

#twoColumn ul a:hover {
	border-bottom: thin solid #E20029;
}

#twoColumn ul li {
	margin: 0px;
}

#twoColumn ol {
	color: #1E2153;
}

#twoColumn p {
	color: #1E2153;
	text-align: left;
	font-size: 14pt;
}

#twoColumn p.warning {
	color: red;
	background: yellow;
	text-align: center;
	padding-bottom: 0px;
}

#twoColumn p.footer {
	color: #B7B7B8;
	font-size: 10pt;
	text-decoration: overline underline;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
    width: 800px;
    clear: both;
}

#twoColumn p.footer a {
	color: #555;
}

#col1 {
	width: 600px;
    float: left;
    padding-right: 20px;
    margin-bottom: 10px;
}

#col2 {
	right: 0px;
	width: 180px;
    float: right;
    padding-left: 0px;
    margin-bottom: 10px;
}

#col2 span {
	background-image: url(/images/openquote.png);
	background-repeat: no-repeat;
	float: left;
	height:50px;
	width:50px;
	position: absolute;
	z-index: -1;
}

#col2 p {
	background-image: url(/images/closequote.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 5px;
}

#col2 h6 {
	color: #E20029;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

.homeBulletLeft {
	background-image: url(/images/orig-left.png);
	width: 800px;
	height: 100px;
	margin: 0px;
	position: relative;
}

.homeBulletLeft h1 {
	float: left;
	position: absolute;
	width: 650px;
	bottom: 0px;
	left: 150px;
	font-variant: small-caps;
	font-size: 12pt;
	margin: 0px;
}

.homeBulletLeft p {
	float: left;
	width: 650px;
	margin: 0px;
	position: absolute;
	bottom: 25px;
	left: 150px;
	font-size: 10pt !important;
}

.homeBulletLeft img {
	float: left;
	margin: 0;
}

.homeBulletRight {
	background-image: url(/images/orig-right.png);
	width: 800px;
	height: 100px;
	margin: 0px;
	position: relative;
}

.homeBulletRight h1 {
	float: right;
	position: absolute;
	width: 650px;
	bottom: 0px;
	font-size: 12pt;
	text-align: right;
	margin: 0px;
}

.homeBulletRight p {
	float: right;
	width: 650px;
	text-align: right;
	margin: 0px;
	position: absolute;
	bottom: 25px;
	font-size: 10pt !important;
}

.homeBulletRight img {
	float: right;
	margin: 0;
}

.tallBulletLeft {
	background-image: url(/images/orig-left-small.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	margin-bottom: 10px;
	margin-top: 30px;
	position: relative;
}

.tallBulletLeft h1 {
	float: left;
	position: absolute;
	width: 450px;
	bottom: 0px;
	left: 133px;
	font-variant: small-caps;
	font-size: 12pt;
	margin: 0px;
}

.tallBulletLeft p {
	float: left;
	width: 466px;
	vertical-align: bottom;
	margin: 0px;
	font-size: 12pt !important;
	position: absolute;
	bottom: 27px;
	left: 133px;
}

.tallBulletLeft img {
	float: left;
	margin: 0;
}

.tallBulletRight {
	background-image: url(/images/orig-right-small.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	margin-bottom: 10px;
	margin-top: 30px;
	position: relative;
}

.tallBulletRight h1 {
	float: right;
	position: absolute;
	width: 466px;
	bottom: 0px;
	font-size: 12pt;
	text-align: right !important;
	margin: 0px;
}

.tallBulletRight p {
	float: right;
	width: 466px;
	text-align: right;
	margin: 0px;
	font-size: 12pt !important;
	position: absolute;
	bottom: 27px;
}

.tallBulletRight img {
	float: right;
	margin: 0;
}

.faqnav table {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.faqnav td {
	width:330px;
	color: #1E2153;
	text-align: left;
	font-size: 14pt;
	vertical-align: top;
	padding: 0;
}

.faqnav ul {
	margin-top: 0;
}

.faqnav hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #1E2153;
	background-color: #1E2153;
	height: 1px;
}

#frames {
	position: absolute;
	top: 150px;
	float: left;
	margin: 0;
	width: 800px;
	height: 500px;
}

.billboard {
	display: block;
	position: absolute;
	top: 140px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	height: 200px;
	width: 800px;
	z-index: -1;
}

.billboard p{
	position: absolute;
	top: 72px;
	left: 230px;
	color: #1E2153;
	font-size: 10pt;
	margin: 0;
	float: left;
}

.billboard p.bottom{
	position: absolute;
	top: 89px;
	margin: 0;
	float: left;
}

#sidelogo {
	background-image: url(images/logotop.png);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 3px;
	right: 15px;
	width: 167px;
	height: 100px;
	color: red;
}

.sideLeft {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 170px;
	height: 130px;
	color: #555;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	background-image: url(images/sidebg.png);
	background-repeat: repeat-x; /*
	background-position: bottom left; */
}

.sideLeft a {
	text-decoration: none;
}

.sideLeft a:hover {
	text-decoration: none;
}

.sideLeft a:visited {
	text-decoration: none;
}

.sideLeft img{
	cursor: pointer;
}

.sideRight {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	width: 170px;
	height: 130px;
	color: #555;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	background-image: url(images/sidebg.png);
	background-repeat: repeat-x; /*
	background-position: bottom left; */
}

.sideRight a {
	text-decoration: none;
}

.sideRight a:hover {
	text-decoration: none;
}

.sideRight a:visited {
	text-decoration: none;
}

.sideRight img{
	cursor: pointer;
}

#sidePanel {
	width: 150px;
	height: 100%;
	position: static;
	float: right;
	margin-top: 40px;
}

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(images/overlay/overlay_bkgd.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:800px; 
    height:450px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
    
    color: #1E2153;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(images/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
div.overlay h1 {
	color: #FFF;
}

div.overlay a#player {
	float: left;
	width: 400px;
	height: 320px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
}

ul.sitemap {
	color: #1E2153;
	font-size: 14pt;
	margin-top: 0px;
}

ul.sitemap a {
	color: #1E2153;
	text-decoration: none;
	border-bottom: thin solid #FFF;
}

ul.sitemap a:hover {
	border-bottom: thin solid #E20029;
}