/**Imports**/
@import url("nav.css");

html { 
	margin:0;
	height:100%; 
}

body{
	width:100%;
	height:100%;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:62.5%;
	line-height:140%;
	color:#000;
	padding:0;
	margin:0 auto;
	text-align:left;
	background: #777c80 url(/common/images/background_glow.png) repeat-y center scroll;
}
body.athletics {
	background: #777c80 url(/common/images/athletic_bg.jpg) no-repeat 50% 0% scroll;
}
html>body{
	font-size: 12px;
}
.block {
	display:block;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.print {
	display:none;
}
.nowrap {
	white-space:nowrap;
}
body.wide  {
	background-image:url(/common/images/background_glow_wide.png);
}
body.home {
	background-image:url(/home/images/background_glow.gif);
}
img {
	border:none;
}
a:link, a:visited {
	color: #a9100d;
	text-decoration:none;
}
a:hover  {
	text-decoration:underline;
}
h2 {
	padding:0;
	background:inherit;
	margin:0 0 6px 0;
	font-size:20px;
	font-weight:normal;
}
i, em {
	font-family:"lucida sans","lucida grande",tahoma,verdana,arial,sans-serif;
}
.greytext {
	color:#666;
}
p.greytext {
	line-height:150%;
}
.news h2, .galleries h2, #upcoming h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	background: transparent url(/home/images/more_black.gif) no-repeat 99% 55%;
	border:none;
	padding:5px 3px 3px 3px;
	margin: 10px 0px 5px 0px;
	border-top:1px solid #ccc;
	font-weight:normal;
	line-height:18px;
}
.news a:hover h2, .galleries a:hover h2, #upcoming a:hover h2{
	background-image:url(/home/images/more_red.gif);
	background-color:#f6f6f6;
	text-decoration:none;
}

#wrapper {
	width: 960px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;	
}

.push {
	height: 40px; 
	clear:both;
}

#ft {
	background-color:#042d56;
	width:960px;
	height: 40px; 
	margin: 0 auto;
	line-height:30px;
	text-align:center;
}

#ft, #ft a:link, #ft a:visited {
	color:#fff;
}

.first {
	width: 200px;
	float: left;
	text-align: left;
}

.second {
	width: 560px;
	float: left;
	text-align: left;
}
.third {
 	width: 200px;
	float: left;
	text-align: left;
}


#header {
	background: #042d56;
	background-image:url(/home/images/background_top.gif);
	background-repeat:repeat-x;
	height: 70px;
	color: #fff;
	text-align: left;
}

#leftmenu {
	display:inline;
	float: left;
	position: relative;
	width: 200px;
	background: #8196aa;
	height: 518px;
	text-align:left;
	padding:5px 0 0 0;
	line-height:130%;
}

#mainphoto {
	background: #eee url(/common/icons/loading.gif) center center no-repeat scroll;
	height: 533px;
	width: 760px;
	display:inline;
	float: left;
	position: relative;
}

#container {
	margin: 418px 0 0 0;

}

#shadow {
	font-size:4px;
	line-height:100%;
}
#shadow img {
	vertical-align:top;
	width:960px;
	height:6px;
}
.greyback {
	background-color:#eaeaea;
	height:100%;
}

/* UPCOMING */
#upcoming h2 {
	color:#042d56;
	margin:10px;
}
#upcoming ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#upcoming a:link, #upcoming  a:visited {
	color:#000000;
}
#upcoming li {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#a80532;
	padding: 4px 5px 0 10px;
	border-bottom:3px solid #ffffff;
}
#upcoming li li {
	font:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	padding:0;
	margin:0 0 5px 0;
	border:none;
}
#upcoming strong {
	text-transform:uppercase;
	display:block;
}
#upcoming .featured {
	padding:3px;
	background-color:#042d56;
	color:#FFFFFF;
}
#upcoming .featured a:link, #upcoming .featured a:visited {
	color:#FFFFFF;
}


/* LEFT MENU */
#leftmenu ul {
	margin:0;
	padding:5px 5px 0 10px;
}
#leftmenu li {
	margin:0;
	padding:0 0 10px 0;
	list-style-image:none !important;
	list-style-type:none !important;
}
#leftmenu a:link, #leftmenu a:visited {
	font-size:11px;
	color:#000;
}
#leftmenu strong a:link, #leftmenu strong a:visited, .gateways a:link, .gateways a:visited {
	font-size:16px;
	font-weight:normal;
	display:block;
	color:#fff;
	margin:0;
}
.gateways {
	margin: 10px 0 5px 0;
}
.gateways a:link, .gateways a:visited {
	font-size:15px !important;
	line-height:100%;
}
.jobs {
	margin:0;
}
#leftmenu h4 {
	text-transform:uppercase;
	font-weight:normal;
	color:#042d56;
	font-size:14px;
	margin:10px 0 5px 10px;
}

