<!--
/* Body, headings and paragraphs */
body {
	font: 0.8em arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #FFF url('/global/imgs/bodyBackground.gif') repeat-y top left;
	min-width: 815px;
	margin-top: -12px;
}
h1 {
	padding: 0;
	margin: 0;
}
h2 {
	font-weight: normal;
	text-shadow: 2px 2px 2px #BBB;
}
h2.tagline:before {
	content: open-quote;
}

#logo{
	border: none;
}

h2.tagline:after {
	content: close-quote;
}
#menu h2 {
	width: 100%;
	text-align: center;
}

#sponsors{
  text-align: left;
}

#sponsors ul{
  margin: 0;
  padding: 0;
}

#sponsors li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile{
  text-align: right;
  margin-right: 20px;
}

/* Classes */
.ifs {
	font-style: italic;
	font-weight: bold;
}
.tvprogram {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.fia {
	font-style: none;
}
.red {
	color: #CC3333;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.new {
	background: #DEDEDE;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.spacer {
	margin-top: 1em;
}

.year{
	position: absolute;
	top: 110px;
	left: 130px;
	font-size: 3em;
	font-family: Verdana, Geneva, sans-serif;
}

/* Fields */
fieldset {
	border: 2px solid #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 1em;
	padding: 1em;
}
fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px #AAA;
	-moz-text-shadow: 1px 1px 1px #AAA;
	-o-text-shadow: 1px 1px 1px #AAA;
	-webkit-text-shadow: 1px 1px 1px #AAA;
	background: white;
}
hr {
	clear: both;
	background: url('/global/imgs/spacer.png') 50% 50% no-repeat;
	border: none;
	height: 73px;
}
/* Divs */
#content {
	float: right;
	width: 70%;
	padding: 0px;
	margin: 20px;
	min-height: 45em;
	min-width: 550px;
}
#width {
	max-width: 800px;
}

#menu {
	width: 24%;
	background: white;
	margin-top: 10px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#topNavigation{
	position: relative;
	top: -3px;
	background: #c9c9c9 url('/global/imgs/graphiteDark.jpg') bottom left repeat-x;
	height: 3em;
}

#topNavigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;

}

#topNavigation li{
	list-style: none;
	float: left;
	font-size: 1.2em;
	margin: 10px;
	color: #eee;
	text-shadow: 1px 1px 1px #999;
	-moz-text-shadow: 1px 1px 1px #999;
	-o-text-shadow: 1px 1px 1px #999;
	-webkit-text-shadow: 1px 1px 1px #999;
	margin-right: 25px;
}

#topNavigation a, #topNavigation a:visited{
	color: #eee;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
}

#topNavigation a:hover{
	background: #333;
}

#footer {
	width: 100%;
	text-align: right;
	padding: 5px 0 5px 0;
	clear: both;
}

#frmSearch{
  position: absolute;
  top: 5em;
  right: 214px;
}

#txtSearch{
  border: 2px solid #073107;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 5px;
  font-weight: bold;
  margin-right: 0;
}

#search{
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
	font-size: 1em;
	margin-left: 0;
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}
.hide {
	position: absolute;
	left: -10000px !important;
	top: -10000px !important;
	display: inline !important;
}
#header {
	width: 100%;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	padding: 0;
	overflow: hidden;
	z-index: 0;
}
#header img {
	margin: 0;
	padding: 0;
}
#header h1 {
	margin-bottom: 0;
	padding-bottom;
	0;
}
#header h1 a{
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
#header h1 a:hover{
  background: none;
}

.topper{
  text-align: left;
  padding-left: 25%;
}

#news{
	margin-top: 10px;
	float: left;
}


#menu, #news {
	border: 1px outset #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background: #FFF url('/global/imgs/bodyBackground.jpg') top left repeat-y;
	box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	-o-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	clear: left;
	width: 24%;
	margin-bottom: 10px;
}
#trophy img{
	position: absolute;
	top: 2px;
	right: 2px;
	
}
#printView {
	position: fixed;
	bottom: 25px;
	right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #666;
	padding: 5px;
	margin: 10px;
	background: white;
}

