body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-image: url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}

h1 {
	font-size:2px;
	color:#ffffff;
}

h2, h3, h4 {
	margin:0;
	padding:0;
	color:#333333;
}

a {
	color: #0099FF;
	font-size:12px;
	text-decoration:none;
}

a:hover {
	color: #FF00FF;
	font-size:12px;
	text-decoration:none;
}

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left:7px solid #FFFFFF;
	border-right:7px solid #FFFFFF;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#nav {
height: 39px;
}

.cyan {
	color: #0099FF;
	font-weight: bold;
}
.magenta{
	color: #FF33FF;
	font-weight: bold;
}
.yellow {
	color: #FFFF00;
	font-weight: bold;
}
#header { 
	background:#000;
	height:60px;
	top: 0px;
	left:0px;
	padding: 0;  /* 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. */
} 

#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: 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	color:#FFFFFF;
}
#headerPic {
	width:950px; 
	background:#ffffff url(../img/headbanner.jpg); 
	height:150px; 
	position:absolute;
	background-repeat:no-repeat;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	height: auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 60px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#externalButtons {
width: 579px;
height: 25px;
float: right;
padding-top: 90px;
}

#mainContent { 
	width: 590px;
    float: right;
	height: auto;
	/*margin: 0 400px;  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 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.college {
	float:right;
	margin:0 0 15px 15px;
} 

.image {
	float: left;
	border-color: #000000;
	border: 1px
	}
	
a img { border: 0; }
	
#footer { 
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../img/footerBackground.jpg) left top repeat-x;
	height:60px;
} 
#footer p {
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
.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;
}

/*photo gallery styles*/

#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: 
0px;
 }
 

#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; 
ext-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; 
 }

.thumbnail {
float: left;
border: 5px 5px 5px 40px;
border-color:#333333;
}


/*begin #navigation*/
#navigation{
	height:39px;
	background-color:#FFFFFF;
}

#index, #index div,
#green-credentials, #green-credentials div,
#exhibitions-events, #exhibitions-events div, 
#awards-conferences, #awards-conferences div, 
#banner-stands, #banner-stands div, 
#signage, #signage div,
#banners-grand, #banners-grand div, 
#designs, #designs div, 
#clients, #clients div,
#contact, #contact div {

	height:80px;
	position:absolute;
	width:97px;
	float:left;
}

#index, #green-credentials, #exhibitions-events, #awards-conferences, #banner-stands, #signage, #banners-grand, #designs, #clients, #contact {
	background-image: url(../img/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#index{
	background-position: 0px -25px;
	margin-left:0px;
}

#green-credentials{
	background-position: -98px -25px;
	margin-left:99px;
}

#exhibitions-events {
	background-position: -196px -25px;
	margin-left:198px;
}

#awards-conferences{
	background-position: -294px -25px;
	margin-left:297px;
}

#banner-stands{
	background-position: -392px -25px;
	margin-left:396px;
}

#signage{
	background-position: -490px -25px;
	margin-left:495px;
}

#banners-grand{
	background-position: -588px -25px;
	margin-left:594px;
}

#designs{
	background-position: -686px -25px;
	margin-left:693px;
}

#clients{
	background-position: -784px -25px;
	margin-left:792px;
}

#contact {
background-position: - 882px -25px;
	margin-left:891px;

}

#index div, #green-credentials div, #exhibitions-events div, #awards-conferences div, #banner-stands div, #signage div, #banners-grand div, #designs div, #clients div {
	background-image: url(../img/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}	

#contact div {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
}
/*end #navigation*/