
A {TEXT-DECORATION: none;} 
A:link {COLOR: #52859F; } 
A:visited {COLOR: #52859F; } 
A:active {COLOR: #000000; } 
A:hover {COLOR: #ff9900;}



ol, ul {
	list-style: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.transparent {
	filter: alpha(opacity=90); /* IE */
	opacity: 0.95;  /* Mozilla, Safari and Opera */
	-moz-opacity: 0.95; /* older Mozilla*/
	-khtml-opacity: 0.95; /* older Safari */

}

.normal {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.runway #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.container #header {
	padding: 0 0px 0 0px;
	width: 955px;
	margin: 0;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}





/* CONTENT */
#content{
	background-color: #333;
	width: 955px;
	height: 400px;
	position:relative;
}

#flash{
	padding: 0 0px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 955px;
	margin: 25px 0 20px 0;
}



#content2{
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 955px;
	height: 100%; 
	display:inline;
	position:relative;
	margin: 0;
	zoom:1;
	
}



.leftcoldom {
  background: #162829;
 float:left;
 display:inline;
 line-height: 25px;
 margin: 30px 0 20px 0;
}

.leftcoldom p{
	color: #FFF;
	padding:-10px 0px 0 20px;
}

.leftcoldom h4 {
	color: #FC3;
	font-size: 1.2em;
	padding:0 0px 0 20px;
	font-weight:500;

	
}

.contactcoldom {
  background: #162829;
 float:left;
 display:inline;
 line-height: 25px;
 margin: 30px 0 20px 30px;
 width: 250px;
}

.contactcoldom p{
	color: #FFF;
	padding:0 0px 0 80px;
}

.contactcoldom h4 {
	color: #FC3;
	font-size: 1.2em;
	padding:0 0px 0 60px;
	font-weight:500;	
}

.contactcoldom h2 {

	padding:0 0px 0 20px;



	
}

.contactform {
 float:left;
 display:inline;
 width: 425px;
 padding: 20px;
 margin: 10px 0 20px 0;
}
.rightcoldom {
 float:left;
 display:inline;
 width: 700px;
 padding: 20px;
 margin: 10px 0 20px 0;
}

.gallery {
 display:inline;
 width: 950px;
 padding: 20px;
 margin: 10px 0 20px 0;
}

.feeds {
	background:#FFF;
color: #000;
}

.rightcoldom p,h1,h2,h3,h4,h5,h6{
	color:#fff;
}
.feeds h2{
	color: #000;
}
.feeds p{
	color:#000
}

.rightcoldom h2{
	letter-spacing: -1px;
	font-weight:bold;
}



#tabbed_box {
	margin: 0px auto 0px auto;
	width:300px;
}

.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	border:1px solid #494e52;
	background-color:#162829;
	padding:8px;	
}
ul.tabs {
	margin:0px; padding:0px;
}
ul.tabs li {
	list-style:none;
	display:block;

}



ul.tabs li a {
	background-color:#162829;
	color:#96beb5;
	padding:8px 38px 8px 37px; /*  top, right, bottom, left  */
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:1px solid #162829;
	display:block;

}
ul.tabs li a:hover {
	background-color:#222;
	border-color:#162829;
	color:#999;
}
ul.tabs li a.active {
	background-color:#526964;
	color:#fff;
	border:1px solid #162829; 
	border-bottom: 1px solid #162829;
}
.contentx {
	padding:20px;
    overflow:auto;
	color: #fff;
	background-color: #162829;
}



#content_2, #content_3, #content_4, #content_5, #content_6 { display:none; }

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}



.contentx ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.contentx ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.contentx ul li a {
	text-decoration:none;
	color:#fff;
}
.contentx ul li a small {
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}



.contentx ul li:last-child {  
    border-bottom:none;  
}  

.contentx h2{
	color: #FC3;
	font-size: 1.9em;
	font-weight:500;

}

.contentx h1{
	color: #FC3;
	font-size: 1.9em;
	font-weight:500;
	line-height: 1.2em;
}
.contentx p{
	color: #FFF;
	font-size: 1.1em;
	padding: 10px;
}

#clear { clear:both;
	
}
.content-left {
  background: #000;
 float:left;
 display:inline;
 width: 460px;
 padding: 10px;
 margin: 0;
}

.content-right {
 background: #000;
 float:left;
 display:inline;
 width: 455px;
 padding: 10px;
 margin: 0;
}



/* CONTENT END */



