@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(../images/homebg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

body.sub  {
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(../images/subbg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 1024px;  
	margin: 0 auto; 
	text-align: left; 
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border:none;
}

h1 {
	font-size:20px;
	color:#003366;
}

h2 {
	font-size:20px;
	color:#003366;
}

#divider {
background-image:url(../images/divider.jpg);
background-repeat:repeat-x;
height:1px;
float:left;
}


/*HEADER STUFF*****************************/

#header { 
	background-image:url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	height:85px;
	padding:0px 0px 0px 0px;
} 

#logo {
	width:362px;
	float:left;
	height:85px;
}

#address {
	width:531px;
	float:right;
	text-align:right;
	padding:35px 129px 0px 0px;
	font-weight:bold;
	color:#666666;
}

.blue {
	color:#036;
	font-size:16px;
	font-weight:bold;
}


/*NAV STUFF*****************************/

#nav {
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	width:1024px;
	float:left;
	height:43px;
}

#nav ul {
	padding:14px 0px 10px 115px;
	margin:0px;
	list-style-image:none;
}

#nav li {
	display:block;
	float:left;
	list-style:none;
	text-align:center;
}



#nav a:link {
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/navdivider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:15px 6px 15px 6px;
	height:43px;
		text-align:center;
}

#nav a.last:link {
	color:#FFF;
	text-decoration:none;
	background-image:none;
	height:43px;
		text-align:center;
}

#nav a:visited {
	color:#FFF;
	text-decoration:none;
    background-image:url(../images/navdivider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:15px 6px 15px 6px;
	height:43px;
		text-align:center;
}

#nav a:HOVER{
	color:#fFF;
	text-decoration:underline;
    background-image:url(../images/navdivider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:15px 6px 15px 6px;
	height:43px;
		text-align:center;
}

#nav a:active{
	color:#FFF;
	text-decoration:none;
    background-image:url(../images/navdivider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:15px 6px 15px 6px;
	height:43px;
		text-align:center;
}



#shadow {
	width:1024px;
	background-image:url(../images/shadow.jpg);
	background-repeat:no-repeat;
	height:10px;
	float:left;
	padding:0px;
	margin:0px;
}

/*Top IMG STUFF*****************************/

#homeimg {
	background-image:url(../images/phflsh.jpg);
	width:1024px;
	height:248px;
	float:left;
	padding:0px;
	margin-bottom:3px;
}

#slider {
margin-left:355px;
margin-top:1px;

}

#subimg {
	background-image:url(../images/phbanner.jpg);
	width:1024px;
	height:205px;
	float:left;
	padding:0px;
	margin:0px;
}

#subimg_left {
width:280px;
float:left;
padding-left:109px;
padding-top:20px;
}

#subslider {
margin-top:0px;
width:635px;
float:left;
height:205px;
overflow:hidden;

}



/*MAIN CONTENT STUFF*****************************/

#mainContent {
	width:1024px;
	float:left;

}

#text {
	width:175px;
	padding:40px 0px 0px 120px;
	float:left;
	color:#FFFFFF
}

#text ul {
	padding:5px 10px 5px 10px;
	margin:0px;
	list-style:none;
}

#text li {
	background-image:url(../images/whitesquare.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0px 0px 5px 10px;
	list-style-image:none;

}

#quotes {
	width:413px;
	margin:0px 0px 0px 70px;
	float:left;
	clear:left;
}


/*BOTTOM STUFF*****************************/

#quote {
width:250px;
float:left;
margin-left:106px;
display:inline;
}

/*NEWS*****************************/

#news {
background-image:url(../images/newsbg.jpg);
width:295px;
float:left;
background-repeat:no-repeat;
height:248px;
color:#FFFFFF;
}

#news ul {
padding:65px 10px 0px 20px;
margin:0px;
list-style:none;
}

#news li {
padding:0px 0px 10px 10px;
list-style-image:none;
	background-image:url(../images/bluesquare.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;

}

#news a:link {
	color:#0066FF;
	text-decoration:none;
	font-weight:bold;
    display:block;
	padding:0px 0px 0px 0px;

}

#news a:visited {
    display:block;
	color:#0066FF;
	text-decoration:none;
	font-weight:bold;
}

#news a:HOVER {
    display:block;
	color:#0066FF;
	text-decoration:underline;
	font-weight:bold;
}

#news a:active {
    display:block;
	color:#0066FF;
	text-decoration:none;
	font-weight:bold;
}

#starlink {
background-image:url(../images/startracker.jpg);
width:249px;
float:left;
height:248px;
background-repeat:no-repeat;
}

/*STAR TRACKER*****************************/

#starlink {
background-image:url(../images/startracker.jpg);
width:249px;
float:left;
height:248px;
background-repeat:no-repeat;
}

#startext {
padding:105px 10px 0px 10px;
padding-top:0px;
color:#FFFFFF;
}

#bottom {
background-image:url(../images/bottombg.jpg);
height:52px;
width:1024px;
float:left;
}

/*FOOTER STUFF*****************************/

#footer { 
background-image:url(../images/footer.jpg);
width:1024px;
float:left;
background-repeat:no-repeat;
padding-top:16px;
}

#footercontent {
background-image:url(../images/footerbg.jpg);
background-repeat:repeat-y;
text-align:center;
padding-bottom:10px;
font-size:10px;
color:#FFF;
} 

#footercontent ul {
	padding:10px 10px 0px 0px;
	margin:0px;
	list-style-image:none;
}

#footercontent li {
	display:inline;
	list-style:none;
	padding:0px 0px 0px 5px;
	
}

#footercontent a:link {
	color:#FFF;
	text-decoration:none;
}

#footercontent a:visited {
	color:#FFF;
	text-decoration:none;
}

#footercontent a:HOVER{
	color:#FFF;
	text-decoration:underline;
}

#footercontent a:active{
	color:#FFF;
	text-decoration:none;
}




#subContent {
	background-image:url(../images/subcontentbg.jpg);
	background-repeat:no-repeat;
	width:730px;
	float:left;
	padding:10px 150px 20px 136px;
	margin:20px 0px 0px 0px;
}

#subContent ul {
	padding:10px 150px 10px 20px;
	margin:0px;
	list-style:disc;
}

#subContent li {
	list-style-image:none;
	padding:0px 0px 5px 0px;
	
}

#subtext {
	width:500px;
	float:left;
}

#subquotes {
	width:406px;
	float:right;
}
