/* 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*/}/*================ALL PAGES STYLES================*/heading1 {color:#314939; font-family:"Times New Roman", Times, serif; font-size:30px; font-weight:normal; padding:0 0 16px 0;}heading2 {color:#314939; font-family:"Times New Roman", Times, serif; font-size:18px; font-weight:normal; letter-spacing:0.01em; padding:0 0 10px 0;}/*=====================HOME PAGE STYLES ONLY=====================*/#h_content_left li {	list-style-type:square;	list-style-position:outside;	margin-left:25px;	padding-bottom:14px;	padding-left:0px;}/* ---- MAIN IMAGE ---- */#h_mainpic {width:960px;}.divStyle {width:960px; background:url(../images/h_mainpic_1.jpg) no-repeat; float:left}.bgOne {background:url(../images/h_mainpic_1.jpg) no-repeat; float:left}.bgTwo {background:url(../images/h_mainpic_2.jpg) no-repeat; float:left}.bgThree {background:url(../images/h_mainpic_3.jpg) no-repeat; float:left}.bgFour {background:url(../images/h_mainpic_4.jpg) no-repeat; float:left}.bgFive {background:url(../images/h_mainpic_5.jpg) no-repeat; float:left}.bgSix {background:url(../images/h_mainpic_6.jpg) no-repeat; float:left}.bgSeven {background:url(../images/h_mainpic_7.jpg) no-repeat; float:left}.bgEight {background:url(../images/h_mainpic_8.jpg) no-repeat; float:left}/* ---- EMERGENCY NUMBER ---- */#emergencyWrap {	border-bottom:1px solid #C4C4C4;	border-top:1px solid #C4C4C4;}#emergencyWrap p {	color:#564685;	font-size:15px;	font-weight:bold;	letter-spacing:0.03em;	line-height:2.5;	margin:0;	padding:0;}/* ---- EVENTS CALENDAR ---- */#eventCalendarWrap {	clear:left;	float:left;	margin-top:7px;}#eventCalendar {	background:url(../images/a_calendarBG.gif) no-repeat;	height:27px;	padding:6px 10px 0 10px;	width:210px;}#eventCalendar li {	color:#666;	float:left;	height:27px;}#eventCalendar li#icon {	padding-right:8px;}/*======================INNER PAGE STYLES ONLY======================*/#i_contentWrap li {	list-style-type:square;	list-style-position:outside;	margin-left:25px;	padding-bottom:14px;	padding-left:0px;}#printerFriendly p {	color:#797979;	font-size:12px;}#printerFriendly a {	color:#797979;}.middleImage {	border:1px solid #C4C4C4;	clear:both;	padding:1px;}#i_content_left img,#i_content_left img.picleft {	float:left;	margin:0 20px 5px 0;}#i_content_left img.picleftborder {	border:1px solid #C4C4C4;	float:left;	margin:0 20px 5px 0;	padding:1px;}#i_content_left img.picright {	float:right;	margin:0 0 5px 20px;}#i_content_left img.picrightborder {	border:1px solid #C4C4C4;	float:right;	margin:0 0 5px 20px;	padding:1px;}#i_content_middle #content img {	text-align:right;}#i_content_middle #content img.picborder {	border:1px solid #C4C4C4;	padding:1px;}/*==============CALENDAR POPUP==============*/#calendar_popup {	border:1px solid #C4C4C4;	border-collapse:collapse;	margin:0;	padding:0;}/* ---- HEADERS ---- */#calendar_popup th {	background-color:#8B7FAD;	border:none;	color:#FFF;	font-family:"Times New Roman", Times, serif;}#calendar_popup th a:hover {	color:#FFF;	text-decoration:none;}/* ---- CONTENT ---- */#calendar_popup td {	border:1px solid #C4C4C4;	margin:0;	padding:2px 4px;	text-align:right;}#calendar_popup td.head_wk {	background:#B2C38C;	border:0;	text-align:center;}#calendar_popup td.head_wkend {	background:#D2DCBC;	border:0;	text-align:center;}#calendar_popup td.wkend {	background:#f6f8f2;}/* ---- CONTENT LINKS ---- */#calendar_popup td a, #calendar_popup td a:visited {	color:#314939;}#calendar_popup td a:hover {	color:#B2C38C;}