/*----main elements----*/

body {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #303030;
	background-color : #C6C6D3;
	list-style-image : images/main/bullet.gif;
	list-style-position : outside;
}

td {
	line-height : 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #303030;
}

a {
	color: #993366;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #BD2167;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #993366;
	font-style : italic;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #993366;
	font-style : italic;
}

li {
	list-style-image : url(images/main/bullet.gif);
	list-style-position : outside;	
}

/*----nav elements----*/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #303030;
}

a.nav {
	color: #303030;
	text-decoration: none;
	font-weight: normal;
}

a.nav:hover {
	color: #707070;
	text-decoration: none;
	font-weight: normal;
}

.navdivider {
	height: 17px;
	background-image: images/nav/nav-divider.gif;
	background-repeat: repeat-x;
}

.navspacing {
height: 10px;
}

/*----common elements----*/

.pinktext {
	color: #993366;
}

.horline {
	height : 3px;
	background-image : images/main/hor-line.gif;
}

.textbox {
	border:;
	border-style : solid;
	border-width : 1px;
	color : #CFCFD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
}

/*----home page elements----*/

.homeheading {
	color: #993366;
	font-weight: bold;
}

/*----footer----*/

.footerpadding {
padding-left: 10px;
padding-right: 20px;
}

a.footer {
color: #E5E5EB;
text-decoration: none;
}

a.footer:hover{
color: #FFFFFF;
text-decoration: underline;
}

.copyrightpadding {
color: #727280;
padding-left: 10px;
padding-right: 35px;
}

.calendarthumb {
	border: 1px solid #CCCCCC;
}


/**** lightbox ****/

#lightbox{	position: absolute;	left: 0; top: 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(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: #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: #818389; }

