/*------------------------
	GENERAL SELECTORS
------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.7%;
	font-family: "Trebuche t MS", Arial, sans-serif;
	color: #000000;
}

p {
	font-size: 1.2em;
	line-height: 165%;
	margin: 0 0 23px 0;
}
img { border: 0; }
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited {
	color: #0000FF;
	font-weight: bold;
}

a:hover {
	color: #E10000;
	font-weight: bold;
}

/*------------------------
	RULES FOR ALL PAGES
------------------------*/
#container {
	width: 740px;
	margin: 20px auto 0 auto;
}

#header {
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 44px 0 0;
	text-decoration: none;
	text-indent: -2100px;
	width: 282px;
	height: 130px;
	background: transparent url(../img/logo.gif) no-repeat left top;
}

#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:78px;
	top: 37px;
	width: 375px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 82px;
	height: 83px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac, you spoiled brat \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */

#nav_building {
	background: transparent url(../img/nav_home.gif) no-repeat left top;
	left: 0;
}

#nav_features {
	background: transparent url(../img/nav_residential.gif) no-repeat left top;
	left: 76px;
}

#nav_neighbors {
	background: transparent url(../img/nav_commercial.gif) no-repeat left top;
	left: 152px;
}

#nav_location {
	background: transparent url(../img/nav_pay_bill.gif) no-repeat left top;
	left: 228px;
}

#nav_news {
	background: transparent url(../img/nav_news.gif) no-repeat left top;
	left: 304px;
}

#nav_interested {
	background: transparent url(../img/nav_contact.gif) no-repeat left top;
	left: 380px;
}

#navigation a:hover {
	background-position: 0 -83px;
}

#navigation a.current {
	background-position: 0 -83px;
}

#content {
	width: 740px;
	clear: left;
}

* html #content { width: 774px; }

#copy {
	margin: 0;
	border-left: 1px solid #e5e5e5;
	width: 287px;
	float: right;
}
#copy1 {
	margin: 0;
	border-left: 1px solid #e5e5e5;
	width: 287px;
	float: right;
}

#copy2 {
	margin: 0;
	border-left: 1px solid #e5e5e5;
	width: 287px;
	float: right;
}
* html #copy2 {
	position: relative;
	right: 34px;	
}

#copy2 object, #copy2 embed {
	margin: 0;
	padding: 0;
}


#copy2 h4, #copy2 p {
	margin-left: 25px;
	margin-right: 15px;
}

#copy2 h2 {
	width: 287px;
	height: 287px;
	text-indent: -2100px;
	margin: 0 0 28px 0;
}

#copy2 h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
}
#copy2 #pay { width: auto; height: auto; text-align: center; font-size: 1.17em;  }

* html #copy {
	position: relative;
	right: 34px;	
}

#copy object, #copy embed {
	margin: 0;
	padding: 0;
}


#copy h4, #copy p {
	margin-left: 25px;
	margin-right: 15px;
}

#copy h2 {
	width: 287px;
	height: 287px;
	text-indent: -2100px;
	margin: 0 0 28px 0;
}

#copy h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
}
#copy #pay { width: auto; height: auto; text-align: center; font-size: 1.17em;  }

#sidebar {
	width: 452px;
	margin: 0;
	padding: 0;
}

#sidebar h3 {
	text-indent: -2100px;
	width: 452px;
	height: 24px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 50px 0 15px;	
}

/* Why is IE Mac so difficult \*/
#sidebar .image_left img {
	float: left;
}

#sidebar .image_right img {
	float: right;
}

#sidebar .image_right .inset_image {
	float: right;
	margin: 0 12px 0 15px;
	height: 1%;
}

#sidebar .image_left .inset_image {
	float: left;
	margin: 0 15px 12px 0;
	height: 1%;
}

#sidebar .inset_image img {
	float: none;
}
/* end IE Mac hide */

.inset_image p {
	color: #84ac26;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 0 0 0;
}


#sidebar .image_left dl,
#sidebar .image_right dl {
	font-size: 1.1em;
}

#sidebar .image_left a,
#sidebar .image_right a {
	text-transform: none;
	text-decoration: none;
}
#sidebar a img {
 	border: none;
}
.sidebar_image {
	background: none;
}

#slideshow {
	width: 452px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body #copy {
  margin-left: -3px;
}
 
* html body #sidebar {
  height: 1%;
  margin-right: 0;
}
/* End hide from IE5/mac */


#footer {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 75px 5px;
	clear: both;
}

#footer ul li {
	display: inline;
	margin: 0 8px 0 0;
}

#footer ul li#contact, #footer ul li#footer_home {
	border-right: 1px solid #404040;
	padding: 0 8px 0 0;
}

