* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 96%;
	line-height: 128%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	background: #122B57 url(images/bkgd.gif) top left repeat-x;
}
a {
	color: #C00D1F;
	text-decoration: underline;
}
a:hover {
	color: #C00D1F;
	text-decoration: none;
}
img {
	border-style: none;
}
img.banner-tile {
	margin-top: 15px;
}
h1 {
	font-size: 0px;
}
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/bkgd-container.png) repeat-y;
}
#container {
	width: 990px;
	margin-left: 10px;
	background: url(images/home-bkgd.jpg) top left no-repeat;
}
#col-logo-nav {
	float: left;
	width: 243px;
	padding-left: 20px;
	padding-right: 21px;
}

h1#newrepl {
    padding-top: 195px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url("images/home-logo.png");
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:195px; /* for IE5.5's bad box model */
}
/*home navivation*/
ul#nav-home {
	width: 211px;
	list-style: none;
	padding-left: 30px;
	margin-top: 15px;
}
a .alt {
	display: none;
}
a#nav-home-about, a#nav-home-programs, a#nav-home-news, a#nav-home-videos, a#nav-home-contact {
	display: block;
	height: 37px;
	width: 211px;
	background-position: 0 0;
}
a#nav-home-curriculum {
	display: block;
	height: 55px;
	width: 211px;
	background-position: 0 0;
}
a#nav-home-about {
	background-image: url(images/nav-home-about.gif);
}
a#nav-home-programs {
	background-image: url(images/nav-home-programs.gif);
}
a#nav-home-curriculum {
	background-image: url(images/nav-home-curriculum.gif);
}
a#nav-home-news {
	background-image: url(images/nav-home-news.gif);
}
a#nav-home-videos {
	background-image: url(images/nav-home-training.gif);
}
a#nav-home-contact {
	background-image: url(images/nav-home-contact.gif);
}

a#nav-home-about:hover, a#nav-home-programs:hover, a#nav-home-news:hover, a#nav-home-videos:hover, a#nav-home-contact:hover{
    background-position: 0 -37px;
}
a#nav-home-curriculum:hover{
    background-position: 0 -55px;
}
/*background & video */
#col-tag-video {
	float: left;
	width: 704px;
	background: url(images/bkgd-player.png) top right no-repeat; 
	padding-bottom: 35px;
}
.contact-info {
	float: left;
	width: 256px;
	padding-left: 65px;
	margin-bottom: 85px;
}
.video {
	float:left;
	clear: both;
	padding-top: 3px;
	margin-left: 10px;
}
/*home-content */
#home-content {
	float: left;
	width: 955px;
	padding: 20px 0px 0px 25px;
}
.col-a {
	width: 235px;
	float: left;
}
img.spacing {
	margin-bottom: 15px;
}
.col-b, .col-c {
	width: 235px;
	float: left;
	padding-left: 20px;
}
#home-content h2.header {
	background: url(images/red-box-top.gif) top left no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Granda", sans-serif;
	font-size: 138%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 800;
	letter-spacing: -1px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.box-content {
	background: url(images/red-box-bottom.gif) bottom left no-repeat; 
	color: #FFFFFF;
	padding: 10px 10px 15px 15px;
}
.col-b .box-content, .col-c .box-content {
	min-height: 187px;
}
ul.alerts {
	width: 188px;
	list-style: none;
	font-size: 83%;
	padding-left: 2px;
	padding-top: 4px;
}
ul.alerts li {
	padding-left: 13px;
	background: url(images/bullet-white.gif) no-repeat;
	background-position:0 10px;
	margin-bottom: 9px;
	line-height: 140%;
}
.button {
	padding-bottom: 6px;
	padding-top: 3px;
}
h3.dates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 148%;
	font-weight: 800;
	letter-spacing: -1px;
}
p.date-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top:2px;
	padding-bottom: 5px;
	width: 160px;
	line-height: 141%;
}
.col-d {
	width: 165px;
	float: left;
	padding-left: 20px;
}
/*sub-pages*/
#sub-container {
	width: 980px;
	margin-left: 10px;
	background: url(images/sub-bkgd.jpg) top left no-repeat;
}
#sub-column {
	float:left;
	width: 259px;
	padding-left: 20px;
}
h1#subrepl {
    padding-top: 195px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url("images/sub-logo.png");
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:195px; /* for IE5.5's bad box model */
}
/* Sub Nav */
#sub-nav {
	background: url(images/sub-nav-bkgd.gif) bottom left no-repeat;
	width: 259px;
	padding-bottom: 20px;
}
ul#nav-sub {
	background: #081831 url(images/sub-nav-mid-bkgd.gif) top left no-repeat;
	width: 211px;
	padding: 0px 24px;
	list-style: none;
}
a#nav-about, a#nav-programs, a#nav-news, a#nav-videos, a#nav-contact, a#nav-events, a#nav-news2, a#nav-email {
	display: block;
	width: 211px;
	height: 33px;
	background-position: 0 0;
	
}
a#nav-home {
	background-image: url(images/nav-home.gif);
	display: block;
	width: 211px;
	height: 24px;
	background-position: 0 0;
}
a#nav-about {
	background-image: url(images/nav-about.gif);
}
a#nav-programs {
	background-image: url(images/nav-programs.gif);
}
a#nav-curriculum {
	background-image: url(images/nav-curriculum.gif);
	display: block;
	height: 48px;
	width: 211px;
	background-position: 0 0;
}
a#nav-news {
	background-image: url(images/nav-news.gif);
}
a#nav-videos {
	background-image: url(images/nav-videos.gif);
}
a#nav-contact {
	background-image: url(images/nav-contact.gif);
}
a#nav-home:hover {
    background-position: 0 -24px;
}

