/* ------------------------------------------------
Basic Style Sheet for Monroe County Municipal Waste Management Authority - REACH web site

version:    1.00 (09-30-07)
author:     J.Trail
website:    http://www.reachrecycling.org/
------------------------------------------------- */

/* imported rules (placeholder) 
@import url(css/special.css);
*/


HTML {
	margin: 0px;
	padding: 0px;
	color:  #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;	/* font-family: 'Trebuchet MS', 'Lucinda Grande', Verdana, Arial, Helvetica, sans-serif; */
	
}



/* type selectors */
BODY {
    margin: 0px;
	padding: 0px;
	text-align: center;
    min-width: 800px;
}

H1 {
    font-size: 30px;
    color: #333333;
    font-weight: 300;
}

H2 {
    font-size: 20px;
    color: #28579d;
    font-weight: 300;
	line-height:22px;
}

H3 {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}
.newsTitle {
	color:#28bc14;
	font-size:12px;
	font-weight:bold;
}
.alert {
	color:#FF0000;
	font-size:11px;
}
.topMCMWMA {   
	width: 800px;
	font-size:13px;
	font-weight:bold;
	top:100px;
	margin: 0 auto;
	margin-bottom:-5px;
	text-align:left;
	padding-top:5px;
	margin-top:5px;
}
.mapBorder {
	border: 1px solid #999999;
}
/* global select box */
select {
	color:  #333333; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.titles {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:capitalize;
}
.greenLeftRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #28bc14;
	border-left-color: #28bc14;	

}
.formRow {
	width: 600px;
	vertical-align:middle;
	text-align:left;
	padding:2px;
}
.formCell1 {
	width: 500px;
	vertical-align:middle;
	text-align:left;
	padding:2px;
}
.formCell2 {
	width: 700px;
	vertical-align:middle;
	text-align:left;
	padding:2px;
}
/* green text link */
A.blueLink:link, A.blueLink:visited {
	color: #28579d;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height:18px;
}
A.blueLink:hover, A.blueLink:active {
	color: #28bc14; /*#0000cc;*/
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height:18px;
}
/* green text link */
A.thingreenLink:link, A.thingreenLink:visited {
	color: #28bc14;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	line-height:18px;
}
A.thingreenLink:hover, A.thingreenLink:active {
	color: #28579d; /*#0000cc;*/
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	line-height:18px;
}
/* green text link */
A.thingreenLink:link, A.thingreenLink:visited {
	color: #148904;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;
	line-height:18px;
}
A.thingreenLink:hover, A.thingreenLink:active {
	color: #28579d; /*#0000cc;*/
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;
	line-height:18px;
}

/* readmore on blue link */
A.blueReadmore:link, A.blueReadmore:visited {
	color: #fffc00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	padding:0px;

}

A.blueReadmore:hover, A.blueReadmore:active {
    color: #fffc00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: underline;
}

/* white text link */
A.whiteLink:link, A.whiteLink:visited {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding:0px;
}

A.whiteLink:hover, A.whiteLink:active {
    color: #fffc00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
}
/* NEWS text link */
A.newsLink:link, A.newsLink:visited {
	color: #fffc00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding:0px;
}

A.newsLink:hover, A.newsLink:active {
    color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
}
.dots {
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dots2 {
	width:100%;
	margin-top:10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	*margin-top:-5px;
}
.newsdots {
	width:100%;
	margin-top:10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear:both;
}
.weatherbox {
	margin-left:5px;
	margin-top:10px;
}
.jingleicon {
	float:left;
	padding-top:1px;
	padding-right:5px;
}
.green {
	background-color: #28bc14;
	margin-left:1px;
	*margin-left:0px;
}
.blue {
	background-color: #28579d;
}
.blueBox {
	background-color: #28579d;
	color:#FFFFFF;
	margin-left:1px;
	*margin-left:0px;
}
.padLeft10px {
	padding-left:10px;
}
.padding12px {
	padding-left:12px;
	padding-right:12px;
}
.eventsDrop {
	float:right;
	margin-top:-25px;
}
#topNav {
	color:#28579d;
}

#topNav A.main:link, A.main:visited {
	color: #28579d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding:0px;
}

#topNav A.main:hover, A.main:active {
    color: #28bc14;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

.locText {
	margin-bottom:7px;
	padding-top:5px;
}

/* Layouts */
#wrapper {
    width: 750px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#footer {
	clear: both;
	color: #8d8d8d;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	*margin-top:-5px;
}

#footer a.foot:link, a.foot:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	text-decoration:none;
}
#footer a.foot:hover, a.foot:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #28579d;
	text-decoration:none;
}

.clear {
  clear: both;
}

.newsContainer {
	padding:0;
	margin:0;
	*float:left;
	*margin-bottom:-10px;
	*padding-top:10px;
}



.insideNav {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left:20px;
}

.photoWrap {
width:24%;
height:230px;
float:left;
overflow:hidden;
text-align:center;
vertical-align:middle;
}
.photoBox {
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:180px;
	height:150px;
	border: 1px solid #999999;
}
.photoTitle {
font-size:11px;
color:#666666;
font-weight:bold;
}
.photoDate {
font-size:10px;
color:#666666;
}

.NextBack {
	margin-top:5px;
}
.footertext {
	font-size: 11px;
	color: #999999;
}
A.footer:link, A.footer:visited {
	color: #999999;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
A.footer:hover, A.footer:active {
    color: #666666;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
/* end of CSS file. */
