* {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style:none;
}

img {
	border: none;
}

html, body, div#site-wrap {
	height: 100%;
}

body > div#site-wrap {
	height: auto; 
	min-height: 100%;
}

body {
	font: 62.5% "Lucida Sans", Helvetica, Verdana;
	background-color: #eeeeee;
	background-image: url('/assets/images/top-bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

p, div#content li, h3, h4, h5, h6, legend  {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0.5em 0 0.5em 0;
	color: #333333;
}

div#content ul li, div#content ul ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}

div#content ul ul li {
   list-style-type: circle;
   font-size: 1em;
}

div#content ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 2em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.2em;
}

div#content a:link, div#content a:visited {
	color: #333333;
}

div#content a:hover {
	color: #739dd3;
}

div#glow-container {
  width: 100%;
  background-image: url('/assets/images/glow.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 24.7em; /* must be same height as the footer */
}

div#site-wrap {
	width: 90em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3em;
/*	padding-bottom: 21.7em;*/ /* must be same height as the footer */
}

div#centre-piece {
	padding-bottom: 1em;
	border: 0.1em solid #c6c6c6;
	background-color: #ffffff;
/*	-moz-box-shadow: 0 0 36em #333333;
	-webkit-box-shadow: 0 0 36em #333333;*/
	
}

/****************************************** top menu start **********************************************/

div#nav {
	text-align: center;
}

ul#nav-menu {
	background-image: url('/assets/images/menu-bg.gif');
	height: 5em;
	text-align: center;
}

ul#nav-menu li {
	display: inline;
/*	border-right: 0.1em solid #ffffff;*/
	
	display: block;
	float: left;
}

ul#nav-menu li ul {
	display: none;
	position: absolute;
	background-color: #729cd2;
	border: 0.1em solid #C6C6C6;
	border-top: none;
}

ul#nav-menu li ul li {
	display: block;
	float: none;
}

ul#nav-menu li:hover > ul {
	display: block;
}

ul#nav-menu a:link, ul#nav-menu a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 0.2em 0.5em;
	line-height: 2.5em;
	display:block;
}

ul#nav-menu a:hover {
	background-color: #2f5484;
}



/****************************************** top menu end ************************************************/

div#logo {
/*	background-image:url('/assets/images/fdx-logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;*/
	height: 12em;
	padding: 6em 0 10em 0;
	width: 89.8em;
}

div#fdx {
  float: left;
  padding-left: 14em;
}

div#icaew {
  float: right;
  padding-right: 14em;
}

div#icaew img {
  border: none;
}

div#icaew h3 {
	font-size: 1.1em;
	color: #333;	
	font-weight: normal;
	padding: 0 0 0.5em 0;
	text-align: center;	
}

ul#sponsors {
	border-top: 0.1em solid #e6e6e6;
	border-bottom: 0.1em solid #e6e6e6;
	background-color: #ffffff;
	padding: 1em 1.5em 1em 1.5em;
	width: 86.8em;
	list-style: none;	
}

ul#sponsors li {
	display: inline;
}

ul#sponsors img {
	/*vertical-align: middle;*/
	padding: 0 1.5em 0 1.5em;
	border: none;
}

ul#sponsors p {
  font-size: 1.1em;
  font-weight: 900;
}

div#photo-strip {
	text-align: center;
	border: 0.1em solid #c6c6c6;
	background-color: #ffffff;
	margin-bottom: 1em;
	padding: 0.5em 0 0.5em 0;
}

div#photo-strip img {
	padding: 0.3em;
}

div#content {
	margin: 0.5em 0 0.5em 0;
	border: 0.1em solid #c6c6c6;
	background-color: #ffffff;
	padding: 1em 3em 1em 3em;
}  

div#footer {
	background-color: #2f5584;
  background-image: url('/assets/images/footer-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	min-height: 24.7em;
	position: relative;
	margin-top: -24.7em; /* negative value of footer height */
	clear: both;
}

div#footer-inside {
	width: 90em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2.5em;
}

div#footer-nav {
	width: 29.9em;
	border-right: 0.1em solid #335989;
	float: left;
}

div#footer-nav a:link, div#footer-nav a:visited {
	font-size: 1.5em;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.7em;
	min-height: 12em;
}

div#footer-nav a:hover {
	text-decoration: underline;
}

div#footer-inside div#footer-nav a:hover {
	text-decoration: underline;
}

div#address {
	color: #ffffff;
	width: 29.8em;
	border-right: 0.1em solid #335989;
	border-left: 0.1em solid #919cab;
	float: left;
	padding-bottom: 7em;
}

address {
	font-style: normal;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 2em 2em 2em;
}

div#footer-logo {
	width: 29.9em;
	border-left: 0.1em solid #919cab;
	float: right;
	text-align: right;
	padding-bottom: 12em;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

fieldset {
  border: 0.1em solid #739dd3;
  margin: 0.5em 0 0.5em 0;
  padding: 0 1em 0 1em;
}

input, textarea {
  border: 0.1em solid #739dd3;
  padding: 0.5em;
  font: "Lucida Sans", Helvetica, Verdana;
}


input.submit {
  color: red;
}