/*
Imbasa Yegolide Awards 2011

Site Colors
Dark Navy	#00284b
Mid Blue	#004c92
Mustard Yellow	#f8b332
*/

body {
	background:#ccc url(background.png) repeat center top;
	margin-top:10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}

#header {
	outline:none;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: right;
	background-image:url(header.png);
	height: 140px;
}

/* LAYOUT */

#wrapper {
	border:1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .78em;
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	/*padding:0 20px;
	position:relative;
	text-align:left;
	width:980px;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #662C45;
	font-size: 18px;
}

h2 {
	display: none;
}

h3 {
	background-color:#6891A5;
	color:#FFFFFF;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:0px;
	padding:7px 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00284b;
	font-size: 14px;
	background-color: #EEE;
	margin: 0.7em 0em;
	padding: 4px 12px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00284b;
	font-size: 12px;line-height:1.5em;
	background-color:transparent;
	margin: 0;
	padding:0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:1px solid #a7a7a7;
	color:#00284b;
	font-size: 12px;line-height:1.5em;
	background: #eee;
	margin: 0.7em 0em;
	padding: 10px 14px;
}

p {
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
}

a {
	color:#6c1538;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color:#6c1538;
	background-color: #e2d3a6;
	text-decoration: none;
}

ul, ol {
	padding: 4px 16px 5px 32px;
	margin: 0;
}

#main .blockContent {background-color:#fff;}
#main #leftColumn {background-color:#fff;border-color:#fff;}
#main #mainContent {background-color:#fff;border-color:#fff;}
#main #rightColumn {background-color:#fff;border-color:#fff; display:none;}
#main .sectionBlock {border:none;padding-left:0px; width:710px;}


.sectionBlock p {
	padding:0.4em 0.6em 0.4em 0.2em;
}

.sectionBlock li {
	line-height:1.6em;
	padding:0;
}

/* LEFT COLUMN */

#main #leftColumn {
	width: 160px;
	padding-right: 10px;
	border-right: 1px dotted #DDD; /* Left column right border */
	background-color:#FFF; /* background colour of left column */
}

/* NAVIGATION */

.glossymenu{
	margin: 0;
	padding: 0;
	width: 154px; /*width of menu*/
	border: 0;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: #6c1538; /*url(images/glossyback.gif) repeat-x bottom left*/
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e2d3a6;
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu .menuitem:active{
	color: #e5c40d;
	background-color: #000;
}

.glossymenu a.menuitem .statusicon{ /*Icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background: #f8e3a7/* url(images/glossyback2.gif)*/;
	color: #000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #FFF ;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #DDD;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	text-indent: 10px;
	padding: 6px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #cfb781;
	color: #000;
}

/* Hide right column text */
div #rightColumn p{
	display: none;
}
/* Hide book now button */
#remindMe {display: none;}


/* FOOTER */
#footer {
	background-color:#454346;
	color:#F0F0F0;
	float:left;
	font-size: 0.88em;
	text-align:left;
	width:980px;
	/* width:100%; */
}

#footer p.footer_content_text {
    color: #F0F0F0;
    font-size:11px;
    line-height:1.6em;
    margin:0;
    padding:0;text-align:left;
    width:82%;
}

#footer img {
    border:0 none;
    float: left;
    margin: 10px 30px 10px 12px;
    padding:0;
}

#footer a {
	color:#F0F0F0;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
.footerlinks {
	width: 100%;
	background-color: #454346;
}

.footerlinks ul {
	margin: 0;
	padding: 0;
	float: left;
}

.footerlinks ul li {display:inline;}

.footerlinks ul li a {
	color:#F0F0F0;
	float: left;
	margin: 12px 30px 12px 14px;
	text-decoration: none;
}

.footerlinks ul li a:visited {
	color:#F0F0F0;
	text-decoration: none;
}

.footerlinks ul li a:hover {
	color:#F0F0F0;
	text-decoration:underline;
}
#footer .accredit {
	border-top:1px solid #858387;
	padding:5px 0px
}
#footer .accredit .indent {
    padding-left: 12px;
    padding-right: 80px;
}
#footer .accredit span {
    float: left;
    line-height:25px;
}
#footer span {
	display:block;
    text-align: left;
}
#footer .accredit img {
	margin: 0px 5px 0px 0px;
}
