/*This is the core style sheet of the site*/


div {}

.footer {}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0em;
background-image: url(../images/home_bckgrnd.gif);
background-repeat: repeat;
color: #5b5b5b;
text-align: center;
	min-width: 1000px;
	background-position: center;
}

#header {
	width: 1000px;
	top: 0em;
	left: 0em;
	height: 173px;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index: 1;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	border-bottom: 2px #000000 solid;
	background-image: url(../images/SSR_wrapper_bckgrnd.jpg);
}

.sections {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 5px;
}

a.sections:link {
font-weight: bold;
text-decoration: underline;
color: #ffffff;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
display: block;
padding-bottom: 7px;
}

a.sections:visited {
font-weight: bold;
text-decoration: underline;
color: #ffffff;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
display: block;
padding-bottom: 7px;
}

a.sections:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 7px;
}

a.sections:active {
font-weight: bold;
text-decoration: none;
color: #ffffff;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
display: block;
padding-bottom: 7px;
}

.sub-sesctions {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

a.sub-sesctions:link {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
margin-bottom: 3px;
}

a.sub-sesctions:visited {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

a.sub-sesctions:hover {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a.sub-sesctions:active {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#main-image {
	height: 400px;
	width: 500px;
	position: relative;
	top: 0px;
	left: 0px;
	border-right: 1px #000000 solid;
}

#general_info {
	position: absolute;
	left: 500px;
	top: 0px;
	text-align: left;
	width: 225px;
	height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

#arena_info {
	position: absolute;
	left: 750px;
	top: 0px;
	text-align: left;
	width: 220px;
	height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

#ice_programs {
	position: absolute;
	left: 500px;
	top: 215px;
	text-align: left;
	width: 200px;
	height: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#general_info ul, #arena_info ul, #ice_programs ul {
margin: 0px;
padding: 0px;
}

#general_info ul li, #arena_info ul li, #ice_programs ul li {
	text-align: left;
	list-style: none;
	margin-left: .5em;
	padding-left: 1.5em;
	padding-bottom: 3px;
	text-indent: -1.35em;
}

#newsletter {
	position: absolute;
	left: 750px;
	top: 215px;
	text-align: left;
	width: 200px;
	height: 80px;
	padding-left: 20px;
}

#headlines {
	position:absolute;
	left:550px;
	top:20px;
	width:240px;
	height:80px;
	z-index:1;
	}
	
#headlines2 {
	position:absolute;
	left:810px;
	top:20px;
	width:165px;
	height:80px;
	z-index:1;
	}	
	
#headlines h3 {
	color: #333333;
	font-size: 11px;
	text-align: left;
	line-height: 1.6em;
	margin-top: 0em;
	margin-bottom: 0px;
	font-weight: bold;
}


#footer {
width: 1000px;
height: 120px;
background-color: #ffffff;
text-align: center;
position: relative;
padding-top: 10px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font-size: 16px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
}

h2 {
font-size: 12px;
margin-top: 1em;
margin-bottom: 1em;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 11px;
	text-align: left;
	line-height: 1.6em;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}

p {
font-size: 10px;
text-align: left;
line-height: 1.6em;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 0px;
color: #333333;}

a {
	border: 0px;
}

a:link {
color: #0d06cb;
text-decoration: underline;}

a:visited {
text-decoration: underline;
color: #0d06cb;}

a:hover {
text-decoration: none;
color: #ffcc33;}

a:active {
text-decoration: underline;
color: #0000cc;}



