@charset "UTF-8";
/* CSS Document */

html {
	min-height: 100%;
	margin-bottom: 1px;
}



body  {
	font: 16px Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-bottom: .5em;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;

}

h2 {
	font-size: 1.3em;
	letter-spacing: 0.05em;
}

h3 {
	font-size: 1em;
	word-spacing: 0.1em;
	letter-spacing: .1em;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0.65em;


}

a:link, a:visited {
    color: #336699;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;

}

.fixedPolarDisc #container {
	width: 858px;
	background: #cccccc url(images/nav-bgd.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;
	line-height: 1.6em;

} 

.fixedPolarDisc #containerNoNav {
	width: 858px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;
	line-height: 1.6em;
	background-color: #CCC;

}
.fixedPolarDisc #header {
	background: url(images/polar-banner.jpg) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 145px;
	margin: 0px;
} 
.fixedPolarDisc #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}

hr {
	color:#666;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-----------------------

LEFT HAND COLUMN  

-------------------------*/

.fixedPolarDisc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

.fixedPolarDisc #sidebar1 a {
	color:#333333;	
}

.fixedPolarDisc #sidebar1 ul {
	list-style-type: none; 
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

.fixedPolarDisc #sidebar1 li {
	margin-bottom: 0.75em;
	display: block;
	}
	
.fixedPolarDisc #sidebar1 li a {
	background-image: url(images/nav-button.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 25px;
}

.fixedPolarDisc #sidebar1 li a:hover {
	background-image: url(images/nav-button-over.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

.fixedPolarDisc #sidebar1 li a.active {
	background-image: url(images/nav-button-over.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

.fixedPolarDisc #sidebar1 ul li li {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	font-size: 0.9em;
	margin-top: 0.75em;
	margin-left: 1px;
}

.fixedPolarDisc #sidebar1 ul li li a {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	
}
.fixedPolarDisc #sidebar1 ul li li a:hover {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	font-weight: bold;
}

.fixedPolarDisc #sidebar1 ul li li a.active {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	font-weight: bold;
}


/*-----------------------

RIGHT HAND COLUMN  

-------------------------*/

.fixedPolarDisc #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding: 0px 10px 15px;
	font-size: 0.88em;
	line-height:1.4em;
	color: #666;
	
}

.fixedPolarDisc #sidebar250 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding: 15px 10px 15px 20px;
	font-size: 0.88em;
	line-height:1.4em;
	padding-top: 0.8em;
	color: #666;
	
}

.share {
	border:1px solid #999;
	padding: 4px;
	width: 187px;
	margin-bottom: 10px;
	background-image: url(images/bg-rightdiv.jpg);
	background-repeat: repeat-y;
}

.share img {
	float: right;
	margin: 0px;
	paddin: 0px;
	margin-top: -15px;
}

.mailSidebar{
	float:right;
	border:1px solid #999;
	padding: 4px;
	width: 187px;
	margin-bottom: 10px;
	background-image: url(images/bg-rightdiv.jpg);
	background-repeat: repeat-y;
	margin-left: 15px;
}


p.calHead  {
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #069;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

.calendar {
	width: 200px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

.calendar a:link {
	color:#006699;
	font-weight: bold;
	text-decoration: underline;
	
}

.calendar a:visited {
	color:#666699;
	font-weight: bold;
	text-decoration: underline;
	
}

.calendar a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	
}

.calendar a:link.active, .calendar a:visited.active {
	color:#990000;
	font-weight: bold;
	text-decoration: none;	
}

.calendar a.active:link, .calendar a.active:visited {
	color:#990000;
	font-weight: bold;
	text-decoration: none;	
}

.calendar a:active{
	color:#990000;
	font-weight: bold;
	text-decoration: none;	
}

.calendar th {
    background-color:#333333;
    color:#FFFFFF;
	border: 1px solid #333333;

}

.calendar td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.calendar .td-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	
}




/*-----------------------

EVERYTHING IN MAIN CONTENT AREA 

-------------------------*/

.fixedPolarDisc #mainContent {
	margin: 15px 0px 0px 225px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

.fixedPolarDisc #mainContentNoNav {
	margin: 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
	
.breadcrumb {
	font-size: 0.88em;
	line-height: 1.5em;
}	

.journal-container {
	display: block;
	padding: 8px;
	float: left;
	width: 145px;
	margin-right: 12px;
	border: 1px solid #666666;
	background-image: url(images/bg-multi.jpg);
	background-repeat: repeat-x;
	margin-top: 18px;
	text-align: center;
	height: 155px;
	font-weight: bold;
}

