/*---------------------------------------------------------------------------------*/
/* CSS RESET                  
/*---------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, 
address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, 
tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, 
tfoot, thead, tr, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul, ol, ul li, ol li { 
	list-style:none;
}

/*---------------------------------------------------------------------------------*/
/* Major Page Elements                  
/*---------------------------------------------------------------------------------*/
html
{
height: 100%;
} 
body   
{
    background-color: black;
	background-image: url(/include/images/bg.gif);
	background-repeat:repeat;
	color: #696969;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;  
	width: 100%;
	vertical-align: middle;
	z-index: 0;
	min-width:1200px;
}

/*---------------------------------------------------------------------------------*/
/* Link and Paragraph Elements                  
/*---------------------------------------------------------------------------------*/
a:link, a:visited
{
    color: #003471;
}
a:hover
{
    color: #003471;
    text-decoration: none;
}
a:active
{
    color: #003471;
}

/*---------------------------------------------------------------------------------*/
/* Heading Elements                  
/*---------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/*---------------------------------------------------------------------------------*/
/* Header Frame Elements                  
/*---------------------------------------------------------------------------------*/
#header
{
    position: relative;
	width:100%;
    min-width: 1100px;
	height: 125px;
    margin: 0;
	background-image: url('/include/images/nav-repeat.png');
	background-repeat:repeat-x;
	z-index: 2;
}

#headerLeft
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#headerText
{
	background-color: White;
	color: red;
	height: 35px;
    position: relative;
	float: left;
	left: 0px;
    top: 95px;
    text-align: center;
	z-index: 2;
	padding: 0px 5px 0 5px;
}

#headerRight
{
	position: relative;
	top: 0px;
	float: left;
	z-index: 2;
}

#headerText h1
{
	font-size: 2.5em;
	color: #3753bc;
}

/*---------------------------------------------------------------------------------*/
/* Menu Elements                  
/*---------------------------------------------------------------------------------*/
#menu
{
    position:relative;
    width: 450px;
    float: right;
    right: 1%;
    top: 76px;
    text-align: left;
    font-size: .85em;
    z-index: 3;
}

a.top_Nav 
{
	font-size: 1em;
}
a.sub_nav 
{
	font-size: .9em;
}
a.sub_sub_nav 
{
	font-size: .9em;
}

/*---------------------------------------------------------------------------------*/
/* Main Content Frame Elements                  
/*---------------------------------------------------------------------------------*/
#MainContent
{
	background-color : white;
	position:absolute;
	top: -20px;
	width:96%;
	min-width: 1160px;
    margin: 50px 2% 0px 2%;
	padding-top: 100px;
    min-height: 420px;
	z-index:0;
	border: 2px solid black;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

#Stage
{
	text-align: left;
	width:90%;
    margin: 0px 2.5% 0px 2.5%;
    min-height: 420px;
	z-index:0;
}
#displayStage
{
padding-left: 7%;
}

/*---------------------------------------------------------------------------------*/
/* Footer Content Frame Elements                  
/*---------------------------------------------------------------------------------*/
#Footer
{
	position: relative;
	bottom:-40px;
	width:100%;
    margin: 0px auto 5px auto;
	padding-bottom: 10px;
    text-align: center;
	height: 10px;
}

/*---------------------------------------------------------------------------------*/
/* The following code is for individual page styles           
/*---------------------------------------------------------------------------------*/
ul.albumList, ul.albumList li
{
	list-style: circle;
	padding-left: 5px;
}


/*---------------------------------------------------------------------------------*/
/* The following code is for the superfish menu                
/*---------------------------------------------------------------------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:            0;
    padding:        0;
    list-style:        none;
}
.sf-menu {
    line-height:    1.0;
}
.sf-menu ul {
    position:        absolute;
    top:            -999em;
    width:            10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:            100%;
}
.sf-menu li:hover {
    visibility:        inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:            left;
    position:        relative;
}
.sf-menu a {
    display:        block;
    position:        relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:            0;
    top:            2.5em; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:            10em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:            10em; /* match ul width */
    top:            0;
}

/*** DEMO SKIN ***/
.sf-menu {
    float:            left;
    margin-bottom:    1em;
}
.sf-menu a.top_Nav {
    border-left:    1px solid #08083f;
    border-right:    1px solid #08083f;
    border-top:        1px solid #08083f;
    padding:         .75em 1em;
    text-decoration:none;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px; 
}

.sf-menu a.sub_nav, .sf-menu a.sub_sub_nav {
    border-left:    1px solid #08083f;
    border-right:    1px solid #08083f;
    border-top:        1px solid #08083f;
    border-bottom: 1px solid #08083f;
    padding:         .75em 1em;
    text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:            #13a;
   
}
.sf-menu li.top_Nav {
    background:        #eeeeee;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
}

.sf-menu li.sub_nav, .sf-menu li.sub_sub_nav {
    background:        #eeeeee;
}
.sf-menu li li {
    background:        #eeeeee;
}

.sf-menu li li li {
	background:		#eeeeee;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/navigation/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/navigation/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
