
/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body { /*  backgroung and top margin is in header to prevent from showing in fck widget  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4a525c;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

h5 {
	font-size: 12px;
	line-height: 16px;
}

h6 {
	font-size: 10px;
	line-height: 12px;
}

ul {
	margin: 0 0 0 10px;
}

li {
	padding: 20px 0 5px 0;
    margin-left:20px;
	list-style-type: disc;
}

a, a:link, a:visited {
	text-decoration: underline;
    color:#4a525c;
}

a:hover {
	text-decoration: none;
    color:#FA982A
}

img {
	border: none;
}

p {
	padding: 0 0 10px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearAll {
	width: 100%;
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* end global */


/* basic */

#wrap {
	margin: auto; 
	width: 988px;
	text-align: left;
	background: url(../images/wrap_bg.gif) 0 0 repeat-y;
	border: 1px solid #fff;
}

.home_wrap {
	background: url(../images/home_wrap_bg.gif)  0 0 repeat-y!important;
}

#header {
	height: 357px;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: #015b8f;
}

#content {
	width: 100%;
	float: left;
}

#footer {
    clear: both;
	width: 100%;
}

/* end basic */


/* header */

.headerTop {
	height: 146px;
	border-bottom: 1px solid #fff;
}

.headerBottom {
	height: 210px;
}

.topPic {
	float: left;
	width: 237px;
	height: 146px;
	border-right: 1px solid #fff;
}

.logoMenuHolder {
	width: 750px;
	float: right;
	height: 116px;
	border-bottom: 1px solid #fff;
}

.logoHolder {
	width: 613px;
	float: left;
}

.logo {
	padding: 43px 0 12px 23px;
}

.slogan {
	color: #f1e194;
	font-size: 9px;
	padding-left: 23px;
	text-transform: uppercase;
}

.topLinks {
	float: right;
	width: 125px;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	line-height: 13px;
	padding-right: 12px;
	padding-top: 13px;
}

.topLinks a, .topLinks a:link, .topLinks a:visited {
	color:#fff;
    text-decoration:none;
}

.topLinks a:hover {
	color:#b9e1f7;
}	

.menu {
	background: #b9e1f7;
	height: 29px;
	width: 600px;
	float: left;
	border-right: 1px solid #fff;
	padding-left: 13px;
}

.logoLeft {
	float: left;
	width: 237px;
	height: 210px;
	border-right: 1px solid #fff;
}

.movie {
	float: left;
	width: 	613px;
	height: 210px;
	border-right: 1px solid #fff;
	overflow: hidden;
	background: #679ab9;
}

/* end header */


/* content */

#content .in {
	padding: 10px;
}

.colLeft {
	width: 237px;
	float: left;
}

.colMiddle {
	width: 579px;
	float: left;
	border-left: 1px solid #fff;
	padding: 35px 17px;
}

.colMiddle a {
    text-decoration:underline;
}

.colMiddle a:hover {
    text-decoration:underline;
    color:#FA982A;
}

.colMiddle ul {
    margin-bottom:10px;
}

.colMiddle ul li{
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom:8px;
    padding-bottom:0;
    margin-top:0;
    padding-top:0;
}

.colRight {
	width: 136px;
	float: right;
	position: relative;
}

.news {
	background: #f78c22;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

h3.newsTitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0;
	font-weight: normal;
}

.news p {
	font-size: 12px;
	font-weight: bold;
	color: #015b8f;
	padding: 0;
	line-height: 13px;
}

.newsAlert {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	background-color:#ffffff;
	margin: 5px;
}

.newsAlert a {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	background-color:#ffffff;
	margin: 5px;
	text-decoration:none;
}

.newsAlert a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	background-color:#ffffff;
	margin: 5px;
	text-decoration:underline;
}

.events {
	padding: 17px 47px;
	background: #94b8ce;
}

h3.eventsTitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	margin-bottom: 2px;
	padding: 0;
	font-weight: normal;
}

