/* Wind Ward Academy CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
}


/* Headings */

h1, .h1 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:100;
	color:#012F60;
	line-height:1.5em;
	margin:0;
}

h2, .h2 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:100;
	color:#012F60;
	line-height:1.5em;
	margin:0;
}

h3, .h3 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#012F60;
	line-height:1.5em;
	margin:0;
}

h4, .h4 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#023263;
	line-height:1.5em;
	margin:0;
}

/* Body Content */

p, .content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#464646;
	line-height:1.5em;
	margin:0;
}

.lightBlue {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#79A4C0;
	line-height:1.5em;
	margin:0;
}



/* ID Tags */

#container {
	width:948px;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:243px;
	margin:0;
	padding:0;
	text-indent:-999em;
}

#nav-bar {
	background-image:url(images/nav-bar.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:73px;
	clear:both;
	margin:0;
	padding:0;
}

#info-bar {
	background-image:url(images/info-bar.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:58px;
	clear:both;
	margin:0;
	padding:0;
}

#info-text {
	margin:0;
	padding-top:12px;
	text-align:center;
}

/* BODY AREA */

#contentArea {
	width:948px;
	padding:0;
	background-image:url(images/contentArea-bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}


div.leftSide {
	width:10px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	position:static;
}

p.leftSideImage {
	width:10px;
	height:391px;
	margin:0;
	padding:0;
	position:static;
	text-indent:-999em;
	background:url(images/left.jpg) top no-repeat;
}

.middle {
	width:928px;
	min-height:59px;
	margin:0;
	padding:0;
	background:#ffffff url(images/background.jpg) bottom no-repeat;
	float:left;
	position:relative;
}

#leftCol {
	width:198px;
	float:left;
	margin-left:20px;
}

#centerCol {
	background-image:url(images/logo-fade.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:425px;
	float:left;
	margin-left:25px;
}

#rightCol {
	width:198px;
	float:left;
	margin-left:25px;
}

.inside {
	position:relative;
	width:934px;
	margin:8px auto 30px auto;
	border:#cccccc solid 1px;
	padding:0;
}

div.rightSide {
	width:10px;
	height:auto;
	margin:0;
	padding:0;
	background:#ffffff url(images/right-bg-tail.jpg) bottom no-repeat;
	float:left;
	position:relative;
}

p.rightSideImage {
	width:10;
	height:391px;
	margin:0;
	padding:0;
	text-indent:-999em;
	background:#ffffff url(images/right.jpg) top no-repeat;
	position:static;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:15px;
	margin:0;
	clear:both;
}
#footer2 {
	background-image:url(images/footer2.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:27px;
	margin:0;
	clear:both;
}

#footer3 {
	background-image:url(images/footer3.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:34px;
	margin:0;
	clear:both;
}


#footerText {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#023263;
	line-height:1.5em;
	margin:0;
	text-align:center;
}


ul.h4 {
	line-height:2.5em;
	list-style-type:none;
	padding-left:10px;
	margin-left:0;
}

ul li.h4 {
	background:url(images/baseball-icon.jpg) 0px 4px no-repeat;
	padding-left: 18px;
	list-style-type:none;
}

/* Links */

#registerbtn {
	background:url(images/btn-register-online.jpg) no-repeat;
	display:none;
	width:190px;
	height:39px;
	margin:0;
	padding:0;
	text-indent:-999em;
	cursor:pointer;
}

#registerbtn:hover {
	background:url(images/btn-register-online-over.jpg) no-repeat;
	width:190px;
	height:39px;
	margin:0;
	padding:0;
	text-indent:-999em;
	cursor:pointer;
}

#contactbtn {
	background:url(images/btn-contact-us.jpg) no-repeat;
	width:190px;
	height:39px;
	margin:0;
	padding:0;
	text-indent:-999em;
	cursor:pointer;
}

#contactbtn:hover {
	background:url(images/btn-contact-us-over.jpg) no-repeat;
	width:190px;
	height:39px;
	margin:0;
	padding:0;
	text-indent:-999em;
	cursor:pointer;
}


a:link {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#464646;
	line-height:1.5em;
	margin:0;
	text-decoration:none;
}
a:visted {
	color:#464646;
	text-decoration:none;
}
a:hover {
	color:#464646;
	text-decoration:underline;
}
a:active {
	color:#464646;
	text-decoration:none;
}

.h4 a{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#023263;
	line-height:1.5em;
	margin:0;
	text-decoration:none;
}

.h4 a:visted {
	color:#023263;
	text-decoration:none;
}
.h4 a:hover {
	color:#79A4C0;
	text-decoration:underline;
}
.h4 a:active {
	color:#023263;
	text-decoration:none;
}


#footerText a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#023263;
	line-height:1.5em;
	margin:0;
	text-decoration:none;
}

#footerText a:visted {
	color:#023263;
	text-decoration:none;
}
#footerText a:hover {
	color:#023263;
	text-decoration:underline;
}
#footerText a:active {
	color:#023263;
	text-decoration:none;
}
#centerColWide {
	background-image:url(images/logo-fade.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:650px;
	float:left;
	margin-left:25px;
}

.imgBorder{
	border:solid;
	border-width:1px;
	border-color:#000000;
}
ol li{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#464646;
	line-height:1.5em;
	margin:0;
}
