/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, images, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	color: #333333;
	vertical-align: baseline;
	background: transparent;
}
/*colors
Drk blue: #01449c
med blue: #85A7D3
lt blue: #B5CBE6
red: #CC0000;
*/
/* LINKS */

 a:link, a:active, a:visited {
	color: #01449c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}


 ul {
	margin-left: 20px;
	list-style-position: outside;

}
ol  {
	margin-left: 20px;
	list-style-position: outside;
	color: #01449c;
	
}

ol li  {
	margin-left: 20px;
	list-style-position: outside;
	
}
ul.redb {
	margin-top: 10px;
	list-style-position: outside;
	list-style-image: url(../images/bulletred.gif);
	list-style-type: none;
	margin-left: 20px;
}
ul.blueb{
	margin-top: 10px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	margin-left: 20px;
}

.special {
	quotes: none;
	font-style: italic;
	color: #85A7D3;
}

blockquote {
margin: 0 20px 0 20px;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.quote {
   font-size:17px;
	font-weight: bold;
	color: #85A7D3;

}

/* PAGE LAYOUT */

html, body {
	height: 100%;
}

#wrapper {
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	margin-top: 10px;
}

body {
	margin: 0 auto;
	width: 960px;
}

#leftcolumn {
	float: left;
	width: 200px;
}

* html #leftcolumn {
	margin-top: -18px;
}

#content {
	margin: 0 20px 0 230px;
	padding-bottom: 50px;
}

#footer, #push {
    clear: both;
	height: 100px; /* #push must be the same height as #footer */
}

#footer {
	background: url(../images/footer2.png) no-repeat 0% 0%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 960px;
}

#footer p {
	font-size: 10px;
	color: #666666;


}

#footer a {
font-size: 10px;
	color: #01449c;
	text-decoration: none;

}

#footer a:hover {
font-size: 10px;
	background-color: #01449c;
	color: #fff;

}


.copyright {
float: left;
font-size: 10px;
	color: #666666;

}


/* HEADER */

#header {
	background: #01449c url(../images/header2b.jpg) no-repeat 0% 0%;
	height: 160px;
}

#header .left {
	float: left;
	width: 390px;
}

#header .right {
	float: left;
	width: 400px;
	height: 55px;
	padding-top: 85px;
	padding-left: 500px;
}

#header h1 {
	color: #f7e5f5;
	font-size: 272%;
	margin: 0;
	padding-top: 20px;
}

#header h2 {
	color: #fff;
	font-size: 272%;
	letter-spacing: 1.3em;
	margin: 0 0 0 143px;
	padding: 20px 0 0 0;
	text-align: left;
}

*+html #header h2 {
	letter-spacing: 3.6em;
	margin: 0 0 0 141px;
}

* html #header h2 {
	letter-spacing: 3.6em;
	margin: 0 0 0 141px;
}

/* MENU 1 */

#menu1 {
	background: url(../images/bg_menu2.png) no-repeat 0% 0%;
	float: left;
	height: 40px;
	margin: 0 0 18px 0;
	width: 100%;
}

.white{
color: #ffffff;

}

#menu1 ul {
	padding: 0;
	margin: 0;
	float: left;

}

#menu1 ul li { 
	display: inline; 
}

#menu1 ul li a,#menu1 ul li a:link {
	color: #fff;
	float: left;
	padding: 7px 10px;
	text-decoration: none;
}

#menu1 ul li a:hover {
	background-color: #000;
	color: #fff;
	padding: 7px 10px;
}

/* MENU 2 */

#menu2 { 
	margin: 10px 0 0 0;
	padding: 0;
}

* html #menu2 { 
	margin: 0;
}

#menu2 ul { 
	background: url(../images/menuBottom3.jpg) no-repeat bottom left;
	padding: 0 0 23px 0; 
}

#menu2 h4 {
	background: url(../images/menuTop3.jpg) no-repeat top left;
	color: #ffffff;
	font-size: 272%;
	height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0 80px;
}

#menu2 ul li {
	background: url(../images/menuMiddle3.jpg) repeat-y 0% 0%;
}

#menu2 ul li a {
	color: #ffffff;
	display: block;
	margin-left: 35px;
	padding: 0 0 0.5em 5px;
	text-decoration: none;
	text-indent: 10px;
	width: 200px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-top-color: #ffffff;
}

#menu2 ul li a:hover {
	color: #2a81f5;
}

