/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */
/* Calendar Override Styles */
/* Applies to ALL cells within the calendar table */
.events-calendar td {
	border: solid 1px #999;
	height: 90px;
}
/* Applies to cells that represent SATURDAY - SUNDAY */
.weekend {
	background-color: #efefef;
}
/* Applies to cells that represent MON-FRI */
.weekday {
}
/* Applies to ALL cells within the calendar table */
.events-calendar td {
	border: solid 1px #999;
	height: 90px;
}
/* Applies to column heading style */
.events-calendar th {
	font: 12px/16px;
	color: #333;
	font-weight: bold;
}
/* Applies to the cell that represents the current date */
.today {
	background-color:#DAE2DE;
}
/* Applies to div containing events marked as "all day" */
.all-day-event {
	background-color: #ED1C24;
	color: #666;
	cursor: pointer;
}
.all-day-event:hover {
	background-color: #333;
	color: #FFF;
}
/* Applies to div containing events marked as "partial day" */
.partial-day-event {
	text-decoration: none;
}
.partial-day-event:hover {
	text-decoration: none;
	color: #333;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h4,h5,h6,pre,code,address,caption,cite,code,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #599897;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #999;
	background-color: #999;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* ----------------------------------------------------------------------------------------------------------------- Type Styles */

td {border:none;}

table {border:0px;}
body, p, div, ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
p {margin-bottom: 10px;}

a:link, a:visited, a:active {
	color: #ED1C24; 
	text-decoration: none;
}
a:hover {
	color: #ED1C24; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}

strong, b { font-weight:bold; }

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 34px;
	line-height: 40px;
	color: #333333;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 34px;
	line-height: 40px;
	color: #ED1C24;
	letter-spacing: -1px;
	font-weight: bold;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #DAD4BC;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	color: #599897;
}

.headingwhite {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;	
}
.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
a.bodywhite:link, a.bodywhite:visited, a.bodywhite:active {
	color: #FFF; 
	text-decoration: none;
}
a.bodywhite:hover {
	color: #FFF; 
	text-decoration: underline;
}

.bodyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #93C9C7;
}
a.bodyblue:link, a.bodyblue:visited, a.bodyblue:active {
	color: #93C9C7; 
	text-decoration: none;
}
a.bodyblue:hover {
	color: #FFF; 
	text-decoration: underline;
}

.bodywhiteitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
a.bodywhiteitalic:link, a.bodywhiteitalic:visited, a.bodywhiteitalic:active {
	color: #FFF; 
	text-decoration: none;
}
a.bodywhiteitalic:hover {
	color: #FFF; 
	text-decoration: underline;
}

span.bodyred {
	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #ED1C24;}
/* ----------------------------------------------------------------------------------------------------------------- Search Styles */
#search {
	height: 23px;
	width: 195px;
	position: absolute;
	top: 20px;
	right: 20px;	background: url(/sitefiles/1294/Images/searchfield.png) no-repeat;

}
* html #search {
	background: transparent url(/sitefiles/1294/Images/searchfield.gif) no-repeat; }
	
.search {
	float: right;
	width: 195px;
	height: 24px;
	margin-top: 25px;
}
.searchField {
	font-size: 11px;
	color: #999;
	float: left;
	padding: 0;
	margin: 5px 0 0 24px;
	border: 0;
	width: 195px;
	background: none;
}
.searchButton {
	visibility: hidden;
	display: none;
	width: 0px;}

.signupField {
	width: 195px;
	border: 0px;
	background: transparent url(/sitefiles/1294/Images/addressField.gif) no-repeat;
	float: left;
	padding-top: 6px;
	height: 24px;
	padding-left: 10px;
	text-decoration:none;
	color: #999;
}
	
.signupButton {
	width: 24px;
	height:24px;
	line-height: 0px;
	background-image: url(/sitefiles/1294/Images/arrow.gif);
	background-repeat: no-repeat;
	float:left;
	text-indent:-1000px;
	border:0px;
	right: 0px;
	background-color:transparent;
}

/* ----------------------------------------------------------------------------------------------------------------- MainNav Styles */
#mainnavWrapper {
	width: 650px;
	text-align: left;
	position: absolute;
	right: 0px;
	top: 65px;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	list-style: none;
	margin: 0px;padding: 5px;
	float: left;
	background: none;
}
#mainnav a {	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#mainnav a:hover {	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #ED1C24;
}
#mainnav a.current {	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #4C8281;
}

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#subnavWrapper p {display:none;}