a#nav-about:hover, a#nav-programs:hover, a#nav-news:hover, a#nav-videos:hover, a#nav-contact:hover{
    background-position: 0 -33px;
}
a#nav-curriculum:hover{
    background-position: 0 -48px;
}
/*nav-sub-categories*/
ul#nav-sub ul {
	width: 180px;
	list-style: none;
	margin-left: 28px;
	margin-bottom: 8px;
	font-size: 90%;
}
ul#nav-sub ul li {
	background: url(images/bullet-arrow.gif) no-repeat;
	padding-left: 12px;
	background-position: 0 4px;
	padding-bottom: 10px;
	line-height: 105%;
}
ul#nav-sub ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav-sub ul li a:hover{
	text-decoration: underline;
}

/*sub red box*/
#dates {
	width: 259px;
	float:left;
	margin-top: 15px;
}
#dates h2.header {
	background: url(images/sub-red-top.gif) top left no-repeat; 
	padding: 10px 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 138%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 800;
	letter-spacing: -1px;
}
#dates .box-content {
	background: url(images/sub-red-bottom.gif) bottom left no-repeat; 
	color: #FFFFFF;
	padding: 10px 15px 15px 15px;
}
#dates .button {
	padding-bottom: 6px;
}
#dates h3.dates {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 148%;
	font-weight: 800;
	letter-spacing: -1px;
}
#dates p.date-info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top:2px;
	padding-bottom: 5px;
	width: 160px;
	line-height: 141%;
}
/*main section*/
#main-column {
	width: 670px;
	float:left;
	margin-top: 53px;
	margin-left: 30px;
	margin-bottom: 55px;
	text-align: right;
}
.info {
	width: 270px;
	padding-right: 22px;
	float:right;
}
.login {
	width: 440px;
	padding-right: 12px;
	float:right;
}
.login img {
	margin-right: 10px;
}
#content, #content-news {
	width: 640px;
	float: left;
	margin-left: 35px;
	margin-top: 30px;
	font-size: 95%;
	line-height: 152%;
}

#nav-sub table tbody tr td table {
	margin-top: 32px;
}
.img-quote {
	float: right;
	margin-left: 40px;
	text-align: right;
	padding-top: 8px;
}
.img-quote img {
	margin-bottom: 20px;
}
.img-quote blockquote {
	font-size: 160%;
	color: #C10E20;
	font-weight: 800;
	line-height: 150%;
	padding-bottom: 20px;
}
#content h2, #content-news h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #0E1E3D;
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 12px;
	font-size: 180%;
	line-height: 110%;
}
#content h3  {
	color: #0E1E3D;
	font-size: 120%;
	line-height: 1.2em;
	margin-bottom: 5px;
}
#content p, #content-news p {
	margin-bottom: 10px;
}
#content ul {
	list-style: none;
	margin-bottom: 10px;
}
#content ul li {
	padding-left: 80px;
	padding-bottom: 15px;
	padding-top: 20px;
	padding-right: 15px;
	background-image: url(images/bullet-trophy.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#content ul li.teamwork {
	background-image: url(images/bullet-teamwork.jpg);
}
#content ul li.education {
	background-image: url(images/bullet-education.jpg);
}
#content ul li.sportsmanship {
	background-image: url(images/bullet-sportsmanship.jpg);
}
#content ul li.achievement {
	background-image: url(images/bullet-achievement.jpg);
}
p.link {
	padding-bottom: 30px;
}
a.link {
	background: url(images/bullet-arrow-red.gif) no-repeat 0px center;
	padding-left: 9px;
	font-size: 95%;
	font-weight: bold;
}
/*tables*/

table.skills {
	margin-top: 15px;
	clear: both;
}
table.skills tr th.main {
	font-size:120%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 10px;
	background-image: url(images/th-bkgd-640px.gif);
	background-repeat: no-repeat;
}
table.skills tr th.sub {
	font-size:100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	background-color: #990000;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 6px;
}
table.skills tr th {
	font-size:85%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	background-color: #122B58;
	color: #FFFFFF;
	padding-left: 5px;
	line-height: 1em;
}
table.skills tr th.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #173770;
}
table.skills tr td {
	font-size: 85%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	line-height: 1em;
}
table.maps {
	clear: both;
	margin-top: 15px;
}
table.maps .outline  {
	border: 1px solid #CCC;
}

/*footer*/
#footer {
	float: left;
	width: 980px;
	clear: left;
	font-size: 80%;
	text-align:center;
	padding-bottom:18px;
	margin-top: 20px;
}
#content ul li.alt {
	padding-left: 80px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 15px;
	background-image: url(images/bullet-trophy.gif);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	background-color: #EBEBEB;
}

#footer a {
	color: #C00D1F;
	text-decoration: underline;
}
footer a:hover {
	color: #C00D1F;
	text-decoration: none;
}


#content-admin table tbody tr td.admin_bod a {
	color: #C00D1F;
	text-decoration: underline;
}
#content-admin table tbody tr td.admin_bod a:hover {
	color: #C00D1F;
	text-decoration: none;
}