/* SIDEBAR */

.sidebar {
	margin: 30px 0 0 20px;
}

extra {
padding: 35px 0 ;

}
/* HEADINGS */



h1 {
	color: #01449c;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 150%;
	padding: 15px 0 15px 0;
}

h2 {
	font-size: 125%;
	color: #fff;
	background-color: #01449c;
	font-weight: bold;
}

h3 {
	border-top: 1px solid #01449c;
	border-bottom: 1px solid #01449c;
	color: #01449c;
	font-weight: bold;
	font-size: 125%;
	padding: 5px 0;
}

 h4, h5, h6 
{
	color: #01449c;
	letter-spacing: 1px;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
    margin-top: 10px;
	color: #01449c;
	font-weight: bold;
	font-size: 110%;
	
}


 h5, h6 {
	font-size:100%;
	color: #01449c;
	font-weight: bold;
}

.homehdr {


	color: #01449c;
	font-weight: bold;
	font-size: 125%;
	padding: 5px 0 0 20px;
}



/*a.hdr:link {

    font-size: 115%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.hdr:hover{
 font-size: 115%;
color: #cc0000;
font-weight: bold;
	text-decoration: none;
}
*/






/* SITE STYLES */

body {
	background-color: #01449c;
}

div {
margin: 0;
}

p {
	margin: 10px 0 18px 0;
}

images {
	border: 0;
}

.float_left { 
	float: left; 
	
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

images.float_left { 
	background: #fff url(../images/images_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #01449c;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 3px 10px;
}

images.float_right { 
	background: #fff url(../images/images_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #01449c;
	float: right;
	margin: 4px 0 0 10px;
	padding: 0 0 3px 10px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
	display: inline-block;
}

* html .clear {
height: 1%;
}

.bluehdr {
	width: 300px;
	color: #01449c;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #01449c;
	background-image: url(../images/downarrow.gif);
	background-position: 70px;
	background-repeat: no-repeat;
}

.redhdr {
    width: 300px;
    color: #cc0000;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #01449c;
	background-image: url(../images/downarrowr.gif);
	background-position: 70px;
	background-repeat: no-repeat;
}

.note{
	font-size: 90%;
	color: #CC0000;
}

.bluebrdr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01449c;

}

.red {
color: #CC0000

}

.mbluei{
	color: #85A7D3;
	font-style: italic;
	font-weight: bold;
}

a img {

border: none;
}
/*****home page content boxes*****/

.left2 {
	float: left;
	/*margin: 0 10px 25px 10px;*/
	width: 320px;
	height: 250px;
    padding-left: 15px;
	background-image: url(../images/boxbkd2.gif);
	background-repeat: no-repeat;
	background-position: top;	
}

.right2 {

    float: right;
    width: 320px;
	height: 250px;
	margin: 0 10px 25px 10px;
    padding-left: 15px;
	background-image: url(../images/boxbkd2.gif);
	background-repeat: no-repeat;
	background-position: top;
	}	

.left3 {
	float: left;
	
	width: 320px;
	height: 250px;
	margin: 25px 10px 0 0;
    padding-left: 15px;
	background-image: url(../images/boxbkd2.gif);
	background-repeat: no-repeat;
	background-position: top;
	}	

.right3 {
	float: right;
	width: 320px;
	height: 250px;
	margin: 0 10px 10px 10px;
	padding-left: 15px;
	background-image: url(../images/boxbkd2.gif);
	background-repeat: no-repeat;
	background-position: top;	
}

.attnbx {
    padding: 0 20px 0 20px;
	
}

.attnbx p{
    color: #01449c;
    font-size: 12px;
	font-weight: bold;
}


/*****rollover image in header*****/
#soccer
{
  display: block;
  width: 376px;
  height: 55px;
  background: url("../images/Soccer-Training3.gif") no-repeat 0 0;

}

#soccer:hover
{ 
  background-position: 0 -55px;
}

#soccer span
{
  display: none;
}

#ad {


}

.bluebox {
	background-color: #F0F8FF;
	border: 1px solid #01449c;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.twitter {
float: right;
padding-right: 60px;
font-size: 10px;
	color: #666666;
}


#footer .twitter a:link {

font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer .twitter a:hover {

font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #fff;
}

#footer .bottomlink a:link {
text-decoration: none;}
#footer .bottomlink a:hover {
text-decoration: none;
background-color: #fff;
}