﻿body {
	background-color: #424242 ;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
    text-align: left;
}

/* <div> that contains the asp:contentplaceholder item */
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*line-height: 16px;*/
	margin-right: 18px;
	margin-left: 8px;
}

.maintext table
{
	width:95%;
}

.maintextbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

h1
{
	font-size: 18px;
	text-align: left;
	color: #005080;
	border-bottom: solid 1px #005080;
	font-variant: small-caps;
}
h2
{
	font-size: 14px;
	text-align: left;
	color: #006090;
	font-style: italic;
}
h3
{
	font-size: 12px;
	text-align: left;
	font-weight:bold;
}
h4{}


.table_content_wide
{
	margin: 0px;
	border-collapse: collapse;
	padding: 3px;
	width: 100%;
}
.table_content
{
	margin: 0px;
	border-collapse: collapse;
	padding: 3px;
}
td {
	text-align:left;
	vertical-align:top;
}
.headinglink {
	font-weight:bold;
	font-size:13px;
	color:Red;
}
.heading_bold {
	font-weight: bold;
	font-size: 13px;
}
a {
	 /* future use */
}
img {
	border: 0px;
}
.leftbg {
	/*background-color: #c5ddee;*/
	background-image: url(../images/left_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	width: 262px;
}
.mainbg {
	background-color: #E7E7E8;
	width: 720px;
}
.bottombg {
	/*background-color: #12397e;*/
	background-image: url(../images/bottom_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	text-align: center;
	height: 35px;
}

.bottomnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align:middle
}

.bottomnavtext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p.iepara{ 
	/*Conditional CSS- For IE (inc IE7) 
	create 1em spacing between menu and paragraph that follows*/
	padding-top: 1em;
}


/* Top Nav Menu */
.solidblockmenu{
    /*border-left: 0 solid #625e00;
    border-right: 0 solid #625e00;
    border-top: 1px solid #625e00;
    border-bottom: 1px solid #625e00;
    border-color: #000066;*/
    
    margin: 0;
    padding: 0;
    float: left;
    font: bold 15px Arial, Helvetica, sans-serif;
    width: 100%;
    background: black url(../images/topnav-default.gif) center center repeat-x;
    height: 33px;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px; /* 9px 11px */
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(../images/topnav-active.gif) center center repeat-x;
}

/* LEFT NAV */
.leftnav
{
	position:relative;
	left:10px;
	top: 35;
	text-align:left;
	color:White;
	width:200px;
	font-weight:bold;
}
.leftnav_group
{
	 border-top: dotted 1px white;
	 font-weight: bold;
	 font-variant:small-caps;
	 color: Red;
	 
}
.leftnav_item
{
	/*position:relative;
	left:15px;*/
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: solid 0px orange;
}
.leftnav_item a
{
	color: #FFFF99;
	text-decoration: none;
}
.leftnav_item a:hover
{
	color: yellow;
	/* font-style:italic; */
	background-image: url(../images/topnav-default.gif);
}
.leftnav_phone
{
	border: dashed 2px yellow;
	text-align:center;
	color: yellow;
	 padding: 5px 5px 5px 5px;
}

/* Home page navigation windows */
.table_launchpoint
{
	/*border: 2px solid #86A6C2;
	border-collapse:collapse;*/
	background-color: #0080B0;
	border-spacing: 2px;
}

.table_launchpoint_header
{
	background-color: #005080;
	text-transform:uppercase;
	text-align:center;
	color: #FFFFFF;
	padding: 5px;
}
.table_launchpoint_icon
{
	text-align:center;
	vertical-align: middle;
}
.table_launchpoint_content
{
	text-align:left;
	/* background-color: #E7E7E8; */
	background-color: Black;
	padding: 5px;
}

/* Main Nav Links Style */
.mainnav a
{
	color:#FFFF99;
	text-decoration: none;
	font-weight: bold;
}
.mainnav a:hover
{
	color: yellow;
	/* font-style:italic; */
	background-image: url(../images/topnav-default.gif);
}

/* CONTACT FORM */
.formborder{
	border-style: solid;
	border-width: 1px;
	border-color: inherit;
	width:600px
}
.light{
	 background-color:#DDDDDD;
}
.dark{
	background-color:#CCCCCC;
}
.white{
	background-color: white;
}
.border_top
{
	border-top-style: solid;
	border-color:Black;
	border-width: 1px;
}
.border_bottom{
	border-bottom-style: solid;
	border-color:Black;
	border-width:1px;
}
.border_right{
	 border-right-style: solid;
	border-color:Black;
	border-width:1px;
}
.border_left{
	border-left-style: solid;
	border-color:Black;
	border-width:1px;
}
.border_top_dotted
{
	border-top-style: dotted;
	border-color:Black;
	border-width: 1px;
}
.border_bottom_dotted {
	border-bottom-style: dotted;
	border-color:Black;
	border-width:1px;
}
.border_right_dotted{
	border-right-style:dotted;
	border-color:Black;
	border-width:1px;
}
.border_left{
	border-left-style: dotted;
	border-color:Black;
	border-width:1px;
}

#texmex1 
{
	width : 218px;
	height : 203px;
	padding : 0;
	margin-left : 15px;
	background-image: url(http://www.ussportplanes.com/images/texmexsport.png);
	background-repeat:no-repeat;
	/*background-color: #99DDFF;*/
	border : 0px solid green;
	position : relative;
}

#texmex2 
{
	position:absolute;
	z-index : 2;
	left: 10%;
	top: 55%;
	border : 0px solid blue;
	margin-top : -30px;
	margin-left : -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000000;
	line-height: 16px;
}

#texmex3
{
	position: absolute;
	top: 173px;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/*************  Scrolling Ticker ************/
#outter {
                width : 218px;
                height : 203px;
                padding : 0;
                margin-left : 20px;
                background-image: url(http://www.usflightacademy.com/images/newtexmex.png);
                background-repeat:no-repeat;
                border : 0px solid green;
                position : relative;
}

#inner {
                position:absolute;
                z-index : 2;
                left: 38px;
                top: 55%;
                border : 0px solid blue;
                margin-top : -20px;
                margin-left : -5px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                color: #000000;
                line-height: 16px;
}

#pscroller1{
width: 225px;
height: 145px;
border: 0px double black;
text-align: center;
padding: 5px;
font: normal 13px Arial, Helvetica, sans-serif;
color: black;
position:relative;
z-index : auto;
top: 40px;
left: 2px;
border : 0px solid blue;
margin-top : 0px;
margin-left : 0 auto;
background-color: transparent;

}
   #ticker1 {
                width : 240px;
                height : 200px;
                padding : 0px;
                margin-left : 0px;
                background-image: url(http://www.usflightacademy.com/images/updates.png);
                background-repeat:no-repeat;
                border : 0px solid green;

}

