	/*
Title:       PNSA Layout Styles
Author:        Brion K. Mills
Company:     PNS Academy
Description: Basic layout and site structure.
*/
/* Table of Contents

		1) =Site Wide Default
		2) =General Markup
				a) :General =Hyperlinks
		3) =Logo Hyperlink
				a) :h1
				b) :h1 a
		4) =Content
				a) :h2 - h5
		5) =MainNav
				a) li
				b) a
				c) a:hover
		6) =subNav	
				a) li
				b) a
				c) a:hover
		7) =Content: Layout
				a) #container
				b) #main
				c) #mainContent
				d) #xContent
		8) =Content: Module
				a) .module
				b) li
				c) dd
				d) dt
		9) =Content: Sidebar
				a) #sideBar
				c) table
				d) th abbr
				e) td
				f) div
				g) ul
				h) li
				i) a:link
				j) .relatedLinks
		10) =Content: Footer Navigation
				a) #footer
				b) #footer .smallLogo
				c) #footer .smallLogo a
				d) #footer .smallLogo img
		11) =Content: FLOAT CLEARING HACK

*/


/***************************************************************
	Anchor Tags
***************************************************************/
/* =Hyperlinks
---------------------------------------*/
a {
	color: #51c0e4;
	text-decoration: none;
/*	border-bottom: 1px #b24e00 dotted;*/
}

a:visited {
	color: #7ed0ea;
	text-decoration: none;
}

a:hover {
	color: #e6721d;
	border-bottom: 1px #e6721d dotted;
}

a:active {
	color: #51c0e4;
	text-decoration: none;
}

/* default */
.footer {
	font-size: 10px;
	 color: #ebd39a;
}

.footer a:link {
	color: #000000;
	text-decoration: none;
}

.footer a:visited {
/*	color: #000000;*/
	text-decoration: none;
}

.footer a:active,
.footer a:hover {
/* 	color: #000000;*/
 	text-decoration: underline;
}
/* =Generic
---------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body, center, layer {
	margin: 0 auto;
/*	color: #33332d;*/
/*	color: #ded5c3;*/
	color: #fff;
	text-align: center;
	font: .76em Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background: #000 url('../graphics/pnsa-bg.gif') repeat-x top left;
}

hr {
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #C2BAA9;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-left: none;	
}

ol {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 1em;
	list-style-position: outside;
	list-style-type: none;
	color: #69542F;
}

ol li {
	margin: 0 0 10px 25px;
	color: #666159;
}

ul {
	position: relative; /*IE hack */
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	position: relative;
	margin: 4px 0 0 0;
	padding: 0 0 0 11px;
/*	background-image: url(../graphics/bullet_brown.gif);
	background-repeat: no-repeat;
	background-position: left 3px;*/
}

ul li a {
	border-bottom: none;
}

hr {
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}

/* :hidden */
.hide {
	margin: 0;
	padding: 0;
	height: 0;
	display: none;
}

p {
	margin: 0;
}

b, strong {
	font-weight: bold;
}

img {
    border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
fieldset {
	border: none;
}
input, label {
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
label {
	margin: 0 0 10px 2px;
	float: left;
	clear: both;
}

/* =General Layout
---------------------------------------*/

#outerWrap {
	position: relative;
	width: 995px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
/*	background-color: #2D1508;*/
}

#header {
	position: relative;
	margin: 0 8px 30px 10px;
	padding: 0 0 4px 0;
	height: 140px;
}

/* =Logo Hyperlink
---------------------------------------*/

h1 {
	position: absolute;
	margin: 0 0 0 8px;
	padding: 0;
	height: 70px;
	width: 342px;
	top: 10px;
	left: 0px;
	z-index: 100;
}

h1 a {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	width: 500px;
	height: 123px;
	top: 25px;
	left: -5px;
	color: #990000;
/*	text-decoration: none;*/
	border-bottom: none;
	background-image: url(../graphics/pnsaHeader-logo.png) ;
}
* html h1 a {
	width: 515px;
	background-image: url(../graphics/pnsaHeader-logo.gif);	
}
h1 a:hover,
h1 a:active {
	border: none;
}

h1 a span, h1 span {
	display: none;
	text-decoration: none;
}

/* =Headers
-------------------------------- */

h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 20px;
}

h2 a, 
h2 a:visited {
	color: #fff;
	text-decoration: none;
}

h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 20px;
}

h4 {
	font-size: 1em;
	text-align: left;
	display: block;
	margin: 3px 0 3px 5px;
	padding: 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 0.7em;
	margin: 0 0 3px 3px;
	padding: 0;
	font-weight: bold;
}

/* =Contact Links
------------------------------ */

