/* Redefine Tags */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

p {
	font-size:100%;
	line-height: 115%;
	
}

h1 {
	font-size:280%;
	font-weight: 400;
}

h2 {
	font-size:140%;
	font-weight: 100;
}

h3 {
	font-size:100%;
	font-weight: 100;
	
}
h4 {
	font-size: 140%;
	font-weight: normal;
}
/* --------------------------------- Lightbox ----------------------------*/
#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #333333;
	width: 10px;
	height: 10px;
	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: 10px Verdana, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 40px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

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


/* links */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CE2161;
	text-decoration: underline;
}

a:focus {
	color: #CE2161;
	text-decoration: underline;
}
/* IDs */
#wrapper {
	width: 920px;
	background-color:#FFFFFF;
	margin: 10px auto;
	border:0;
	text-align: left;
}
#banner {
	height: 130px;
	background-image: url(../images/layout/logo4.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

#nav {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size:90%;
	font-weight:bold;
	
}

#topbar{
	margin-top:-5px;
	border-top:0;
	background-image:url(../images/layout/soft_line.gif);
	width: 920px;
	height:3px;
	padding: 4px 0px 8px 0px;
	background-repeat: no-repeat;
}

/* -------------------------------- NAvlist ------------------------*/

#navcontainer { margin-left: 12px; }

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
	display: inline;
	padding: 0;
	margin-right: 4px;
}


#navcontainer li a:hover
{
text-decoration:none;
}

#active a
{
color: #CE2161;
}
#navlist li:before { content: ""; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
	padding: 0 2px 0 2px;
	margin: 0 2px 0 0px;

}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }

/* ------------------------- End Nav list--------------*/


#enter {
	margin-left: 320px
}


#leftcol {
	float:left;
	width: 190px;
	background-color:#FFFFFF;
	margin-top: 120px;
	color: #666666;
	vertical-align: middle;
	margin-left: 5px;
}
#leftcolwarne {
	float:left;
	width: 190px;
	background-color:#FFFFFF;
	margin-top: 60px;
	color: #666666;
	vertical-align: middle;
	margin-left: 5px;
}


#leftcol p{
	color: #666666;
	text-align:right;
	margin:20px 10px;
}


#leftcol a:hover, #leftcol a:focus{
	color:#CE2161;
}

#content {
	background-color:#FFFFFF;
	margin-left: 200px;
	margin-right: 5px;
	}
	
#content p{
	margin:5px;
	color: #666666;
	text-align: center;
}	

#content h1 {
	color:#666666;
	margin: 20px;
	padding: 0px;
}

#content h2 {
	color:#666666;;
	margin: 20px;
	padding: 0px;
}


#oneColContent {
	background-color:#FFFFFF;	
	margin-right: 0px;
	margin-left: 0px;
	}
	
#oneColContent p{
	margin:10px 30px;
	color: #666666;
}	

#oneColContent h1 {
	color:#666666;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	font-size: 130%;
}

#oneColContent h2 {
	color:#666666;
	padding: 0px;
	font-size: 110%;
	margin: 12px 10px 0px 12px;
	font-weight: bold;
}
#oneColContent h3 {
	color:#666666;
	margin: 10px 30px;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
}

#oneColContent ul li {
	color:#666666;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
	font-style:italic;
	line-height: 120%;
	margin: 0px 45px;
}

#close {
	position: absolute;
	left: 885px;
	top: 48px;
	z-index: 1;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 60px;
}

#wholepic {
	margin-top: 10px
}

	
#footer {
	border-top: 0;
	background-image:url(../images/layout/soft_line.gif);
	background-color: #FFFFFF;
	clear: both;
	padding: 10px 10px;
	background-repeat: no-repeat;
}
#footer p {
	font-size:85%;
	padding:6px;
	color: #666666;
	margin:0;
	text-align:center;
}

#footer a {
	font-size:100%;
	padding:3px;
	color: #666666;
	margin:0;
	text-align:center;
	text-decoration:none
}

#footer a:hover, #footer a:focus{
	font-size:100%;
	padding:3px;
	color: #CE2161;
	margin:0;
	text-align:center;
}
/* Classes */
.p2{
	font-size:90%;	
}
.leftimage{
	float: left;
	margin: 3px 15px 10px 0;
	/*border: 1px solid #666666;*/
}

.rightimage{
	float: right;
	margin: 3px 0px 10px 15px;
	/*border: 1px solid #666666;*/
}

.centreImg   {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	    }

.clearit {
	display: block;
	clear: both;
}

.container{
	width:99%;
	float:left;
	background-color:#FFFFFF;
	
}
.floatimg {
	float: left;
	padding: 2px;
	margin: 5px 10px 0 10px;
	text-align:center;
	font-weight:bold;
	}
	

.imgborder {
	border: 1px solid #666666;
	/*border: 1px solid #FFFFFF;*/
}

a:hover .imgborder, a:active .imgborder {
	border:1px solid #CE2161;
	}
	
.imgholder { 
	background-color:#FFFFFF;
	display:inline;	
	border: 1px solid #666666;
	margin:12px 12px 2px 10px;
}
#leftcol2 {

	float:left;
	width: 190px;
	background-color:#FFFFFF;
	margin-top: 30px;
	color: #666666;
	vertical-align: middle;
	margin-left: 5px;
}
#leftcol2 p {

	color: #666666;
	text-align:right;
	margin:20px 10px;
}
#leftcol2 a:hover, #leftcol2 a:focus {

	color: #CE2161;
}
.leftimageidented {

	float: left;
	margin: 3px 20px 10px 35px;
	border: 1px solid #666666;
}
.floatimg2 {

	float: left;
	padding: 2px;
	margin: 5px 2px 0 2px;
	text-align:center;
	font-weight:bold;
}
.floatimg2 p, .floatimg p{
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
}
.rightimage2 {

	float: right;
	margin: 0px 25px 10px 15px;
}
.centreText {
	text-align: center;
	background-color: #FFFFFF;
}
.leftimage2 {
	float: left;
	margin: 3px 9px 10px 4px;
	padding: 0;
}
.leftimageidented2 {
	float: left;
	margin: 3px 20px 10px 35px;
}
.flash {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fushia {
	color: #CE2161;
}

#contentRight {
	background-color:#FFFFFF;
	margin-left: 450px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#leftcolLeft {
	float:left;
	width: 415px;
	background-color:#FFFFFF;
	margin-top: 5px;
	color: #666666;
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 5px;
}
#flashcontent {

	background-color:#FFFFFF;	
	margin-right: 0px;
	margin-left: 0px;
}
.tableList{
	font-size:105%;
	font-weight: bold;
}
#bannerHome {
	height: 112px;
	background-image: url(../images/layout/logo4.jpg);
	background-repeat: no-repeat;
	background-position:center;
}


/*New Portraits page CSS*/

#portraits ul {
	padding: 0px;
	/*border: 1px dotted #999;*/
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#portraits li {
	vertical-align: middle;
	display: inline-block;
	display: -moz-inline-box;
	*display: inline;
	zoom: 1;
	background: #fff;
	margin: 5px 10px 5px 10px;
} 
#portraits a {
	display: -moz-inline-box;
}
#portraits img {
	padding: 0px;
	/*border: 1px solid #999;*/
}
#portraits a:hover, #portraits a:focus{
	color:#CE2161;
}
#portraits p{
	font-size:90%;
	font-weight:bold;
	

}