/* RIGHT SIDE */
.why {
	background-image:url(/home/images/why.gif);
	background-position:100px 10px;
	background-repeat:no-repeat;
}
.box {
	padding:5px;
	text-align:center;
	margin-bottom:3px;
}
.blue, .green, .burgundy, .black, .blue a, .green a, .burgundy a, .black a {
	color:#fff;
}
.blue {
	background-color:#042d56;
}
.green {
	background-color:#0f4d2a;
	padding:5px;
	text-align:center;
}
.burgundy {
	background-color:#67142e;
}
.black {
	background-color:#000;
}
.rightthumb, a.rightthumb {
	border:1px solid white;
}

.third h3 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding:0;
	margin:0 0 3px 0;
}
.third p {
	margin:0;
}
.third .left {
	float:left;
	margin:0 5px 5px 0;
}
.third .sidebar {
	border-top:3px solid #fff;
	padding:5px 5px 30px 5px;
	overflow:hidden;
}
.third .sidebar.featured {
	background-color:#eef1f3;
	color:#042d56;
}
.third .sidebar.featured ul {
	padding-left:15px;
	font-size:1.2em;
	line-height:1.3em;
}


/* NEWS */

.news {
	text-align:left;
	font-size:11px;
	line-height:16px;
	margin:10px;
	clear:both;
}
.news td {
	padding: 5px 0 5px 0;
	vertical-align:top;
}
.news img {
	width:83px;
	padding-right:5px;
}
.news h3 {
	font-weight:normal;	
	font-size:16px;
	margin:0;
	padding:0;
}
.news a:hover h3 {
	text-decoration:underline;
}
.news p {
	margin:5px 0 5px 0;
}
.readmore {
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	color: #a9100d;
}
.newsitem {
	border-top:1px solid #ccc;
	padding:5px 0 0 0;
	margin:15px 0;
}
/* MIDDLE 3 */

.middle3 {
	margin: 10px 5px 0 5px;
	text-align:center;
	height:270px;
}
.middle3 div {
	float:left;
	width:170px;
	margin:0 4px 0 8px;
}
.middle3 p {
	margin:5px 0 0 0;
}
.middle3 h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#a9100d;
}
.middle3 h4 {
	color:#042d56;
	margin:0 0 5px 0;
	font-weight:normal;	
	font-size:17px;
}
.middle3 p a:link, .middle3 p a:visited {
	color:#a9100d;
	font-size:12px;
}

/* GALLERIES */
.galleries {
	margin:5px 5px 5px 5px;
}
.galleries div {
}
.galleries ul {
	width:100%;
}
.galleries h2 {
	margin:5px;
}
.galleries img {
	width:121px;
	height:85px;
	padding:2px;
	border:1px solid #cccccc;
}
.galleries li {
	width:127px;
	height:127px;
	padding:3px 0 3px 3px;
	vertical-align:top;
}
.galleries a:link, .galleries a:visited {
	color:#042d56;
	text-decoration:none;
}
.galleries a:hover img {
	border:1px solid #a9100d;
}
a.prev:link, a.prev:visited, a.next:link, a.next:visited {
	background:transparent url(/common/icons/carousel_button.gif) no-repeat scroll 0px 40px;
	bottom:0;
	display:block;
	height:100px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-8000px;
	width:9px;
	float:left;
	margin:0 3px 0 0;
}
a.next:link, a.next:visited {
	background-position: right 40px;
	margin:0 0 0 3px;
	float:right;
}
a.prev:hover {
	background-position: 31% 40px;
}
a.next:hover {
	background-position: 70% 40px;
}
.video {
	width:100%;
	overflow:hidden;
	margin-bottom:3px;
}
.video a {
	position:relative; 
	float:left;
	text-decoration:none;
}
.video a span { 
	display:none; 
	background-image:url(/common/icons/video_play_overlay.png); 
	background-repeat:no-repeat;
	width:30px; 
	height:30px; 
	position:absolute; 
	left:3px; 
	top:75px;
	display:block;
}
.video img { 
}
.video h3 {
	margin:2px 0;
}
/* BUTTONS */

