/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.gif) repeat-x 0 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

h1 {
	font-size: 24px;
	line-height: 29px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

li {
	line-height: 18px;
}

a {
	color: #7d0d00;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: underline;
	color: #b70005;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

label {
	font-weight: bold;
	font-size: 11px;
}

/* end global */


/* basic */

#wrap {
	width: 960px;
	margin: 0 auto;
}

#content {
	clear: both;
	float: left;
}

/* end basic */


/* header */

#header {
	height: 145px;
	padding: 0 10px;
	background: url(../images/bg_header.gif) repeat-x 0 0;
}

#logo {
	margin-top: 38px;
	float: left;
}

.searchAndTopNav {
	float: right;
}

.searchBox {
	float: right;
	border: 1px solid #cccccc;
	margin-top: 10px;
}

.searchText {
	border: none;
	float: left;
	background: #fff;
	height: 18px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	width: 122px;
	border-right: 1px solid #cccccc;
}

.searchSubmit {
	float: left;
	border: none;
	background: url(../images/btn_search.gif) 0 0 no-repeat;
	height: 18px;
	width: 24px;
}

.topNav {
	float: right;
	text-align: right;
	clear: both;
	border: 1px solid #841d26;
	color: #2e2e2e;
	margin-top: 44px;
}

.topNav div {
	padding: 1px 10px;
}

.topNavTop {
	border-bottom: 1px solid #841d26;
}

.topNavTop a, .topNavTop a:hover {
	color: #fff;
}

.topNavBottom a, .topNavBottom a:hover  {
	color: #fdb813;
}

/* menu */

.navigation {
	height: 48px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	position: relative;
}

#nav a {
	display: block;
	/*width: 10em;*/
	color: #fff;
	padding: 13px 15px 0 15px;/*13px 18px 0 18px*/
	background: url(../images/nav_arrow.gif) 12px 12px no-repeat;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	height: 35px;
}


#nav li {
	float: left;
	height: 48px;
	/*width: 10em;*/
	position: relative;
}

#nav li.last a {
	padding-right: 0;
}

/* second level */
#nav li ul {
	position: absolute;
	left: -999em;
	width: 222px;
	background: url(../images/bg_nav_top.gif) 0 0 no-repeat;
	padding: 16px 0 0 0;
}

#nav li.active {
	background: url(../images/nav_active.gif) 50% 100% no-repeat;
}

#nav li a {
	float: left;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	/*left: -25px;*/
   left: 50%;
	margin-left: -111px;
	margin-top: 39px;
}

#nav li:hover, #nav li.sfhover {
	
}

#nav li:hover a, #nav li.sfhover a {
	color: #fdb813;
	text-decoration: none;
}

#nav li:hover li a, #nav li.sfhover li a {
	color: #333;
	text-decoration: none;
	color: #333;
	width: 181px;
	padding: 6px 20px;
	background: #e9e8e8;
	border: 1px solid #999999;
	border-top: #ededed 1px solid;
	border-bottom: #bababa 1px solid;
	height: auto;
	text-transform: none;
	font-size: 13px;
}

#nav li li.last a {
	padding-right: 20px;
	border-bottom: none;
}

#nav li li.first a {
	border-top: none;
}

#nav li ul li {
	border: none;
	height: auto;
}

#nav li ul li a{
	text-transform:capitalize!important;
}

#nav li ul a:hover {
	background: #d1d0d0;
}

#nav li li.bottomNav {
	height: 6px;
	overflow: hidden;
	padding: 0;
	background: url(../images/bg_nav_bottom.gif) no-repeat 0 0;
	width: 222px;
}


/* /second level */

/* /menu */

/* end header */


/* content */

/* columns */
.oneColumnHome {
	width: 944px;
	background: #fff;
	margin-top: 8px;
	padding: 8px;
	padding-bottom: 70px;
}

.twoColumnLeft {
	width: 922px;
	padding: 8px;
	padding-bottom: 70px;
	background: #fff;
}

.twoColumnLeft .colLeft {
	width: 211px;
	float: left;
}

.twoColumnLeft .colMain {
	width: 701px;
	float: right;
}

.twoColBox {
	width: 675px;
	float: right;
}

.twoColBox .colRight {
	float: right;
	width: 211px;
}

.twoColBox .colMain {
	float: left;
	width: 440px;
}

.threeColumns {
	width: 922px;
	padding: 8px;
	padding-bottom: 70px;
	background: #fff;
}

