﻿.boldlarge
{
	font-size: 120%;
	font-weight: bold;
}

.button
{
	background-color: #FFFFCC;
	color: #0000FF;
	font-weight: bold;
}

#links a, #links a:visited
{
	color: black;
	display: inline-block;
	font-weight: bold;
	padding: 0 20px 0 20px;
	text-align: center;
	text-decoration: none;
}

#links a:hover
{
	text-decoration: underline;
}

.smallboldfont
{
	font-size: small;
	font-weight: bold;
}

.smallfont
{
	font-size: small;
}

.medboldfont
{
	font-size: small;
	font-weight: 600;
}

a
{
	color: #E3B500;
	text-decoration: none;
	border: 0px;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

#content p, h3
{
	margin-left: 30px;
	margin-right: 30px;
}

#commissionerPhoto
{
	float: right;
	margin: 20px;
}

.boldGold
{
	font-weight: bold;
	color: #CC9900;
}

.bold
{
	font-weight: bold;
}

.smallGreen
{
	font-size: 90%;
	color: Green;
}

.smallRed
{
	font-size: 90%;
	color: Red;
}

.boldRed
{
	font-weight: bold;
	color: Red;
}
/* Address Change */
.modalBackgroundAddrChange
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupAddrChange
{
	background-color: #D8ECD8;
	border: solid 3px #446A9B;
}

/* JQuery Modal */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow
{
	background-color: #EEE;
	border: 1px solid black;
	color: #333;
	display: none;
	height: 550px;	
	left: 50%;
	margin-left: -300px;
	overflow: auto;
	padding: 12px;
	position: fixed;
	top: 17%;
	width: 600px;
}

.jqmOverlay
{
	background-color: #000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) +   'px' );
}