button, a.button{
	display:inline-block;
	background: #bbb url(/common/icons/button_sprite.png) repeat-x 0 0 scroll;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
    overflow:visible;
	outline: none;
	margin:0;
	padding:5px;
	border:1px solid #999;
	text-shadow: 0px 1px 0px #f6f6f6;
	color:#000 !important;
	line-height:normal;
	text-decoration:none !important;
}
a.button {
	padding:6px 8px;
}
button.special, a.button.special {
	background-position: 0 -96px;
	background-color:#a9100d;
	border:1px solid #660000;
	color:#fff !important;
	text-shadow: 0px 1px 0px #000;
}
button.primary, a.button.primary {
	background-position:0 -48px;
	background-color:#104171;
	color:#fff !important;
	border:1px solid #042d56;
	text-shadow: 0px 1px 0px #000;
}
button.big, a.button.big {
	font-size:12px;
	padding:7px;
}
a.button.bigbutton {
	padding:8px 10px;
}

button.small, a.button.small {
	font-size:10px;
	padding:3px;
}
a.button.small {
	padding:4px 6px;
}


button:hover, a.button:hover {
	text-decoration:none !important;
}
button:active, a.button:active {
	background-image:none;
}
button img, .button img {
	margin:-1px 4px -2px -3px;
}
.button.long {
	display:block;
	text-align:center;
	padding:10px 0;
}

.morelink {
	background:url(/common/icons/morearrow_red.gif) no-repeat scroll 100% 60% transparent;
	padding-right:10px;
/*	white-space:nowrap; */
	font-size:12px;
} 
a.ghostlink, a.ghostlink:hover {
	text-decoration:none;
	color:#000;
}
#loading {
	display:none;
	margin:0 0 -5px 5px;
}

.remove {
	float:right;
	margin:-16px -9px 0 0;
}

/* social icons */

.social_buttons {
	text-align:center;
}
a.social {
	background-image:none;
	background-color:#f3f3f3;
	text-align:center;
	padding:1px !important;
	margin:0 1px 0 0;
}
a:active.social {
	background-color:#fff;
}
a:active#facebook_button {
	background-color:#4d69a2;
}
a:active#twitter_button {
	background-color:#d2f3f5;
}
a.social img {
	margin:0;
}
#facebook_button {
	background-color:#3a5997;
}
#twitter_button {
	background-color:#a5e8ec;
}

/* gallery */
.gallery {
	
}
.smallthumbnails img {
	width:83px;
	height:58px;
}
.gallery div {
	float:left;
	padding:5px; 
	font-size:9px;
	line-height:13px;
}
.gallery img {
	padding:2px;
	border:1px solid #ccc;
	display:block;
	margin: 0 0 2px 0;
}
.gallery a:link, .gallery a:visited {
	text-decoration:none;
	color:#000;
	display:block;
	font-size:11px;
	font-weight:bold;
}
.gallery a:hover {
	color:#a9100d;
}
.gallery a:hover img {
	border-color:#a9100d;
}
.gallery span {
	color:#666;
	padding-right:10px;
}

/* Breadcrumbs */
#breadcrumbs {
	background:url("/common/images/breadcrumbs_bg.png") repeat-x scroll 0 0 #f3f3f3;
	float:left;
	line-height:1em;
	font-size:9px;
	border-left:1px solid #ccc;
	margin:10px 0 0;
	padding:0;
}
#breadcrumbs li {
	display:inline;
	float:left;
	text-indent:0;
	white-space:nowrap;
}
#breadcrumbs a, #breadcrumbs span {
	background:url("/common/images/breadcrumb.png") no-repeat scroll 100% 50% transparent !important;
	color:#666666;
	display:block;
	float:left;
	padding:4px 8px 4px 3px;	
}
#breadcrumbs a:hover {
	text-decoration:none !important;
	color:#a9100d;
}
#breadcrumbs span {
	color:#000;
}
#bc-end {
	background:url("/common/images/breadcrumb_end.png") no-repeat scroll 100% 50% transparent !important;
}

.size-large {
	width:760px;
}
.size-standard {
	width:459px;
}
.size-small {
	width:300px;
}
.size-thumbnail {
	width:143px;
}
.size-smallthumbnail {
	width:83px;
}



@media print {
	page {
		margin: 0.15in 0.25in;
	}
	.textbox {
		padding:0 !important;
		line-height:150% !important;
	}
	.print {
		display:inherit !important;
	}
	.first,.third,#header,#shadow,.menu,.sidebar  {
		display:none !important;
	}
	.second, .textbox {
		width:inherit !important;
	}
	#ft {
		background:transparent !important;
		color:#000 !important;
	}
	h1,h2,h3,h4,h5,h6,a:link,a:visited {
		color:#000 !important;
	}
	a:link,a:visited {
		text-decoration:underline !important;
	}
}