.threeColumns .colLeft {
	width: 450px;
	overflow: hidden;
	float: left;
}

.threeColumns .colMain {
	width: 160px;
	float: left;
	margin-left: 20px;
}

.threeColumns .colRight {
	width: 270px;
	float: right;
}

.twoColumns .leftCol {
	float: left;
	width: 211px;
}

.twoColumns .rightCol {
	float: right;
	width: 220px;
}

.twoColumnsRight {
	width: 923px;
	padding: 8px;
	padding-bottom: 70px;
	background: #fff;
}

.twoColumnsRight .colMain {
	width: 685px;
	float: left;
}

.twoColumnsRight .colRight {
	width: 218px;
	float: right;
}

/* /columns */

.feature {
	margin-bottom: 25px;	
}

.featureTop {
	width: 944px;
	float: left;
}
#container, #container2, #container3 { position: relative; width: 944px; height: 394px; overflow: auto; background-color:#000; z-index: 0; border-bottom: 1px solid #fff;}

.featureTopRight {
	float: right;
	width: 668px;
	height: 394px;
}

.featureTopLeft {
	float: left;
	width: 216px;
	height: 364px;
	background: #000;
	color: #fff;
	padding: 30px;
}

.featureTopLeft h2 {
	color: #fdb813;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 22px;
}

.num_nav ul {
	margin: 0;
	list-style: none;
}

.num_nav ul li {
	float: left;
	border-right: 1px solid #fff;
}

.num_nav ul #num4 {
	border-right: none;
}

.numbtn {
	display: block;
	background: #000;
	float: left;
	position: relative;
}

.numbtn img {
	z-index: 1;
	float: left;
}

.numbtn span {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 50px 20px 0 20px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: none;
}

.num_nav a, .num_nav a:hover {
	text-decoration: none;
}

.num_nav .active span {
	display: block;
	width: 148px;
}

.num_nav .active img {
  filter:alpha(opacity=20);
  opacity:0.2;
}

.box340 {
	width: 340px;
}

.box220 {
	width: 220px;
	float: left;
}

.box218 {
	width: 218px;
	clear: both;
}

.box211 {
	width: 211px;
}

.box270 {
	margin-bottom: 10px;
	width: 270px;
	float: left;
}	

.head {
	padding: 14px 17px;
}