#subnavWrapper h2 {
	font-size:16px;
	display: block;
	text-decoration: none;
	color: #4C8281;
	font-weight: bold;}

#subnavWrapper h2 a {
	font-size:16px;
	display: block;
	text-decoration: none;
	color: #4C8281;
	font-weight: bold;
}
	
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
    padding: 0;
    margin: 0;
    width: 280px;
    background: none;
}
#subnav a {
	color: #333;
	display:block;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}
#subnav a:hover {
	color: #ED1C24;
	display:block;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}
#subnav a.current {
	color: #4C8281;
	display:block;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------- Wrapper Styles */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #f58925;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #DAD4BC url(/sitefiles/1294/Images/cityscapeHome.jpg) no-repeat center top;
}
#topWrapperSub {
	width: 100%;
	float: left;
	text-align: left;
	background: #DAD4BC url(/sitefiles/1294/Images/cityscapeSub.jpg) no-repeat center top;
}

#contentWrapperMain {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #333333;
}

/* ----------------------------------------------------------------------------------------------------------------- Top Styles */
#top {
	margin: 0px auto;
	width: 932px;
	position: relative;
}
.logo {
	position: absolute;
	top: 22px;
	left: 28px;
	width: 110px;
	height: 83px;
	overflow: hidden;
}
#logoWrapper {
	width: 932px;
	float: left;
	height: 140px;
	position: relative;
}
#logo {
	float: left;
	height: 113px;
	width: 118px;
	margin-left: 22px;
}

/* ----------------------------------------------------------------------------------------------------------------- Content Styles */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 20px 0px;
	width: 890px;
	position: relative;
}
#contentLeft {
	float: left;
	width: 580px;
	padding-bottom: 30px;
	padding-top: 10px;
}
#contentLeft h3 {color: #333;}
#flash {
	width: 932px;
	height: 400px;
	margin-top: 20px;
	float: left;
}
#quicklinks {
	float: right;
	width:265px;
	margin: 15px 0;
}
#quicklinks h1 {
	margin: 0px 0px 8px 10px;
}
#quicklinks ul, #quicklinks ul li {
	list-style-type: none;
	padding:0px;
	margin: 0px;
}
#quicklinks ul li a {
	padding: 8px 0px 8px 35px;
	background-image: url(/sitefiles/1294/images/bullet.gif);
	color: #333333;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#quicklinks ul li a:hover {
	padding: 8px 0px 8px 35px;	
	background-color:#FFFFFF;
	color: #333333;
	display: block;
	background-image: url(/sitefiles/1294/images/bullet-on.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration:none;
}
#imagerotation {
	width: 912px;
	height: 171px;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 10px;
	float: left;
	position: relative;
}
#imagerotation {
	width: 912px;
	height: 171px;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 10px;
	float: left;
	position: relative;
}
#imagerotation img{
	top: 10px;left: 10px;
	position: absolute;
}
#contentRight {
	float: right;
	width: 280px;
}
#contentRightBtm {
	float: left;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 30px;
}

/* ----------------------------------------------------------------------------------------------------------------- Footer Styles */
#footer {
	margin: 30px auto;
	width: 890px;
	position: relative;
}
#footerLeft {
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}
#footerLeft a {
	color: #FFFFFF;
}
#footerLeft a:hover {
	color: #FFFFFF;text-decoration:underline;
}

#footerRight {
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}
#footerRight a {
	color: #FFFFFF;
}
#footerRight a:hover {
	color: #FFFFFF;text-decoration:underline;
}

#footerWrapperB {
	float: left;
	width: 100%;
}
#footer td p  {
	color:#ffffff;
}
#footer td p a  {
	color:#93C9C7;
}
#footer td h1 {
	color:#DAD4BC;
	font-size: 32px;
}
#footerB {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	position: relative;
}
#news {
	float: left;
	width: 280px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#news h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #DAD4BC;
	font-weight: bold;
}
#news a {
	color: #93C9C7;font-size: 12px;
}
#news a:hover {
	color: #93C9C7;text-decoration:underline;font-size: 12px; }
	
