body {
	background-color: #FFE404;
}


/* TEMPLATE STYLES */
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:464px;
	z-index:1;
}


#VideoLayer {
	position:absolute;
	left:463px;
	top:150px;
	width:222.5px;
	height:182px;
	z-index:1;
}

#Body {
	position:absolute;
	left:0px;
	top:464px;
	width:900px;
	z-index:4;
	background-color: #0071C0;
	min-height: 100%;
	height: auto !important;  
    height: 100%;  
    margin: 0 auto -4em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}
#Footer {
	position:absolute;
	left:0px;
	width:900px;
	height:292px;
	z-index:2;
	background-image: url(templateimages/footer.jpg);
	background-color: 0071C0;
}
#master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

/* TEXT STYLES */
p { 
	margin-left: 20px;
	margin-right: 20px;
	
}
h1 { 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFE404
    margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFE404;
	margin-left: 20px;
	margin-right: 20px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFE404;
	margin-left: 20px;
	margin-right: 20px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFE404;
	margin-left: 20px;
	margin-right: 20px;
}


/* LINK STYLES */
a.nav1 { color: #FF6600; text-decoration: none; font-weight: normal }
a.nav1:hover { color: #FFFFFF ; text-decoration: none; font-weight: normal; background-color:#FF6600  }

a.nav2 { color: #FF6600; text-decoration: none; font-weight: bold }
a.nav2:hover { color: #FFE404; text-decoration: none; font-weight: bolder; }

a.nav3 { color: #FFFFFF ; text-decoration: none; font-weight: bold }
a.nav3:hover { color: #FF6600 ; text-decoration: none; font-weight: bolder; }

a.nav4 { color: #FFE404 ; text-decoration: none; font-weight: normal }
a.nav4:hover { color: #FF6600 ; text-decoration: none; font-weight: normal; }


/*Quotation Box*/
.quote {
	background: transparent url(images/quote-left.gif) no-repeat left top;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 10px;
	padding-left: 40px;
	    }

    .quote div {background: transparent url(images/quote-right.gif) right bottom no-repeat;
     padding-right: 10px;
     padding-bottom: 10px;
    }

/*Margin Quotation Box*/
.marginquote {
	background: transparent url(images/quote-left.gif) no-repeat left top;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	padding-left: 40px;
	    }

    .marginquote div {background: transparent url(images/quote-right.gif) right bottom no-repeat;
     padding-right: 10px;
     padding-bottom: 10px;
}


/*Styles for Calendar*/

.calendar {
	
    border-bottom: 0;
	
}
.calendartd
        {
            border-bottom: 2px solid white;
        }
.calendarheading {
		background-color:#FF6600;
	}


/*Popup Image Style*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* BELOW IS THE STYLE FOR THE DROPDOWN MENU */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {padding:0; margin:0; list-style:none; font: 10px arial, verdana, sans-serif; background:url(transparent.gif); position:relative; z-index:100;}
#nav {height:23px; width:565px; padding:0; background:#0071C0;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:23px; padding:0 20px 0 10px; line-height:22px; text-decoration:none; white-space:nowrap; font-weight:bold; /*border-left:1px solid #fff;*/}
#nav li li a {height:21px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; background:#FF6600; color:#fff; border-left:1px solid #FF6600;}
#nav li:hover > a {border-left:1px solid #843; background:#FF6600; color:#fff;}

#nav :hover  ul {left:0; top:23px; border-left:1px solid #FF6600; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#FF6600; color:#fff; border-left:1px solid #FF6600;}

#nav li a:hover ul li a:hover {background:#FF6600;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
