/* Alberta Winter DanceSport Classic Screen CSS */
/* Author: Eric Gooden, Hype Media | http://www.hypemedia.ca */
/* Copyright Hype Media, All Rights Reserved */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-image: url(../images/interface/repeating_background.gif);
	background-repeat: repeat-y;
	background-color: #002A43;
	height: 100%;
}

#primaryNav {
	position: relative;
	top: 280px;
	left: 152px;
	width: 140px;
	height: 135px;
	float: left;
	margin-right: 17px;
}

#socialmedia {
	position: relative;
	top: 440px;
	left: 65px;
}

#socialmedia a img {
	border: none;
}

#mainContent {
	position: relative;
	top: 280px;
	left: 152px;
	width: 553px;
	float: left;
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	color: #203252;
	padding: 0px 17px 12px;
}

#header {
	position: absolute;
	top: 179px;
	left: 624px;
	width: 400px;
}

#home {
	position: absolute;
	top: 0;
	left: 0;
}

#home span {
	display: none;
}

p.legalsmenu {
	font: 11px/18px Helvetica, Arial, sans-serif;
	color: #203252;
	padding-top: 12px;
	margin-top: 40px;
	border-top: 1px solid #999;
}

p.legals {
	font: 11px/18px Helvetica, Arial, sans-serif;
	color: #203252;
}

a.legals {
	color: #00b889;
}

#mainContent h2 {
	margin: 35px 0 -12px;
}

#mainContent a:link, #mainContent a:visited {
	color: #00b889;
	text-decoration: none;
}

#mainContent a:hover, #mainContent a:active {
	color: #00b889;
	text-decoration: underline;
}

#mainContent p {
	padding-top: 11px;
}

.bullets {
	margin-left: 20px;
	list-style-position: outside;
}

.contactTableHead {
	padding: 3px;
	border-top: 1px dashed #6FA6DB;
	border-bottom: 1px dashed #6FA6DB;
	font: 12px/20px Helvetica, Arial, sans-serif;
}

.contactTable {
	padding: 3px;
	border-bottom: 1px dashed #6FA6DB;
	font: 12px/20px Helvetica, Arial, sans-serif;
}

.contactTablePad {
	padding-top: 18px;
}

.imageLeft {
	float: left;
	padding: 3px;
	border: 1px solid #6FA6DB;
	margin: 6px 6px 6px 0;
}

.imageBorderLeft {
	padding: 3px;
	border: 1px solid #6FA6DB;
	margin: 6px 6px 6px 0;
}

/* headline fonts */

h1 {
	font: 30px/35px "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #00b889;
}

h2 {
	font: 22px/28px "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #04b6d9; 	
}

/* left nav bar styling */


#menu li, #menu a {
	display: block;
	width: 140px;
}
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 135px;
	width: 140px;
	background: url(../images/interface/nav.jpg) top left no-repeat;
}

#menu li a span {
	display: none;
}

#link1 {
	height: 14px;
	position: absolute;
}

#link2 {
	top: 32px;
	height: 11px;
	position: absolute;
}

#link3 {
	top: 63px;
	height: 12px;
	position: absolute;
}

#link4 {
	top: 94px;
	height: 11px;
	position: absolute;
}

#link5 {
	top: 123px;
	height: 12px;
	position: absolute;
}

#link1 a {
	height: 14px;
}

#link2 a {
	height: 11px;
}

#link3 a {
	height: 12px;
}

#link4 a {
	height: 11px;
}

#link5 a {
	height: 12px;
}


#link1 a:hover {
	background: transparent url(../images/interface/nav.jpg) -140px 0px no-repeat;
}

#link2 a:hover {
	background: transparent url(../images/interface/nav.jpg) -140px -32px no-repeat;
}

#link3 a:hover {
	background: transparent url(../images/interface/nav.jpg) -140px -63px no-repeat;
}

#link4 a:hover {
	background: transparent url(../images/interface/nav.jpg) -140px -94px no-repeat;
}

#link5 a:hover {
	background: transparent url(../images/interface/nav.jpg) -140px -123px no-repeat;
}


/* sub menu styling */

#submenu {
	padding-top: 5px;
	padding-bottom: 12px;
	font: 12px/26px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#submenu li {
	display: inline;
	list-style: none;
	padding-right: 12px;
	padding-bottom: 12px;
}

#submenu li, #submenu li a:link, #submenu li a:visited {
	color: #00b889;
	text-decoration: none;
}

#submenu li a:hover, #submenu li a:active {
	text-decoration: none;
	border-bottom: 1px solid #00b889;
	padding-bottom: 4px;
}

/* online registration specifics */

.dances {
	font-size: 11px;
	font-style: italic;
}


.styleLatin {
	background-color: #99e7d3;
	padding: 5px;
}

.styleStandard {
	background-color: #9be2f0;
	padding: 5px;
}


.required {
	color: #9C1608;
}

#container {
	background: url(../images/interface/background.jpg) no-repeat 0 0;
	width: auto;
	height: 817px;
}

.strikeout {
	text-decoration: line-through;
}