ul#subNav {
	position: absolute;
	margin: 0 10px 7px 0;
	padding: 0;
	height: 15px;
	width: auto;
	top: 25px;
	right: -7px;
	text-align: right;
	color: #69d1e0;
}

ul#subNav li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #B0E8F1;
}

ul#subNav li a {
	margin: 0 4px;
	font-size: .9em;
}

ul#subNav a {
	margin: 0;
	padding-top: 3px;
	font: 14px/16px arial, sans-serif;
	color: #B0E8F1; 
 	text-decoration: none;
/*	border-bottom: transparent;*/
}

ul#subNav a:hover {
	padding-top: 3px;
	color: #e6721d; 
	text-decoration: none;
	border-bottom: none;
}

ul#subNav span {
	margin: 0 10px 21px -6px;
	color : #69d1e0;
	font-size: 1.3em;
}



/* =Content: Main
-------------------------------- */

#container {
	position: relative;
	margin: 5px 0 15px 0;
	padding: 0;
	float: left;
/*	right: 5px;*/
	width: 100%;
}

#xContent {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* =Content: Primary Content
---------------------------------------*/

.pContent {
	position: relative;
	width: 730px;
	margin: 0;
	margin: 0;
	padding: 10px;
	font-size: 1.15em;
	text-align: left;
	float: left;
	background: url('../graphics/pnsa-modContainerBg.jpg') repeat-x top left;
}

/* =body id's
--------------------- */
body#program .pContent div,
body#coaches .pContent div,
body#about .pContent div,
body#fms .pContent div,
body#roster .pContent div {
/*	background: #0C0C0C;*/	
	background: #070707 url('../graphics/pnsa-featureBg.jpg') repeat-x top;
	margin: 0;
	padding: 10px;
	position: relative;
}
body#gallery .pContent div {
	margin: 0;
	padding: 10px;
	background: #070707 url('../graphics/pnsa-featureBg.jpg') repeat-x top;
	text-align: center;
}
body#gallery .pContent div.demo {
	margin: 0 ;
	padding: 0;
	text-align: center;
}
/* ------------------ */
.pContent h2 {
	margin: 0 0 5px 0;
	padding: 7px 0 5px 3px;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	border-bottom: 1px dotted #69d1e0;	
}
#col1 {
	margin: 0 5px 10px 0;
	float: left;
/*	overflow: hidden;*/
	width: 480px;
}

#col1 .feature {
	margin: 0 0 25px 0;
	padding: 8px;
/*	background: #111;*/
	background: #090909 url('../graphics/pnsa-featureBg.jpg') repeat-x 0 0;
	border: 4px solid #191919;
	color: #fff;
}

#col1 .feature h2 {
	margin: 0;
	font-size: 1.2em;
}

#col1 div {
	margin: 0 0 25px 0;
	padding: 8px;
	background: #fff;
	color: #000;
}

#col1 img {
	float: none !important;
/*	width: 430px;*/
}

#col2 {
	margin: 0 0 10px 20px;
	padding: 0;
	float: left;
	width: 215px;
}

#col2 div {
	margin: 0 0 25px 0;
	padding: 0;
/*	display: block;*/
	position: relative;
}

#col2 .photoGallery {
	background: #cce0e7;
}

#col2 .photoGallery h3 {
	color: #000 !important;
}

#col1 h2 {
	margin-bottom: 11px;
/*	border-bottom: 1px dotted #DF7B10;*/
}

/*#col2 h3 {
	padding: 0 3px !important;
}*/
#col2 p {
	margin: 0 0 10px 0;
	padding: 0 3px !important;
	font-size: .9em;
}
#prevWork h2 {
	border-bottom: 1px dotted #69d1e0;
}

* html .pContent h2 {height: 1%;}

.pContent h2 img,
.pContent h3 img {
	margin: 1px 3px 0 3px;
}

.pContent h3 {
	margin: 11px 0 20px 0;
	padding: 0 0 3px 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3;
/*	color: #51c0e4;*/
	color: #fff;
	border-bottom: 1px dotted #51c0e4;
}

.pContent h3 a,
.pContent h3 a:visited {
	color: #2E2416;
	text-decoration: none;
	background-color: transparent;
}

.pContent h3 a:hover {
	color: #2E2416;
	text-decoration: underline;
	background-color: transparent;
}

.pContent h4 {
	margin: 15px 0 0 2px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #e6721d;
}

.pContent div {
	position: relative;
	margin: 0 0 50px 8px;
	padding: 0;
}

.pContent div p {
	margin-left: 2px;
}

.pContent p {
	margin: 5px 0 22px 0;
	padding: 0;
	line-height: 1.4em;
}