.headEmpty {
	height: 3px;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.box211 {
	margin-bottom: 10px;
}

.boxRed211 {
	background: #a5242f url(../images/bottomCorner211.gif) no-repeat 0 100%;
}

.boxGray211 {
	background: #e9e8e8 url(../images/bottomCorner211.gif) no-repeat 0 100%;
}

.head h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.box211 .head h3 {
	font-size: 16px;
}

.middle {
	float: left;
	margin-left: 20px;
}

.box340 .headGreen {
	background: url(../images/topCorner340.gif) no-repeat 0 0 #778e1d;
}

.box340 .headBlue {
	background: url(../images/topCorner340.gif) no-repeat 0 0 #72afb6;
}

.box270 .headBlue {
	background: url(../images/topCorner270.gif) no-repeat 0 0 #72afb6;
}

.box211 .headBlue {
	background: url(../images/topCorner211.gif) no-repeat 0 0 #72afb6;
}

.box218 .headBlack {
	background: url(../images/topCorner218.gif) no-repeat 0 0 #333333;
	padding: 8px 17px;
}

.box218 .head h3 {
	font-weight: bold;
	font-size: 14px;
}

.con {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
}

.box340 .con {
	background: #e9e8e8 url(../images/bottomCorner340.gif) no-repeat 0 100%;
}

.box211 .con {
	background: #e9e8e8 url(../images/bottomCorner211.gif) no-repeat 0 100%;
}

.box270 .con {
	background: #e9e8e8 url(../images/bottomCorner270.gif) no-repeat 0 100%;
}

.boxRed211 .con {
	background: url(../images/topCorner211.gif) no-repeat 0 0;
}

.box218 .con {
	background: #e9e8e8 url(../images/bottomCorner218.gif) no-repeat 0 100%;
}

.box218 .con {
	background: #e9e8e8 url(../images/bottomCorner218.gif) no-repeat 0 100%;
}

ul.con  {
	float: left;
	width: 100%;
}

.con li {
	border-bottom: 1px solid #c0bfbf;
	border-top: 1px solid #ededed;
	float: left;
	width: 100%;
}

.conRed li {
	border-top: 1px solid #b75059;
	border-bottom: 1px solid #841d26;
}

.conRed li.active {
	background: #333333;
}

.conRed li.active a:hover {
	background: #000;
}

.conRed li.active ul {
	list-style: none;
}

.con li.first {
	border-top: none;
}	

.con li.last {
	border-bottom: none;
}

.con li a:hover {
	background: #d1d0d0;
	text-decoration: none;
	color: #333;
}

.conRed li a:hover {
	background: #751a21;
	text-decoration: none;
	color: #fff;
}

.conRed li.active ul li {
	border-top: 1px solid #CCC8B8;
	border-bottom: none;
}

.conRed li.active ul li a {
	background: #FFFAE6;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.conRed li.active ul li a:hover {
	background: #F6ECC3;
}

.conRed li.active ul li a.active {
	background: #F6ECC3;
}

.conRed li.active ul li a.active:hover {
	background: #F6ECC3;
}

.conRed {
	background: url(../images/topCorner211.gif) 0 0 no-repeat;
}

.conRed li.first a:hover {
	background: #751a21 url(../images/topCorner211.gif) no-repeat 0 0;
}

.conRed li.last a:hover {
	background: #751a21 url(../images/bottomCorner211.gif) no-repeat 0 100%;
}

.boxGray211 .con li.first a {
	background: #e9e8e8 url(../images/topCorner211.gif) no-repeat 0 0;
}

.boxGray211 .con li.first a:hover {
	background: #d1d0d0 url(../images/topCorner211.gif) no-repeat 0 0;
}

.boxGray211 .con li.view_more a:hover {
	background: #d1d0d0 url(../images/bottomCorner211.gif) no-repeat 0 100%;
}

.boxGray270 .con li.view_more a:hover {
	background: #d1d0d0 url(../images/bottomCorner270.gif) no-repeat 0 100%;
}

.con li a {
	color: #333;
	display: block;
	padding: 16px 17px;
	float: left;
}

.conRed li a {
	color: #fff;
	font-weight: bold;
	padding: 8px 17px;
}	

.box340 .con li a {
	width: 306px;
}

.box211 .con li a {
	width: 177px;
}

.box270 .con li a {
	width: 236px;
}

.con li.view_more {
	border-bottom: none;
	font-size: 13px;
	padding: 0;	
}

.con li.view_more a {
	display: block;
	font-weight: bold;
	padding: 0;
	width: 100%;
}

.con li.view_more a:hover {
	background: #d1d0d0 url(../images/bottomCorner340.gif) no-repeat 0 100%;
}

.con li.view_more a span {
	padding: 9px 17px;
	display: block;
	background: url(../images/more_arrow.gif) 100% 0 no-repeat;
}

.box218 .con li {
	padding: 5px 17px;
	float: none;
	width: auto;
	font-size: 13px;
	color: #000;
}

.box218 .con li input {
	margin-right: 6px;
}

.linkBox {
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
	width: 100%;
	background: url(../images/topCorner220.gif) 0 100% no-repeat;
}

a.linkBox:hover {
	color: #fff;
	text-decoration: none;
	filter:alpha(opacity=90);
  	opacity:0.9;
}

.linkBox span {
	background: url(../images/bottomCorner220.gif) 0 100% no-repeat;
	display: block;
}

.linkBox span span {
	display: block;
	padding: 14px 17px;
	position: relative;
}

.linkBox img {
	position: absolute;
	right: 16px;
	top: 50%;
	_top: 22px;
	margin-top: -5px;
}

.linkBoxHolder {
	background: #000;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.linkBoxHolderImage {
	position: relative;
	width: 211px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.linkBoxHolderImage220 {
	width: 220px;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.linkBoxHolderImage .linkBox{
	background: #778e1d;
}

.linkBoxHolderImage220 {
	width: 220px;
}

.linkBoxHolderImage .topCorner {
	position: absolute;
	width: 211px;
	height: 12px;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/topCorner211.gif) 0 0 no-repeat ;
	z-index: 10;
	display: block;
}

.linkBoxHolderImage220 .topCorner {
	position: absolute;
	width: 220px;
	height: 12px;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/topCorner220.gif) 0 0 no-repeat ;
	z-index: 10;
	display: block;
}

.linkBoxHolder .linkBox {
	font-size: 16px;
	line-height: 18px;
}

.linkBoxGreen {
	background: #778e1d url(../images/topCorner220.gif) 0 0 no-repeat ;
}

.linkBoxGreen span span {
	background: url(../images/greenBorder.gif) 100% 0 repeat-y;
}

.linkBoxGreen211 {
	background: #778e1d url(../images/topCorner211.gif) 0 0 no-repeat ;
}

.linkBoxGreen211 span {
	background: url(../images/bottomCorner211.gif) 0 100% no-repeat;
}

.linkBoxGreen211 span span {
	background: url(../images/greenBorder.gif) 100% 0 repeat-y;
}

.linkBoxRed211 {
	background: #a5242f url(../images/topCorner211.gif) 0 0 no-repeat ;
}

.linkBoxRed211 span {
	background: url(../images/bottomCorner211.gif) 0 100% no-repeat;
}

.linkBoxRed211 span span {
	background: url(../images/redBorder.gif) 100% 0 repeat-y;
}

.linkBoxRed270 {
	background: #a5242f url(../images/topCorner270.gif) 0 0 no-repeat ;
}

.linkBoxRed270 span {
	background: url(../images/bottomCorner270.gif) 0 100% no-repeat;
}

.linkBoxRed270 span span {
	background: url(../images/redBorder.gif) 100% 0 repeat-y;
}

.linkBoxGreen220 {
	background: #778e1d url(../images/topCorner220.gif) 0 0 no-repeat ;
}

.linkBoxGreen220 span {
	background: url(../images/bottomCorner220.gif) 0 100% no-repeat;
}

.linkBoxGreen220 span span {
	background: url(../images/greenBorder.gif) 100% 0 repeat-y;
}

.linkBoxRed220 {
	background: #a5242f;
}

.linkBoxRed220 span {
	background: url(../images/bottomCorner220.gif) 0 100% no-repeat;
}

.linkBoxRed220 span span {
	background: url(../images/redBorder.gif) 100% 0 repeat-y;
}

.linkBoxRed {
	background: url(../images/topCorner220.gif) 0 0 no-repeat #a5242f;
}

.linkBoxRed span span {
	background: url(../images/redBorder.gif) 100% 0 repeat-y;
}

.linkBoxBlue {
	background: url(../images/topCorner220.gif) 0 0 no-repeat #72afb6;
}

.linkBoxBlue span span {
	background: url(../images/blueBorder.gif) 100% 0 repeat-y;
}

.date {
	float: left;
	font-weight: bold;
	width: 35px;
}

.month {
	font-size: 13px;
	text-transform: uppercase;
	float: left;
}

.day {
	font-size: 25px;
	float: left;
}

.eventsInfo {
	float: right;
	width: 245px;
	font-weight: bold;
}

.box211 .eventsInfo  {
	width: 135px;
}

.box270 .eventsInfo  {
	width: 194px;
}

.breadcrumbs {
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 0 14px 22px;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrunbs a:hover {
	text-decoration: none;
}

.nowOn {
	color: #fff;
	display: block;
	font-size: 30px;
}

.imgHolder {
	position: relative;
}

.img701 {
	width: 701px;
	float: left;
	margin-bottom: 17px;
}

.img701 .topCorner {
	position: absolute;
	top: 0;
	left: 0;
	width: 701px;
	height: 4px;
	display: block;
	background: url(../images/topCorner701.gif) no-repeat 0 0;
	overflow: hidden;
}

.img701 img {
	float: left;
}

.img701 .bottomCorner {
	position: absolute;
	height: 4px;
	overflow: hidden;
	top: 231px;
	left: 0;
	width: 701px;
	display: block;
	background: url(../images/bottomCorner701.gif) no-repeat 0 0;
}

.postOptions {
	text-align: right;
	padding-bottom: 35px;
}

.postOptions a {
	padding-left: 10px;
}

.threeColumns .colMain .postOptions {
	padding-bottom: 10px;
}

.threeColumns .colMain .postOptions a {
	padding-left: 6px;
}

.pageTitle {
	color: #72afb6;
	font-size: 24px;
	padding-bottom: 20px;
}

.mainImage {
	width: 450px;
	position: relative;
	font-size: 0;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.mainImage img {
	float: left;
}

.mainImage .topCorner {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 4px;
	overflow: hidden;
	background: url(../images/topCorner450.gif) 0 0 no-repeat;
}

.mainImage .bottomCorner {
	position: absolute;
	top: 354px;
	left: 0;
	width: 450px;
	height: 4px;
	overflow: hidden;
	background: url(../images/bottomCorner450.gif) 0 100% no-repeat; 
}

.teams {
	background: #e9e8e8 url(../images/bottomCorner160.gif) 0 100%;
	float: left;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.teams .head {
	background: #a5242f url(../images/topCorner160.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 17px;
	float: left;
	width: 126px;
}

.teams .headIn {
	background: #a5242f url(../images/topCorner160Gray.gif) 0 0 no-repeat;
}

.teams li a {
	padding: 8px 17px;
	width: 126px;
	background: #e9e8e8;
}

.directions {
	width: 160px;
	background: #e9e8e8 url(../images/topCorner160.gif) 0 0 no-repeat;
	clear: both;
	font-size: 11px; 
	line-height: 13px;
}

.directions h4 {
	font-size: 11px;
	padding-bottom: 4px;
	padding: 8px 17px;
	font-weight: normal;
}

.directions p {
	padding: 0 17px 8px 17px;
	background: #e9e8e8 url(../images/bottomCorner160.gif) 0 100% no-repeat;
}

.bigRed {
	font-size: 18px;
	color: #A5242F;
	line-height: 25px;
}

.holderText {
	display: block;
	padding: 10px 17px;
}

.box211 li.first .holderText {
	background: url(../images/topCorner211.gif) 0 0 no-repeat;
}

.scoreboard .con {
	background: #333 url(../images/bottomCorner270.gif) 0 100% no-repeat;
	color: #fff;
	font-size: 13px;
}

.scoreboard .con li {
	padding: 10px 17px;
	width: 236px;
	border-bottom: #292929 1px solid;
	border-top: #5C5C5C 1px solid;
}

.scoreboard .con li.view_more {
	border: none;
	border-top: #5C5C5C 1px solid;
	padding: 0;
	width: 100%;
}

.scoreboard .con li.view_more a {
	color: #fff;
}

.scoreboard .con li.view_more a span {
	background: url(../images/more_arrow_1.gif) 100% 0 no-repeat;
}
.scoreboard .con li.view_more a:hover {
	background: url(../images/bottomCorner270.gif) 0 100% no-repeat #575757;
}	

.scoreCat {
	float: left;
	width: 170px;
	color: #FDB813;
	padding-bottom: 10px;
}

.scoreDate {
	float: right;
	width: 55px;
	color: #FDB813;
	text-align: right;
	padding-bottom: 10px;
}

.team1Left {
	float: left;
	width: 185px;
	padding-bottom: 5px;
}

.team1Right {
	float: right;
	width: 45px;
	padding-bottom: 5px;
	text-align:right;
}

.team2Left {
	float: left;
	width: 191px;
	padding-bottom: 5px;
	border-top: 1px solid #484848;
	clear: both;
	padding-top: 5px;
}

.team2Right {
	float: right;
	width: 45px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:right;
	border-top: 1px solid #484848;
}

.eventsHeader {
	background: url(../images/bg_rss_header.gif) 0 0 no-repeat;
	padding: 6px 17px;
	width: 889px;
	float: left;
	margin-bottom: 22px;
}

.rssLink {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	background: url(../images/icon_rss.gif) 100% 2px no-repeat;
	padding-right: 25px;
}

.rssLink:hover {
	background: url(../images/icon_rss_hover.gif) 100% 2px no-repeat;
	text-decoration: none;
}	

.viewBy {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.events  {
	clear: both;
	background: #F8F8F8 url(../images/bottomCorner685.gif) no-repeat 0 100%;
	float: left;
	margin-bottom: 10px;
}

.eventsHead {
	padding: 10px 17px;
	float: left;
	width: 651px;
	background: url(../images/topCorner685.gif) 0 0 no-repeat #72AFB6;
}

.eventsHead h3 {
	float: left;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	float: left;
}

.eventsHead span {
	color: #fff;
	font-size: 14px;
	float: right;
}

.eventsRead .eventsHead {
	background: url(../images/topCorner685.gif) 0 0 no-repeat #A62430;
}

.eventsRow {
	padding: 10px 17px;
	float: left;
	width: 651px;
	border-bottom: 1px solid #9E9E9E;
	color: #000;
	line-height: 19px;
}

.eventsRowLeft {
	width: 140px;
	float: left;
}

.eventsRowRight {
	width: 495px;
	float: right;
	font-size: 13px;
}

.eventsRow h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

.evDate {
	font-size: 12px;
}

.eventsRow p {
	padding: 4px 0 0 0;
}

.calendarIcon {
	width: 22px;
	height: 19px;
	background: url(../images/icon_calendar.gif) 0 0 no-repeat;
	display: block;
	margin-top: 10px;
}

.calendarIcon:hover {
	background: url(../images/icon_calendar_hover.gif) 0 0 no-repeat;
}

.eventsRowLast {
	border: none;
}

.calendar {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.calendar .head {
	background: url(../images/bg_calendar_head.gif) 0 0 no-repeat;
	float: left;
	width: 100%;
	padding: 0;
}

.calendarLeftButt {
	float: left;
	height: 42px;
	width: 32px;
}

.calendarRightButt {
	float: right;
	height: 42px;
	width: 32px;
}

.calendar .head {
	float: left;
	margin-bottom: 1px;
	
}

.calendar .head h3 {
	float: left;
	padding: 10px;
	text-align: center;
	width: 133px;
}

.calendarHolder {
	width: 218px; 
	float: left;
	clear: both;
}

.calendarHolder table, .calendarHolder td {
    border-color: #fff;
    border-style: solid;
}

.calendarHolder table {
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
	width: 217px;
}

.calendarHolder td {
	vertical-align: middle;
	text-align: center;
    border-width: 1px 1px 0 0;
    background-color: #EEEEEE;
	width: 30px;
	height: 29px;
	color: #AAA;
}

.calendarHolder td.active {
	border: 1px solid #929292;
	background: #fff;
	color: #666666;
}

.calendarHolder td.activeLeft {
	border-right: 1px solid #929292;
}

.calendarHolder td a {
	text-align: center;
	height: 21px;
	width: 28px;
	display: block;
	line-height: 14px;
	padding-top: 6px;
	border: 1px solid #fff;
}

.calendarHolder td.active a {
	color: #666666;
}

.calendarHolder td.active a:hover {
	background: #B2B2B2;
	text-decoration: none;
}

.calendarHolder td.activeDate a {
	color: #fff;
	background: #A5242F;
}


/* form */
.form {
	padding: 20px 0 0 40px;
}

.formText {
	border: 1px solid #333;
	padding: 3px;
	width: 99%;
	margin-bottom: 5px;
}

label {
	display: block;
	font-size: 12px;
	color: #3D3B33;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 2px;
}

.inline label {
	display: inline;
	font-size: 13px;
}

.form50 {
	width: 220px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.form70 {
	width: 340px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.form30 {
	width: 98px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.form100 {
	width: 462px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
/* form */

/* end content */


/* footer */

#footer {
	background: #a5242f;
}	

.footerIn {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_footer.gif) 241px 0 repeat-y;/*110627 wm*/
	padding-top: 20px;
	height: 180px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

.footerLeft {
	float: left;
	padding-top: 11px;
	width: 241px; /*191 6/27/11 wm */
}

.foterInfo {
	float: left;
}

.footerLogo {
	float: left;
	padding-right: 8px;
}

.footerMiddle {
	width: 395px;/* 475 6/27/11 wm */
	float: left;
	padding-left: 25px;
	padding-top: 11px;
}

.footerMiddleItem {
	width: 131px;
	float: left;
	padding-bottom: 11px;

}
.footerMiddle a {
	color: #fff;
	font-weight: bold;
	padding: 0 20px 0 0;
}

.footerMiddle a:hover {
	color: #fff;
}

.footerRight {
	float: right;
}

.footerRight a {
	padding: 0 4px;
}

.footerRight a:hover img {
	filter:alpha(opacity=70);
  	opacity:0.7;
}

.topCorners211 {
	background: url(../images/topCorner211.gif) 0 0 no-repeat;
    padding:10px;
}

/* end footer */

/* added by Barry  */

.headerRedTimes {
    font-size:15px;
    font-weight:bold;
    color:#a5232f;
}
.sitemap ul {
    margin:3px 0 12px 0;
}
.sitemap ul li{
    margin:0 0 2px 0;
    list-style-type: none;
}
.sitemap ul li a{
    font-size:14px;
}
.sitemap ul li ul li{
    margin:0 0 2px 30px;
    list-style-type: disc;
}
.sitemap ul li ul li a{
    font-size:13px;
}
.sitemap ul li ul li ul li{
    margin:0 0 2px 20px;
}
.sitemap ul li ul li ul li a{
    font-size:12px;
}
.sitemap ul li ul li ul li ul li a{
    font-size:11px;
}


