* { margin: 0; padding: 0; }

ul,ol{
    padding:5px 0 5px 32px;
    margin-left:0;
}

body{ background:#FFF url(../images_new/rochester_homePro_bg.jpg) repeat-x top left;	margin:5px auto; text-align:center; }

#wrapper{
	margin: auto;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666;
	width:917px;
	background:url(../images_new/wrapper_y_32.png) repeat-y top center;}
	
hr{
	padding:0;
	margin:0 0 4px 0;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:100%;
	border:0;}

#bodyDiv{
	text-align:left;
	float:none;
	width:845px;
	margin:5px auto 0 auto;
	padding:15px 0;}

#bodyDivBlog{
	text-align:left;
	float:none;
	width:655px;
	margin:5px 0 0 35px;
	padding:15px 0;}

#contactMsgDiv{
	width:500px;
	padding:5px;
	background:#FFFFCC;
	border:1px solid #666;
	margin:5px auto;
	}
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #666;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px; }
	
input.contactSubmitBTN{
	border:3px double #666;
	padding:2px 8px;
	font-weight:bold;}
	
.off{ background:#FFF; }
.over{ background:#CCC; cursor:pointer; }

#headerDiv{
	border-top:0 solid #999;
	border-right:0 solid #999;
	border-bottom:0 solid #999;
	border-left:0 solid #999; }
	
#headerIMG{	display:block;	}

/* ############################################################################################################ */
/* ######## TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ####### */
/* ############################################################################################################ */
#topNavDiv{
	width:901px;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	margin:0 auto;
	padding:0;
	position:relative; z-index:10000; }

#innerTopNavDiv{
	height:16px;
	background:url(../images_new/topNav_x.jpg) repeat-x top left;
	padding:5px 0;
	}

#topNavUL{ margin:0; padding:0;}
.mainLI { display:inline; position:relative; }
.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main {
	font: normal bold 12px lucida grande, verdana, arial, sans-serif;
	padding:6px 9px 9px 9px;
	margin:0 6px; }

#topNavUL li a.topNavLinks_main:link, #topNavUL li a.topNavLinks_main:visited{
	color: #FFF;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks_main:focus, #topNavUL li a.topNavLinks_main:hover{
	color: #FFFF66; 
	text-decoration: none;
	background: none; }

/* ___________________________________________________________________________ Top Nav: CURRENT Links _____ */
#topNavUL li a.topNavCurrent_main:link, #topNavUL li a.topNavCurrent_main:visited{
	color: #FFFF66;
	text-decoration: none;
	background: none; }
	
#topNavUL li a.topNavCurrent_main:focus, #topNavUL li a.topNavCurrent_main:hover{
	color: #FFFF66; 
	text-decoration: none;
	background: none; }
	
	

/* _______________________________________________________________________________________________________ */
/* ___________________________________________________________________________ Top Nav: SUB DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	z-index:1000;
	padding:0;
	/* use left instead of display to hide, because display: none isn't read by screen readers */
	left: -999em;
	margin:5px 0 0 5px;
	background:#FFF ;
	border-top:none;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC; }

#topNavUL li:hover ul, #topNavUL li.sfhover ul { /* lists nested under hovered list items */
	left:0; }

.subLI{ display:block; }
.subLI a{
	white-space:nowrap;
	display:block;
	padding:4px 14px;
	font: normal bold 11px lucida grande, verdana, arial, sans-serif;
	margin:0;
	text-align:left; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #000;
	background: #FFF;
	text-decoration: none; }

#topNavUL li ul a.topNavLinks:focus, #topNavUL li ul a.topNavLinks:hover{
	color: #CC0000; 
	background: #EFEFEF;
	text-decoration: none; }

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #CC0000;
	background: #EFEFEF;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #CC0000; 
	background: #EFEFEF;
	text-decoration: none; }
	
	