.pContent ul {
	margin: 15px 10px;
}

.pContent ul li {
	position: relative;
	margin: 7px 0 9px 5px;
	padding: 0 0 0 15px;
	background-position: left 4px;
}

.pContent ul li span {
	font-size: 0.95em;
	color: #2E2416;
	margin: 3px 0 0 0;
	padding: 0 0 0 2px;
}

/*------------------*/
.pContent li,
.pContent li a {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 20px;
	font-size: .9em;
	color: #51c0e4;
	background-image: url(../graphics/pnsa-bullet-image.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	clear: both;
}

.pContent li a,
.pContent li a:visited,
.pContent li a:active {
	color: #6ec0da;
}

.pContent li a:hover {
	border-bottom: none;
	color: #df7b10;
}
/*------------------*/


.pContent img {
	margin: 3px 7px 0 3px;
	padding: 0px;
	border: 3px solid #262626;
/*	float: left;*/
}

/*.pContent a:hover img {
	border: 3px solid #a13b08;
	background-color: #6fcbe9;
}*/

/*.pContent #col1 {
	margin: 0 0 20px 0;
	padding: 2px;
	font-size: 1em;
	overflow: auto;
}

* html .pContent #col1 {
	margin-bottom: 30px;
}*/

.pContent #col1 h2 {
	margin-bottom: 5px;
	margin-left: 3px;
/*	font-size: 1.6em;*/
/*	color: #6fcbe9;*/
	color: #fff;
}

.pContent #col1 h2 a,
.pContent #col1 h2 a:hover {
	border-bottom: none;
}

.pContent #col1 li {
	margin-left: -6px;
	font-size: .9em;
	background-image: none;
}

.pContent #col1 p {
	margin-left: 7px;
	margin-bottom: 10px;
	padding-top: 3px;
}

.pContent #col1 p.caption {
	margin: -2px 2px 15px 3px;
	padding: 7px 6px;
	background-color: #262626;
	font-size: .8em;
	font-style: italic;
	color: #BFBFBF;
}

.pContent #col2 h3 {
	margin: 0 0 5px 2px;
	padding: 0;
	font-size: 1.05em;
	font-weight: normal;
	line-height: 1.3;
/*	color: #6fcbe9;*/
	color: #e6721d;
	border-bottom: none;
}

.pContent #col2 img {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

.pContent #col2 img.gallery {
	margin: 2px;
	float: left;
	overflow: hidden;
/*	width: 71px;*/
	border: 3px solid #262626;
}

.pContent span.launch {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 1px;
	float: right;
	overflow: hidden;
}

.pContent span.launch a {
	padding: 10px 8px;
	font-size: .85em;
	color: #e05103;
}

.pContent span.launch a:hover {
	color: #69d1e0;
	border-bottom: 1px dotted #69d1e0;
/*	text-decoration: underline;*/
}

form .pContent fieldset {
	background: #111;
	border: none;
}
form .pContent fieldset ul {
	margin: 0;
	width: 97%;
}
form .pContent fieldset div {
	margin: left: -10px;
}
form .pContent label {
	margin: 0 0 0 11px;
	font-size: 1.1em;
	font-weight: bold;
	color: #a1dcee;
}
/* =Secondary Content
---------------------------------------*/

.sContent {
  width: 219px;
	float: right;
	margin: 0;
	padding: 5px 5px 50px 5px;
	text-align: left;
	background: #191919 url('../graphics/pnsa-modContainerBg.jpg') repeat-x bottom left;
}

* html .sContent {
/*	margin-right: 6px;*/
}

.sContent h2 {
	margin: 0;
	font-size: 1.1em;
	line-height: 18px;
	color: #7ba882;
}
.sContent a:hover {
	border-bottom: none;
	color: #e6721d;
}

.sContent a img {
	border: 0;
}

.module {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: #000 url('../graphics/pnsa-featureBg.jpg') repeat bottom;
	border: 1px solid #191919;
	position: relative;
	overflow: hidden;
}

.module div {
	margin-left: 6px;
}

.pride {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border: none;
	background-image: none;
	background-color: none;
	position: relative;
}

.module h2 {
	margin: 0;
	padding-bottom: 3px;
	color: #51c0e4;
	font-weight: normal;
}

.module h3 {
	margin: 5px 5px -8px 10px;
}


.module p {
	margin: 5px 5px 8px 10px;
	line-height: 1.5em;
}

.module p a img {
	margin-top: 10px;
}

.module p a:hover img {
	border: none;
	background-color: none !important;
}

.module img {
	margin: 0;
}

.module a img,
.module a:hover img {
	margin: 0;
	padding: 0;
/*	border: 1px solid;*/
	background-color: none !important;
	border-bottom: transparent !important;
}