.journal-container a {
	font-weight: normal;
}


/*   CREW     */
.crew-heads {
	display: block;
	float: left;
	width: 170px;
	margin-right: 12px;
	background-color: #B4B4B4;
	padding: 4px;
	border: 1px solid #666666;
	margin-bottom: 15px;
	background-image: url(images/bg-crew.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #03436A;
	text-align: center;

	
}

.crew-names {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #03436A;
	line-height: 20px;
	
}

#multimedia-container {
	display: block;
	padding: 8px;
	float: left;
	width: 220px;
	margin-right: 12px;
	border: 1px solid #666666;
	height: 80px;
	background-image: url(images/bg-multi.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

.multimedia-container {
	display: block;
	padding: 8px;
	float: left;
	width: 220px;
	margin-right: 12px;
	border: 1px solid #666666;
	height: 80px;
	background-image: url(images/bg-multi.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}

.multimedia-containerActive {
	display: block;
	padding: 8px;
	float: left;
	width: 220px;
	margin-right: 12px;
	border: 1px solid #006699;
	height: 80px;
	background-image: url(images/bg-multiON.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}


#video-container {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}


.heading-fun {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(images/bg-multi.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
}

	

/*-----------------------

FOOTER  

-------------------------*/	
.fixedPolarDisc #footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	text-align:center;
	color: #999999;
} 

.fixedPolarDisc #footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
.fixedPolarDisc #footer a:hover {
	color: #6CCEFF;
	text-decoration: underline;
	
}
.fixedPolarDisc #footer img {
	top: 8px;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 

/* TOP NAVIGATION
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

#nav {
	background-color: #3D4145;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 857px;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}

#p7PMnav {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	z-index: 10000;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	line-height: 2em;
}
#p7PMnav ul li {
	line-height: 2em;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 18px 4px;
	color: #FFFFFF;
	line-height:1.8em;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #66ccff;
	color: #333333;
}

#p7PMnav a:active {
	background-color: #66ccff;
	color: #333333;
}
#p7PMnav a.active {
	background-color: #66ccff;
	color: #333333;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #5DCCF8;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

#p7PMnav ul .p7PMtrg a:link  {
	color: #FFFFFF;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #66ccff;
	color: #000000;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 19em;
	color: #333333;
	line-height: 24px;
}

#p7PMnav ul a, #p7PMnav ul li a {
	color: #333333;
	line-height: 24px;
}

#p7PMnav ul a:visited, #p7PMnav ul li a:visited {
	color: #333333;
	line-height: 24px;
}

#p7PMnav ul a:hover, #p7PMnav ul li a:hover {
	color: #ffffff;
	line-height: 24px;
	background-color: #666666;

}

#p7PMnav ul, #p7PMnav ul li {
	width: 19em;
	color: #333333;
	line-height: 24px;
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.fixedPolarDisc #sidebar1 { width: 180px; }
.fixedPolarDisc #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.fixedPolarDisc #sidebar2, .fixedPolarDisc #sidebar1 { padding-top: 30px; }
.fixedPolarDisc #mainContent oom property gives IE the hasLayout it needs to avoid several bugs */
</style>{ zoom: 1; }
/* the above proprietary z
<![endif]


/* 
  ------------------------------------
  tooltip
  ------------------------------------
*/
.tip {
	border:1px solid #000033;
	width:250px;
	padding:3px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#FFFFFF;
	top:20px;
	left:90px;
	background-color:#990000;
	layer-background-color:#ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin-top: 20px;
}
.tip2 {
	border:1px solid #000033;
	width:200px;
	padding:3px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#FFFFFF;
	top:20px;
	left:50px;
	background-color:#006699;
	layer-background-color:#ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	margin-top: 20px;
	line-height: 13px;
}
#t1 {width:200px;}
#t2 {width:200px;}
#t3 {width:200px;}
#t4 {width:200px;}
#t5 {width:200px;}
#t6 {width:200px;}
#t7 {width:200px;}
#t8 {width:200px;}
#t9 {width:200px;}

#t10 {width:200px;}

/* LIGHBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ccc;
	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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0 auto;
	line-height: 1.6em;
	}

#imageData{
	padding:15px;
	color: #333333;
}
#imageData #imageDetails{
	float: left;
	text-align: left;
}	
#imageData #caption{
	font-weight: normal;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 