.events p {
	font-size: 9px;
	font-weight: bold;
	color: #015b8f;
	padding: 0 0 8px 0;
	line-height: 13px;
}

.events a {
	font-size: 9px;
	font-weight: bold;
	color: #015b8f;
}

a.calendar {
	color: #fff!important;
	text-transform: uppercase;
	font-size: 9px;
}

.right_img {
	position: absolute;
	top: -241px;
}

.homeRight {
	height: 232px;
}

.homeLeftImg {
	float: left;
	padding: 22px 20px 22px 12px;
	border-right: 1px solid #939ca1;
}

.homeBig {
	color: #939ca1;
	font-size: 15px;
	line-height: 20px;
 /*	float: right;
	width: 330px;   */
}

.homeBig a {
    color:#4a525c;
}

.homeBig a:hover {
    color:#FA982A
}

.author {
	font-size: 12px;
}

.leftNav {
	padding: 30px 10px 0 47px;
	text-transform: uppercase;
	font-size: 11px;
}

.leftNav a {
	display:block;
    padding-top:2px;
    text-decoration:none;
}

.leftNav a, .leftNav a:link, .leftNav a:visited {
	color: #fff;
}

.leftNav a:hover {
	color:#015b8f;
}

.leftNavOn a:hover {
	color:#015b8f;
}

.leftNav a.child {
	display:block;
	color: #fff;
	font-size: 8px;
	letter-spacing: .5px;
    padding:1px 0 1px 20px;
	background: url(../images/bulletSubnav.gif)  7px 7px no-repeat;
}

.leftNav a.child:hover {
	color:#015b8f;
}

.leftNavOn a.child:hover {
	color:#015b8f;
}


h2.pageSubTitle {
	color: #fa982a;
	font-size: 22px; /*24*/
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 15px;
}

h3.pageSubTitle {
	color: #a8a9a9;
	font-size: 12px;
	margin-bottom: 15px;
}

.pageInfo {
	float: left;
	width: 217px;
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 11px;
	text-align: right;
}

.pageInfo p {
	padding: 0;
}

h1.pageTitle {
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	color: #015b8f;
	font-weight: normal;
	text-align: center;
	padding: 68px 0 35px 0;
	text-transform: uppercase;
}

/* end content */


/* footer */

#footerIn {
	margin: auto;
	width: 988px;
	font-size: 9px;
	color: #005c90;
	text-transform: uppercase;
}

#footerIn a, #footerIn a:link, #footerIn a:visited {
	color: #005c90;
	padding: 0 0 0 10px;
}

#footer .in {
	padding: 3px 10px;
}

/* end footer */

/* Barry's added styles */

.calendarBlock {
    margin:20px 0 20px 20px;
}

.calendarBlock a {
  color: #015b8f;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}

.calendarBlock a:hover {
  color: #015b8f;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}

.calendarBlock a:visited {
  color: #015b8f;
  font-family: Arial, Helvetica, sans-serif;
}

blockquote {
    margin-left:20px;
}


/* End Barry's added styles */


/* David's changes July - Aug 2011 */

/* #wrap { 	background: url(../images/home_wrap_bg.gif)  0 0 repeat-y!important; } */

.innerGall #wrap {
	background: url(../images/home_wrap_bg1.gif)  0 0 repeat-y!important;
} 

.quickLinks h2 {
	border-bottom: 1px solid #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 14px;
	color: #015b8f;
}

.quickLinks ul {
	list-style: none;
	margin: 0;
}

.quickLinks ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.quickLinks ul li a {
	display: block;
	padding: 5px 14px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-size: 10px;
	color: #015b8f;
	text-decoration: none;
}

.quickLinks ul li a:hover, .quickLinks ul li a.active {
	background: #f1e194;
}

.announcement {
	background: #f78c22;
	color: #fff;
	font-size: 16px;
	padding: 18px 20px;
}

.announcement h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 13px;
}

