/* ------------------------- Fladbury Festive Five ---------------------- */
@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
body a:link {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
body a:visited {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
} 
body a:hover {
	color:#80FF80;
	text-decoration: underline;
}
body a:active {
	color: #80FF80;
	text-decoration: underline;
} 

/* ------------------- Main Navigation Bar ------------------- */
#navbar ul
{
	margin: 0;
	list-style-type: none;
	background-color: #6E6E6E;
	color: #FFF;
	width: 100%;
	/*font-size: 12pt */
	font-weight:bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-variant: normal;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 0;
}

/* ------------------- Common Page Elements ------------------- */
#container #ftrbar-left {
	color: #FFFFFF;
	text-align: center;
}

#ftrbar-left a:link, #ftrbar-left a:visited {
	font-size: 9pt;
	text-decoration: none;
	color:#6599FF;
	font-weight: normal;
}

#ftrbar-left a:hover, #ftrbar-left a:active {
	color: #FFFFFF;
}

ul.ftrnav, .ftrnav ul {
	margin: 0;
	list-style-type: none;
	background-color: #6E6E6E;
	color: #FFFFFF;
	/*width: 100%;*/
	font-weight:normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	padding-right: 0;
	padding-left: 0;
	display:inline;
}
.ftrnav li {
	display: inline;
	padding-right: 20px;
}

/*
ul.ftrnav {
	display: table;
}
ul.ftrnav>li {
	display: table-cell;
	position: relative;
	padding-right: 15px;
}
*/

#ftrbar-right li a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding-right: 0.4em;
	padding-left: 0.4em;
}

#ftrbar-right a:link, #ftrbar-right a:visited {
	font-size: 10pt;
	color: #fff;
}

#ftrbar-right a:hover, #ftrbar-right a:active {
	color: #fff;
	text-decoration: underline;
}

#container {
	width: 1010px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F0F0F0;
	text-align: left;
	color: #333333;
	background-color: #F0F0F0;
}
#topstatusbar_left {
	float: left;
	width: 495px;
	color: #999999;
	font-size: 10pt;
	text-align: left;
	padding-left: 10px;
}
#topstatusbar_right {
	float: right;
	width: 495px;
	color: #999999;
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
}

#phleft {
	height: 132px;
	background-color: #F0F0F0;
	text-align: center;
	float:left;
	width: 200px;
	padding-left: 50px;
}
#phright {
	height: 112px;
	background-color: #F0F0F0;
	text-align: left;
	float: right;
	width: 760px;
	/*line-height: 132px;*/
	vertical-align: middle;
	font-size: 16pt;
	font-weight: bold;
	color: #6599FF;
	margin-top: 20px;
}
#phrlogo {
	height: 85px;
	background-color: #6E6E6E;
	text-align: right;
	float: right;
	width: 100px;
	vertical-align: middle;
}
#phright h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
.phcomment {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

#phright a:link, #phright a:visited {
	font-size: 10pt;
	text-decoration: none;
	color:#6599FF;
	font-weight: bold;
}

#phright a:hover, #phright a:active {
	color: #6599FF;
	text-decoration: underline;
}

#results {
	text-align: center;
}
#results a:link, #results a:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #6599FF;
	font-weight: bold;
}

#results a:hover, #results a:active {
	color: #80FF80;
	text-decoration: none;
}

#navbar {
	color: #FFFFFF;
	margin-top: 10px;
}

#ftrbar-left {
	width: 180px;
	height: 60px;
	background-color: #6E6E6E;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#ftrbar-right {
	width: 920px;
	height: 60px;
	background-color: #6E6E6E;
	color: #00FF33;
	font-size: 9pt;
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-right: 70px;
	padding-left: 20px;
}

/* ------------------- Home Page ------------------- */
#homecontent {
	height: 680px;
	text-align: center;
	padding-top: 10px;
}
#homecontent h1 {
	font-size: 28pt;
}
.eventvenue {
	font-size: 16pt;
	font-weight: bold;
}
#panel-left {
	width: 90px;
	background-color: #F0F0F0;
}
#panel-middle {
	width: 800px;
	background-color: #6599FF;
	color:#FFFFFF;
	vertical-align:top;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	font-size: 11pt;
}
#panel-middle a:link, #panel-middle a:visted {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#panel-middle a:hover, #panel-middle a:active {
	color: #80FF80;
	font-weight: bold;
	text-decoration: none;
}
#panel-right {
	width: 90px;
	background-color: #F0F0F0;
	vertical-align: middle;
	text-align: center;
}
#logos {
	height: 100px;
	text-align: center;
}
#logo-left {
	width: 25%;
}
#logo-right {
	width: 25%;
}
.logo-centre {
	width: 50%;
}

/* ---------------- General Stuff ------------------ */
#advicecontainer {
	height: 600px;
	background-color: #F0F0F0;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
.advicemessage {
	height: 300px;
	color: #6E6E6E;
	padding-top: 150px;
	font-size: 12pt;
}
.advicewarning {
	color: #FF0000;
	font-weight: bold;
	font-size: 12pt;
}
#advicecontainer a:link, #advicecontainer a:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #6599FF;
	text-decoration: none;
}
#advicecontainer a:hover, #advicecontainer a:active {
	font-weight: bold;
	color: #6599FF;
	text-decoration: underline;
}
.advicebutton {
	height: 30px;
	background-color: #606060;
	color: #FFFFFF;
	font-size:10pt;
	font-weight: bold;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.clear {
	height:0;
	font-size: 1px;
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
}

.GetAdobe {
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
}
.imagetitle {
	font-weight: bold;
}
