body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: #000 url('images/bg-main.jpg') repeat-x top center; 
	text-align: center;
}

.C2AButton {clear: both;}
.C2AButton a
{
    border: 2px solid black;
    padding: 5px;
    display: block;
    background-color: #c25301;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 230px;
    margin: 5px 5px;
    text-align: center;
    float: left;
    -moz-border-radius: 10px;
}
.C2AButton a:hover {background-color: #DDD;  color: #c25301;}

.CMSImages {float: right; width: 430px;} 
#global {
     margin: 0 auto;
     width: 924px; /* mandatory to be centered */
	 text-align: left;
     }
#header {
	background: #000 url('images/top1.jpg') no-repeat top center; 
	height: 201px;
}

#content {
	background: url('images/content-bg.gif') repeat-y; 
	min-height: 400px;
}

#iNavContainer {}

.homeText {padding: 15px;}

#homeFooter {
	background: url('images/bottom-logos.gif') no-repeat; 
	height: 51px;
}
#footer {
	background: url('images/footer-bg.gif') no-repeat; 
	height: 39px;
	font-size: 10px;

}

#footer a {color: Black;}

a {
	color: #555;
}
a:hover {
	color: #888;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}


	 
#apDiv1 {
	position:relative;
	width:890px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	max-height: 23px;
	vertical-align: bottom;
	text-align: center;
	margin-top: 2px;
	color: #000000;
	
}

#apDiv1 a:link {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#apDiv1 a:visited {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {margin: 0 20px 10px 0; padding: 0; font-size: 140%;  border-bottom: solid 2px #e68f0a;}
h2 {margin: 0 0 5px 0; padding: 0; font-size: 120%; }
h3 {margin: 0 0 2px 0; padding: 0; font-size: 110%; }


/**************************/
/*****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(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#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; }
/**************************/
/*****LIGHTBOX***********/
/**************************/