/* -- GLOBAL -- */
		
* {
	margin: 0;
	padding: 0;
}
	
		
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4;
	background: #b2cce7 url(images/layout/body.gif) top center repeat-y;
	text-align: center;
}
						
/* -- LAYOUT -- */

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;		
}
			
#header {
	background: url(images/layout/header.gif) top right repeat-y;	
}
			
#masthead {
	float: left;	
}
#header-contact {
	float: right;
	padding: 5px 10px 5px 0;
}
#header-contact span {
	display: block;
	color: #844515;
	font-size: 2.6em;
	line-height: 1;
	margin-bottom: 5px;
}
#header-contact a {
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	margin-right: 10px;
	background: #d0691a url(images/layout/orange-button.gif) top left repeat-x;
	border: 1px #fff solid;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
}
#header-contact a:hover {
	background-color: #e16a0f;
	background-image: none;
}	
p#merchant-info-link {
	background: url(images/buttons/merchant-information-sheet-btn.gif) no-repeat;
	display: block;
	margin: -10px 0 20px 0;
	padding: 0;
	width: 182px; height: 55px;
}
p#merchant-info-link a {
	display: block;
	width: 182px; height: 65px;
	text-indent: -9999px;
}
#content {
	margin: 0px 20px 20px 20px;		
}
#content.landing {
	margin: 0px 98px 20px 98px;
}
#main {
	float: right;
	width: 560px;
}
#content.landing #main {
	float: none;
	width: auto;
}
#sidebar {
	float: left;
	padding: 1.5em 0 0 0;
	width: 182px;
}			
#footer {
	font-size: .9em;
	text-align: center;	
}
#footer ul#footer-logos {
	padding: 5px 0;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #000;
}
#footer ul#footer-logos li{
	border: none;
}

#footer ul li.page-item-216 {
	border: none;
}
#footer ul#agent-options li a{
	font-size: 1.2em;
	font-weight: bold;
}

#footer ul li a {
	padding: 0 4px 0 7px;
}
#footer ul#footer-logos li a {
	padding: 4px;
}
	
/* -- MAIN NAVIGATION -- */
			
#main-nav {
	background: url(images/layout/nav-main.gif) 0 0 repeat-x;
}
#main-nav ul{
	white-space: nowrap;
}
#main-nav li{
	float: left;
	list-style-type: none;
}
#main-nav li a{
	display: block;
	padding: 5px 14px 5px 14px;
	background: url(images/layout/nav-main.gif) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: #406b99 1px solid;
	border-right: #012246 1px solid;
}
#main-nav li a:hover, #main-nav li.current_page_item a, #main-nav li.current_page_parent a, #main-nav li.current_page_ancestor a{
	background-position: 0 -30px;
}

#main-nav li.page-item-216 a span {
	display: block;
	height: 1.4em;
	width: 15px;
	background: url(images/icons/home.gif) 50% 50% no-repeat;
	text-indent: -100em;
	overflow: hidden;
}
#main-nav li.page-item-1336 a {
	border-right: none;
	/*padding: 5px 11px 5px 11px;*/
}
#main-nav li.page-item-216 a {
	padding: 5px 11px 5px 11px;
}


/* -- SUB NAVIGATION -- */
			
#sub-nav { 
	background: #7794B6;
	border-top: 1px #b2cce7 solid;	
}
#sub-nav ul{
	white-space: nowrap;
}
#sub-nav li{
	display: block;
	float: left;
	list-style-type: none;
}
#sub-nav li a {
	display: block;
	float: left;
	padding: 4px 15px;
	color: #fff;
	text-decoration: none;
	border-right: 1px #b2cce7 solid;
}
#sub-nav li a:hover, #sub-nav li.current_page_item a {
	background: #507CA9;
}
			
/* -- SPECIAL -- */
		
span.layout-replace, #skip-nav { /* Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;			
}

#skip-nav ul {

}

#skip-nav li {

}
						
/* Clear fix */
.clear:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear{
    display: block;
}
/*  \*/
.clear{
    min-height:1%;
}
* html .clear{
    height:1%;
}
/*  */