/* Home/Splash Page
----------------------------------------------------------------------------- */
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover, a:active {
    color: #FFF;
}

.splash {
	background: #DB1910;
}

.splash p, .splash div {
		text-align :center;
}

#homepage {
	margin: auto;
	text-align: center;
	padding-top: 2.5%;
	padding-right: 9%;
	width: 780px;
}

#homepage #home_top {
		color: #fff;
		font-weight: bold;
		width:550px;
		margin:auto;
}

#homepage #home_top p {
		clear:left;
		margin-bottom: 15px;
		font-size: 1.4em;
		line-height: 2em;
}

#homepage #home_top .mod_banner {
		float:left;
		padding: 4px 8px 8px;
		position:relative;
		z-index:2;
}

#homepage #home_top #mod_banner_102 {
		padding-left: 60px;
}

#homepage #home_top .mod_content {
		clear: left;
		margin: 1em 0;
}

#homepage #enter_button {
		/* height: 80px; */
}

#homepage iframe {
		background: #DB1910;
}

#homepage #home_bottom {
		margin:auto;
        padding-bottom: 2.0em;
        clear: both; display: block;
}

#homepage #home_bottom .mod_iframe {
    width: 300px;
    margin: 10px;
    float: left;
    margin-left: 4%;
}

#homepage #home_bottom .mod_content {
		font-size: 1.1em;
		margin:auto;
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: left;
}

#homepage #home_bottom .mod_content p {
    text-align: left;
    /* padding-left: 45%; */
}

#homepage #home_bottom .alt {
        float: right;
        width: 595px; 
        padding: 10px 0 0;
        /* text-align: center; */
       /* padding-left: 25px; */
}

#homepage #home_bottom .alt p {
    /*text-align: center; */
    padding-left: 0;
}

#homepage #home_bottom .mod_content p {
		line-height: 1.4em;
}

#homepage #home_bottom a:hover {
		text-decoration: underline;
}

#homepage #home_bottom .mod_content a {
		text-decoration: none;
		border-bottom: 1px dotted #FF7961;
		color: #fff;
}

#homepage #home_bottom .mod_images{
    clear: left;
    float: left;
    margin-top: 15px;
    margin-left: -20px;
}

#homepage #home_bottom p {
		font-size: 1em;
		color: #fff;
		text-align:center;
}

#homepage #home_bottom em {
    display: block;
		font-style:italic;
		line-height: 2em;
        margin-top: 3em;
    text-align: center;
}

#homepage #home_bottom p.copyright{
		font-size: 0.7em;
		margin-top: 15px;
}

/* footer links */
#homepage .mod_linklist  {
    clear: both;
	text-align: center;
	margin-top: 0.5em;
  /* padding-left: 200px;  */
}

#homepage .mod_linklist h3 {
		display: inline;
		font-size: 1em;
		font-weight:normal;
		color: #fff;
		margin-right: 0.5em;
}

#homepage .mod_linklist ul {
		display: inline;
		height: 1%;
}

#homepage .mod_linklist ul li {
		display: inline;
		border-left: 1px solid #fff;
		text-transform:lowercase;
		line-height: 1.2em;
		height: 1em;
		color: #fff;
}


#homepage .mod_linklist ul li a {
		padding: 0 0.5em;
		text-transform:capitalize;
		position:relative;
		z-index:3;
		color: #fff;
		text-decoration:none;
}

#hitwise {
    float: left;
    display: block;
    padding-bottom: 20px;
}

.airline-spacer{
	width: 200px;
	text-align: left;
}

.mod_content div div{
	padding: 3px;
	color: #FFFFFF;
}

.mod_enter_button{
	margin-top: -5px;
}


/* some IE 6 stuff */
* html #homepage #home_bottom .mod_content p { padding-left: 35%; }
* html #homepage #home_bottom { width: 780px; }
* html #homepage #home_bottom .mod_images { padding-left: 40px; }
* html #homepage #home_bottom .alt p { width: 635px; padding: 0 0 10px; margin: 0; }