/* _______________________________________________________________________________________________________ */
/* ________________________________________________________________________ Top Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topSubNavUL_NO_DD{
float:right;
margin:4px 0 10px 0;
background:#666 ;
border-top:1px solid #CCC;
border-right:2px solid #CCC;
border-bottom:0px solid #666;
border-left:0px solid #666; }

#topSubNavUL_NO_DD li{
	display:block;
	position:relative;
	text-align:center;
	padding:4px 30px 4px 30px;
	margin: 0 0; }

#topSubNavUL_NO_DD a { font: normal bold 11px lucida grande, verdana, arial, sans-serif; }

#topSubNavUL_NO_DD a.topNavLinks:link, #topSubNavUL_NO_DD a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF;
	text-decoration: none; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
/* ________________________________________________________________ Top Nav: SUB NO-DD CURRENT Links _____ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0;
	text-decoration: none; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
	
	
#low_topNavDiv{
	width:901px;
	margin:0 auto;
	padding:0; }

#inner_low_TopNavDiv{
	background:#4A8ECB;
	padding:4px 0;
	position:relative; z-index:0;
	}

#low_topNavUL{ margin:0; padding:0;}
#low_mainLI { display:inline; position:relative; }
#low_mainLI a.low_topNavLinks_main, #low_mainLI a.low_topNavCurrent_main {
	font: normal bold 11px lucida grande, verdana, arial, sans-serif;
	padding:4px 30px;
	margin:0; }

#low_topNavUL li a.low_topNavLinks_main:link, #low_topNavUL li a.low_topNavLinks_main:visited{
	color: #FFF;
	text-decoration: none; }
	
#low_topNavUL li a.low_topNavLinks_main:focus, #low_topNavUL li a.low_topNavLinks_main:hover{
	color: #FFF; 
	text-decoration: none;
	background: #1364A1; }

#low_topNavUL li a.low_topNavCurrent_main:link, #low_topNavUL li a.low_topNavCurrent_main:visited{
	color: #FFF;
	text-decoration: none;
	background: #1364A1; }
	
#low_topNavUL li a.low_topNavCurrent_main:focus, #low_topNavUL li a.low_topNavCurrent_main:hover{
	color: #FFF; 
	text-decoration: none;
	background: #1364A1; }
	
	
#low_topNavUL li ul { /* second-level lists */
	position: absolute;
	padding:0;
	/* use left instead of display to hide, because display: none isn't read by screen readers */
	left: -999em;
	margin:5px 0 0 5px;
	background:#FFF ;
	border-top:none;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC; }

#low_topNavUL li:hover ul, #low_topNavUL li.sfhover ul { /* lists nested under hovered list items */
	left:0;
	top:1em; }

#low_subLI{ list-style:none; }
#low_subLI a{
	white-space:nowrap;
	display:block;
	padding:4px 14px;
	font: normal bold 11px lucida grande, verdana, arial, sans-serif;
	margin:0;
	text-align:left; }

#low_topNavUL li ul a.low_topNavLinks:link, #low_topNavUL li ul a.low_topNavLinks:visited{
	color: #000;
	background: #FFF;
	text-decoration: none; }

#low_topNavUL li ul a.low_topNavLinks:focus, #low_topNavUL li ul a.low_topNavLinks:hover{
	color: #CC0000; 
	background: #EFEFEF;
	text-decoration: none; }

#low_topNavUL li ul a.low_topNavCurrent:link, #low_topNavUL li ul a.low_topNavCurrent:visited{
	color: #CC0000;
	background: #EFEFEF;
	text-decoration: none; }
	
#low_topNavUL li ul a.low_topNavCurrent:focus, #low_topNavUL li ul a.low_topNavCurrent:hover{
	color: #CC0000; 
	background: #EFEFEF;
	text-decoration: none; }
	
	
	
	