#footer #nimblead { padding: 10px 0 0 0; font-size: 1.1em;   }
#footer #nimblead a:link, #footer #nimblead a:visited { color: #8C8C8C; font-weight: normal; text-transform: none; }
#footer #nimblead a:hover { color: #E10000; }

#footer ul li a {
	text-transform: uppercase;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #000000;
}

#footer ul li a:hover {
	color: #E10000;
}
#footer #leftcopy {
	position: absolute;
	left: 45px;
	top: 12px;
}


body.longsidebar #copy { border: none; }
body.longsidebar #sidebar {
	border-right: 1px solid #e5e5e5;
}

/*----------------------------
	RULES FOR THE HOMEPAGE
-----------------------------*/
#home #tag {
	width: 247px;
	height: 120px;
	background: transparent url(../img/home_tagline.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 19px;
	text-transform: uppercase;
	padding: 120px 20px 0 20px;
	margin: 0 0 29px 0;
	
}
#home #tag1 {
	width: 247px;
	height: 120px;
	background: transparent url(../img/home_tagline.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 19px;
	text-transform: uppercase;
	padding: 120px 20px 0 20px;
	margin: 0 0 29px 0;
	
}

#home #slideshow {
	height: 240px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(../img/home_replacement.jpg) no-repeat left top;
	margin: 0 0 19px 0;
}

#home #sidebar {
	color: #00000;
}

#home #sidebar a {
	text-decoration: underline;
}
#home #sidebar #reserve h3 {
	height: 31px;
	margin: 25px 0 15px 0;
}

#home #sidebar #weekly_feature h3 {
	height: 24px;
	margin: 0 0 15px 0;
	font-size: 10px;
}
#home #sidebar #weekly_feature h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 1.4em;
}
#home #sidebar #weekly_feature p {
	color: #000000;
}

#home #sidebar #weekly_feature {
	float: left;
	margin: 10px 20px 0 0;
}
#home #sidebar #weekly_feature #featurecopy {
	line-height: 165%;
	padding: 0 15px 0 0;
}


/*----------------------------
	RULES FOR THE NEWSPAGE
-----------------------------*/
#news #tag {
	width: 247px;
	height: 120px;
	background: transparent url(../img/news_tagline.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 19px;
	text-transform: uppercase;
	padding: 120px 20px 0 20px;
	margin: 0 0 29px 0;
	
}

#news #slideshow {
	height: 240px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(../img/newsimg.jpg) no-repeat left top;
	margin: 0 0 19px 0;
}

#news #sidebar {
	color: #00000;
}

#news #sidebar a {
	text-decoration: underline;
}
#news #sidebar #reserve h3 {
	height: 31px;
	margin: 25px 0 15px 0;
}

#news #sidebar #weekly_feature h3 {
	height: 24px;
	margin: 0 0 15px 0;
	font-size: 10px;
}
#news #sidebar #weekly_feature h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 1.4em;
}
#news #sidebar #weekly_feature p {
	color: #000000;
}

#news #sidebar #weekly_feature {
	float: left;
	margin: 10px 20px 0 0;
}
#news #sidebar #weekly_feature #featurecopy {
	line-height: 165%;
	padding: 0 15px 0 0;
}



/*------------------------------------
	RULES FOR THE RESIDENTIAL PAGE
------------------------------------*/
#features #slideshow {
	height: 240px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(../img/residential_replacement.jpg) no-repeat left top;
	margin: 0 0 25px 0;
}
#features #tag {
	width: 247px;
	height: 120px;
	background: transparent url(../img/residential_tagline.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 19px;
	text-transform: uppercase;
	padding: 120px 20px 0 20px;
	margin: 0 0 28px 0;
}

#features #sidebar #maintxt {
	float: left;
	margin: 1px 20px 0 0;
}

#features #sidebar #maintxt h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 1.4em;
}
#features #sidebar #maintxt p {
	color: #000000;
}

#features #sidebar #maintxt ul {
	margin: 0 0 25px 25px;
}
#features #sidebar #maintxt li {
	color: #000000;
	font-size: 12px;
	margin: 0 0 15px 0;
}
#features #copy h4 {
	color: #323232;
}

/*------------------------------------
	RULES FOR THE COMMERCIAL/INDUSTRIAL PAGE
------------------------------------*/
#neighbors #accept {
	width: 432px;
	height: 35px;
	text-align: center;
	clear: both;
}
#neighbors #accept #header { background-color: #CCCCCC; float: left; padding: 5px 0 0 0; width: 216px; height: 22px; font-weight: bold; font-size: 12px; text-transform: uppercase; }
#neighbors #accept #txt {
	float: left;
	width: 216px;
	padding: 5px 0 0 0;
	width: 216px;
	height: 30px;
	border-bottom: #CCCCCC dotted 1px;
	font-size: 1.08em;
}

