﻿/*========================================
------------------------------------------
Global Styles
- global.standard.master template
- athletics.master template
- basic styles (tags, common classes, etc)
------------------------------------------
========================================*/


* {
	margin:0;
	padding:0;
}

body {
	background-color:#d3d3d3;
	font-family:Verdana, Arial;
	font-size:11px;
	line-height:18px;
}

p {
	font-size:11px;
	line-height:18px;
	margin:0 0 15px 0;
}
a img {
	border:0;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#d05c00;
}

em {
	font-family:"Trebuchet MS", Verdana, Arial;
}

a:link,
a:visited {
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:underline;
}

ul,
table,
td,
td p {
	font-size:11px;
	font-family:Verdana, Arial;
}

ul,
ol {
    margin:5px 0 10px 30px;
}

ul li {
    list-style-type:square;
    margin-bottom:7px;
}

blockquote {
                margin: 20px 40px 20px 40px;
}

ol ul,
ul ol,
ul ul,
ol ol {
                margin-top: 0;
                margin-bottom: 0
}


h1,
h2,
h3,
h4,
h5 {
	color:#2878a1;
	font-family:"Trebuchet MS", Verdana, Arial;
}

h1 {
	margin:30px 0 10px 0;
	font-size:18px;
	line-height:22px;
}

h2 {
	margin:25px 0 12px 0;
	font-size:16px;
	line-height:20px;
}

h3 {
	margin:20px 0 10px 0;
	font-size:14px;
	line-height:18px;
}

h4 {
	margin:15px 0 8px 0;
	font-size:13px;
	line-height:17px;
}

h5 {
	margin:10px 0 5px 0;
	font-size:12px;
	line-height:16px;
}

hr {
	margin:20px 0;
	color:#DDDDDD;
	background-color:#DDDDDD;
	height:1px;
}

hr.blankhr {
	margin:20px 0;
	color:#FFFFFF;
	background-color:#FFFFFF;
	height:0px;
}

h1.firstheading,
h2.firstheading,
h3.firstheading,
h4.firstheading,
h5.firstheading{
	margin-top:0;
	padding-top:0;
}

h1.bottomlineh1,
h2.bottomlineh2,
h3.bottomlineh3,
h4.bottomlineh4,
h5.bottomlineh5 {
	border-bottom:1px solid #CCCCCC;
}

.textcolor666666 {
	color:#666666;
}

.textcolor333333 {
	color:#333333;
}

.textcolor999999 {
	color:#999999;
}

.textcolorCCCCCC {
	color:#CCCCCC;
}

.textcolorblue {
	color:#539ec5;
}

.textcolorblack {
	color:#000000;
}

.highlightheading {
	margin:0 0 3px 0;
}


/* ------------------
       Header
--------------------*/
#mainheaderoutercontainer {
	width:100%;
	height:98px;
	background-color:#999999;
	background-image:url('/template_files/bg_header.gif');
	background-repeat:no-repeat;
	background-position:center;
}

#mainheadercontainer {
	width:950px;
	height:98px;
	margin:0 auto;
	position:relative;
}

#headerlogo {
	width:232px;
	height:51px;
	position:absolute;
	top:25px;
	left:31px;
}

#headerlogo a:link,
#headerlogo a:visited,
#headerlogo a:hover,
#headerlogo a:active
 {
	color:#000000;
}

#headercontent {
	width:600px;
	text-align:right;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0 10px 15px 0;
}

#headercontent p {
	margin:10px 0 0 0;
	padding:0;
	color:#cccccc;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
}

#headercontent .headerweather {
	font-size:10px;
}

#headercontent a:link,
#headercontent a:visited {
	color:#cccccc;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	text-decoration:none;
}

#headercontent a:hover,
#headercontent a:active {
	color:#cccccc;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	text-decoration:underline
}

.masthead1 {
	font-size:24px;
	font-family:'Trebuchet MS', Verdana, Arial;
	color:#f5822a;
}

.masthead2 {
	color:#FFFFFF;
	font-size:24px;
	font-family:'Trebuchet MS', Verdana, Arial;
}

