@charset "utf-8";
.BioHead {color: #006b54}

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #000000;
	margin-top: 10px;
}
#container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	padding-bottom: 5px;
} 
#header {
	padding: 0;
	float: left;
	clear: left;
	height: 125px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: 22px 10px;
	background-color: #FFFFFF;
	background-image: url(/images/LogoSlogan.png);
} 
#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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	width: 23em;
	float: right;
	margin-right: 2em;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
	height: 30em;
	margin-top: 0em;

}
#mainContent {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	margin-left: 1.5em;
	padding-top: 2.5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	border: 1px solid #CCCCCC;
	height: 35em;
	width: 50em;
	margin-top: 1.5em;
	line-height: 1.5em;
	font-variant: normal;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: justify;
	font-size: 12px;
} 
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(/images/icscsmalllogo1.gif);
	background-repeat: no-repeat;
	width: 1000px;
	background-position: left top;
	font-variant: normal;
	padding-right: 5px;
	padding-bottom: 5px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: auto;
}
#headerright {
	font-size: 9px;
	line-height: 18px;
	color: #999999;
	text-align: right;
	padding-right: 20px;
	position: absolute;
	top: 3px;
	right: 5px;
}

.ShoppingCenterPort { /* 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;
	position: relative;
	right: 35px;
	height: 50px;
	font-size: 9px;
	font-style: normal;
	font-variant: small-caps;
	color: #666666;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-variant: small-caps;
	margin: 0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
#headermiddle {
	float: left;
	width: 359px;
	height: 95px;
	font-size: 10px;
	text-align: center;
	font-variant: small-caps;
	color: #666666;
}

	
#tabs {
	float:left;
	width:1000px;
	font-size:93%;
	line-height:normal;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	}
	
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#featuredsites {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	width: 1000px;
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#LogOn {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	height: 15em;
	width: 23em;
	float: right;
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	margin-top: 1.5em;
	margin-right: 2em;
	border: 1px solid #CCCCCC;
}



#tabs a {
	float:right;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	background-image: url(/images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#666666;
	background-image: url(/images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color: #000000;

	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  
.ContactUsHead {
	color: #313131;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	line-height: 30px;
	right: 35px;
	position: relative;
	margin-top: 20px;
}
#NavShading  {
	background-image: url(/images/MainContent.png);
	background-repeat: repeat-x;
	clear: both;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	list-style-image: none;
}
.date {
	color: #A23378;
	background-image: url(/images/Slider/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.info {
	margin-top: 0.2em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.CRDC {
	font-size: 18px;
	font-weight: bold;
	color: #006b54;
	font-style: normal;
	font-family: "GoudyOlSt BT", Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: .5px;
}
.logo {
	position:absolute;
	top: 20px;
	left: 145px;
}
a:link {
	color: #A23378;
}
a:visited {
	color: #A23378;

}
a:active {
	color: #333333;
}
.style1 {
	text-transform: uppercase;
	color: #333333;
	font-style: italic;
	font-family: "GoudyOlSt BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#mainContent2 {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	padding-top: 2em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	font-variant: normal;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: justify;
	font-size: 12px;
	width: 45em;
	position: relative;
}
#photo {
	float: left;
	clear: both;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#tenant1 {
	height: 356px;
	width: 295px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	left: 3px;
	margin-left: 18px;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 2em;
}
#mainContent3 {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	width: 930px;
	margin-left: 20px;
}

.style22 {font-size: 12px}
.Tenants {font-size: 14px}
#tenant2 {
	width: 295px;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	height: 356px;
	position: absolute;
	top: 393px;
	left: 469px;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#tenant3 {
	height: 356px;
	width: 280px;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 393px;
	left: 800px;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
a:hover {
	color: #000000;
}
#biobox {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	padding-top: 2em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	font-variant: normal;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: justify;
	font-size: 12px;
	width: 55em;
	position: relative;
	margin-left: 2em;
	margin-bottom: 1em;
}
#contactlist {
	margin: 0px;
	padding: 0px;
} 
 #contactlist li {   
  list-style-type:none;
}   

#contactcontent {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	padding-top: 2em;
	padding-bottom: 2em;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	font-variant: normal;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: justify;
	font-size: 12px;
	width: 78em;
	margin-left: 2.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-right: 2.5em;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: normal;
	padding-left: .5em;
}
#biobox img {
	float: left;
	padding-right: 5px;
}
#sidebarIndex {
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	width: 28em;
	float: right;
	margin-right: 2em;
	padding-top: 2.5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
	height: 37em;
	margin-top: 1.5em;
}
.datelarge {
	color: #A23378;
	background-image: url(/images/Slider/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-left: 20px;
	font-size: 16px;
}
.PRlist {
	font-size: 16px;
	padding-left: 15px;
}
#tenant4 {
	height: 356px;
	width: 295px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	left: 3px;
	margin-left: 18px;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 2em;
}
#tenant5 {
	width: 295px;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	height: 356px;
	position: absolute;
	left: 469px;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	top: 760px;
}
#tenant6 {
	height: 356px;
	width: 280px;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 800px;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	top: 760px;
}
#tenant7 {
	height: 356px;
	width: 295px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	left: 3px;
	margin-left: 18px;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 2em;
}
#tenant8 {
	width: 295px;
	background-image: url(/images/box_top.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	height: 356px;
	position: absolute;
	left: 469px;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	top: 1130px;
}
