/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

* { padding: 0; margin: 0; }

body 
{
    background: url(http://www.southwest-live.com/main/media/core/bg-nice.jpg) no-repeat;
    background-position: center; 
    background-attachment: fixed;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    line-height: 1.7em;
    color: #696969;
}

a {
color:#008ACC;
font-weight:bold;
text-decoration:underline;
background-color:inherit;
}

a:hover {
color:#666; 
text-decoration:none; background-color:inherit;
}

a:visited{
color:#008ACC; 
text-decoration:underline; 
background-color:inherit;
}

a:visited a:hover{
color:#666; 
text-decoration:none; background-color:inherit;
}

a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:5px;}

img.left,img.center,img.right{padding:4px; border:0px solid #a0a0a0;}
img.left{float:left; margin:0 0px 7px 7px;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}





/**************** Header and navigation styles ****************/

#container{
	width:920px;
	margin:0px auto;
	padding:0px 0;
	text-align:left;
	background:#ffffff;
	color:#303030;
}


#header{
height:200px;
width:922px;
	margin:0px;
	padding:0px;
background: url(http://www.southwest-live.com/main/media/core/header.jpg) no-repeat;
color:#ffffff;
}


/* Navigation
-------------------------------------------------------------------*/

#navigation{
	height:2.2em;
	line-height:2.2em;
	width:920px;
	margin:0 0px;
	background-color:#000000;
	/* background: url(http://www.southwest-live.com/main/media/core/bar.jpg) no-repeat; */
	color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
display: inline;
position: relative;
}

#navigation li a{
display:block;
padding:0 15px;
font-size:0.9em;
font-weight:bold;
/* text-transform:uppercase; transformed text to uppercase */
text-decoration:none;
background-color:#000000;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
display:block;

background-color:#FFCC00;
color:#000;
text-decoration:none;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display: none;
	}

	#navigation ul {
		display:block;
		
		height: 18px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width: 100%;
		margin: 0;
		padding: 0;
		
              /* background color of the drop downs */
                                background-color:#000000;
                                filter:alpha(opacity=90);
                                opacity: 0.9;
                                -moz-opacity:0.9;
		color: #ffffff;
		list-style-type: none;
	}

		#navigation li ul {
			display:block;
			
			border-top		: 1px solid #ffffff;
			margin-top		: 0px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;

			left			: 0;
			position		: absolute;
			width			: 220px;		/* width of the drop down menus? */
			height			: auto;
		}
		
		#navigation li li {
			display:block;
			
			width			: 100%;		/* width of the drop down menus? */
			border			: 1px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		padding:0 10px;
		font-size:0.7em;
		font-weight:bold;
		/* text-transform:uppercase;  transformed text to uppercase */
		text-decoration:none;
		background-color:#000000;
		color: #ffffff;
		border-right: none;
		width: 198px;
		}
		
		#navigation a:hover, #navigation a:focus {
		display:block;
		/*background-color:#007cc3;*/
		background-color:#FFCC00;
		color: #000000;
		}
		
		#navigation .sel a {
		display:block;
		/*background-color:#007cc3;*/
		background-color:#CACA00;
		color: #000;
		}

		#navigation a:active {
		/*background-color:#007cc3;*/
		background-color:#808000;
		color: #ffffff;
		}


/**************** Side Nav styles ****************/

#side-nav li{
/* float:left; */
list-style-type:none;
white-space:nowrap;
/* display: inline; */
position: relative;
}

#side-nav li a{
/* display:block; */
padding:0 15px;
font-size:0.9em;
font-weight:bold;
/* text-transform:uppercase; transformed text to uppercase */
text-decoration:none;
}


/**************** Content styles ****************/

#content{
	float:left;
	width:550px;
	font-size:0.9em;
	line-height:1.4em;
	padding:30px 20px 0px 10px;
	
}

#content img {
	padding:7px 7px 4px 10px;
	}

#content h1 {
	margin-top: 15px; 
	font-size: 18px; 
	margin-bottom: 1px; 
	color: #008ACC;
}
#content h2 {
	margin-top: 2px; 
	font-size: 16px; 
	margin-bottom: 3px; 
	color: #008ACC;
}
#content h3 {
	margin-top: 5px; 
	font-size: 15px; 
	margin-bottom: 12px; 
	color: #008ACC; 
	line-height: 10px;
}
#content h4 {
	margin-top: 0px; 
	font-size: 14px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	color: #008ACC;
}
#content h5 {
	margin-top: 9px; 
	font-size: 14px; 
	margin-bottom: 12px; 
	color: #008ACC; 
	line-height: 14px;
}
#content h6 {
	margin-top: 20px; 
	font-size: 14px; margin-bottom: 2px; color: #008ACC; line-height: 14px;
}

#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
	float:right;
	width:250px;
	padding:0px 0px 0px 0;
	line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 0px 0; font-size:0.8em;}





.MenuContainer {
	    width: 140px;
		float: left;
		background-color:#ffffff;
		padding: 15px 25px 0px 0px;
		}
		
.Menu {
	width: 140px; 
	float: left; 
	margin-right: 7px;
	font-family: arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.Menu .Artlink {
	background: url(http://www.southwest-live.com/main/media/core/arrow_mainnav_on.png) no-repeat left center;
}
.Menu a {
	padding-left: 18px; 
	color: #008ACC;
	text-decoration: none;
	background: url(http://www.southwest-live.com/main/media/core/arrow_mainnav_on.png) no-repeat left center;
}
.Menu a:hover {
	color: #666;
	text-decoration: underline;
}
.Menu li {
	border-bottom: #eeeeee 1px solid; 
	padding-bottom: 15px; 
	line-height: 18px; 
	padding-left: 7px; 
	padding-right: 0px; 
	color: #ffffff; 
	padding-top: 14px;
}
.Menu #lpbuttonfooter a.online {
	background: url(http://www.southwest-live.com/main/media/core/reponline.png) no-repeat left center;
}
.ie6 .Menu #lpbuttonfooter a.online {
	background: url(http://www.southwest-live.com/main/media/core/reponline.gif) no-repeat left center;
}


/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:920px;
padding:5px 0;
margin:0 1px;
font-size:0.8em;
color:#333333;
background:#f8f8f8;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#333333; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#000000; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

.search input, .search textarea{		
		width:180px;
		border:1px solid #ddd;
		background:#fff;
		padding:3px;
		}
		
.formbutton {
	-right: #eee 1px outset; 
	padding-right: 4px; 
	-top: #eee 1px outset; 
	padding-left: 4px;
	font-size:10px;
	font-weight: bold;
	text-transform:uppercase;
	background: #007cc3; 
	padding-bottom: 3px; 
	-left: #eee 1px outset; 
	color: #ffffff; 
	padding-top: 3px; 
	-bottom: #eee 1px outset; 
	margin-align: center;
}