#globalnavoutercontainer {
	width:100%;
	height:39px;
	background-color:#f5822a;
	background-image:url('/template_files/bg_globalnav.gif');
	background-repeat:repeat-x;
	background-position:center;
}

#globalnavcontainer {
	width:950px;
	height:39px;
	margin:0 auto;
	padding:0;
}
.globalnavul {
	padding:0;
	margin:0;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Arial;
}
.globalnavul  li {
	padding:0;
	margin:0 2px 0 0;
	list-style:none;
	display:inline;
}
.globalnavul li a:link,
.globalnavul li a:visited,
.globalnavul li a:hover,
.globalnavul li a:active {
	color:#000000;
	}
.globalnavul li img {
	margin:0 -5px 0 0;
	padding:0;
}
.globalnavul li img:link,
.globalnavul li img:visited {
	background-image:none;
}

.globalnavul li img:hover {
	margin:0 -5px 0 0;
	padding:0;
	background-image:url('/template_files/globalnav_lihoverbg.gif');
	background-repeat:repeat-x;
}
.globalnavul li img:active {
	margin:0 -5px 0 0;
	padding:0;
	background-image:url('/template_files/globalnav_liactivebg.gif');
	background-repeat:repeat-x;
}
/* generic highlights container */

.highlightcontainer-horizontal {
                margin:0 -8px 20px -8px;
                clear:both;
                display:block;
                float:left;
                cursor: pointer;
}

.highlightcontainer-horizontal .highlightphoto {
                padding:7px;
                width:260px;
                height:153px;
                margin:-4px -4px 0px -4px;
                background-image:url('/template_files/bg_topstory.gif');
                background-repeat:no-repeat;
}

.highlightcontainer-horizontal .highlight {
                width:252px;
                float:left;
                padding:0 8px;
}

.highlightcontainer-horizontal .highlighttext h1 {
                font-size:11px;
                text-transform:uppercase;
                color:#D05C00;
                border-bottom:1px solid #d4d4d4;
                margin:-9px 0 0 0;
                padding:0 0 3px 0;
                line-height:14px;
}

.highlightcontainer-horizontal .highlighttext h1 a {
                text-decoration:none;
}

.highlightcontainer-horizontal .highlighttext p {
                font-size:11px;
                line-height:18px;
                color:#090909;
                margin:10px 0 0 0;
                padding:0;
}
.highlightcontainer-vertical {
                padding:0;
                margin:0;
}
.highlightcontainer-vertical .highlight {
                margin: 0 0 20px 0;
                padding:0;
                float:left;
                width:100%;
                }
.highlightcontainer-vertical .highlightphoto {
                float: left;
                width: 100px;
                height: 100px;
                padding: 7px 20px 7px 7px;
                margin: -4px 0 -4px -4px;
                background-image: url('images/bg_contenthighlight.gif');
                background-repeat: no-repeat;
}
.highlightcontainer-vertical .highlightphoto img {
                width: 100px;
                height: 100px;
                margin:0;
                padding:0;
}
.highlightcontainer-vertical .highlighttext {
                margin: 0 0 0 123px;
                padding:0;
}
.highlightcontainer-vertical .highlighttext h1 {
                margin: 0 0 5px 0;
                padding:0;
}
.highlightcontainer-vertical .highlighttext p {
                margin:5px 0 0 0;
                padding:0;
                font-size:11px;
                line-height:18px;
}


/* event viewer */
.EventViewer ul li {
                list-style-type: none;
                margin: 0;
                padding:0;
                color:#333333;
}
.EventViewer ul {
                list-style-type: none;
                margin-left: 0;
}
.EventViewer .EventTitle {
                margin-bottom: 15px;
}
.EventViewer .EventType {
                font-family: "Trebuchet MS", Verdana, Arial;
                font-weight: bold;
                font-style: italic;
                font-size: 16px;
                line-height: 20px;
                margin-bottom:10px;
                display:block;
}
.EventViewer .EventDescription {
                margin-top:15px;
                color:#000000;
                font-size:11px;
                line-height:18px;
}