/* Quotes */
blockquote {
	font-style: italic;
	background: url('/global/imgs/lquote.png') top left no-repeat;
	margin: 2px;
	padding: 2px 2px 2px 60px;
}
blockquote p{
  background: none;
}
blockquote p:last-child {
	background: url('/global/imgs/rquote.png') bottom right no-repeat;
	padding-right: 60px;
	padding-top: 2.5em;
}

p.cite {
	text-align: right;
	font-weight: bold;
	color: #333;
	padding-bottom: 2em;
}
p {
	background: none;
}
/* Forms */
label {
	width: 15em;
	float: left;
	text-align: right;
	margin: 5px;
}
label.longlabel {
	width: auto;
	float: none;
	text-align: inherit;
}
#nomination_form p {
	clear: left;
	padding-bottom: 10px;
}
input[type="submit"] {
	font-size: 1.4em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: solid 2px #3E433D;
	background: #EEE;
}
input[type="submit"]:active {
	background: #A7F5AB;
}
input[type="submit"]:hover {
	background: #FCE8FB;
}

input[type="button"] {
	font-size: 1.4em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: solid 2px #3E433D;
	background: #EEE;
}
input[type="button"]:active {
	background: #A7F5AB;
}
input[type="button"]:hover {
	background: #FCE8FB;
}

.error {
	color: red;
}
input:focus {
	background: #F7F9C5;
}
select:focus {
	background: #F7F9C5;
}
/* Misc */
img.fia_logo {
	max-width: 250px;
	width: 100%;
}
dl dt {
	font-size: 1.0em;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
dl dd {
	padding: 5px;
	margin: 0 0 20px 0;
}
select {
	text-transform: capitalize;
}
.fullwidth {
	width: 75%;
	margin-left: 2px;
	padding-left: 0;
	text-align: left;
	float: none;
}
/* Links */
a {
	padding: 0.05em;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#lnkHome{
  position: absolute;
  top: 5px;
  right: 214px;
  background: #c9c9c9;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

#lnkHome a{
  color: black;
  padding: 5px;
}

a:hover {
	background: #FCE8FB;
}
a:active {
	background: #E4FCE6;
}

a:visited{
  color: #444;
  border: none;
}
/* Images */
a img {
	border: none;
}

#printView a {
	border: none;
}

#news{
	padding: 0;
}

#news h2, #menu h3 {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #333;
	background: #c9c9c9 url('/global/imgs/graphiteBackground.jpg') bottom left repeat-x;
}
#news h2 a {
	padding-left: 5px;
	text-shadow: 1px 1px 1px #fff;
}
#news dt {
	border-bottom: 1px solid #FFF;
	margin: 0.1em;
	padding: 0.1em;
}
#news dd {
	margin: 0.1em;
	padding: 0.1em;
	margin-left: 1em;
}
#news dd p.newslink {
	text-align: right;
}
.datestamp {
	font-size: 0.8em;
	text-align: left;
	font-style: italic;
}
p.back {
	float: right;
}
/* IE6 Message */
#slitp {
  margin: 20px;
	border: 1px solid gray;
	padding: 0.5em;
	background: white;	
	clear: both;
}
#slitp dl {
	margin-left: 0.5em;
}
#slitp dt {
	font-weight: bold;	
}

/* Mega menu */
#megamenu{
  position: absolute;
  left: 70px;
  top: 140px;
  z-index: 4;
  text-align: center;
}

#megamenu a{
  float: left;
  padding: 0.5em;
  border: 2px solid #666;
  background: #EEE;
  z-index: 5;
  font-size: 1.3em;
  width: 10em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#megamenu a:hover{
  background: #FCE8FB;
}
#megamenu a:active{
  background: #C8F6CA;
}

#nav{
  border: 2px solid #666;
  background: rgba(255,255,255,0.95);
  box-shadow: 5px 5px 3px #333;
  -moz-box-shadow: 5px 5px 3px #333;
  -o-box-shadow: 5px 5px 3px #333;
  -webkit-box-shadow: 5px 5px 3px #AAA;
  z-index: 100;
  position: absolute;
  left: 50px;
  top: 270px;
  max-width: 75%;  
}

