body {
	background-color: #EEEEEE;
	background-position : center;
	background-image: url(../media/background.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 15px 0;
	padding: 0;
}


/* Default font */
body, td, th, p, div {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 8pt;
	line-height : 12pt;
	vertical-align: top;
}

body div {
    text-align : left;
}

#mp, #mfp {
    margin-left : auto;
    margin-right : auto;
    width : 720px;
}

/* Links */
a:link {
	color: #4A89F7;
	text-decoration: none;
}
a:visited {
	color: #4A89F7;
	text-decoration: none;
}
a:hover {
	color: #414D4D;
	text-decoration: underline;
}
a:active {
	color: #414D4D;
	text-decoration: underline;
}

.nav a:link {
	color: white;
	text-decoration: none;
}
.nav a:visited {
	color: white;
	text-decoration: none;
}
.nav a:hover {
	color: yellow;
	text-decoration: underline;
}
.nav a:active {
	color: yellow;
	text-decoration: underline;
}

/* Overrides */
td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p {
    padding : 0;
    margin : 0;
    margin-bottom : 1.0em;
}
h1 {
	font-size : 14pt;	
}
h2 {
	font-size : 11pt;
	color: #FF0101;
}
h3 {
	font-size : 10pt;
	color: #2C5CD6;
}
h4 {
    font-size : 9pt;
}

fieldset { background-color: #d3e9e9; margin: 15px; }

form { margin: 10px; border: dashed 1px #696969; }


/*My Stuff*/
.navbot { background-image: url(../media/nav/nav_bot.gif); background-repeat: no-repeat; text-align: center; width: 722px; height: 20px; border-width: 0; }
.genHeading { color: #f90; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.nameHeading { color: #f90; font-size: 24px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.logobg { background-image: url(../media/logobg600.jpg); background-repeat: repeat; }
.rcText { color: #fff; }
.footnotes {
	color: #999999;
}

.headingSection {
	padding: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	background-image: url(../media/ain_mcgregor_head.jpg);
	background-repeat: no-repeat;
	height: 80px;
}



/* 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-image: url(../../../images/lightbox/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover { background: url(../../../images/lightbox/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; }