/*------------------------------------
	RULES FOR THE COMMERCIAL/INDUSTRIAL PAGE
------------------------------------*/
#dump { width: 432px; height: 28px; text-align: center; clear: both; }
#dump #dumpHeader { background-color: #CCCCCC; float: left; padding: 5px 0 0 0; width: 107px; height: 22px; font-weight: bold; font-size: 12px; text-transform: uppercase; }
#dump #dumpTxt { float: left; width: 107px; padding: 5px 0 0 0; height: 22px; border-bottom: #CCCCCC dotted 1px; font-size: 1.08em;  }


#neighbors #mainimg {
	height: 240px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(../img/commercial_replacement.jpg) no-repeat left top;
	margin: 0 0 19px 0;
}

#neighbors #tag {
	width: 247px;
	height: 120px;
	background: transparent url(../img/commercial_tagline.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 19px;
	text-transform: uppercase;
	padding: 120px 20px 0 20px;
	margin: 0 0 22px 0;
	
}

#neighbors #sidebar #maintxt {
	float: left;
	margin: 2px 20px 0 0;
}

#neighbors #sidebar #maintxt h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 1.4em;
}
#neighbors #sidebar #maintxt p {
	color: #000000;
}

#neighbors a:link, #neighbors a:visited {
	color: #0000FF;
	font-weight: bold;
}

#neighbors a:hover {
	color: #E10000;
}
#neighbors h2#tagline {
	background: transparent url(../img/ritt_neighbors_tagline.gif) no-repeat left top;
}
#neighbors #copy {
	color: #000000;
}

#neighbors #copy h4 {
	color: #000000;
}

#neighbors #sidebar {
	color: #000000;
}

/*------------------------------------
	RULES FOR THE PAY BILL ONLINE PAGE
------------------------------------*/
#location #slideshow {
	height: 240px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(../img/paybill_replacement.jpg) no-repeat left top;
	margin: 0 0 25px 0;
}
#location #tag {
	width: 247px;
	height: 120px;
	background: transparent url(../img/paybill_tagline.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 19px;
	text-transform: uppercase;
	padding: 120px 20px 0 20px;
	margin: 0 0 28px 0;
}

#location #sidebar #maintxt {
	float: left;
	margin: 2px 20px 0 0;
}

#location #sidebar #maintxt h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 1.4em;
}

#location a:link, #location a:visited {
	color: #0000FF;
	font-weight: bold;
}

#location a:hover {
	color: #E10000;
}

* html #location #header {
	position: relative;
}

* html #location #header #navigation {
	position: absolute;
	left: 0;
}

#location #mapDetails strong {
	font-size: 14px;
}

#location #copy h4 {
	color: #000000;
}

/*------------------------------------------------
	RULES FOR THE CONTACT US PAGE
------------------------------------------------*/
#interested #img {
	height: 240px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(../img/contact_replacement.jpg) no-repeat left top;
	margin: 0 0 25px 0;
}
#interested #tag {
	width: 247px;
	height: 120px;
	background: transparent url(../img/contact_tagline.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 19px;
	text-transform: uppercase;
	padding: 120px 20px 0 20px;
	margin: 0 0 28px 0;
}

#interested #sidebar #maintxt {
	float: left;
	margin: 2px 20px 0 0;
}

#interested #sidebar #maintxt h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 1.4em;
}
#interested #sidebar #maintxt p {
	color: #000000;
}

#interested #maintxt a:hover {
	color: #E10000;
}


#interested #copy h4 {
	color: #000000;
}

#interested #sidebar {
	color: #3b7931;
}

#interested #sidebar a:link, #interested #sidebar a:visited {
	color: #0000FF;
	font-weight: bold;
}

#interested #sidebar a:hover {
	color: #E10000;
}

#interested #sidebar #interested_faq h3 {
	background: transparent url(../img/interested_FAQ.gif) no-repeat left top;
}


table { margin: 0; border: 0px; border-collapse: collapse; padding: 0px; }

.formTxtLeft { width: 50%; padding: 15px 10px 0 0; font-size: 12px; }
.formTxtRight { width: 50%; padding: 15px 10px 0 0; font-size: 12px; }
.formInput { border: #C8C8C8 1px solid; padding: 2px 5px 3px 5px; border: #E1E1E1 3px solid; width: 150px; font-size: 11px; }
.btnContainer { padding: 5px 0 0 104px; }
.announcement {
	color: #FF0000;
}