.announcement p {
	padding: 0;
}

.homeBig {
	padding: 20px;
}

body .homeBig a {
    color: #939ca1;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

body .homeBig a:hover {
    color: #939ca1;
}

body .homeBig .author {
	font-size: 14px;
	color: #939ca1;
}

body .home_wrap .colMiddle {
	padding: 1px 1px;
	width: 611px;
}

.calendarNewsContainer {
	float: left;
	width: 300px;
}

.facebookHome {
	float: left;
	width: 311px;
}

.homeFeatures h3 {
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 11px;
	border: 1px solid #94b8ce;
	border-right: none;
	background: url(../images/dot1.gif) repeat-y right #94b8ce;
	color: #fff;
	font-weight: normal;
}

.homeFeatures .facebookHome h3 {
	background: #94b8ce;
}

.colMiddle .calendarHome ul {
	list-style: none;
	margin: 0;
}

.colMiddle .calendarHome ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	margin: 0;
}

.colMiddle .calendarHome ul li.even {
	background: #94b8ce;
}

.calendarHome li a {
	display: block;
	padding: 5px 11px;
	font-size: 10px;
	color: #015b8f;
	text-decoration: none;
	line-height: 12px;
}

.calendarHome li a strong {
	font-weight: bold;
}

.calendarHomeIn {
	background: #b7cfde;
	border-right: 1px solid #939ca1;
}

body a.viewCal {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	display: block;
	padding: 5px 11px;
	text-decoration: none;
}	

.newsHome p {
	padding: 11px;
	/*min-height: 358px;*/
	border-right: 1px solid #939ca1;
	font-size: 10px;
	line-height: 18px;
	color: #015b8f;
}

.facebookJoin {
	padding: 11px 0;
	text-align: center;
}

body h3.pageSubTitle {
	color: #015b8f;
	padding-bottom: 0px;
}

.donateHolder {
	color: #000;
	font-size: 12px;
}

.donatetext {
	width: 215px;
	height: 36px;
	background: url(../images/donate_field.gif) 0 7px no-repeat;
	border: none;
	padding: 0 12px;
	font-size: 11px;
	width: 191px;
	vertical-align: middle;
	padding-top: 7px;
}

.donatetext:focus {
	background: url(../images/donate_field.gif) 0 -83px no-repeat;
}

.btnDonate {
	vertical-align: middle;
}

.donateForm {
	text-align: right;
}

.donateHolder table th {
	color: #015b8f;
	font-weight: normal;
	padding-bottom: 15px;
}

.donateHolder table td {
	color: #000;
}

.formRowTitle {
	padding: 20px 0 5px 0;
}

.donateFormFull {
	padding-top: 20px;
}

.donateFormFull label {
	width: 120px;
	text-align: right;
	color: #015b8f;
	float: left;
	padding: 10px 5px 0 0;
}

.formText {
	height: 30px;
	width: 191px;
	padding: 0 12px;
	background: url(../images/donate_field.gif) 0 0px no-repeat;
	border: none;
	font-size: 11px;
	vertical-align: text-top;
}

.formText:focus {
	background: url(../images/donate_field.gif) 0 -90px no-repeat;
}

.formOption {
	height: 30px;
	width: 208px;
	padding: 5px 0px 5px 12px;
	background: url(../images/donate_field.gif) 0 0px no-repeat;
	border: none;
	font-size: 11px;
	vertical-align: text-top;
}


.formOption Option { 
	background-color:#fff;
	}

.formInput2 {
	background: url(../images/creditcards.jpg) 130px 0px no-repeat;
	height:25px
}

.currency {
	font-size:10px;
}

.buttonHolder {
	width: 331px;
	text-align: right;
	padding-top: 10px;
}

.innerGall .menu {
	background: #ffd100;
	width: 750px;
	border-right: none;
	padding-left: 0;
}

