﻿/*----------------------------------General--------------------------------------------*/
html {
	height: 100%;
}
body { 
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    background-image:url('../images/bg.png');
    background-repeat:repeat-x;
}
img {
    border:0px;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom:2px solid #f0f0f0;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom:2px solid #f0f0f0;
}
a:active {
	color: #000000;
	text-decoration: none;
	border-bottom:2px solid #f0f0f0;
}
a:hover {
	border-bottom:2px solid #f79732;
}

a.light {
	color: #ffffff;
	text-decoration: none;
	border:0px;
}
a.light:visited {
	color: #ffffff;
	text-decoration: none;
}
a.light:active {
	color: #ffffff;
	text-decoration: none;
}
a.light:hover {
	color: #f79732;
	text-decoration: none;	
}

a.none {
	color: #ffffff;
	text-decoration: none;
	border:0px;
}
a.none:visited {
	color: #ffffff;
	text-decoration: none;
}
a.none:active {
	color: #ffffff;
	text-decoration: none;
}
a.none:hover {
	color: #f79732;
	text-decoration: none;
	border:0px;
}

h2 {
	font-size: small;
}

}
h1 {
	font-size: medium;
}
.h3 {
	font-size: x-large;
}

table {
	font-size:small;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	}
	
.footer, .push {
	height: 4em;
	}

.footertext {
	font-size:x-small;
	color:black;
	text-decoration: none;
}
a.footertext {
	font-size:x-small;
	color:black;
	text-decoration: none;
}

.welcometext {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30pt;
    font-weight:bold;
    }
    
.welcometextsmall {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight:bold;
    }

a.welcometext {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30pt;
    font-weight:bold;
    border:0;
    }
a.welcometext:visited {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30pt;
    font-weight:bold;
    border:0;
    }
a.welcometext:active {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30pt;
    font-weight:bold;
    border:0;
    }
a.welcometext:hover {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30pt;
    font-weight:bold;
    border:0;
    }

a.welcometextsmall {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight:bold;
    border:0;
    }
a.welcometextsmall:visited {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight:bold;
    border:0;
    }
a.welcometextsmall:active {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight:bold;
    border:0;
    }
a.welcometextsmall:hover {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight:bold;
    border:0;
    }

.textBox{
  background-image:url('../images/bg_textbox1.jpg');
  background-repeat:no-repeat;
} 



	
/*---------------------------------------DIVs---------------------------------------*/
.toplinks {
	text-decoration: none;
	color:#ffffff;
	position:absolute; 
	top:25px; right:10px; width:400px;
}
.menuanchorclass {
	color:white;
	text-decoration: none;
	border-bottom:2px solid black;
}
a.menuanchorclass:visited {
	color:white;
	text-decoration: none;
	border-bottom:2px solid black;
}
a.menuanchorclass:active {
	color:white;
	text-decoration: none;
	border-bottom:2px solid black;
}
a.menuanchorclass:hover {
	color:#f79732;
	text-decoration: none;
	border-bottom:2px solid black;
}
.mid_small {
	position: absolute; 
	width: 100%; 
	height: 100px; 
	background-color:#f79732; 
	left: 0px; 
	top:80px
}
.leftpic {
	position: absolute; 
	width: 100px; 
	height: 100px; 
	z-index: 1; 
	left: 100px; 
	top: -20px
}
.welcome {
	position: absolute; 
	z-index: 2; 
	left: 25%; 
	top: 25px
}
.programselect {
	position: absolute; 
	width: 500px; 
	height: 100px; 
	z-index: 1; 
	left: 25%; 
	top: 180px;
}
.head {
	position: absolute; 
	width: 500px; 
	height: 100px; 
	z-index: 1; 
	left: 35%; 
	top: 270px;
}
.body {
	position: absolute; 
	width: 500px;  
	z-index: 1; 
	left: 25%; 
	top: 400px;
}
.main_body {

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	font-size: small;
	position:absolute; 
	width: 500px;  
	z-index: 1; 
	left: 30%; 
	top: 400px;
}

.index_body {

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	font-size: small;
	position:relative;
	width: 800px;  
	z-index: 1;
	left:auto;
	right:auto; 
	top: 350px;
}


.basic_body {

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	font-size: small;
	position:absolute; 
	width: 500px;  
	z-index: 1; 
	left: 30%; 
	top: 200px;
}


.nestled_img {
  width: 300px ;
  margin-left: auto ;
  margin-right: auto ;
}



/*---------------------------------Lightbox---------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../lightbox/images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../lightbox/images/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