/* COPYRIGHT */
#copyright {
	clear: both;
	text-align:center;
	color:#52859F;
	margin-top: 10px;
}
/* COPYRIGHT END */

/* MY FORM */

form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

.myform{
margin:0;
width:400px;
padding:14px;
}

/* STYLIZED */
#stylized{
background-color:#162829;
}
#stylized h1 {
color: #FC3;
	font-size: 1.9em;
	font-weight:500;
margin-bottom:6px;
}
#stylized h3 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
color:#000;
padding-left: 10px;
}
#stylized p{
font-size:12px;
color:#000;
margin-bottom:20px;
padding:25px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#000 url(../images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

input, textarea{
}

textarea{
width: 250px;
height: 150px;
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#content3{
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 955px;
	height: 100%; 
	display:inline;
	position:relative;
	margin: 30px 0 0px 0;
	
}

.inside{
	text-align:left;
	}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.contentblock {
	margin:0 auto 21px auto;
background:#f8f9fa;
padding:15px;
zoom:1;}

.contentblock .l-block{
	float:left;
	width:250px;
	margin-right:11px;
	padding:7px 0 0  0;
	}
	
.contentblock .s-block{
	float:left;
	width:250px;
	margin-right:0px;
	padding:7px 0 5px  5px;
	}
	
.contentblock .inside{
	padding:0 0 0px 0;
	}
	
.contentblock .last, .last{
	margin-right:11px
	}
.contentblock .inner{
	width: 202px;
	margin:10px;
	}
	
.contentblock .info{
	width: 310px;
	padding:20px 20px 40px 20px;
	background-color:#090909;
    color:#fff;
	}

.contentblock .info-block{
	float:left;
	width:387px;
	margin-left:6px;
	margin-right:0;
	padding:7px 0 0  0;
	}

.contentblock .sponsor-block{
	float:left;
	width:920px;
	margin-right:21px;
	padding:1px 0 0  0;
	background-color:#000;
	}

.contentblock h1{
	margin:0.8em 0;
	font-size:1.2em;
	color:#FFD600;
	} .content img.right{margin: 0 0 30px 20px;}
.contentblock p{
	margin:0.8em 0;
	font-size: 0.9em;
	} 
.contentblock ul{
  font-size:0.9em;
   padding:0;
}

.contentblock ul li{
	float: left; /* positions the nav side by side */
    
}

.contentblock ul li a{
  display:block;
  font-weight: bold;
  color:#FFD600;
  text-decoration: none;
  margin-right: 8px;
}

.contentblock ul li a:hover{
  color:#FF8000;
  text-decoration:none;
}

img.corner {
	float:right;
}
.sponsors h2{
	color: #FFF;
	font-size: 1.2em;
	font-weight:bold;
margin-bottom:0px;
}
.sponsors h5{
	color: #FFF;
	font-size: .8em;
	font-weight:bold;
margin:0px;
}
.sponsors ul{padding: 0;}
.sponsors ul li{float:left; padding-bottom: 10px;}
.sponsors ul li a{margin: 0 10px 20px 20px;}

a.button {
	display: block;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	width: 198px;
}

a:hover.button{
	color:#999;
}

.download {
	background: url(../images/download.gif) no-repeat 10px 4px;
	text-indent: 40px;
	display: block;
}

.button h2{
	color: #FC3;
	font-size: 1.2em;
	padding:0 0px 0 60px;
	font-weight:bold;
	margin-bottom: 20px;
}

.missing{
width: 750px;
padding: 80px 20px 60px 20px;
margin-top: 20px;
background:#FFF;
}
.missing h2{
	color:#036;
}

.winners {
 float:left;
 display:inline;
 width: 100%;
 overflow: auto;
 padding: 20px;
 margin: 10px 0 20px 0;
}

ul.posting {
list-style-type: none;
padding-left: 0;
margin-left: 0;
margin-right: 40px;
margin-top: 30px;
}
ul.posting li{
padding-left: 40px;
float: left;
display: inline;
border: none;
}

ul.posting h3{
color: #FFF;
	font-size: 1.2em;
	padding:0px 0px 0 20px;
	font-weight:800;
    }

ul.posting h4{
color: #FC3;
	font-size: 1.6em;
	padding:20px 0px 0 20px;
	font-weight:500;
    }
    
    ul.posting h5{
color: #FFF;
	font-size: 1.0em;
	padding:5px 0px 0 20px;
	font-weight:700;
    }

