/* 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! ----- */
/* ----- iCreate requires these to be classes not IDs ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/*an empty style always required for sites using iCreate*/}


/*
====================
STYLES FOR ALL PAGES 
====================
*/

.picleftalignborder {
	border:1px solid #c4c4c4 !important;
	float: left;
	padding:1px; 
	margin-bottom: 5px;
	margin-right: 10px;
}

.picleftalign {
	float: left;
	padding:1px; 
	margin-bottom: 5px;
	margin-right: 10px;
}

.picrightalign {
	float: right;
	padding:1px; 
	margin-bottom: 5px;
	margin-left: 10px;
}

.picrightalignborder {
	border:1px solid #c4c4c4 !important;
	float: right;
	padding:1px; 
	margin-bottom: 5px;
	margin-left: 10px;
}

.header
{
	font-size:18px;
}

#quicklinks a
{
	background:url(/images/h_quicklink_bg_el.jpg) no-repeat 0 0;
	color:#fff;
	font-size:11px;
	width: 193px;
	line-height: 2.5;
	float:left;
	display:block;
	margin:0px 0 0px 0;
	padding: 0px 0px 5px 10px;
}

#quicklinks a:hover
{
	background:url(/images/h_quicklink_bg_el.jpg) no-repeat 0 -34px;
	color: #fff;
	text-decoration: none;
}