div.section{
  margin: 0;
  padding: 0;
  border-right: 1px solid #DDD;
  float: left;
  width: 100%;
}

div.section h3{
	border-bottom: 1px solid black;
}

div.section ul{
  list-style: none;
  margin: 0;
  padding: 0;  
}

div.section ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}

div.section ul li a{
  border: none;
  width: 95%;
  float: left;
  margin: 0.3em;
  padding: 5px;
}

div.section ul li a:hover{
  background: #FCE8FB;
  color: #333;
  border: 1px solid #D0D218;
  padding: 4px;
}

div.section ul li a:active{
  background: #C8F7C7;
}

div.section ul li a.active{
  background: #333;
  color: #DDD;
}

div.section ul li a.active:hover{
  background: #333;
  color: #DDD;
}

.active{
	background: #333;
	color: #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav h3{
  padding: 0.1em;
  margin: 0.1em;
  text-shadow: 1px 1px 1px #999;
  -moz-text-shadow: 1px 1px 1px #999;
  -o-text-shadow: 1px 1px 1px #999;
  -webkit-text-shadow: 1px 1px 1px #999;
}

#openMenu{
  margin: 5px 20px 1em 20px;
  border: 2px solid #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 85%;
  float: left;
  background: #DDD;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#openMenu:hover{
  background: #FCE8FB;
}

#openMenu:active{
  background: #D2FAD6;
}

h2.megaMenuLink{
  background: #c9c9c9 url('/global/imgs/graphiteBackground.jpg') bottom left repeat-x;

}

#openMenu span.explore{
  font-size: 0.6em;
  font-weight: normal;
}

#menuHoverArea{
  padding: 0;
  margin: 0;
}

textarea{
  width: 99%;
  height: 5em;
  font-family: sans-serif;
}

p.logout a{
  float: right;
  font-size: 1.3em;
  border: 2px solid #999;
  background: #DEDEDE;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

p.logout a:hover{
  background: #FCE8FB;
}

p.logout a:active{
  background: #D2FAD6;
}

#ticketsDisplayBox{
  margin: 2em;
  border: 2px solid #CCC;
  padding: 2em;
  background: url('/global/imgs/tableBackground.png') no-repeat bottom right;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#ticketsDisplayBox p.found{
  padding-left: 20px;
  background: url('/global/imgs/user.png') no-repeat center left;
}

#ticketsDisplayBox p.add{
  padding-left: 20px;
  background: url('/global/imgs/user_add.png') no-repeat center left;
}

/* Style the book now link */
p.book a{
  border: 2px solid #3E433D;
  background: #EEE;
  padding: 1em;
  width: 10em;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  font-size: 1.2em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
p.book a:hover{
  background: #FCE8FB;
}
p.book a:active{
  background: #A7F5AB;
}
p.book{
  text-align: center;
  margin: 1em;
  padding: 1em;
}

        .tip{
                font-size: 1.2em;
                font-weight: bold;
                text-transform: capitalize;
                padding: 5px;
                background: url('/global/imgs/graphiteBackground.jpg') bottom left repeat-x #c9c9c9;
                margin-top: 0;
                margin-bottom: 0;
                border-top-left-radius: 5px;
                -moz-border-top-left-radius: 5px;
                -o-border-top-left-radius: 5px;
                -webkit-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -o-border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                text-shadow: 1px 1px 1px #fff;
                -moz-text-shadow: 1px 1px 1px #fff;
                -o-text-shadow: 1px 1px 1px #fff;
                -webkit-text-shadow: 1px 1px 1px #fff;
    
        }   

        .tipHolder{
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -o-border-radius: 5px;
                border: 1px solid #ccc;
                margin-top: 5px;
                margin-bottom: 5px;
                box-shadow: 2px 2px 2px #333;
                -moz-box-shadow: 2px 2px 2px #333;
                -o-box-shadow: 2px 2px 2px #333;
                -webkit-box-shadow: 2px 2px 2px #333;
        }   

        .tipHolder > * { 
                padding: 10px;
        } 

-->
