@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	background: #E7E1C7 url(../images/bkgnd_grad.jpg) repeat-x top left;

}
body {
	height: 1000px;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: transparent url(../images/bkgnd_map_new.jpg) no-repeat top center;
}

a:link, a:visited {color: #8F0440; text-decoration: underline;}
a:hover, a:active, a:focus {color: #333;  text-decoration: none;}

img.icon {padding-right: 20px;}

#holdmap {
	position: relative;
	width: 1440px;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
}

.twoColFixRtHdr #container { 
	position: relative;
	width: 870px;
	margin: 0 auto 30px auto;
	padding: 0 0 -5px 0;
	text-align: left;
	background: transparent url(../images/bkg_container.png) repeat-y top right;
} 
.twoColFixRtHdr #header {
	width: 800px;
	height: 225px;
	margin: 0 8px 0 62px;
	padding: 0;
	text-align: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #overlay {
	position: absolute;
	top: 0;
	left: 540px;
	width: 304px;
	margin: 0;
	padding: 0;
	text-align: right;
	z-index: 21;
	visibility: visible;
} 
#logo {
	position: absolute;
	top: 126px;
	left: 0;
	width: 170px;
	margin: 0;
	padding: 0;
	z-index: 22;
	visibility: visible;
}
#navbar {
	width: 800px;
	height: 35px;
	margin: 0 0 0 62px;
	padding: 0;
	background: transparent url(../images/bkg_navbar.jpg) repeat-x top left;
}
#switch {
	float: right;
	padding: 0 10px 0 0;
}
#switch a {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: auto;
	line-height: 1;
	text-decoration: none;
	padding: 3px 8px 2px 10px;
}
#switch a:link, #switch a:visited {color: #78C125;}
#switch a:hover, #switch a:active {color: #000;}

.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F2FDED; /* the background color will be displayed for the length of the content in the column, but no further */
	background: transparent;
	margin: 0 8px 0 0;
	padding: 15px 30px 15px 10px;
	border-left: 1px solid #76A5C5;
}
.twoColFixRtHdr #sidebar h3 {
	color: #095DA7;
	font-size: 16px;
	font-weight: normal;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 5px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar p { 
	color: #333;
	font-size: 12px;
	padding: 0 10px; 
} 

/* calendar div */
#calendar {
	padding: 15px 0 0 0;
	background: transparent;
}
#calendar.sbar {
	padding: 15px 0 10px 0;
}
#calendar p.calview {
	color: #999;
	padding-bottom: 20px;
}
#calendar a {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#calendar a:link, #calendar a:visited {color: #333;}
#calendar a:hover, #calendar a:active, #calendar a:focus {color: #E07703;}

#filter {
	margin: 15px 0 10px 0;
	padding: 0;
	text-align: center;
}

#mainContent {
	margin: 0 250px 0 62px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px;
	background: transparent;
} 
#mainContentCal {
	margin: 0 0 0 62px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px;
	background: transparent;
} 
#mainContent p, #mainContentCal p {
	color: #333;
	font-size: 13px;
	margin: 0;
	padding: 5px 0; 
	line-height: 16px;
} 
#mainContent p.links {
	padding: 2px 0; 
} 

#mainContent p.byline {
	color: #367DB7;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 22px;
} 
#mainContent h1, #mainContentCal h1 {
	color: #095DA7;
	font-size: 1.3em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent h1 a.maplink {
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 40px;
}

#mainContent h2 {
	color: #78C125;
	font-size: 1.1em;
	margin: 0;
	padding: 15px 0 5px 0;
}
#mainContent h3 {
	color: #666666;
	font-size: 1em;
	margin: 0;
	padding: 15px 0 5px 0;
}
#mainContent h5 {
	margin: 0;
	padding: 7px 0 0 0;
}

#footer { 
	width: 808px;
	height: 46px;
	margin: 0 0 0 62px;
	padding: 0; 
	background: transparent url(../images/footer_bkg.png) no-repeat bottom left;
} 
#footer p {
	color: #FFF;
	font-size: .7em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 14px 0 14px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.copy {
	float: left;
	padding: 14px 0 14px 40px;
}
#footer p.fimage {
	float: right;
	padding: 14px 40px 14px 0;
}
#footer a:link, #footer a:visited {color: #FFF; text-decoration: none;}
#footer a:hover, #footer a:active, #footer a:focus {color: #660000;  text-decoration: underline;}

/* Classes */
.bigq, .bigql {
	font-size: 34px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigq {
	line-height: 20px;
}
.bigql {
	margin-left: -10px;
	line-height: 1.2em;
}
.imagead {
	margin: 30px 0 0 0;
	padding: 0;
}

.imageleft, .imageleftnb {
	float: left;
	margin: 2px 20px 15px 0px;
	padding: 0;
	border: 1px solid #333;
}
.imageleftnb {border: 0px solid #333;}

.imageright, .imagerightnb {
	float: right;
	margin: 6px 20px 15px 20px;
	padding: 0;
	border: 1px solid #333;
}
.imagerightnb {border: 0px solid #333;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