/* ############################################################################################################ */
/* ######## LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ###### */
/* ############################################################################################################ */
table.leftNav{
	float:left;
	width:0;
	text-align:left;
	background:#999 ;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666; }

table.leftNav td a{
	display: block;
	font: normal bold 11px lucida grande, verdana, arial, sans-serif;
	padding:6px 3px 6px 3px;
	margin:1px 0 1px 0; }

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #FFF;
	text-decoration: none; }
	
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }
	
/* _________________________________________________________________________ Left Nav: CURRENT Links _____ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: underline;
	background: #E6E6E6; }
	
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ Left Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px lucida grande, verdana, arial, sans-serif;
	padding: 0 0 0 15px; }
	
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {   color: #FFF;	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }


/* ############################################################################################################ */
/* ######### FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ########### */
/* ############################################################################################################ */
#footerDiv{
	clear:both;
	width:917px;
	margin:0 auto;
	text-align:center;
	background:url(../images_new/wrapper_bottom_32.png) no-repeat top center;
	padding:45px 0 2px 0;
	font:normal normal 10px lucida grande, verdana, arial, sans-serif;
	color: #666;	}


/* ############################################################################################################ */
/* ########### FONTS ############ FONTS ############# FONTS ############ FONTS ############ FONTS ############# */
/* ############################################################################################################ */
.title{
	font:normal bold small-caps 24px lucida grande, verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin:0;
	padding:0; }

.title a:link, .title a:visited{ color:#000; text-decoration:none; }
.title a:focus, .title a:hover{ color:#4A8ECB; text-decoration:none; }
	
.tagline{
	font:italic bold 14px lucida grande, verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin: 0 0 5px 0; }

.bodyText {
	font:normal normal 12px/1.5 lucida grande, verdana, arial, sans-serif;
	color: #333;
	word-spacing:.5px; }
	
.bodyTextRight {
	font:normal normal 12px/1.5 lucida grande, verdana, arial, sans-serif;
	color: #333;
	word-spacing:.5px;
	text-align:right; }
	
.bodyTextBold {
	font:normal normal 12px/1.5 lucida grande, verdana, arial, sans-serif;
	color: #333;
	word-spacing:.5px;
	font-weight:bold; }
	
.bodyTextBoldRight {
	font:normal normal 12px/1.5 lucida grande, verdana, arial, sans-serif;
	color: #333;
	word-spacing:.5px;
	font-weight:bold;
	text-align:right; }

a:link { color: #0D4B98; text-decoration: underline;}
a:visited { color: #0D4B98; text-decoration: underline;}
a:focus { color: #990000; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}

a.footerLink:link { color: #508DB9; text-decoration: underline;}
a.footerLink:visited { color: #508DB9; text-decoration: underline;}
a.footerLink:focus { color: #333; text-decoration: none;}
a.footerLink:hover { color: #333; text-decoration: none;}


/* TinyMCE editor body */
body.mceContentBody{ background: #FFF; text-align:left; }
body.mceContentBody p{ margin:0; }

#bodyDiv p, #bodyDivBlog p{ margin:0; }
#bodyDiv table, #bodyDivBlog table{ font:normal normal 12px/1.5 lucida grande, verdana, arial, sans-serif; }

.topicHeader{
	background:url(../diyFiles/topicHeader.gif) repeat-x top left;
	/*height:30px;*/
	padding:2px 0;
}

#wrapper_top{
	background: url(../images_new/wrapper_top_32.png) no-repeat top center;
	height:29px;
	width:917px;
	margin:0 auto;
}

#postDate{
	font:normal normal 11px lucida grande, verdana, arial, sans-serif;
	color:#999;
	margin:0 0 15px 0;
}

#main_ad_bar{
	float:right;
	width:200px;
	margin:0 10px;
	padding:0;
	text-align:left;
}
#main_ad_bar a:link, #main_ad_bar a:visited{ color:#4A8ECB; text-decoration:none; }
#main_ad_bar a:focus, #main_ad_bar a:hover{ color:#0D4B98; text-decoration:underline; }

.ad_div{
	margin:8px 0;
}