.innerGall ul#nav {
	background: #b9e1f7;
	width: 600px;
	float: left;
	height: 29px;
	padding-left: 13px;
}	

.innerGall .colMiddle {
	background: #fff;
	width: 716px;
	position: relative;
	top: -211px;
	padding: 15px 17px;

}

.galleryLinks ul {
	margin: 0;
}

.galleryLinks ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #fff;
	width: 100%; 
	float: left;
}

.galleryLinks ul li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 14px;
	color: #015b8f;
	text-decoration: none;
}

.galleryLinks li li {
	border-bottom: none;
}

.galleryLinks li ul {
	padding-bottom: 5px;
}

.galleryLinks li li a {
	display: block;
	padding: 1px 14px 1px 39px;
	background: url(../images/gal_arrow.gif) 27px 7px no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	color: #015b8f;
	text-decoration: none;
}

.quickLinks ul li a:hover, .quickLinks ul li a.active {
	background: #f1e194;
}
/* /need to be updated */

#smallCalDiv {
	padding-left: 8px;
	padding-top: 8px;
}

a.tabCal {
	height: 25px;
	border-bottom: 1px solid #fff;
	padding: 10px 14px 0 14px;
	border-right: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #94b8ce;
	float: left;
	outline: 0;
	text-transform: uppercase;
	text-decoration: none;
}

a.tabCal:hover {
	text-decoration: none;
}

a.tabCalActive {
	background: #c9dbe6;
	color: #015b8f;
	border-bottom: 1px solid #c9dbe6;
}

.colMainCal {
    width: 654px;
}

.colRightCal {
    width: 220px;
    padding-top:50px;
    padding-right:10px;
}

.rightBoxConHeadStoriesCal {
	float: left;
	width: 254px;
	height: 30px;
	background: url(../images/bg_head_gray.gif) repeat-x 0 0;
	padding-left: 6px;
	border-bottom: 2px solid #fff;
}

.calTopTable td {
	background: url(../images/bg_head_gray.gif) repeat-x 0 0;
}


.calTable a {
	text-decoration: none;
}

.calendarItems {
	padding: 8px;
	text-align: right;
	font-size: 11px;
}

.calendarItems a {
	text-decoration: none;
}

.noFloat {
    float:none;
    width:auto;
}

.calTopTable a.calArrow {
    padding:5px;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    font-size:18px;
}

.calCellToday {
    background-color:#6AACDE;
    border:1px solid #ccc;
    color:#fff
}
.calCellToday a {
    color:#fff
}

.calCellPad {
    padding-left:5px;
}

.newsInfo .eventListTitle {
	font-size: 13px;
	color: #002e5f;
	padding-bottom: 5px;
}

.newsInfo .eventListTitle a{
	font-size: 13px;
	color: #002e5f;
}

.newsInfo .eventListDate {
    padding-bottom:12px;
}

.newsInfo .eventListCat {
	font-size: 11px;
	color: #002e5f;
	padding-bottom: 5px;
}

.eventListTime {
    float:left;
    width:150px;
}

.eventListRest {
    float:left;
    width:450px;
}

.tabConHolder {
	padding-right:0;
}

.noBg {
   background-image:none!important;
}

.inline {
    display:inline;
}

.calCellContent {
    font-size:10px;
    line-height:11px;
}

.calLeftItems {
	text-align: left;
	padding-left: 74px;
}

.calLeftItems a {
	background: url(../images/cal_arrow.gif) 0 4px no-repeat;
	padding-left: 12px;
}

a.tab {
	height: 32px;
	border-bottom: 3px solid #fff;
	padding: 10px 0 0 24px;
	width: 196px;
	border-right: 3px solid #fff;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #94b8ce;
	float: left;
	outline: 0;
}

a.tab:hover {
	text-decoration: none;
}

a.tabActive {
	background: #c9dbe6;
	color: #002e5f;
	border-bottom: 3px solid #c9dbe6;
}

