/* Styles for elements unique to HOME page only */


.content {
	width: 860px;
	padding:0;
	margin:0 0 60px 0;
}

.lastthing {
	width: 860px;
	padding:0;
	margin:0 0 60px 0;
	font-size:10px;
}



/* BANNERS position and structures */

#bannerLarge {
	width: 360px;
	height: 360px;
	border:none;
	margin:0;
	padding:0;
}

#bannerLarge img {
	margin: 0 0 20px 0;
	padding:0;
}

#emptyBanner170 {
	margin: 0 20px 0 0;
	width:170px;
	height:160px; 
	float:left;
	display:inline;
	}

#emptyBanner290 {
	margin: 0 20px 0 0;
	width:290px;
	height:160px; 
	float:left;
	display:inline;
	}

#emptyBanner290 a {
	display:inline;
}



/* HOME- NEWS STYLE */

#rightCol {
	width:480px;
	margin:0;
	padding:0;
	float:right;
	display:inline;
}

#newsWrap {
	width: 480px;
	height: 760px;
	margin:0;
	padding:0;
	background: url(/img_base/head-news.gif) top left no-repeat;
	overflow:hidden;
}

#moreNews {
	width: 480px;
	margin:0;
	padding:20px 0 0 0;
}

#moreNews a:link, #moreNews a:visited {
	color:#993333;
	text-decoration:none;
}

#moreNews a:hover, #moreNews a:active {
	color:#FFFFFF;
	text-decoration:none;
}



/* HOME- PROJECTS STYLE */

#leftCol {
	width:380px;
	margin:0;
	padding:0;
	float:right;
	display:inline;
}

#projects {
	width:380px;
	margin:0 0 60px 0;
	padding:20px 0 0 0;
	background: url(/img_base/head-projects.gif) top left no-repeat;
	display:none; /* to remove the Project section on homepage */
	}
	
.projectCol {
	float:left;
	display:inline;
	margin:0 20px 0 0;
	padding:0;
	width:190px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px; /* actual value */
	display:none; /* to remove the Project section on homepage */
	}
	
#projects h2 {
	color:#339999;
	margin:20px 0 0 0;
	}
	
#projects a:link, #projects a:visited {
	color:#339999;
	text-decoration:none;
}


#projects a:hover, #projects a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#allProjects {
	margin:0;
	padding: 20px 0 0 190px;
	width:360px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px; /* actual value */
}
	


/* HOME- APPEARANCE STYLE */

#appearance {
	width:380px;
	margin:0;
	padding:0;
}

.appearCol {
	width:170px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	display:inline;
}

#appearWrap {
	padding:20px 0;
	background: url(/img_base/head-appearances.gif) top left no-repeat;
	width:170px;
	height: 760px;
	overflow:hidden;
}

.appearCol img {
	border: 1px solid #999966;
	margin:0 0 20px 0;
	padding:0;
}

#appearance h2 {
	color:#999966;
	margin:0;
	padding:0;
	}
	

#appearance .date { /*use for Date & Time*/
		margin:20px 0 0 0;
		padding:0;
		font-size:11px;
		font-weight:normal;
		color:#999966;
	}

#appearance a:link, #appearance a:visited {
	color:#999966;
	text-decoration:none;
}

#appearance a:hover, #appearance a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#moreAppearances {
	margin:0;
	padding: 20px 0 0 190px;
	width:360px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px; /* actual value */
}	

	
/* HOME- GALLERY STYLE */

#gallery {
	width: 860px;
	margin-bottom: 60px;
	padding-top: 40px;
	background: url(/img_base/head-gallery.gif) top left no-repeat;
} 

#gallery img {
	border:none;
}

#gallery .galleryLabel {
	float:left;
	border:0;
	margin:0;
	padding:0;
}	
	
.galleryWrap {
	width:690px;
	float:left;
	display:inline;
	margin:0 0 40px 0;
	padding:0;
}

#gallery .galleryThumb {
	display:inline;
	float:left;
	width:118px !important; /*actural width 120px with 1px border */
	margin:0 0 20px 20px;
	padding:0;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
}
	
#gallery .galleryThumb img {
	margin-bottom:10px;
}

#gallery .galleryThumb a:link, #gallery .galleryThumb a:visited {
	color:#996699;
	text-decoration:none;
}

#gallery .galleryThumb a:hover, #gallery .galleryThumb a:active {
	color:#FFFFFF;
	text-decoration:none;
}

	
/* BASE BANNERS & LIBRARY */

#baseBanner {
	width:380px;
	float:left;
}

#baseBanner img {
	float:left;
	display:inline;
	margin-right:20px;
}

#library {
	float:left;
	width:480px;
	padding-top:40px;
	background: url(/img_base/head-library.gif) top left no-repeat;
}

.libraryItem {
	float:left;
	display:inline;
	text-align:center;
	width:120px !important;
	margin:20px 0 0 0;
	text-align:center;
}

.libraryItem img {
	border:none;
}

.libraryItem a {
	color:#669933;
	text-decoration:none;
}

.libraryItem a:hover {
	color:#FFFFFF;
}