* html .module div img {
	margin: 5px 15px 0 0;
}

.module ul,
.pride ul {
	margin: 5px 0 5px 0;
	padding: 0;
}

.module li {
	margin: 5px 0 5px 13px;
	padding: 0 0 0 15px;
	font-size: 1em;
	color: #b0e8f1;
	background-image: url(../graphics/pnsa-bullet-image.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	clear: both;
}

.pride li {
	margin: 5px 0 5px 13px;
	padding: 0 0 0 15px;
	font-size: 1em;
	color: #b0e8f1;
	background-image: none;
	clear: both;
}

* html .module li {
	background-image: url(../graphics/pnsa-bullet-image.gif);
}

.module li a,
.module li a:visited,
.module li a:active {
	color: #b0e8f1;
}

.module li a:hover {
	border-bottom: none;
	color: #df7b10;
}
div.pride ul {
	margin: 0  0 0 -16px;
	padding: 15px 0;
/*	background: #000;*/
/*	width: 200px;*/
}
div.pride ul li {
	font-size: 1.5em;
	color: #fff;
}
div.pride ul li span {
	margin: 0 3px 0 0;
	font-size: 1.6em;
	text-transform: capitalize;
	color: #51c0e4;
}

/* =Newsletter Sign Up Form
-------------------------------- */
span.label,
span.spacer,
span.multiple span {
	width:120px;
	float:left;
	margin: 5px;	
} 
span input {
	margin: 0 0 5px 5px;
}
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;}

/* Footer Navigation
---------------------------------------*/
#footer {
	margin: 120px 0 10px 0;
	padding: 5px;
	text-align: right;
	clear: both;
/*	overflow: auto;*/
	font-size: .95em;
	border-top: 5px solid #161616;
}

#footer ul {
	margin: 1.5em 3em;
	list-style: none;
	width: auto;
}

#footer li {
	display: inline;
	background-image: none;
}

#footer li a {
	white-space: nowrap;
	text-decoration: none;
	color: #81cfe8;;
}

#footer a:hover {
	text-decoration: none;
	border-bottom: none !important;
	color: #e6721d !important;
}

#footer p {
	color: #4b3620;
}

#footer p a {
	color: #e05104;
}

#footer p img {
	margin-top: 5px;
	border: none;
}

/* Footer Navigation
---------------------------------------*/
#footer #footerNav {
	position: relative;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 3px 0 0;
	border-top:  10px solid #9B8D7D;
	text-align: right;
}

#footer #footerNav ul,
#footer #footerNav li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer #footerNav ul li {
	display: inline;
	background-image: none;
}

#footer #footerNav a,
#footer #footerNav a:hover {
	position: relative;
	margin: 0;
	padding: 2px 20px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #81cfe8;
	text-decoration: none;
	border-right: 1px solid #9b8d7d;
}

#footer #footerNav a:hover {
	background: #2e2416 url(../graphics/navBg.gif) repeat-x left center;
}

#footer #moreLinks {
	position: relative;
	margin: 0;
	padding: 0;
}

* html #footer #moreLinks {
	overflow: auto;
}

#footer #moreLinks ul {
	position: relative;	
	margin: 6px 10px 10px 15px;
	padding: 0;
	float: left;
}

#footer #moreLinks li {
	margin: 0 10px 0 0px;
	padding: 0;
	position: relative;
	background-image: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
}

#footer .moreLiinks li a {
	padding: 0;
/*	border-bottom: transparent;*/
	text-decoration: none;
	color: #81cfe8;
}

#footer #moreLinks li a:hover {	
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #81cfe8;	
}

#footer #moreLinks ul.siteDesign {
	margin: 6px 10px 10px 0;
	float: right;
}

#footer #moreLinks ul.siteDesign li {
	color: #3F3F3F;	
}

#footer #moreLinks ul.siteDesign a {
	color: #7F7F7F;
}


/* Copyright Navigation
---------------------------------------*/
#copyright {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	color: #2F1F01;
	text-align: center;
	font-size: 1em;
}

#copyright ul,
#copyright li {
	margin: 0;
	padding: 0;
}

#copyright a,
#copyright a:visited,
#copyright a:hover {
	margin: 0;
	padding: 0;
	color: #2F1F01;
	text-decoration: none;
}

#copyright a:hover 
{ text-decoration: underline; }

#copyright br 
{ display: block; }


.smallLogo {
	margin: 10px 0;
}

/*#container,
#pContent,
#sContent,

{display: inline;}*/

#container
#pContent,
#sContent
{display: block;}

/* End hide from IE-mac */

/********************************/
/*      END FLOAT CLEARING       */
/********************************/
