@charset "UTF-8";
/* CSS Document */

html {
}

body {
	margin : 0;
	padding : 0;
	text-align: center;	
	background-color: #772032;
	background-image: url(/images/mainFadeBackground.gif);
	background-repeat: repeat-x;
	background-position: top left;
  font-family: "Arial"; /* "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size:12px;
	line-height: 20px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p, a {
	font-family: "Arial"; /*"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	text-align: left;
	margin: 0;
	padding: 0;
}

h1 {
	font-size:13px;
	line-height: 24px;
	color: #EB5B1D;
	font-weight : bold;
	padding-bottom: 5px;
}

h2 {
	font-size:12px;
	line-height: 20px;
	padding-bottom: 10px;
	color: #000000;
}

h3 {
	font-size:12px;
	line-height: 24px;
	color: #772032;
}

h4 {
	font-size:13px;
	line-height: 24px;
	color: #772032;
	font-weight : bold;
}

p {
	font-size:12px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 10px;
}

.linespacer {
	min-height: 25px;
}

.linespacerSm {
	min-height: 15px;
}

.managementSpacer {
	min-height: 40px;
	border-bottom-color: #EB5B1D;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom : 20px;
}

.pixelSpacer {
	min-height: 1px;
}

.botNavSpacer {
	min-height: 20px;
}


.mainWrapper {
	width: 920px;
	text-align: left;
	margin: auto;
}

.topBanner {
	width : 920px;
	height : 100px;
	background-image: url(/images/sojernLogoBanner.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin : auto;
}

.topNav {
	width : 920px;
	height : 30px;
	background-color: #000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin : auto;
}

.flashWindow {
	width : 920px;
	height : 450px;
	background-color: #fff5eb;
	margin : auto;
}

.scrollingPartners {
	width : 920px;
	height : 90px;
	padding : 0px 0px 0px 0px;
	background-color: #fff;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin : auto;
}

.content {
	width : 920px;
	min-height : 700px;
	background-color: #fff5eb;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin : auto;
}

.leftColumn {
	width : 195px;
	min-height : 600px;
	padding : 90px 0px 0px 35px;
	background-image: url(/images/columnBorderFade.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float : left;
	margin : auto;
}

a:link, a:visited {
	color: #772032;
	font-size:12px;
	font-weight : bold;
	line-height: 20px;
	text-decoration: none;
}

a:hover {
	color: #ff6633;
	font-size:12px;
	font-weight : bold;
	line-height: 20px;
	text-decoration: none;
}	

a.subnav_link_selected {
  color: #ff6633;
}

.rightColumn {
	width : 690px;
	height : 1%;
	padding : 80px 0px 100px 0px;
	float : right;
	margin : auto;
}

.copy {
	width : 435px;
	padding : 0px 230px 20px 25px;
	margin : auto;
}

.copyWide {
	width : 565px;
	padding : 0px 100px 20px 25px;
	margin : auto;
}

.management {
	width : 565px;
	min-height : 150px;
	padding : 0px 0px 0px 0px;
	margin : auto;
}

.circleDiagram {
	width : 690px;
	min-height : 305px;
	padding : 0px 0px 0px 0px;
	background-image: url(/images/circleDiagram.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin : auto;
}

.boardingPasses {
	width : 255px;
	min-height : 345px;
	padding : 0px 410px 20px 25px;
	background-image: url(/images/boardingPasses.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin : auto;
}

.columnSpacer {
	width : 800px;
	min-height : 50px;
	background-color: #fff;
	margin : auto;
}


.footer {
	width : 885px;
	height : 150px;
	padding : 5px 0px 0px 35px;
	margin : auto;
}

p.footerNav {
	font-family: "Arial";
	font-size:9px;
	line-height: 20px;
	color: #330308;
}

p.managementBody {
	padding : 0px 150px 0px 0px;
}

a.footerNav:link, a.footerNav:visited {
	font-size:10px;
	color: #ee702e;
	font-weight: normal;
	text-decoration : none;
}

a.footerNav:hover {
	color: #ffa13a;
	text-decoration : underline;
}



#home
{
  display: block;
  width: 55px;
  height: 30px;
  background: url("/images/tabs/btn_home.gif") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -30px;
}

#home span
{
  display: none;
}

#homeSelected
{
  display: block;
  width: 55px;
  height: 30px;
  background: url("/images/tabs/btn_home.gif") no-repeat 0 -30px;
}

#homeSelected span
{
  display: none;
}

#advertisers
{
  display: block;
  width: 90px;
  height: 30px;
  background: url("/images/tabs/btn_advertisers.gif") no-repeat 0 0;

}

#advertisers:hover
{ 
  background-position: 0 -30px;
}

#advertisers span
{
  display: none;
}

#advertisersSelected
{
  display: block;
  width: 90px;
  height: 30px;
  background: url("/images/tabs/btn_advertisers.gif") no-repeat 0 -30px;
}

#advertisersSelected span
{
  display: none;
}

#publishers
{
  display: block;
  width: 85px;
  height: 30px;
  background: url("/images/tabs/btn_publishers.gif") no-repeat 0 0;

}

#publishers:hover
{ 
  background-position: 0 -30px;
}

#publishers span
{
  display: none;
}

#publishersSelected
{
  display: block;
  width: 85px;
  height: 30px;
  background: url("/images/tabs/btn_publishers.gif") no-repeat 0 -30px;

}

#publishersSelected span
{
  display: none;
}

#travelers
{
  display: block;
  width: 75px;
  height: 30px;
  background: url("/images/tabs/btn_travelers.gif") no-repeat 0 0;

}

#travelers:hover
{ 
  background-position: 0 -30px;
}

#travelers span
{
  display: none;
}

#travelersSelected
{
  display: block;
  width: 75px;
  height: 30px;
  background: url("/images/tabs/btn_travelers.gif") no-repeat 0 -30px;

}

#travelersSelected span
{
  display: none;
}

#about
{
  display: block;
  width: 100px;
  height: 30px;
  background: url("/images/tabs/btn_aboutSojern.gif") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -30px;
}

#about span
{
  display: none;
}

#aboutSelected
{
  display: block;
  width: 100px;
  height: 30px;
  background: url("/images/tabs/btn_aboutSojern.gif") no-repeat 0 -30px;

}

#aboutSelected span
{
  display: none;
}

#contact
{
  display: block;
  width: 70px;
  height: 30px;
  background: url("/images/tabs/btn_contact.gif") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -30px;
}

#contact span
{
  display: none;
}

#contactSelected
{
  display: block;
  width: 70px;
  height: 30px;
  background: url("/images/tabs/btn_contact.gif") no-repeat 0 -30px;

}

#contactSelected span
{
  display: none;
}

.clear {
	clear: both;
}

.subheader_orange {
	color: #EB5B1D; 
	font-size: 13px; 
	font-weight: bold;
}

.notopmargin {
	margin-top: 0px;
}

.subheader_legal {
  font-family: "Arial"; /*"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	color: black;
	font-size: 13px; 
	font-weight: bold;
	font-style: italic;
}

.right {
  text-align: right;    
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;  
}


/*** Soduku stuff ***/

.sudoku_key td{
	padding-right: 1em;
}

.double_sudoku
{
    text-align: left;
    padding-right: 1em;
    padding-bottom: 1em;
	padding-top: 2em;
    padding-left: 1em;
    font-size: 90%;
/*    background-color: #E5E5E5;*/
}

.sudoku_answer_key_text
{
    text-align: left;
}

.main_sudoku_table
{ 
    margin-top: 0.5em;
    border: 1px solid #000000;
    width: 16em;
    height: 16em;
    background-color: #FFFFFF;
}

.main_sudoku_table td
{ 
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 2em;
    height: 2em;
}

.small_sudoku_table
{ 
    border: 1px solid #000000; 
}

.small_sudoku_table td
{ 
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 2em;
    height: 2em;
}

.reports {
	width : 250px;
	min-height : 345px;
	padding : 0px 410px 20px 20px;
	background-image: url(/images/reports.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin : auto;
}

.itineraries {
	width : 255px;
	min-height : 345px;
	padding : 0px 410px 20px 25px;
	background-image: url(/images/itineraries.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin : auto;
}

.network {
	width : 255px;
	min-height : 345px;
	padding : 0px 410px 20px 25px;
	background-image: url(/images/network.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin : auto;
}

.scrollingFlash {
	width : 920px;
	height : 80px;
	padding : 0px 0px 0px 0px;
	background-color: #fff;
	float : left;
	margin : auto;
}


/**** OLD STUFF ****/
/*body {
  background-color: #ffffff;
  margin: 0px;
  font-family: Arial, Helvetica;
  color: #000000;
  font-size: 12px;
  line-height:18px;
}

a:link { 
  color: #003366;
}

a:visited { 
  color: #003366;
}

.header {
  font-family: Arial, Helvetica; 
  color: #003366; 
  font-size: 20px; 
  font-weight:bold; 
  line-height:24px;
}

.subheader_orange {
  font-family: Arial, Helvetica; 
  color: #EB5B1D; 
  font-size: 15px; 
  font-weight: bold;
}

.subheader_legal {
  font-family: Arial, Helvetica; 
  color: black;
  font-size: 15px; 
  font-weight: bold;
  font-style: italic;
}

.highlightheader {
  font-family: Arial, Helvetica;
  color: #000000;
  font-size: 18px;
}

.footer {
  background-image: url(/images/footer/footer_full.jpg);
  background-repeat: no-repeat;
  height: 70px;
  width: 972px;
}

.footer a {
  text-decoration: none;
}

.highlightbody {
  font-family: Arial, Helvetica;
  color: #000000;
  font-size: 10px;
}

.bodyblue {
  font-family: Arial, Helvetica; 
  color: #003366; 
  font-size: 11px;
}


.blue_text {
  font-family: Arial, Helvetica; 
  color: #587B9F; 
  font-size: 10px;
}

.bg_ltblue {
  background-color: #ebf2fa;
}

.center {
  text-align: center;
}

.right {
  text-align: right;    
}

.top {
  vertical-align: top;  
}

.pad10 {
  padding: 10px;
}

.pad5 {
  padding: 5px;
}

div.pos_relative {
  position: relative;
}

div.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.subnav {
  font-family: Arial, Helvetica; 
  color: #666666; 
  font-size: 9.5px;
}

.subnav_alignment {
  padding-top: 5px;
  padding-left: 12px; 
  padding-bottom: 40px;
  padding-right: 5px;
}

a.subnav_link {
  font-family: Arial, Helvetica;
  color: #0A2653;
  font-size: 12px;
  font-weight:bold;
  line-height:22px;
  text-decoration: none;
}

a.subnav_link:hover {
  font-family: Arial, Helvetica;
  color: #ffffff; 
  font-size: 12px;
  background-color:#0A2653;
  font-weight:bold;
  line-height:22px;
  text-decoration: underline;
}

a.subnav_link_selected {
  font-family: Arial, Helvetica;
  color: #EB5B1D;
  font-size: 12px;
  text-decoration: none;
  font-weight:bold;
  line-height:22px;
}

table.blueborder {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-spacing: 0px;
  border-color: #003366 #003366 #003366 #003366;
  border-collapse: collapse;
}

table.blueborder td {
  border-width: 1px 0px 1px 0px;
  border-style: solid solid solid solid;
  border-color: #003366 white #003366 white;
  padding: 5px 10px 5px 10px;
}

.notopmargin {
  margin-top: 0px;
}


table.inputform td {
  padding: 2px 3px 2px 3px ;
  
}

input, textarea, select {
  border-color: #bfbfbf;
  border-top: 1px solid  #bfbfbf;
  border-right: 1px solid  #bfbfbf;
  border-bottom: 1px solid  #bfbfbf;
  border-left: 1px solid  #bfbfbf;
  font-family: Arial, Helvetica;
  font-size: 11pt;
}


div.hrstyle {
  color: #cccccc;
  height: 1px;
  background-color: #bfbfbf;
  border-style: none;
  
}

.main_news {
  background-image: url('/images/main_images/home_newsrectangle.jpg'); 
  background-position: bottom left; 
  background-repeat: no-repeat; 
  vertical-align: top;
  width: 574px; 
  height: 172px;
}

.main_news_text {
  padding-top:  10px;
  padding-left:  10px;
  padding-right:  20px;
  font-family: "Trebuchet MS", sans-serif;
  line-height: 15px;
  text-align: left;
  color: #4B4B4B;
}


.bold {
  font-weight: bold;
}

.left {
  align: left;
}

.right {
  align: right;
}

.pointer {
  cursor: pointer;
}

.picture_right {
  float: right;
  padding: 5px;
}

.notice {
  background-color: #fae4e4;
  border-color: #d06565;
  border-style: solid;
  border-width: 1px 1px 1px 1px ;
  
}

.thankyou {
  background-color: #ebf2fa;
  padding: 15px 15px 5px 15px ;
  
  
}

.sitemapseclink:hover {
  font-family: Arial, Helvetica;
  color: #ffffff;
  font-size: 12px; 
  background-color:#003366; 
  font-weight:bold; 
  line-height:18px;
}

.sitemapbox_blue {
  position:relative;
  width:100%;
  margin:0px;
  padding:6px;
  border-bottom:1px solid #ffffff;
  background-color:#EBF2FA;
}

.sitemapbox_black {
  position:relative;
  width:100%;
  margin:0px;
  padding:6px;
  border-bottom:1px solid #ffffff;
  background-color:#ffffff;
}

.tabs {
  white-space: nowrap; 
  background-image: url('/images/header/toplogo_bg.gif');
}*/



