/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
/* reset */
html{color:#000;background:none;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* fonts */
body{font:12px/1.4 Verdana,Tahoma,Geneva,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* body{font-family:Verdana,Tahoma,Geneva,sans-serif;} */

/* @font-face tags and fonts generated by Font Squirrel (http://www.fontsquirrel.com) on April 28, 2010 11:56:39 AM America/New_York */
@font-face {
	font-family: 'VegurExtraLight';
	src: url('../../fonts/Vegur-EL_0500-webfont.eot');
	src: local('?'), url('../../fonts/Vegur-EL_0500-webfont.woff') format('woff'), url('../../fonts/Vegur-EL_0500-webfont.ttf') format('truetype'), url('../../fonts/Vegur-EL_0500-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VegurRegular';
	src: url('../../fonts/Vegur-R_0500-webfont.eot');
	src: local('?'), url('../../fonts/Vegur-R_0500-webfont.woff') format('woff'), url('../../fonts/Vegur-R_0500-webfont.ttf') format('truetype'), url('../../fonts/Vegur-R_0500-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VegurBold';
	src: url('../../fonts/Vegur-B_0500-webfont.eot');
	src: local('?'), url('../../fonts/Vegur-B_0500-webfont.woff') format('woff'), url('../../fonts/Vegur-B_0500-webfont.ttf') format('truetype'), url('../../fonts/Vegur-B_0500-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6, ul, ol,dl, p,blockquote,fieldset,address,.media_embed,.embed_media {padding:10px;}
h1, h2, h3, h4, h5, h6,img {padding-bottom:0px;}
pre{margin: 10px;}
table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl{padding:0;}
blockquote {margin:20px;color:#000000;font-style: normal;font-size:108.3%;} /* 13px font size */
blockquote cite {color:#333;font-size:83.3%;}
cite .name {font-weight: bold;}
/* p, ul, ol, li, blockquote, table, dl, dt, dd, pre, code, form {font-size:93%;} */
/* ====== Elements ====== */
/* img{display:block;} */
em{font-style: italic;}
strong{font-weight:bold;}
hr{border: 5px solid #e2e2e2; border-width: 0 0 5px 0; margin: 20px 10px 10px 10px;}
code{color:#0B8C8F;}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
/*
blockquote,ul,ol,dl {
	margin:1em;
}
*/
ol,ul,dl {
	margin-left:30px; /* original specification: 2em */
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin-bottom: 1em;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
ul li ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: circle outside;
}
dl dd {
	/*moving DL's and DD's over to the right */
	margin-left:1em;
}

/* ====== Tables ====== */
.data{padding: 10px; position:relative; zoom:1;vertical-align: top;border-right:solid 1px transparent;/* border fixes a FF2 bug which causes the data table to overlay its borders*/}
.data table {width:100%;}
thead {border-left:3px solid #e0e1e4;border-right:3px solid #e0e1e4;border-top:3px solid #e0e1e4;}
tbody {border-left:3px solid #e0e1e4;border-right:3px solid #e0e1e4;border-bottom:3px solid #e0e1e4;}
th,td {
	/*borders and padding to make the table readable*/
	vertical-align:top;
	border:1px solid #e0e1e4;
	padding:10px;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	/* text-align:center; */
	background-color:#a8acba;
}
.txtC, .data .txtC td, .data .txtC th{text-align:center;}
.txtL, .data .txtL td, .data .txtL th{text-align:left;}
.txtR, .data .txtR td, .data .txtR th{text-align:right;}
.txtT, .data .txtT td, .data .txtT th{vertical-align:top;}
.txtB, .data .txtB td, .data .txtB th{vertical-align:bottom;}
.txtM, .data .txtM td, .data .txtM th{vertical-align:middle;}

/* specification table - extends data table */
.spec {padding:10px;}
.spec table{border-top: 1px solid #e2e2e2; border-bottom-color:#fff; border-left:none; border-right:none;}
.spec th, .spec td{border:1px solid #e2e2e2; border-width: 1px 0; padding-left:0;}
.spec .odd, .spec .even{background-color: #fff;}

caption {
	background-color:#556076;
	color:#fff;
	/*coordinated marking to match cell's padding*/
	padding:5px 10px;
	/*centered so it doesn't blend in to other content*/
	/* text-align:center; */
	font-family: 'VegurBold',Verdana,Geneva,sans-serif;
	text-transform: uppercase;
}
html*caption {margin-right:-1px;}
/*
p,fieldset,table {
	margin-bottom:1em;
}
*/

/* ====== Headings ====== */
h1, .h1 {font-size:208.3%;color: #2a4384;} /*25px*/
h2, .h2 {font-size:166.7%;color: #990000;border-bottom: 1px dashed #ccc;margin-left:10px;margin-right:10px;padding-left:0;padding-right:0;} /*20px*/
h3, .h3 {font-size:150%;} /*18px*/
h4, .h4 {font-size:108.3%;text-transform: uppercase;} /*13px*/
h5, .h5 {font-size:116.7%;} /*12.5px*/
h6, .h6 {font-size:108.3%;} /*12px*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family:'VegurBold',Verdana,Tahoma,Geneva,sans-serif;/* margin:1em 0; */} /* top & bottom margin based on font size */
.leaguerTitle {font-size: 208.3%; color: #2a4384;line-height:1.1;border-bottom:none;margin-left:0; margin-right:0;padding-left:10px;padding-right:10px;}


/* if additional headings are needed they should be created via additional classes, never via location dependant styling */
.mainHead {font-size:191.7%;line-height: 1;border-bottom: none;}/*23px font size*/
.primaryHead {line-height: 1;}
.subHead {padding-top:5px;font-size:116.7%}
.tight {padding: 0 10px;}
.category{font-size:108%; font-weight:normal; font-style: normal; text-transform:uppercase; color: #333;}
.category a{color: #333;}
.important a{font-weight:bold;}

/* ====== Links ====== */
a {color: #2a4384; text-decoration: none;}
/* a:focus,  */a:hover {text-decoration: underline;}
/* a:focus{text-decoration:underline;} *//*background-color:#FFFFCC;*/
/* a:visited { color: #2a4384; } */ /* #005a9c */

/* ====== Text Styles ====== */
.highlight  { background:#FFF7C0;}
p.highlight { margin:10px;}
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.important	{ color: #990000; }
.notice		{ color: #060; }
.small		{ font-size: 83.3%; } /* 10px font size */
.rowOne	{background-color: #fff;}
.rowTwo	{background-color: #eee;}

/* ====== Spacing Styles ====== */
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.position	{position: relative;}
.right		{text-align:right;}
.left		{text-align:left;}
.center		{text-align:center;}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/* **************** TEMPLATE ***************** */
/* ====== Page Head, Body, and Foot ====== */
body{_text-align:center;}/* IE5.5 */
body{
	background: #ffffff url(/images/site/body-bg.png) repeat-x left top;
	}
.main,.content{display:table-cell;*display:block;width:auto;}
.body,.main,.content{*zoom:1;}
.body:after,.main:after,.content:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.body{
	margin:0 auto;
	padding: 10px;
	width:940px;
	background: #fff;
	_text-align:left;
	} /* wraps other template elems to set width */ /* text-align IE5.5 */
/* "old school" and "liquid" extend page to allow for different page widths */
.oldSchool{width:750px;}
.liquid{width:auto;margin:0;}
/* ====== Columns ====== */
.leftCol{float:left;width:215px;_margin-right:-3px;}
.rightCol{float:right;width:235px;_margin-left:-3px;}
/* extend columns to allow for common column widths */
.gMail{width:160px;}
.gCal{width:180px;}
.yahoo{width:240px;}
.myYahoo{width:300px;}
.largerCol {width:250px;}


/* ====== Custom CSS ====== */
.main.full {width:640px;}

/* Header Styles */
.head {
	background: url(/images/site/head-bg.jpg) no-repeat;
	color: #fff;
	margin:0 auto;
	width:994px;
	/* height:155px; */
	position:relative;
	_text-align:left;
	z-index: 20;
}
.head .logo,
.head-minimal .logo,
.head-minimal-liquid .logo {
	background: url(/images/site/uil-logo.png) no-repeat;
	width: 232px;
	height: 96px;
	text-indent: -9999px;
	margin-left: 50px;
	padding: 0;
	display: block;
	}
	.head .logo a,
	.head-minimal .logo a,
	.head-minimal-liquid .logo a {
		display:block;
		height:100%;
		text-indent:-9999px;
		width:100%;
		}

.head .utlogo,
.head-minimal .utlogo,
.head-minimal-liquid .utlogo {
	padding-right:40px;
	}

.head-minimal-wrapper {
	background-color: #07111c;
	width:auto;
	height:115px;
	border-bottom: 4px solid #990000;
}

.head-minimal-liquid {
	/* background: url(/images/site/head-bg-minimal.jpg) no-repeat; */
	background-color: #0e1830;
	color: #fff;
	margin:0 auto;
	padding-top:10px;
	/* width:994px; */
	height:105px;
	border-bottom: 4px solid #990000;
	position:relative;
	_text-align:left;
	z-index: 20;
}

.head-minimal {
	/* background: url(/images/site/head-bg-minimal.jpg) no-repeat; */
	background-color: #0e1830;
	color: #fff;
	margin:0 auto;
	padding-top:10px;
	width:964px;
	height:105px;
	border-bottom: 4px solid #990000;
	position:relative;
	_text-align:left;
	z-index: 20;
}

.labelHide {
	margin-left: -3000px;
	position: absolute;
	}

/*
.utHeader {
	float:right;
	position:absolute;
	right:14px;
	top: 25px;
	}
*/
.sgn {
	height: 27px;
	position:absolute;
	right: 4px;
	top: 50px;
	}
	
	.sgnFirst {
		background: url(/images/site/sgn-bg-left-trans.png) no-repeat;
		height: 27px;
		width: 10px;
		float: left;
		}
	.sgnMid {
		background: url(/images/site/sgn-bg-center-trans.png) repeat-x;
		height: 22px;
		padding-top: 5px;
		float: left;
		}
	.sgnLast {
		background: url(/images/site/sgn-bg-right-trans.png) no-repeat;
		height: 27px;
		width: 11px;
		float: left;
		}

.pgnContainer {
	width: 924px;
	height: 55px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	border-bottom: 4px solid #990000;
	}
	.pgn {
		margin: 15px 0 0 30px;
		}

.psnContainer {
	width: 924px;
	height: 40px;
	/* overflow:hidden; */
	padding: 0 20px 0 20px;
	margin:0 auto;
	background-color: #990000;
	}

.search {
	margin-top: 15px;
	}
	.search fieldset {padding:0;}
	#customSearchBox {
		width: 150px;
		color: #dbdbdb;
		border: 2px solid #e4e4e4;
		/* font-size: 91.7%; */ /* 11px */
		/* font-weight: bold; */
		/* text-transform: uppercase; */
		padding: 5px;
		-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
		/* float:left; */
		vertical-align:bottom;
		}
		#customSearchBox:focus { background: #fff; color: #333; }
	
	.search #customSearchSubmit {
		/*
		border:0;
		outline: none;
		width:46px;
		height:29px;
		color:#fff;
		background:url(/images/site/search-go.png) no-repeat 0 0;
		*/
		vertical-align: bottom;
		}

/* ====== Navigation text styles ====== */
ul.nav{
	margin:0;
	padding:0;
	list-style: none;
	}
	ul.nav li {
		list-style: none;
		}

ul.hNav li {
	float: left;
	}
	ul.hNav li:first-child {
		padding-left:0px;
		}
	ul.hNav li:last-child {
		padding-right:0px;
		border:none;
		}

ul.sgnLinks{
	font-size:91.7%; /* 11px */
	}
	ul.sgnLinks li {
		padding: 0 7px 0 7px;
		border-right: 1px solid #284283;
		}
		ul.sgnLinks a {
			color: #fff;
			text-decoration: none;
			}
			ul.sgnLinks li a:hover/*
,
			ul.sgnLinks li a:focus
*/ {
				text-decoration: underline;
				background-color: none;
				}
			ul.sgnLinks li a:visited {
				color: #fff;
				}
			ul.sgnLinks li a.current {
				text-decoration: underline;
				}
	
ul.pgnLinks {
	font-family:'VegurBold',Helvetica, Arial, sans-serif;/* ;font-size: 174%;text-transform: uppercase; */
	display: block;
	padding: 0;
	height: 40px;
	text-transform: uppercase;
	font-size: 191.7%; /* 23px */
	}
	ul.pgnLinks ul {
		border-top: 4px solid #990000;
		margin:0 0 0 -30px;
		}
	ul.pgnLinks li {
		float:left;
		list-style:none outside none;
		margin:0 20px;
		/* height: 40px; */
		/* position:relative; */
		}
		/*
		ul.pgnLinks li.current {
			background: url(/images/site/nav-arrow.png) no-repeat center bottom;
			}
		*/
	/*
ul.pgnLinks ul li {
		display: inline;
		width: 100%;
		}
*/
		ul.pgnLinks a {
			color: #fff;
			height: 40px;
			display: block;
			}
		/*
ul.pgnLinks a:visited {
			color: #fff;
			}
*/
		/*
		ul.pgnLinks a.current {
			background: url(/images/site/nav-arrow.png) no-repeat center bottom;
			}
		*/
		ul.pgnLinks a.current,
		/* ul.pgnLinks a:focus, */
		ul.pgnLinks a:hover {
			text-decoration: none;
			background: url(/images/site/nav-arrow.png) no-repeat center bottom;
			}

ul.psnLinks {
	font-family:'VegurBold',Helvetica, Arial, sans-serif;
	font-size: 100%;
	display: block;
	height: 40px;
	padding: 0;
	}
	ul.psnLinks ul {
		/* border-top:3px solid #c1c3c9; */
		margin:0;
		}
		ul.psnLinks a {
			color: #fff;
			/* background: none; */
			display: block;
			height: 18px;
			padding: 10px 7px;
			margin:2px 3px 0 3px;
			}
			ul.psnLinks a:hover,
			/* ul.psnLinks a:focus, */
			ul.psnLinks a.current,
			ul.psnLinks li.hover a,
			ul.psnLinks li:hover a {
				color: #000;
				background: #fff;
				text-decoration: none;
				}


/* ------------- DROPDOWN NAVIGATION ------------- */

/* LEVEL ONE */
ul.dropdown                         { position: relative; height:40px;}
ul.dropdown li                      { float: left; zoom: 1;}
/* ul.dropdown a:hover		        { color: #000; }*/
/* ul.dropdown a:active             { color: #ffa500; } */
/* ul.dropdown li a                 { display: block; padding: 4px 8px; border-right: 1px solid #333;color: #222; } */
/* ul.dropdown li:last-child a      { border-right: none; } */ /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { /* background: #F3D673;  *//* color: black; */ position: relative; }
/* ul.dropdown li.hover a           { color: black; }*/ 


/* LEVEL TWO */
ul.dropdown ul {
	padding:0;
	/* margin:0 0 0 -30px; */
	background: #fff;
	/* border-top: 4px solid #990000; */
	border-bottom:3px solid #c1c3c9;
	font-size: 13px;
	color:#000;
	width: 190px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:15;
	}
ul.dropdown ul li {
	padding:0;
	margin:0;
	color: #000;
	float: none;
	}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a,
ul.dropdown ul li a:visited {
	padding: 5px 5px 5px 20px;
	margin: 0;
	width:159px;
	height:100%;
	line-height: 1;
	color:#000;
	border-right: none;
	/* 	width: 100%; */
	display: inline-block;
	border-right:3px solid #c1c3c9;
	border-left:3px solid #c1c3c9;
	}
ul.dropdown ul li a:hover,
ul.dropdown ul li a:focus {
	background: #b3170e url(/images/site/dropdown-arrow.gif) no-repeat 7px .5em;
	color:#fff;
	border-right:3px solid #990000;
	border-left:3px solid #990000;
	}

/* LEVEL THREE */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



ul.ssnLinks {
	font-family: arial,helvetica,clean,sans-serif;
	font-weight: bold;
	}

ul.ssnLinks li {
	border-bottom: 1px dashed #ccc;
	padding-left: 15px;
	/*
	padding:10px 10px 10px 15px;
	border-bottom: 1px dashed #ccc;
	background: url(/images/site/arrow.png) no-repeat left .7em;
	padding: .5em 10px .5em 15px;
	
	*/
	}
	ul.ssnLinks li:first-child {
		border-top: 1px dashed #ccc;
		}
	ul.ssnLinks a {		
		color: #525b69;
		display: block;
		width: 158px;
		padding: .5em 10px .5em 12px;
		background: url(/images/site/arrow.png) no-repeat left .7em;
		}
		ul.ssnLinks li:hover {
			background-color:#ececee;
			}
			ul.ssnLinks li a:hover {
				text-decoration:none;
				color: #990000;
				}
		ul.ssnLinks li.current,
		ul.ssnLinks li.active,
		ul.ssnLinks li.active_parent {
			background-color:#ececee;
			}
			
			ul.ssnLinks li.current a,
			ul.ssnLinks li.active a {
				text-decoration:none;
				color: #990000;
				}
				
				ul.ssnLinks li.current a.notSelected/*
,
				ul.ssnLinks li.active a.notSelected
*/ {
					text-decoration:none;
					color: #525b69;
					}
					
					ul.ssnLinks li.current a:hover/*
,
					ul.ssnLinks li.active a:hover
*/ {
						color: #990000;
						}
			
			ul.ssnLinks li ul {
				padding-top:0;
				margin-left:15px;
				}
				ul.ssnLinks li li {
					border: none;
					font-weight: normal;
					list-style-type: disc;
					padding-left: 0;
					margin-bottom: .5em;
					color: #525b69;
					}
					ul.ssnLinks li li:first-child {
						border: none;
						}
					ul.ssnLinks li li a.currentSub {
						background: none;
						padding: 0;
						display: inline;
						color: #525b69;
						}
					
					ul.ssnLinks li.level_2 a {
						background: none;
						padding: 0;
						display: inline;
						color: #525b69;
						}
						
						ul.ssnLinks li.level_2.active a {
							color: #990000;
							}
							
						ul.ssnLinks li li a.selected,
						ul.ssnLinks li li a:hover
						/* ul.ssnLinks li li a:focus */ {
							color: #990000;
							}

ul.minimal {
	font-size:85%;
	padding:0 10px;
	}
	ul.minimal li {	
		padding: 0 7px 0 7px;
		border-right: 1px solid #284283;
		}
		ul.minimal a {
			text-decoration: none;
			}
			ul.minimal li a:hover,
			ul.minimal li a:focus {
				text-decoration: underline;
				background-color: none;
				}

ul.footNav {
	font-size: 83.3%; /*10px font size */
	margin-top: 20px;
	float: right;
	}
	ul.footNav li {
		padding: 0 7px 0 7px;
		border-right: 1px solid #a8acba;
		}
		ul.footNav a {
			color: #a8acba;
			}

ul.tabs li {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	min-width: 44px;
	}
	ul.tabs li.first {
		margin-left: 0;
		}
	ul.tabs a,
	ul.tabs a span {
		background: url(/images/site/tabs.jpg) no-repeat;
		display: block;
		padding: 0 10px;
		}
	
	ul.tabs a {
		background-position: 100% -72px;
		text-align: center;
		color: #9a9b9f;
		font-size: 104%;
		text-transform: uppercase;
		font-family: 'VegurBold',Verdana,Geneva,sans-serif;
		margin:3px 0 0;
		outline:0 none;
		padding-left:0;
		text-align:center;
		text-decoration:none;
		white-space:nowrap;
		cursor: pointer;
		}
		* > ul.tabs a span {
			height:auto;
			width:auto;
			}
		
		ul.tabs a span {
			background-position: 0 0;
			height:23px;
			min-height:23px;
			min-width:44px;
			padding-right:0;
			padding-top:10px;
			}
	
	ul.tabs a.current {
		background-position: 100% -105px;
		cursor: text;
		color: #333;
		/* margin-top:0; */
		position:relative;
		top:3px;
		z-index:2;
		}
		ul.tabs a.current span {
			background-position: 0 -33px;
			height:29px;
			min-height:29px;
			margin-top:-6px;
			}

/* Breadcrumb Styles */
ul.breadcrumb {margin:0/* 215px */;color: #515a68;/* font-family: arial,helvetica,clean,sans-serif; */font-size: 83.3%;} /* 10px font size */
ul.breadcrumb li { display: inline;}
/* ul.breadcrumb li:first-child {padding-left:0;} */
ul.breadcrumb li:after{ content: "\00BB"; display: inline-block; padding: 0 6px 0 10px;}/* \25B8 */
ul.breadcrumb li:last-child:after{content: "";}
ul.breadcrumb a {color: #515a68 !important;}



/* Unique Homepage styles */
.homeViewSection {
	position: absolute;
	right: 10px;
	margin-top:5px;
	}
	
	.homeViewSection h6 {
		padding-top:0;
		padding:0 10px;
		font-family:Verdana,Tahoma,Geneva,sans-serif;
		font-weight: bold;
		font-size:83.3%; /* 10px font size */ 
		}
	
	.homeViewCalendar {
		right: 0px;
		margin-top:0;
		}
	
.homeCalendarSection {
	width: 210px;
	float: left;
	border-right: 1px dashed #e4e4e4;
	padding-left: 5px;
	}

.siteIntro {
	padding-top: 10px;
	}
	
.newsContent {
	display:table-cell;*display:block;width:auto;padding:10px;
	}
	.newsItem {
		border-bottom: 1px dashed #e4e4e4;
		padding:5px 0;
		}
	
	
	/* action li {list-style: none outside; background: url(/images/site/arrow-link.png) no-repeat left .4em;padding: 0 10px 0 12px;margin-bottom:.5em;} */
	
		.newsItem h5 {
			background: url(/images/site/arrow.png) no-repeat left .1em;
			padding: 0 10px 0 12px;
			font-size: 108.3%
			}
			
			.newsItem h5.newsLink {
				background: url(/images/site/arrow-link-news.png) no-repeat left .2em;
				}
		
		.newsItem:last-child {
			border-bottom:none;
			}
			
	.newsLinks {
		float:right;
		width: 230px;
		margin: 10px;
		background: #e4e4e4;
		-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
		_margin-left:-3px;
		}
		
		/*
.newsLinks pdf {
			
			}
*/


/* ====== Leaguer styles ====== */
.leaguerLogo {
	background: url(/images/site/leaguer-logo.png) no-repeat;
	width: 501px;
	height: 73px;
	text-indent: -9999px;
	margin-left: 10px;
	padding: 0;
	display: block;
	}
	.leaguerLogo a {
		display:block;
		height:100%;
		text-indent:-9999px;
		width:100%;
		}

.leaguerBlock {
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	margin:10px;
	}

.leaguerArticle {
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	padding-bottom: 10px;
	}

.leaguerPhoto {
	padding: 10px 10px 0 0;
	line-height: 1;
	}

img.leaguerImg {
	border: 3px solid #acb1be;
	}
	
img.leaguerImgFeature {
	border: 4px solid #acb1be;
	line-height: 1;
	}

.photoCaption {
	font-size: 83.3%;
	color: #666;
	}

.photoCredit {
	font-size: 83.3%;
	color: #a6abb9;
	}

	
.leaguerBlock h1, .leaguerBlock h2, .leaguerBlock h3, .leaguerBlock h4, .leaguerBlock h5, .leaguerBlock h6, .leaguerBlock ul, .leaguerBlock ol,.leaguerBlock dl, .leaguerBlock p,.leaguerBlock blockquote,.leaguerBlock fieldset {padding:10px 0 10px 0;}

.leaguerBlock p.leaguerAuthorDate {padding-top:0;}

ul.leaguerEventList {
	margin-left:0;
	}

ul.leaguerEventList li {
	list-style: none;
	}

.leaguerEventListDate {
	float: left;
	width: 40%;
	text-align:right;
	}
.leaguerEventListTitle {
	float:left;
	width:60%
	}

.photoRight {
	float:right;
	margin-left:10px;
	}

.photoLeft {
	float: left;
	margin-right:10px;
	}

/* ====== Custom image styles ====== */

.featurePhoto {
	padding: 10px;
	line-height: 1;
	}
	
img.featureImg {
	border: 4px solid #acb1be;
	line-height: 1;
	}

.photoCaption {
	font-size: 83.3%;
	color: #666;
	}


/* ====== Custom text styles ====== */
.simplelist {font-size:100%;} /* 12px */
.simplelist li {margin-bottom:1em;}
.basiclist li {margin-bottom:.5em;}
.events {font-size:91.7%; margin-left: 0; padding-top:5px;}
.events li {margin-bottom:.5em;list-style: none outside;}
.simplelistSub {color:#a6abb9; font-size:91.7%;} /* 11px */
.eventlistSub {color:#a6abb9; margin-left:10px;padding-top:0;padding-bottom:0;}
.eventlistSub li {list-style: disc outside;}
.newslist {font-size:91.7%;margin-left: 10px;} /* 11px font size */
.newslist li {list-style: none outside; background: url(/images/site/arrow-link-news.png) no-repeat left .3em;padding: 0 10px 0 12px;margin-bottom:.5em;}
.newslist li:last-child {margin-bottom:0;}
.action {margin-left:10px;}
.action li {list-style: none outside; background: url(/images/site/arrow-link.png) no-repeat left .4em;padding: 0 10px 0 12px;margin-bottom:.5em;}
.action li ul {margin-left:20px;padding-top:0;padding-bottom:0;}
.action li ul li {padding:0;background:none !important;list-style:disc outside none !important;}
.noindent {margin-left:0;}
.alpha li {list-style: lower-alpha outside;}
.upperAlpha li {list-style: upper-alpha outside;}
.decimal li {list-style: decimal outside;}

.readMore {font-family:'VegurBold';font-size: 116.7%;}
.footAddress {font-size: 91.7%;padding: 20px 0 0 0;} /*11px font size*/
.quiet {color:#a8acba;}
.addressName {font-weight: bold;}
.addressDetails {color:#a8acba;}
.facebookSmall {background: url(/images/icons/icon-facebook-small.png) no-repeat;}
.twitterSmall {background: url(/images/icons/icon-twitter-small.png) no-repeat;}
.rssSmall {background: url(/images/icons/icon-rss-small.png) no-repeat;}
.mailSmall {background: url(/images/icons/icon-mail-small.png) no-repeat;}
.socialLine {height:16px;width:16px;display:block;float:left;margin:5px 3px;cursor:pointer;}
.ext {background-position: right center;padding: 2px 30px 2px 0; margin:-2px 0;}
.quoteFancy {background-color:#dbe1e4;border:3px solid #d3d5dc;}
.tweet {background-color:#dbe1e4;border:3px solid #d3d5dc;margin:10px 0;padding:0 10px;}
.tweetDate {text-align:right;margin-bottom:5px;}
.leaguerAuthorDate {color:#990000;}

.iconHead {padding:2px 0 2px 40px;margin:10px 10px 0 10px;background-position:left center;height:32px;}
.newsIcon {background: url(/images/icons/icon-rss-large.png) no-repeat;}
.eventsIcon {background: url(/images/icons/icon-cal-large.png) no-repeat;}

.pressReleaseEnd {text-align:center;}

a.btn {
	background: transparent url(/images/site/button.png) no-repeat 100% -248px;
    color: #fff;
    display: block;
    float: left;
    height: 63px;
    margin-right: 6px;
    padding-right: 50px; /* sliding doors padding */
    font-family: 'VegurBold';
    font-size: 116.7%; /* 14px */
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	}

a.btn span {
    background: transparent url(/images/site/button.png) no-repeat scroll 0 0;
    display: block;
    line-height: 25px;
    padding: 17px 0 21px 45px;
	} 

a.btn:hover {
	background-position: 100% -331px;
	}
	
a.btn:hover span {
	background-position: 0 -83px;
	}

a.btn:active {
	background-position: 100% -414px;
	outline: none;
	}

a.btn:active span {
	background-position: 0 -166px;
	}

/*
.btn:hover {background-position:0 -63px;}
.btn:active {background-position:0 -126px;}
*/

dl.faqclick {
	margin: 0;
	}

dl.faqclick dt {
	font-weight: bold;
	font-size: 108.3%; /* 13px */
	cursor: pointer;
	color: #2A4384;
	padding-left: 30px;
	background: url(/images/site/faq-q.png) no-repeat 5px 2px;
	}
dl.faqclick dd {
	padding: 10px 10px 20px 30px;
	margin: 10px 0 10px 0;
	font-size: 1.1em;
	background: #efefef url(/images/site/faq-a.png) no-repeat 5px 13px;
	border: 1px solid #ccc;
	}

.faq-expandall {
	cursor: pointer;
	color: #2A4384;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	}

.tooltip {
	display:none;
	background-color:#ffa;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	}


/* Unique custom styles */

#policyOrgChart {
	text-align: center;
	}

	
	#policyOrgChart-first {
		width: 600px;
		border: 1px solid #333;
		padding: 20px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		}
		
	#policyOrgChart-second {
		width: 550px;
		border: 1px solid #333;
		padding: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		background: #ddd;
		}
		

	#policyOrgChart-third {
		width: 500px;
		border: 1px solid #333;
		padding: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		}
	
	#policyOrgChart-fourth {
		width: 450px;
		border: 1px solid #333;
		padding: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		background: #ddd;
		}
		
.policyFlowBox {
	width: 400px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	}
	.policyFlowArrow {
		width: 400px;
		height: 25px;
		margin: 10px 0 10px 0;
		background: url(/images/site/arrow-down.png) no-repeat bottom center;
		}

.directorBlurb {
	padding: 15px 10px;
	clear: both;
	}

	.directorBlurb img {
		margin-top: 0;
		margin-right: 35px;
		}
		
	.directorBlurb p {
		padding-top: 20px;
		}

.photoBlock {
	padding: 10px 0;
	line-height: 1;
	}

img.imgBorder {
	border: 3px solid #acb1be;
	}
	
#cse-search-results {
	padding: 20px;
	}

/* Footer Styles */


.foot {
	clear:both;
	background: #0e1830;
	color: #fff;
	margin:0 auto;
	padding: 0 20px 0 20px;
	width:924px;
	height:96px;
	border-top: 4px solid #990000;
	_text-align:left;
}

.footLiquid {
	width:auto;
}


.footIcons {
	margin-top:10px;
	width: 168px;
	text-align:right;
	float:right;
	}

.socialIcons {
	margin-top:10px;
	padding: 10px;
	width: 126px;
	text-align:right;
	float:right;
	}

/* --------------------------------------------------------------

   link-icons.css
   * Icons for links based on protocol or file type.

   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* Use this class if a link gets an icon when it shouldn't. */
a.noicon {
  background:transparent none !important;
  padding:0 !important;
  margin:0 !important;
}

/* Make sure the icons are not cut */
/* a[href^="http:"], */ /* a[href^="mailto:"],*/ /* a[href^="http:"]:visited, */
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".ppt"], a[href$=".rss"],
a[href$=".rdf"], a[href^="aim:"], a.external {
  padding:2px 20px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */
a.external          { background-image: url(/images/icons/icon-external.gif); }
/* a[href^="http:"]          { background-image: url(/images/icons/external.png); } */
/* a[href^="mailto:"]        { background-image: url(/images/icons/email.png); } */
/* a[href^="http:"]:visited  { background-image: url(/images/icons/external.png); } */

/* Files */
a[href$=".pdf"]   { background-image: url(/images/icons/pdf.png); }
a[href$=".doc"]   { background-image: url(/images/icons/doc.png); }
a[href$=".xls"]   { background-image: url(/images/icons/xls.png); }
a[href$=".ppt"]   { background-image: url(/images/icons/ppt.gif); }

/* Misc */
a[href$=".rss"],
a[href$=".rdf"]   { background-image: url(/images/icons/icon-rss-small.png); }
/* a[href^="aim:"]   { background-image: url(/images/icons/im.png); } */



/* Bracket Tables
-------------------------------------------------------------- */

table.bracket {
	margin-bottom: 5em;
	}

table.bracket thead {
	border-bottom: 1px solid #000;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	}
	
table.bracket th {
	background: none;
	border: 0;
	}

table.bracket tbody {
	border: 0;
	}

table.bracket tr {
	height: 55px;
	}

table.bracket td {
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: none;
	vertical-align: bottom;
	}

table.bracket .filler {
	border: none;
	}

table.bracket .bracket-quarter-header {
	width: 175px;
	vertical-align: bottom;
	text-align: center;
	}

table.bracket .bracket-semi-header {
	width: 175px;
	vertical-align: bottom;
	text-align: center;
	}

table.bracket .bracket-final-header {
	width: 175px;
	vertical-align: bottom;
	text-align: center;
	}

table.bracket .bracket-champion-header {
	width: 130px;
	vertical-align: bottom;
	text-align: center;
	}

table.bracket .bracket-quarter-team1 {
	border-bottom: 1px solid #000;
	}

table.bracket .bracket-quarter-midfiller {
	border-right:1px solid #000;
	}

table.bracket .bracket-quarter-team2 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

table.bracket .bracket-quarter-team3 {
	border-bottom: 1px solid #000;
	}

table.bracket .bracket-quarter-team4 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

table.bracket .bracket-quarter-team5 {
	border-bottom: 1px solid #000;
	}

table.bracket .bracket-quarter-team6 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

table.bracket .bracket-quarter-team7 {
	border-bottom: 1px solid #000;
	}

table.bracket .bracket-quarter-team8 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

table.bracket .bracket-semi-team1 {
	border-bottom: 1px solid #000;
	}

table.bracket .bracket-semi-midfiller {
	border-right:1px solid #000;
	}

table.bracket td.bracket-semi-team2 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

table.bracket .bracket-semi-team3 {
	border-bottom: 1px solid #000;
	}

table.bracket .bracket-semi-team4 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

table.bracket .bracket-final-team1 {
	border-bottom: 1px solid #000;
	vertical-align: bottom;
	padding-left: 20px;
	}

table.bracket .bracket-final-team2 {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: bottom;
	padding-left: 20px;
	}

table.bracket .bracket-final-midfiller {
	border-right: 1px solid #000;
	border-bottom: none;
	}

table.bracket .bracket-midfiller {
	height: 30px;
	border-right:1px solid #000;
	border-top: none;
	}

table.bracket .bracket-champion {
	border-bottom: 1px solid #000;
	vertical-align: bottom;
	}


/* Tournament Prices
-------------------------------------------------------------- */

ul.prices {
	margin: 0;
	}
	
	ul.prices li {
		list-style: outside none;
		border-bottom:1px dotted #000;
		line-height:1.0;
		margin:0 0 .5em 0;
		position:relative;
		width:100%;
		float:left
		}
		
		ul.prices li em {
			float:left;
			margin:0;
			position:relative;
			top:.3em;
			padding:0 5px 0 0;
			background:#fff;
			font-style:normal;
			}
		
		ul.prices li span {
			background:#fff;
			padding:1px 0 1px 5px;
			float:right;
			color:#000;
			position:relative;
			top:.2em;
			}

/* Grids */

@media screen and (max-width: 319px) {.unit{float: none !important; width: auto !important;}}
.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}


/*
Copyright (c) 2009, Nicole Sullivan. All rights reserved.
Code licensed under the BSD License:
version: 0.2
*/
/* **************** BLOCK STRUCTURES ***************** */
/* mod */
.mod{margin:10px;}
.mod .inner{/*background: url(skin/transparent.png) repeat left top;*/}
.inner,.bd,.ft{*zoom:1;}
.inner:after,.hd:after,.bd:after,.ft:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.inner{position:relative;}
/* b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-index:10;} */
.tl, .tr, .bl, .br{height:10px; width:10px;float:left;}
.tl{background-position: left top;}
.tr{background-position: right top;}
.bl{background-position: left bottom;}
.br{background-position: right bottom;}
.br,.tr{float:right;}
.tr, .tl{overflow:hidden;margin-bottom:-32000px;}/* margin bottom needs to be < -9px */
.bl,.br{margin-top:-10px;}
.top{background-position:center top;}
.bottom{background-position:center bottom;_zoom:1;}/* this zoom required for IE5.5 only*/
/* complex */
.complex{overflow:hidden;*position:relative;*zoom:1;}/* position/zoom required for IE7, 6, 5.5 */
.complex .tl, .complex .tr{height:32000px; margin-bottom:-32000px;width:10px;}
.complex .bl, .complex .br{/*margin-top:0;*/}
.complex .top{height:5px;}
.complex .bottom{height:5px;/*margin-top:-10px;*/}
/* pop */
.pop{overflow:visible;margin: 10px 20px 20px 10px; background-position:left top;}
.pop .inner{right:-10px; bottom:-10px; background-position:right bottom;padding:0 10px 10px 0;}
.pop .tl, .pop .br{display:none;}
.pop .bl{bottom:-10px;}
.pop .tr{right:-10px;}


/* **************** BLOCK SKINS ***************** */
/* ====== Contour blocks ====== */
/* remove background-image:" to default to square corners for IE */

/* ----- extends mod ----- */
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6, .basic ul, .basic ol,.basic dl, .basic p,.basic blockquote,.basic fieldset {padding:10px 0 10px 0;}
.simple {border:3px solid #e4e4e4;} /* e0e1e4 */
.section {background:#e4e4e4 none;}
.eqHeight {height:200px;}
.eqHeightTall {height:230px;}
.shade {border-top:none;background: url(/images/site/tabs-bg-mid.png) repeat-x left top;}
.shade .bd {padding:15px;}
.top {margin-top:0;}
.tabbed .bd {border:3px solid #e4e4e4;padding:10px;}
.mainSectionFancy .hd {float:right;width:200px;height:105px;padding:10px;border-top:3px solid #acb1be;background-color:#556076;border-right:3px solid #acb1be;border-bottom:3px solid #acb1be;color:#fff;font-family: 'VegurRegular',Verdana,Geneva,sans-serif;font-size: 175%;} /* 21px font size */
.mainSectionFancy .hd h1 {color:#fff;font-size: 191.7%;line-height: 1;}
.mainSectionFancy .bd {float:right;width:481px;}
.mainSectionFancy .mainSectionImg {border:3px solid #acb1be;}

.mainSectionFancyHead .hd {float:left;width:200px;height:105px;padding:10px;border-top:3px solid #acb1be;background-color:#556076;border-left:3px solid #acb1be;border-bottom:3px solid #acb1be;color:#fff;font-family: 'VegurRegular',Verdana,Geneva,sans-serif;font-size: 175%;} /* 21px font size */
.mainSectionFancyHead .hd h1 {color:#fff;font-size: 175%;line-height: 1;} /* 22 px */
.mainSectionFancyHead .hd h1.smaller {font-size: 133.3%;} /* 16 px */
.mainSectionFancyHead .hd h1.smallest {font-size: 116%;} /* 16 px */
.mainSectionFancyHead .bd {float:left;width:481px;}
.mainSectionFancyHead .mainSectionImg {border:3px solid #acb1be;}
.mainSectionFancyHead .stateHd {height:300px;font-size:100%;}
.mainSectionFancyHead .stateHd h1 {color:#fff;font-size:200%;}
.mainSectionFancyHead .stateBd {width:446px;}

.contact .bd {font-size:85%;color:#333;border:3px solid #e0e1e4;} /*11px font size */
.standard {background-color: #c1c3c9;}
.standard .bd {border-bottom:5px solid #a7acb9;color:#556076;}
.standard a.linkmore {background: url(/images/site/arrow-white.png) no-repeat right .4em; padding: 0 12px 0 0;color:#556076;}
.standard a.linkmore:visited {color:#556076;}

.leaguerShade {background-color: #c1c3c9;}
.leaguerShade .bd {border-bottom:5px solid #a7acb9;}
.leaguerShade a.linkmore {background: url(/images/site/arrow-white.png) no-repeat right .4em; padding: 0 12px 0 0;color:#556076;}
.leaguerShade a.linkmore:visited {color:#556076;}

.callout {background-color:#556076;color:#fff;}
.callout .bd {border-bottom:15px solid #49556b;}
.featured {background-color:#DBE1E4; border: 3px solid #D3D5DC;}
/* .video {color:#fff;} */
.leagueCloseUp {width:416px;}
.video .bd {border: 3px solid #556076;}
.other .inner {border:3px solid #a8acba;}
.leaguerSidePhoto {margin-top: 20px; margin-bottom: 20px;}
/* For rounded corners add this into .simple .inner: -moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px; */
/* For rounded corners uncomment this: .simple b{*background-image:url(skin/simple_corners.png);} */

/* ----- rounded (extends mod and adds rounded corners) ----- */
.rounded .inner {-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}
.rounded b{*background-image:url(skin/round.png);}

.leaguerSplash {padding:10px 0 50px 0;}

.socialListFancy {height:26px;background: url(/images/site/hr.png) repeat-x center;}
.socialListFancy .inner {background:#fff;width:88px;margin:0 auto;}
/*
.socialList .first {float:left;width:80px;background:#c0c4cc;color:#c0c4cc;height:.1em;margin:1em 0;border:none;}
.socialList .inner {float:left;width:104px;}
.socialList .last {float:left;width:80px;background:#c0c4cc;color:#c0c4cc;height:.1em;margin:1em 0;border:none;}
*/

/* ====== Block headers and footers ====== */
.hd h1, .hd h2, .hd h3, .hd h4, .hd h5, .hd h6{padding: 5px 10px;}
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5,.basic h6 {border-bottom: 6px solid #a6abb9; padding:0 0 3px 0; }
.topper {height:36px;background: #e9e9e9 url(/images/site/topper.png) repeat left top;}
.topper h1, .topper h2, .topper h3, .topper h4, .topper h5, .topper h6 {height:16px;padding:10px;}
.topperLink {padding:0;}
.topperLink h1, .topperLink h2, .topperLink h3, .topperLink h4, .topperLink h5, .topperLink h6 {padding:0;height:36px;}
.topperLink a {display:block;padding:10px;margin-right:10px;background: url(/images/site/arrow-wbg.png) no-repeat 98% center;color: #000;}
.topperLink a:hover, .topperLink2 a:focus {text-decoration: none; color: #990000;}
/*
.topperLink {height:36px;width:215px;}
.topperLink h1, .topperLink h2, .topperLink h3, .topperLink h4, .topperLink h5, .topperLink h6 {height:36px;padding:0;}
.topperLink a {background: #e9e9e9 url(/images/site/topperLinkRollover.png) no-repeat left top;color:#000; display:block;width:175px;height:16px;padding:10px 20px;}
.topperLink a:hover, .topperLink a:focus {background: #e9e9e9 url(/images/site/topperLinkRollover.png) no-repeat left bottom;text-decoration: none; color: #990000;}
*/
.pageNav {background:#11223e;color: #fff;}
.tabbed .homeViewSection h1, .tabbed .homeViewSection h2, .tabbed .homeViewSection h3, .tabbed .homeViewSection h4, .tabbed .homeViewSection h5, .tabbed .homeViewSection h6 {padding:0 10px;}
.standard h1, .standard h2, .standard h3, .standard h4, .standard h5, .standard h6 {padding-top:10px;color:#333;text-align:center;}
.leaguerShade h2 {padding-top:10px;color:#333;text-align:center;border-bottom:2px solid #a7acb9;}
.featured h1, .featured h2, .featured h3, .featured h4, .featured h5, .featured h6 {padding-top:10px;color:#333;text-align:center;}
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {padding-top:10px;text-align:center;}
.callout a {color: #eee;}
.video h1, .video h2, .video h3, .video h4, .video h5, .video h6 {padding:10px 0 0 0;}
.leagueCloseUp h1, .leagueCloseUp h2, .leagueCloseUp h3, .leagueCloseUp h4, .leagueCloseUp h5, .leagueCloseUp h6 {padding:10px 0 0 0;}
.pageNav h1, .pageNav h2, .pageNav h3, .pageNav h4, .pageNav h5, .pageNav h6 {padding:10px 10px 10px 15px;}
.contactTop {background:#a8acba;color: #fff;}
.contactTop h1, .contactTop h2, .contactTop h3, .contactTop h4, .contactTop h5, .contactTop h6 {padding:7px 10px;} 


.act {background:#a7acb9;color:#fff;font-size: 75%;text-align: right; padding:5px;text-transform:uppercase;} /*9px font size*/
.act a {color:#fff;}
.ft.socialList {float:right;width:88px;margin: 5px 10px;}
/* .standard .ft {background:#a7acb9;color:#fff;font-size: 77%;text-align: right; padding:2.5px;} */
/*
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-family:'VegurBold',Helvetica, Arial,sans-serif;font-size:100%;color:#000;padding:0;}
.section h3 {font-size: 93%;}
*/


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

.featureSlide {
	padding:0;
	margin: 20px 10px 10px 10px;
	/* z-index:1; */
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 630px;
	height:252px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.featureSlide .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.featureSlide .items div {
	float:left;
	width:630px;
	height: 252px;
	position: relative;
}

.featureSlidePhoto {
	z-index: 2
	}

/* position and dimensions of the navigator */
.naviWrap {
	width:125px;
	height:29px;
	background: url(/images/site/scrollable/navigator-bg-trans.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 10;
	}

.navi {
	/* width:142px; */
	/* height:19px; */
	padding: 6px 0 6px 0;
	z-index: 11;
	margin-left: 48px;
}


/* items inside navigator */
.navi a {
	width:12px;
	height:12px;
	float:left;
	margin:2px;
	background:url(/images/site/scrollable/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	outline: none;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -12px;
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -24px;     
}

/*position and styling of caption*/
.caption {
	display:block;
	width: 425px;
	height: 42px;
	padding-right: 195px;
	padding-top: 15px;
	padding-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: url(/images/site/scrollable/caption-bg-2-trans.png) no-repeat;
	font-family:'VegurBold',Verdana,Tahoma,Geneva,sans-serif;
	color: #eee;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 2px 2px 3px #000;
	}
	
	.solidCaption {
		background: #e4e4e4;
		color: #000;
		font-family: Verdana,Tahoma,Geneva,sans-serif;
		font-weight: normal;
		}
	
	.caption .photoCredit {
		font-size: 83.3%;
		font-weight: normal;
		}
	
	.caption a {
		color: #fff;/* #82CAFA; */
		}
	
	.caption a.bright {
		color: #fff;
		}

/*Yahoo Media Player*/
#ymp-yahoo-logo, #ymp-btn-pop {
display:none !important;
}

/* Remove block with relevant information */
#ymp-relevance { display:none !important; }
.ymp-player-max #ymp-body { width:570px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }

/* Hide album art */
#ymp-meta-image { display:none !important; }
#ymp-body #ymp-meta-top,
#ymp-body #ymp-meta-bottom {
  left:8px !important;
  width:330px !important;
}

#ymp-player table tbody,
#ymp-player table td {
border: none;
}

/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */

/*
  A special hack is included for IE8 since it does not apply padding
  correctly on fieldsets
 */
label    { font-weight: bold; }
fieldset { margin: 10px;/*padding:0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0;*/ border: 1px solid #ccc; }
legend   { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; }

fieldset, #IE8#HACK { padding-top:1.4em; }
legend, #IE8#HACK { margin-top:0; margin-bottom:0; }

/* Form fields
-------------------------------------------------------------- */

/*
  Attribute selectors are used to differentiate the different types
  of input elements, but to support old browsers, you will have to
  add classes for each one. ".title" simply creates a large text
  field, this is purely for looks.
 */
input[type=text], input[type=password], input[type=url], input[type=email],
input.text, input.title,
textarea {
  background-color:#fff;
  border:1px solid #aaa;
  color:#000;
}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus,
input.text:focus, input.title:focus,
textarea:focus {
  border-color:#333;
}
select { background-color:#fff; border-width:1px; border-style:solid; border-color: #aaa; }

input[type=text], input[type=password], input[type=url], input[type=email],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title { width: 300px; padding:5px; }
input.title { font-size:1.5em; }
textarea    { width: 390px; height: 200px; padding:5px; }

/*
  This is to be used on forms where a variety of elements are
  placed side-by-side. Use the p tag to denote a line.
 */
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.alert,
.notice,
.success,
.info { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice        { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success       { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info          { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a          { color: #514721; }
.success a         { color: #264409; }
.info a            { color: #205791; }