
/*
	BBExpo Style Sheet - IE5+, NS6+, Mozilla
*/



/* Global Style */
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	padding: 0; 
	margin: 0; 
	font: 13px Georgia, garamond, times new roman, serif;
	color: #000000;
	font-weight: bold;
	line-height: 3.2ex;
	}
img {
	display: block;
}

td {
	font: 12px Georgia, garamond, times new roman, serif;
	}

p, li {
	font: 13px Georgia, garamond, times new roman, serif;
	color: #000000;
	font-weight: bold;
	line-height: 3.2ex;

	}

h1 { 
	font-size: 26px;
	color: #ffcc33;
/*	color: #1A19A0; */
	}
h2 { 
	font: 20px, Georgia;
	font-style: italic;
	font-weight: bold;
	color: #a00000;
	}
h3 { 
	font: 16px, georgia; 
	font-style: italic;
	font-weight: bold;
	color: #a00000;
	}
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

a:link, a:active, a:visited {
	color: #a00000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
/*	color: #7C8BCB;  */
	color: #fff;  
	text-decoration: underline;
	}
a:visited {
	font-weight: normal;
	}

    
 a.reslink:link, a.reslink:active, a.reslink:visited {
	color: #a00000;
	font-weight: normal;
    font-style:italic;
    text-decoration:none;
	}
 a.reslink:hover {
	color: #fff;
    font-style:italic;
	text-decoration: none;
	}

#siteheader { 
	font: 26px, Georgia;
	font-weight: bold;
	font-style: italic;
	display: block;
	color: #fff;
	line-height: 2ex;
	}

#container {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	}

#content {
	width: 100%;
	background-color: #35B58A;
}

#contentinside {
	width: 90%;
	margin: auto;
}

.contentwide {
	float: left;
	margin-left: 10px;
	width: 55%;
	display: inline;
}

.contentnarrow {
	float: left;
	margin-left: 10px;
	width: 40%;
	display: inline;
}


#resform p, td {
	font: 12px verdana;
	font-weight: bold;
	color: #000000;
	line-height: 2.5ex;
	margin: 0px;
	}

#toppart {
	width: 100%;
	background-image: url('/images/riversidebg.gif');
}

#topleft { 
	float: left;
	width: 50%;
	background-image: url('/images/riversidebg.gif');
	margin: 0;
}

#topright {
	float: right;
	width: 50%;
	background-image: url('/images/riversidebg.gif');
	margin: 0;
}

#navi {
	width: 100%;
	max-width: 1000px;
	background-color: #040;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	font: 13px verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
	text-decoration: none;
	}

#nav ul { 	
/*		height: 30px;
margin-top: 5px;*/
}	
#nav li {
	display: inline;
}

#nav a:hover {
	text-decoration: none;
	color: #ff0;
	}

#icondiv {
	width: 60%;
	margin: 0 auto;
}
.inline { display: inline-block;  }
.threecolumn { width: 33%; display: inline; float: left;  }
.twocolumn { width: 50%;  float: left; display: block; }
.clearboth { clear: both; }
.centerimg { margin: 0 auto; }
.addpad10	{ padding: 10px; }
.formfieldname { width: 20%; float: left; display: inline; }
.formfield { float: left; display: inline;  }

@media only screen and (min-width: 992px) {  }

@media only screen and (min-width: 768px) and (max-width: 991px) {  

}

@media only screen and (min-width: 481px) and (max-width: 767px) {

.threecolumn { width: 100%; display: block;  }
.twocolumn { width: 100%; display: block;  }
.contentwide {width: 100%; display: block; float: none; }
.contentnarrow {width: 100%; display: block;  }

#topleft { width: 100%; }
.hideonmobile { display: none;  }
.leftsidenav { float: none; }
.mainpagewidth { width: 100%; float: none; }
.footercenter {	display: none;  }
.footerleft {	width: 50%; margin: 0 auto; display: block; float: none; }
.footerright {	width: 50%; margin: 0 auto; display: block; float: none; }
img { max-width: 100%; height: auto; }
  #map_canvas { width: 450px; height:450px; }


}

@media only screen and (min-width: 220px) and (max-width: 480px) {

.formfieldname { width: 100%; float: none; display: block; }

#topleft { width: 100%; }
.contentwide {width: 100%; display: block; float: none; }
.contentnarrow {width: 100%; display: block;  }
.threecolumn { width: 100%; display: block;  }
.threecolumn td { width: 100%; display: inline; }
.twocolumn { width: 100%; display: block;  }
.twocolumn td.pct30 { width: 100%; }
.hideonmobile {	display: none; }
.leftsidenav { float: none; }
.mainpagewidth { width: 100%; float: none; }
.footerright {	width: 50%; margin: 0 auto; display: block; float: none;  }
.footerleft {	width: 50%; margin: 0 auto; display: block; float: none;  }
.footercenter {	width: 50%; margin: 0 auto; display: block; float: none;  }
img { max-width: 100%; height: auto; display: inline; }

}