a#tabRight {
	border-right: none;
}

.tabConHolder {
	background: #c9dbe6;
	clear: both;
	display: none;
}

.tabConHolderActive {
	display: block;
}

.tabCon {
	padding: 43px 8px 43px 25px;
}

.scheduleBox {
	padding: 43px 25px 43px 25px;
	border-bottom: 3px solid #fff;
}

.tabCon h2.pageTitle {
	color: #fa982a;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	clear: both;
	width: 100%;
}

.newsInfo {
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	color: #000000;
}

.newsInfo a {
	text-decoration: none;
	color: #000000;
}

.eventListDate {
	font-size: 18px;
	color: #015b8f;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

.tabConLeft {
	width: 386px;
	float: left;
}

.tabConLeft h3 {
	color: #5f2d29;
	font-size: 13px;
	padding: 45px 0 10px 0;
}

.tabConRight {
	width: 210px;
	float: right;
}

.scheduleBox h3 {
	color: #002e5f;
	font-size: 12px;
	padding-bottom: 10px;
}

.dataTable {
	border: none;
	border-collapse: collapse;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #5f2d29;
}

.dataTable th {
	color: #002e5f;
	padding-bottom: 15px;
	font-weight: normal;
}

.dataTable td {
	padding-bottom: 10px;
}

.dataTable td .note {
	color: #333;
	padding-left: 15px;
}

.tdDate {
	width: 107px;
}

.tdOpponent {
	width: 180px;
}

.tdSite {
	width: 145px;
}

.calTools {
	text-align: right;
	font-size: 11px;
}

.calTools a {
	text-decoration: none;
}

.calCellContent a {
	color: #015b8f;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}

.chooseMonth {
	float: left;
	background: url(../images/bg_choose_month.gif) repeat-x 0 0;
	height: 35px;
	border-left: 1px solid #fff;
	width: 232px;
}

.calArrow {
	padding: 9px 10px 0 10px;
	float: left;
}

.chooseMonth font {
	float: left;
	width: 162px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 8px;
}

.printversion {float:right;}

.UIImageBlock_MED_Image, .UIImageBlock_ENT_Image {display:none;}

/* need to be updated */

/* gallery css */

#gallery{height:610px;}

/* /gallery css */


/* added home styles wm 9-16-11 */


.calendarHome, .newsHome, .facebookHome {
	float: left;
	width: 204px;
}

.facebookHome {
	width: 203px;
}

.homeFeatures h3 {
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 11px;
	border: 1px solid #94b8ce;
	border-right: none;
	background: url(../images/dot1.gif) repeat-y right #94b8ce;
	color: #fff;
	font-weight: normal;
}

.homeFeatures .facebookHome h3 {
	background: #94b8ce;
}

.colMiddle .calendarHome ul {
	list-style: none;
	margin: 0;
}

.colMiddle .calendarHome ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	margin: 0;
}

.colMiddle .calendarHome ul li.even {
	background: #94b8ce;
}

.calendarHome li a {
	display: block;
	padding: 5px 11px;
	font-size: 10px;
	color: #015b8f;
	text-decoration: none;
	line-height: 12px;
}

.calendarHome li a strong {
	font-weight: bold;
}

.calendarHomeIn {
	background: #b7cfde;
	min-height: 380px;
	border-right: 1px solid #939ca1;
}

body a.viewCal {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	display: block;
	padding: 5px 11px;
	text-decoration: none;
}	

.newsHome p {
	padding: 11px;
	/*min-height: 358px;*/
	border-right: 1px solid #939ca1;
	font-size: 10px;
	line-height: 18px;
	color: #015b8f;
}

.facebookJoin {
	padding: 11px 0;
	text-align: center;
}

.homeNewsDynamic p {border: none;
    color: #015B8F;
    font-size: 10px;
    padding: 5px 11px 5px 11px;
    line-height:12px;
  }