#pageBottom {
	float: left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#pageBottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#pageBottom a {
	color: #93C9C7;font-size: 12px;
}
#pageBottom a:hover {
	color: #93C9C7;text-decoration:underline;font-size: 12px; }
	
.recent-news-wrapper ul{padding: 0px;margin: 0px;}

.recent-news-date-wrapper{color:#FFF;font-size: 12px;}

.recent-news-title {font-size: 14px;}

.recent-news-view-link {display: none;}
	
#update {
	float: left;
	width: 280px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
#update p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#update h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #DAD4BC;
	font-weight: bold;
}
#update a {
	color: #93C9C7;
}
#update a:hover {
	color: #93C9C7;text-decoration:underline; }
	
#contact {
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#contact h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #DAD4BC;
	font-weight: bold;
}
a.contact:link{
	color: #93C9C7;
}
a.contact:hover {
	color: #93C9C7;text-decoration:underline; }

a.contactBig:link {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #DAD4BC;
	font-weight: bold;
}
a.contactBig:hover {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #DAD4BC;
	font-weight: bold;text-decoration:underline; }
	
#stats {
	height: 23px;
	width: 890px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px 21px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#stats img{
	position: absolute;
	top: 10px;
	left: 20px;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Results Styles */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------------------- Photo Gallery Styles */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #999;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #333;
	display: block;
}

#enews {
	float: left;
	width: 280px;
	padding-top: 10px;
}
.table {
	border: solid 1px #93C9C7;
	padding: 20px;
}
.table p{
	color: #FFFFFF;
}
/* ----------------------------------------------------------------------------------------------------------------- Work Styles */
#workWrapper {
	margin: 20px auto 0px;
	padding: 0px 0px 20px;
	width: 890px;
	position: relative;
}
#workWrapper h3 {
	color: #FFFFFF;
	font-size:21px;
	line-height:30px;
	display:block;
	margin: 0px 0px 10px 0px;
}
#work-slider{
	width: 890px; 
	height: 200px;
}
#work-slider img {
	border: 0px;
}

a#work-nav-prev:link,
a#work-nav-prev:visited,
a#work-nav-prev:active{
	background: url(/SiteFiles/1294/Images/work-nav-prev.gif) no-repeat top;
	display: block;
	text-indent: -9999px;
	line-height:0px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 75px;
	left: -55px;
}
a#work-nav-prev:hover{
	background: url(/SiteFiles/1294/Images/work-nav-prev.gif) no-repeat bottom;
}
* html a#work-nav-prev:link,
* html a#work-nav-prev:visited,
* html a#work-nav-prev:active
* html a#work-nav-prev:hover{
	left: -50px;
}
a#work-nav-next:link,
a#work-nav-next:visited,
a#work-nav-next:active{
	background: url(/SiteFiles/1294/Images/work-nav-next.gif) no-repeat top;
	display: block;
	text-indent: -9999px;
	line-height:0px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 75px;
	right: -55px;
}
a#work-nav-next:hover{
	background: url(/SiteFiles/1294/Images/work-nav-next.gif) no-repeat bottom;
}
* html a#work-nav-next:link,
* html a#work-nav-next:visited,
* html a#work-nav-next:active
* html a#work-nav-next:hover{
	right: -50px;
}
#jquery {
	float: left;
	height: 250px;
	width: 890px;
	position: relative;
}

/* ----------------------------------------------------------------------------------------------------------------- Slider */
#slider-wrapper {
	float: left;
	height: 320px;
	width: 612px;
	position:relative;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px 0px 30px 0px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
	width: 612px;
	height: 320px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn { 
	display:none;
	width:20px;
	height:48px;
	position:absolute;
	left:-20px;
	top:165px;
}	
#nextBtn { 
	left:721px;
}														
#prevBtn a, #nextBtn a {
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	position:relative;
	width:20px;
	height:48px;
	background:url(/SiteFiles/1227/Images/new/arrow-prev.png) no-repeat 0 0;
}	
#prevBtn a:hover, #nextBtn a:hover {
	background:url(/SiteFiles/1227/Images/new/arrow-prev.png) no-repeat 0 -48px;
}
#nextBtn a { 
	background:url(/SiteFiles/1227/Images/new/arrow-next.png) no-repeat 0 0;
}	
#nextBtn a:hover { 
	background:url(/SiteFiles/1227/Images/new/arrow-next.png) no-repeat 0 -48px;
}
