/* CSS Document */
/*  	2014-03-26 RoK:  added this for nav rework 	*/
html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

.clear, .clr {
clear: both; width: 100%; height: 0; line-height: 0; font-size: 0; padding: 0; margin: 0; border: 0;
}

.row {
	position: relative;
	margin: 0;
	padding: 0;  
	border: 0px solid red;
}

.row:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

.col {
	float: left;
	vertical-align: top;  
	margin: 0;   
	padding: 0;
	border: 0px solid green;
}


ul#topNav{
	/*		list-style-image:url('/images/bulletBurgundyDot.gif');		*/
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 1.25em; 
}

ul#topNav > li.selectedPage{
   background: url('/images/bulletGoldDot.gif') no-repeat ;
   padding-left: 30px;
}

ul#topNav > li.selectedPage > a:link, ul#topNav > li.selectedPage a:visited{
	/*   if we are on the current page - force the text to black */
    color: #606060 !important;
}

 

ul#topNav>li {
   background: url('/images/bulletBurgundyDot.gif') no-repeat ;
   padding-left: 30px;
 }​

a { color: #5E0E11; text-decoration: none; }
a:link, a:visited {
 color: #5E0E11;
 text-decoration: none;
}
a:hover {
 color: #5E0E11;
 text-decoration: underline;
}

.dottedBottomBorder{
	border-bottom: 2px dotted #5E0E11; 
	margin-left: 20px; 
	margin-right: 20px; 
	padding: 0px 2px;
}


