/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* always have an empty styled class for iCreate */
.none {}

.Hide {display:none;}

/* content page styles */
.leftcolumnname {
	font:24px Arial,Helvetica,Verdana,sans-serif; padding-bottom: 12px; color: #6B6B39;
}
.lefthighlight {
	text-transform: uppercase; color: #F99E35; font:12px Verdana,Arial,Helvetica,sans-serif; font-weight: bold;
	padding-bottom: 15px;
}

/* Show selected menu item */
.bold {
	font-weight: bold;
}
.picleft {
	float: left;
	padding-bottom: 3px;
	padding-right: 3px;
}

.picborder
{
	border:#000 1px solid !important;
	padding:0px; 
	margin-bottom: 5px;
	margin-left: 10px;
}

/* define width of leftPulldown list */
.leftPulldown {
	width: 335px;
}

/* project gallery styles that can be applied be content managers */
.gallerytable {
	width: 491px; border-bottom: 1px solid #C4C4C4;
	margin-bottom: 12px; padding-bottom: 0; height: 145px;
}
.gallerytable td { 
	padding-bottom: 12px; 
}
.galleryitemname {
	text-transform: uppercase; font-weight: bold;
}
.gallerypic {
	height: 131px; width: 202px; overflow: hidden; border: 0;
}

